blob: 95f28f6b625006140e340a5ff29d4fbfd224de37 [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://reillyeon.github.io/webusb/#idl-def-usbintransferresult
[
GarbageCollected,
RuntimeEnabled=WebUSB,
] interface USBInTransferResult {
readonly attribute ArrayBuffer data;
readonly attribute USBTransferStatus status;
};