Open
Description
The current fetch spec says that all data: URL requests should result in a response with header list "Content-Type".
https://fetch.spec.whatwg.org/#scheme-fetch
Nothing says about "Content-Length" header (blob: URLs is OK).
Are there some side restrictions for add it?