blob: 02febf25013b49485efb7b0dc11a378243d546fa [file] [log] [blame]
// Copyright 2015 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
[
ImplementedAs=NavigatorUSB
] partial interface Navigator {
[SecureContext, RuntimeEnabled=WebUSB] readonly attribute USB usb;
};