WebIDLpedia

BluetoothLEScanPermissionResult interface

Definition

Web Bluetooth Scanning defines BluetoothLEScanPermissionResult



[Exposed=Window, SecureContext]
interface BluetoothLEScanPermissionResult : PermissionStatus {
  attribute FrozenArray<BluetoothLEScan> scans;
};