mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make WebBluetooth an optional feature. (#35479)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
32f19c1eae
commit
1d606bb85c
42 changed files with 124 additions and 37 deletions
|
@ -166,13 +166,6 @@ Window includes WindowLocalStorage;
|
|||
// http://w3c.github.io/animation-timing/#framerequestcallback
|
||||
callback FrameRequestCallback = undefined (DOMHighResTimeStamp time);
|
||||
|
||||
// https://webbluetoothcg.github.io/web-bluetooth/tests#test-interfaces
|
||||
partial interface Window {
|
||||
[Pref="dom_bluetooth_testing_enabled", Exposed=Window]
|
||||
readonly attribute TestRunner testRunner;
|
||||
//readonly attribute EventSender eventSender;
|
||||
};
|
||||
|
||||
partial interface Window {
|
||||
[Pref="css_animations_testing_enabled"]
|
||||
readonly attribute unsigned long runningAnimationCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue