mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This is to resolve naming conflicts between the ServiceWorker JS exposed object and the internal representation of a ServiceWorker which is going to be stored cross process.
11 lines
199 B
C++
11 lines
199 B
C++
/*
|
|
* Copyright (c) 2024, Andrew Kaster <andrew@ladybird.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#include <LibWeb/ServiceWorker/ServiceWorkerRecord.h>
|
|
|
|
namespace Web::ServiceWorker {
|
|
}
|