Gives information about the various level of Web Bluetooth support.

interface BluetoothCapabilities {
    bluetooth: boolean;
    persistentPermissions: boolean;
}

Properties

bluetooth: boolean

Whether Web Bluetooth is available at all.

persistentPermissions: boolean

Whether the "Use the new permissions backend for Web Bluetooth" flag is enabled in Chrome, which allow the browser storing access permissions on per site - per device basis.

Generated using TypeDoc