mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
According to spec we should fetch worker modules using the _outside settings_, however we can't use it directly since we are on a different thread. To fix it, a new struct `ModuleFetchClient` is now part of `LoadState` and replace the `with_global_scope` call done in `fetch_a_single_module_script`. This also tidy worker classic script related code. Testing: There are new passes --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
88 KiB
88 KiB