mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Placed worklets implementation behind a pref.
This commit is contained in:
parent
7f1278a329
commit
a3fe0b72d5
13 changed files with 12 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
// https://drafts.css-houdini.org/css-typed-om-1/#stylepropertymapreadonly
|
||||
// NOTE: should this be exposed to Window?
|
||||
[Exposed=(Worklet)]
|
||||
[Pref="dom.worklet.enabled", Exposed=(Worklet)]
|
||||
interface StylePropertyMapReadOnly {
|
||||
CSSStyleValue? get(DOMString property);
|
||||
// sequence<CSSStyleValue> getAll(DOMString property);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue