LibWeb: Add partially functioning Worker API

Add a partial implementation of HTML5 Worker API.
Messages can be sent from the inner context externally.
This commit is contained in:
Ben Abraham 2022-02-17 13:31:09 +01:00 committed by Andreas Kling
commit ae346cff6b
Notes: sideshowbarker 2024-07-17 18:37:24 +09:00
15 changed files with 659 additions and 3 deletions

View file

@ -204,6 +204,7 @@ set(WASM_BINPARSER_DEBUG ON)
set(WASM_TRACE_DEBUG ON)
set(WASM_VALIDATOR_DEBUG ON)
set(WEBSERVER_DEBUG ON)
set(WEB_WORKER_DEBUG ON)
set(WINDOWMANAGER_DEBUG ON)
set(WSMESSAGELOOP_DEBUG ON)
set(WSSCREEN_DEBUG ON)