LibWeb: Add most of ServiceWorker Update algorithm

This misses the final, most important part of actually creating a
service worker object and sending the script over to it in a WebWorker
process.
This commit is contained in:
Andrew Kaster 2024-10-19 12:07:24 -06:00 committed by Andrew Kaster
commit 85541f1e76
Notes: github-actions[bot] 2024-10-23 17:35:51 +00:00
5 changed files with 312 additions and 6 deletions

View file

@ -1 +1 @@
ServiceWorker registration failed: InternalError: TODO(Service Worker update is not implemented in LibJS)
ServiceWorker registration failed: SecurityError: Service Worker script response is not a JavaScript MIME type