[whatwg/fetch] Only allow blob: URLs that have a backing blob (PR #1435)

Document the need to return a network error on fetch if the blob URL has
no backing blob.

<!--
Thank you for contributing to the Fetch Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
-->

- [ ] At least two implementers are interested (and none opposed):
   * …
   * …
- [x] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
   * https://github.com/web-platform-tests/wpt/pull/33941

- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
   * Chrome: …
   * Firefox: …
   * Safari: …
   * Deno (not for CORS changes): …

(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fetch/pull/1435


-- Commit Summary --

  * Only allow blob: URLs that have a backing blob

-- File Changes --

    M fetch.bs (5)

-- Patch Links --

https://github.com/whatwg/fetch/pull/1435.patch

https://github.com/whatwg/fetch/pull/1435.diff


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1435

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1435@github.com>

Received on Thursday, 5 May 2022 02:51:22 UTC