blob: 405533878f14d72ff9d15643b0db5d2709249ce1 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://webbluetoothchrome.github.io/web-bluetooth/#idl-def-bluetooth
[
GarbageCollected,
NoInterfaceObject,
RuntimeEnabled=WebBluetooth,
// TODO(https://crbug.com/584113) Enable Web Bluetooth Experiment.
// OriginTrialEnabled=WebBluetooth,
] interface Bluetooth {
[CallWith=ScriptState, RaisesException] Promise<BluetoothDevice> requestDevice (
RequestDeviceOptions options
);
};