LibWeb: Add stub definition for WorkletGlobalScope

This commit is contained in:
Shannon Booth 2024-11-30 19:27:53 +13:00 committed by Andreas Kling
commit b39f4f0b5a
Notes: github-actions[bot] 2024-11-30 10:20:24 +00:00
5 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,3 @@
// https://html.spec.whatwg.org/multipage/worklets.html#workletglobalscope
[Exposed=Worklet, SecureContext]
interface WorkletGlobalScope {};