
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.
10 lines
199 B
C++
10 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 {
|
|
}
|