mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Updating bluetooth in Navigator.webidl
This commit is contained in:
parent
dd4b0cf620
commit
997f9f67f0
1 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,6 @@ interface Navigator {
|
||||||
// objects implementing this interface also implement the interfaces given below
|
// objects implementing this interface also implement the interfaces given below
|
||||||
};
|
};
|
||||||
Navigator implements NavigatorID;
|
Navigator implements NavigatorID;
|
||||||
Navigator implements NavigatorBluetooth;
|
|
||||||
Navigator implements NavigatorLanguage;
|
Navigator implements NavigatorLanguage;
|
||||||
//Navigator implements NavigatorOnLine;
|
//Navigator implements NavigatorOnLine;
|
||||||
//Navigator implements NavigatorContentUtils;
|
//Navigator implements NavigatorContentUtils;
|
||||||
|
@ -27,9 +26,9 @@ interface NavigatorID {
|
||||||
readonly attribute DOMString userAgent;
|
readonly attribute DOMString userAgent;
|
||||||
};
|
};
|
||||||
|
|
||||||
[NoInterfaceObject]
|
// https://webbluetoothcg.github.io/web-bluetooth/#navigator-extensions
|
||||||
interface NavigatorBluetooth {
|
partial interface Navigator {
|
||||||
readonly attribute Bluetooth bluetooth;
|
readonly attribute Bluetooth bluetooth;
|
||||||
};
|
};
|
||||||
|
|
||||||
// https://w3c.github.io/ServiceWorker/#navigator-service-worker
|
// https://w3c.github.io/ServiceWorker/#navigator-service-worker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue