blob: c6d97bf4695d9e4586a691a8e4d5b2b3e1c8d374 [file] [log] [blame]
// Copyright 2020 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://streams.spec.whatwg.org/#dictdef-readablestreambyobreadresult
dictionary ReadableStreamBYOBReadResult {
ArrayBufferView value;
boolean done;
};