- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 04 Oct 2017 07:33:15 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 October 2017 07:33:39 UTC
@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