mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
LibWeb: Stub the ServiceWorkerRegistration
interface
This commit is contained in:
parent
70fdf7affb
commit
0c0a4a6042
Notes:
github-actions[bot]
2024-08-25 10:54:13 +00:00
Author: https://github.com/tcl3
Commit: 0c0a4a6042
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1173
8 changed files with 88 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue