LibWeb: Implement most of Service Worker registration

This approach will need some rework to be properly handled at the user
agent level instead of per renderer process, but it's a start.
This commit is contained in:
Andrew Kaster 2024-10-07 20:18:33 -06:00 committed by Andrew Kaster
commit 7faebb2702
Notes: github-actions[bot] 2024-10-09 21:59:36 +00:00
9 changed files with 377 additions and 13 deletions

View file

@ -1 +1 @@
ServiceWorker registration failed: InternalError: TODO(Service Worker registration is not implemented in LibJS)
ServiceWorker registration failed: InternalError: TODO(Service Worker update is not implemented in LibJS)