Confirmed users
891
edits
| Line 5: | Line 5: | ||
interface BluetoothDeviceEvent : Event | interface BluetoothDeviceEvent : Event | ||
{ | { | ||
readonly attribute BluetoothDevice? device; | readonly attribute BluetoothDevice? [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothDeviceEvent#device device]; | ||
readonly attribute DOMString? address; | readonly attribute DOMString? [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothDeviceEvent#address address]; | ||
}; | }; | ||