serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Implement `WorkerGlobalScope.importScripts()`

Open tcl3 opened this issue 9 months ago • 0 comments

This method allows workers to synchronously import one or more scripts. It is used by all *.worker.html WPT tests. Before this change all of these tests would time out, so this should yield a significant reduction in test timeouts.

Currently set to draft, as my implementation currently spins forever (most of the time) while waiting for a HTTP fetch request to complete.

tcl3 avatar May 23 '24 13:05 tcl3