StarlingMonkey icon indicating copy to clipboard operation
StarlingMonkey copied to clipboard

Readable Stream Methods

Open guybedford opened this issue 5 months ago • 0 comments

  • [ ] ReadableByteStream tee
  • [ ] Async iteration / BYOB async iteration
  • [ ] ReadableStream.from (https://github.com/whatwg/streams/pull/1083)
  • [ ] Minimum bytes read for BYOB streams: https://streams.spec.whatwg.org/#dictdef-readablestreambyobreaderreadoptions
  • [ ] cancel handler for TransformStreams (new TransformStream({ async cancel(reason) { ... }}))

guybedford avatar Aug 27 '24 18:08 guybedford