mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02: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
Notes:
github-actions[bot]
2024-10-09 21:59:36 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/7faebb2702a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1674 Reviewed-by: https://github.com/shannonbooth
10
Userland/Libraries/LibWeb/ServiceWorker/ServiceWorker.cpp
Normal file
10
Userland/Libraries/LibWeb/ServiceWorker/ServiceWorker.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2024, Andrew Kaster <andrew@ladybird.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibWeb/ServiceWorker/ServiceWorker.h>
|
||||
|
||||
namespace Web::ServiceWorker {
|
||||
}
|
||||
Reference in New Issue
Block a user