mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +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:
parent
f4f70068a8
commit
7faebb2702
Notes:
github-actions[bot]
2024-10-09 21:59:36 +00:00
Author: https://github.com/ADKaster
Commit: 7faebb2702
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1674
Reviewed-by: https://github.com/shannonbooth
9 changed files with 377 additions and 13 deletions
|
@ -1,5 +1,9 @@
|
|||
source_set("ServiceWorker") {
|
||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [ "Job.cpp" ]
|
||||
sources = [
|
||||
"Job.cpp",
|
||||
"Registration.cpp",
|
||||
"ServiceWorker.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue