The [WHATWG Fetch spec](https://fetch.spec.whatwg.org/#scheme-fetch) says this regarding fetching of URLs using the `file:` protocol: > For now, unfortunate as it is, file [URLs](https://url.spec.whatwg.org/#concept-url) are left as an exercise for the reader. > > When in doubt, return a [network error](https://fetch.spec.whatwg.org/#concept-network-error). That'd be nice to have a standard way for handling those.
The WHATWG Fetch spec says this regarding fetching of URLs using the
file:protocol:That'd be nice to have a standard way for handling those.