mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Add stub definition for WorkletGlobalScope
This commit is contained in:
parent
286c177896
commit
b39f4f0b5a
Notes:
github-actions[bot]
2024-11-30 10:20:24 +00:00
Author: https://github.com/shannonbooth
Commit: b39f4f0b5a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2653
5 changed files with 50 additions and 0 deletions
3
Libraries/LibWeb/HTML/WorkletGlobalScope.idl
Normal file
3
Libraries/LibWeb/HTML/WorkletGlobalScope.idl
Normal file
|
@ -0,0 +1,3 @@
|
|||
// https://html.spec.whatwg.org/multipage/worklets.html#workletglobalscope
|
||||
[Exposed=Worklet, SecureContext]
|
||||
interface WorkletGlobalScope {};
|
Loading…
Add table
Add a link
Reference in a new issue