Updating bluetooth in Navigator.webidl

This commit is contained in:
zakorgyula 2016-10-27 16:16:18 +02:00 committed by Zakor Gyula
parent dd4b0cf620
commit 997f9f67f0

View file

@ -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;
@ -27,8 +26,8 @@ interface NavigatorID {
readonly attribute DOMString userAgent;
};
[NoInterfaceObject]
interface NavigatorBluetooth {
// https://webbluetoothcg.github.io/web-bluetooth/#navigator-extensions
partial interface Navigator {
readonly attribute Bluetooth bluetooth;
};