ladybird/Tests/LibWeb/Text/expected/Worker
Tim Ledbetter fd8d350b47 LibWeb: Don't discard PostedMessage tasks when closing a worker
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()`.
2024-10-08 06:51:04 +02:00
..
Worker-blob.txt LibWeb/Tests: Add a basic test for a blob URL given to a Worker 2024-05-12 15:46:29 -06:00
Worker-close-after-postMessage.txt LibWeb: Don't discard PostedMessage tasks when closing a worker 2024-10-08 06:51:04 +02:00
Worker-crypto.txt LibWeb: Expose crypto object to workers 2024-09-18 10:09:01 +02:00
Worker-echo.txt LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage 2023-12-25 12:09:11 +01:00
Worker-importScripts.txt LibWeb: Implement WorkerGlobalScope.importScripts() 2024-05-29 08:17:18 +02:00
Worker-location.txt LibWeb: Set correct prototype for WorkerLocation 2024-07-28 21:40:30 +02:00
Worker-module.txt Tests: Add test for loading module scripts in Workers 2024-03-06 07:19:10 +01:00
Worker-performance.txt LibWeb: Allow the Performance object to be used by workers 2024-04-02 07:46:16 +02:00