mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Auto merge of #14387 - szeged:event-target, r=jdm
Add event target for bluetooth <!-- Please describe your changes on the following line: --> Add support for event listeners in webbluetooth. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14387) <!-- Reviewable:end -->
This commit is contained in:
commit
2c05bf3c42
11 changed files with 111 additions and 19 deletions
|
@ -77,3 +77,4 @@ toggle
|
|||
statechange
|
||||
controllerchange
|
||||
fetch
|
||||
characteristicvaluechanged
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue