[webkit-dev] Request for Position on WritableStream controller's AbortSignal

2021-09-01 Thread Nidhi Jaju via webkit-dev
Hello Webkit-dev,

I would like to ask for Webkit's official position on WritableStream
controller's AbortSignal API <
https://streams.spec.whatwg.org/#writablestreamdefaultcontroller-signal and
https://streams.spec.whatwg.org/#writablestreamdefaultcontroller-abortreason>
specification.

This feature permits an underlying sink to rapidly abort an ongoing write
or close when requested by the writer. An underlying sink which doesn't
observe the controller.signal will continue to have the existing behavior.
In addition to being exposed to streams authored in JavaScript, this
facility will also be used by platform-provided streams such as
WebTransport.

See spec change pull request: https://github.com/whatwg/streams/pull/1132

TAG Review: https://github.com/w3ctag/design-reviews/issues/672
Chrome Platform Status Entry:
https://chromestatus.com/feature/5698931422920704

Thanks,
Nidhi Jaju
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Request for position on Readable Byte Streams

2020-11-11 Thread Nidhi Jaju via webkit-dev
Hello Webkit-dev,

I would like to ask for Webkit's official position on the readable byte
streams API 
specification. For streams representing bytes, readable byte streams are an
extended version of readable streams which are provided to handle bytes
efficiently, and allow for BYOB (bring-your-own-buffer) readers to be
acquired.

TAG Review: https://github.com/w3ctag/design-reviews/issues/567
Chrome Platform Status Entry:
https://chromestatus.com/feature/4535319661641728
Request for Mozilla Position:
https://github.com/mozilla/standards-positions/issues/457

Thanks,
Nidhi Jaju
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev