Re: [whatwg/xhr] Should we be pinning Blob URIs on fetches? (#79)

@dmurph the way this works is that XMLHttpRequest invokes the URL parser during `open()`. And that ends up storing a cloned `Blob` object on the returned URL record: https://url.spec.whatwg.org/#concept-url-parser. That URL record gets passed to Fetch at some later point which uses the cloned `Blob` object.

-- 
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/xhr/issues/79#issuecomment-334072865

Received on Wednesday, 4 October 2017 07:33:39 UTC