LibWeb: Add stub of ServiceWorker interface

This commit is contained in:
Andrew Kaster
2024-09-09 23:29:41 -06:00
committed by Tim Ledbetter
parent 75c7dbc5d2
commit a0c07d1bb2
6 changed files with 125 additions and 0 deletions

View File

@@ -447,6 +447,7 @@ set(SOURCES
HTML/Scripting/SerializedEnvironmentSettingsObject.cpp
HTML/SelectedFile.cpp
HTML/SelectItem.cpp
HTML/ServiceWorker.cpp
HTML/ServiceWorkerContainer.cpp
HTML/ServiceWorkerRegistration.cpp
HTML/SessionHistoryEntry.cpp