mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://drafts.css-houdini.org/css-paint-api/#paintrenderingcontext2d
|
||||
[Exposed=PaintWorklet]
|
||||
[Pref="dom.worklet.enabled", Exposed=PaintWorklet]
|
||||
interface PaintRenderingContext2D {
|
||||
};
|
||||
PaintRenderingContext2D implements CanvasState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue