Porting this from @domfarolino's investigative work on whatwg/html#3656 (comment). Some work landed in #11274 and #13176, but for thorough coverage, we should also test:
And as a bonus, not really related to modules:
- Default credentials mode for classic worker
importScripts(). Per the spec I guess this is "omit"? I might be reading it wrong though.
Porting this from @domfarolino's investigative work on whatwg/html#3656 (comment). Some work landed in #11274 and #13176, but for thorough coverage, we should also test:
<link rel=modulepreload>credentials mode, and the affect ofcrossorigin=""on itcredentialsWorkerconstructor option on itAnd as a bonus, not really related to modules:
importScripts(). Per the spec I guess this is"omit"? I might be reading it wrong though.