Documentation
    Preparing search index...

    Gives information about the various level of Web Bluetooth support.

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

    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.