mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
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:
committed by
Andrew Kaster
parent
f4f70068a8
commit
7faebb2702
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user