mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 18:40:00 +00:00
The spec expects `postMessage()` to act as if it is invoked immediately. Since `postMessage()` isn't actually invoked immediately, keep tasks with source `PostedMessage` in the task queue, so that these tasks are processed. Fixes a hang when `WorkerGlobalScope.close()` is called immediately after `postMessage()`. |
||
|---|---|---|
| .. | ||
| Worker-blob.txt | ||
| Worker-close-after-postMessage.txt | ||
| Worker-crypto.txt | ||
| Worker-echo.txt | ||
| Worker-importScripts.txt | ||
| Worker-location.txt | ||
| Worker-module.txt | ||
| Worker-performance.txt | ||