- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 17 Apr 2018 09:14:00 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 April 2018 16:14:22 UTC
The reason this works is that https://html.spec.whatwg.org/#concept-media-load-resource (HTML's media element fetching algorithm) special cases MediaSource and MediaStream and handles them way before Fetch is hit.
Tests: ...
Fixes #457.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/fetch/pull/708
-- Commit Summary --
* Only allow blob: URLs that point to Blob objects
-- File Changes --
M fetch.bs (6)
-- Patch Links --
https://github.com/whatwg/fetch/pull/708.patch
https://github.com/whatwg/fetch/pull/708.diff
--
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/pull/708
Received on Tuesday, 17 April 2018 16:14:22 UTC