mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
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.
11 lines
193 B
C++
11 lines
193 B
C++
/*
|
|
* Copyright (c) 2024, Andrew Kaster <andrew@ladybird.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#include <LibWeb/ServiceWorker/ServiceWorker.h>
|
|
|
|
namespace Web::ServiceWorker {
|
|
}
|