Contact emails
[email protected]

Explainer
https://github.com/whatwg/fetch/pull/1862


Specification
https://github.com/whatwg/fetch/pull/1862


Summary
Add textStream() to interfaces that represent a byte stream (request, response, 
blob). This is equivalent to piping the byte stream through a 
TextDecoderStream(), and reduces this small piece of broilerplate for 
commoncases.


Blink component
Blink>Network>FetchAPI


Web Feature ID
fetch


Motivation
A small ergonomic change to make it easier to stream text from a byte stream 
such as response (or blob) to a sink that accepts strings. Helps with a footgun 
of forgetting to pipe through a TextDecoderStream.


Initial public proposal
https://github.com/whatwg/fetch/pull/1862


Goals for experimentation
None


Requires code in //chrome?
False


Tracking bug
https://issues.chromium.org/issues/514448226


Estimated milestones

No milestones specified



Link to entry on the Chrome Platform Status
https://chromestatus.com/feature/5146752165478400?gate=5138429458382848


This intent message was generated by Chrome Platform Status.

-- 
You received this message because you are subscribed to the Google Groups 
"blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/6a0c802d.2b0a0220.109f42.0022.GAE%40google.com.

Reply via email to