Open
Description
What is the issue with the Fetch Standard?
- These are not should requirements. They are musts.
- They return non-Infra values.
- The usage of headings and question marks seems to lead to some bugs, such as not being able to navigate to the caller of https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-mime-type?
Ideally we'd change Fetch, CSP, and Mixed Content around the same time so we can have this continue to be somewhat consistent.
Maybe something like:
To determine if a response response to a request request is blocked due to its MIME type:
- ...
- Return true.
@antosart @carlosjoan91 thoughts?