blob: 1dc2bf637baca696376e8a1a8bdca3bc6289a4ce [file] [log] [blame]
// Copyright 2016 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/#idl-def-usbisochronousouttransferresult
[
RuntimeEnabled=WebUSB,
] interface USBIsochronousOutTransferResult {
readonly attribute sequence<USBIsochronousOutTransferPacket> packets;
};