mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 03:20:46 +08:00
* ReadableByteStreamController.enqueue accepts any ArrayBufferView See step 5 in https://streams.spec.whatwg.org/#rbs-controller-enqueue * ReadableStreamBYOBRequest.view is always a Uint8Array See step 2b in https://streams.spec.whatwg.org/#rbs-controller-byob-request * ReadableByteStreamController.byobRequest may be undefined See step 2 in https://streams.spec.whatwg.org/#rbs-controller-byob-request * Remove unused type parameter on ReadableByteStreamSource and related classes * Fix tests * Replace IteratorResult with own interface to avoid dependency on ES2015 types