Closed
Description
It seems that a Worker's 'client' is its own environment settings object.
https://html.spec.whatwg.org/#fetch-a-classic-worker-script
Fetch says that a fetch request for a blob: URI inherits HTTPS state from the 'client', which means for blobs it inherits it from itself, which doesn't make much sense.