blob: 6ff616fd3f942e39aa8f1c388ee01b54d8a1c3ea [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://wicg.github.io/webusb/#enumeration
[
Exposed(DedicatedWorker WebUSBOnDedicatedWorkers),
ImplementedAs=USB,
SecureContext
] partial interface WorkerNavigator {
[SameObject] readonly attribute USB usb;
};