blob: 5ff4ed61f244a57e11a37bf2efc7ac5f456c7135 [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.
// http://wicg.github.io/webusb/#device-enumeration
[
RuntimeEnabled=WebUSB,
] partial interface Navigator {
readonly attribute USB usb;
};