whatwg / xhr

XMLHttpRequest Standard
https://xhr.spec.whatwg.org/
Other
314 stars 131 forks source link

Meta: link Review Draft #291

Closed annevk closed 3 years ago

annevk commented 3 years ago

Preview | Diff

annevk commented 3 years ago

@domenic what's the way to read a chunk these days?

domenic commented 3 years ago

Sorry for missing this update. You use https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-a-chunk, in particular constructing a read request. I'm happy to send a PR if you'd prefer; I meant to fix all the specs but missed this one.

annevk commented 3 years ago

That'd be great, I'll review and land it tomorrow as well as this.