blob: 483c75b8bee4666b69fc6c75bd7d71b887c01ca2 [file] [log] [blame]
// Copyright 2020 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/#dictdef-watchadvertisementsoptions
dictionary WatchAdvertisementsOptions {
AbortSignal signal;
};