Re: [w3c/FileAPI] What should happen when you load a blob URL in an iframe? (#82)

Note that that section is informative and delegates to the URL/Fetch spec.

My reading of the normative text is that this goes from

- https://html.spec.whatwg.org/#navigate ->
- https://html.spec.whatwg.org/#process-a-navigate-fetch -> 
- https://fetch.spec.whatwg.org/#concept-fetch ->
- https://fetch.spec.whatwg.org/#concept-main-fetch ->
- https://fetch.spec.whatwg.org/#concept-scheme-fetch

which gives you the information you want (Content-Length and Content-Type headers, as well as body).

To me it looks like Chrome has this consistently right.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/82#issuecomment-305866938

Received on Friday, 2 June 2017 18:01:43 UTC