LibWeb: Stub the ServiceWorkerRegistration interface

This commit is contained in:
Tim Ledbetter 2024-08-22 22:59:01 +01:00 committed by Andreas Kling
commit 0c0a4a6042
Notes: github-actions[bot] 2024-08-25 10:54:13 +00:00
8 changed files with 88 additions and 0 deletions

View file

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