feat(webkit): bump to 1490 (#6842)
This commit is contained in:
parent
ec7d37d92f
commit
f9c8b78c07
|
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1488",
|
"revision": "1490",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1444"
|
"mac10.14": "1444"
|
||||||
|
|
|
||||||
|
|
@ -7805,6 +7805,10 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||||
* Whether the expression should be considered to be in a user gesture or not.
|
* Whether the expression should be considered to be in a user gesture or not.
|
||||||
*/
|
*/
|
||||||
emulateUserGesture?: boolean;
|
emulateUserGesture?: boolean;
|
||||||
|
/**
|
||||||
|
* Whether to automatically await returned promise.
|
||||||
|
*/
|
||||||
|
awaitPromise?: boolean;
|
||||||
}
|
}
|
||||||
export type callFunctionOnReturnValue = {
|
export type callFunctionOnReturnValue = {
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue