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
parent f4f70068a8
commit 7faebb2702
9 changed files with 377 additions and 13 deletions

View File

@@ -635,6 +635,8 @@ set(SOURCES
ResizeObserver/ResizeObserverSize.cpp
SecureContexts/AbstractOperations.cpp
ServiceWorker/Job.cpp
ServiceWorker/Registration.cpp
ServiceWorker/ServiceWorker.cpp
SRI/SRI.cpp
StorageAPI/NavigatorStorage.cpp
StorageAPI/StorageKey.cpp