Files
servo/components/script/dom/workers
Martin Robinson 4ad2e92b9c script: Handle when debugger global is active in DedicatedWorkerGlobalScope interrupt (#42159)
When interrupting `DedicatedWorkerGlobalScope` execution, handle the
case that the `DebuggerGlobalScope` is running its script by just
terminating. It seems that this happens sometimes when trusted types
terminates a worker script.

Testing: This should fix some flaky `expect` failure panics in trusted
types WPT tests.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2026-01-26 11:45:05 +00:00
..