feat(webkit): bump to 1423 (#5057)
This commit is contained in:
parent
615954b285
commit
d00c5cfd64
|
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1420",
|
"revision": "1423",
|
||||||
"download": true
|
"download": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -3325,6 +3325,10 @@ might return multiple quads for inline nodes.
|
||||||
* A frontend-assigned identifier for this breakpoint action.
|
* A frontend-assigned identifier for this breakpoint action.
|
||||||
*/
|
*/
|
||||||
id?: BreakpointActionIdentifier;
|
id?: BreakpointActionIdentifier;
|
||||||
|
/**
|
||||||
|
* Indicates whether this action should be executed with a user gesture or not. Defaults to <code>false<code>.
|
||||||
|
*/
|
||||||
|
emulateUserGesture?: boolean;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Extra options that modify breakpoint behavior.
|
* Extra options that modify breakpoint behavior.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue