Confirmed users
891
edits
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Interface == | == Interface == | ||
interface BluetoothAdapterEvent : Event | interface BluetoothAdapterEvent : Event | ||
{ | { | ||
readonly attribute boolean | readonly attribute boolean [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#isDefault|isDefault]]; | ||
readonly attribute BluetoothAdapter? [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#adapter|adapter]]; | readonly attribute BluetoothAdapter? [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#adapter|adapter]]; | ||
readonly attribute DOMString? [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#address|address]]; | readonly attribute DOMString? [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#address|address]]; | ||
Line 24: | Line 14: | ||
== Properties == | == Properties == | ||
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#isDefault|BluetoothAdapterEvent.isDefault]] | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#isDefault|BluetoothAdapterEvent.isDefault]] | ||
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent# | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#adapter|BluetoothAdapterEvent.adapter]] | ||
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent#address|BluetoothAdapterEvent.address]] | |||
=== isDefault === | === isDefault === | ||
Line 32: | Line 23: | ||
; Value type | ; Value type | ||
: boolean | : boolean | ||
=== adapter === | === adapter === |