Contact emails
Spec
https://fetch.spec.whatwg.org/
Summary
Allow data: and blob: schemes in Fetch API, i.e.
fetch('data:...') and fetch('blob:...').
Motivation
Access to these schemes are already provided by XHR but not by Fetch API.
Allowing these schemes in Fetch API will make it easier for developers to move to Fetch API.
Compatibility Risk
Low. Access to data: and blob: URLs is:
Ongoing technical constraints
None.
Will this feature be supported on all six Blink platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView)?
Yes.
OWP launch tracking bug
None.
Normal tracking bugs:
data: https://crbug.com/521475
blob: https://crbug.com/521466
Link to entry on the feature dashboard
Fetch API
https://www.chromestatus.com/feature/6730533392351232
Requesting approval to ship?
Yes.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.