blob: 6be92440176d4e0a2d9461cc9535f9469dea6251 [file] [log] [blame]
// Copyright 2018 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://webbluetoothcg.github.io/web-bluetooth/#bluetoothadvertisingevent
[RuntimeEnabled=WebBluetoothScanning, SecureContext]
interface BluetoothServiceDataMap {
readonly maplike<UUID, DataView>;
};