feat(webkit): bump to 1490 (#6842)

This commit is contained in:
Yury Semikhatsky 2021-06-02 16:08:55 +00:00 committed by GitHub
parent ec7d37d92f
commit f9c8b78c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@
},
{
"name": "webkit",
"revision": "1488",
"revision": "1490",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1444"

View File

@ -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.
*/
emulateUserGesture?: boolean;
/**
* Whether to automatically await returned promise.
*/
awaitPromise?: boolean;
}
export type callFunctionOnReturnValue = {
/**