LibWeb: Stub the ServiceWorkerContainer interface

This commit is contained in:
Tim Ledbetter
2024-08-22 17:27:30 +01:00
committed by Andreas Kling
parent 0c0a4a6042
commit 53ab6fa403
8 changed files with 92 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ static bool is_platform_object(Type const& type)
"ReadableStream"sv,
"Request"sv,
"Selection"sv,
"ServiceWorkerContainer"sv,
"ServiceWorkerRegistration"sv,
"SVGTransform"sv,
"ShadowRoot"sv,