mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implemented Houdini worklets.
This commit is contained in:
parent
abb2985ffe
commit
af8436c9be
34 changed files with 1209 additions and 17 deletions
|
@ -5,6 +5,6 @@
|
|||
// This interface is entirely internal to Servo, and should not be accessible to
|
||||
// web pages.
|
||||
|
||||
[Exposed=(Window,Worker),
|
||||
[Exposed=(Window,Worker,Worklet),
|
||||
Inline]
|
||||
interface GlobalScope : EventTarget {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue