Skip to content

Commit

Permalink
Updating bluetooth in Navigator.webidl
Browse files Browse the repository at this point in the history
  • Loading branch information
zakorgy authored and Zakor Gyula committed Nov 14, 2016
1 parent dd4b0cf commit 997f9f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/script/dom/webidls/Navigator.webidl
Expand Up @@ -7,7 +7,6 @@ interface Navigator {
// objects implementing this interface also implement the interfaces given below
};
Navigator implements NavigatorID;
Navigator implements NavigatorBluetooth;
Navigator implements NavigatorLanguage;
//Navigator implements NavigatorOnLine;
//Navigator implements NavigatorContentUtils;
Expand All @@ -27,9 +26,9 @@ interface NavigatorID {
readonly attribute DOMString userAgent;
};

[NoInterfaceObject]
interface NavigatorBluetooth {
readonly attribute Bluetooth bluetooth;
// https://webbluetoothcg.github.io/web-bluetooth/#navigator-extensions
partial interface Navigator {
readonly attribute Bluetooth bluetooth;
};

// https://w3c.github.io/ServiceWorker/#navigator-service-worker
Expand Down

0 comments on commit 997f9f6

Please sign in to comment.