Re: [whatwg/fetch] FetchObserver (for a single fetch) (#607)

i looked at the [fetch](https://github.com/github/fetch) polyfill when doing mine, and i borrowed some of the idea. i believe [this](https://github.com/github/fetch/blob/7232090c04e1ddefb806910bbd0a756bc8aac2f0/fetch.js#L188) is where theyre transforming the equivalent response. 

im using these calls to make large requests and show those (ie, pdfs) in the dom, therefore, i have no real need to pipe the data to a subsequent download, although the data would be instantly available for such. 

 ill definitely check out the oboe library. i dont believe i can parse the binary of a docx or pdf before the entire document is returned. but it might still be useful for parsing one or the other first if a doc has both.




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/607#issuecomment-583302263

Received on Friday, 7 February 2020 09:17:16 UTC