blob: 344441a40b1dd7af794c6dcdc10b38103a3d8287 [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
partial interface Navigator {
[SecureContext, RuntimeEnabled=WebUSB] readonly attribute USB usb;
};