feat(webkit): bump to 1480 (#6605)

This commit is contained in:
Yury Semikhatsky 2021-05-17 16:38:04 +00:00 committed by GitHub
parent 4c3bd11820
commit be8d836443
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": "1478",
"revision": "1480",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1443"

View file

@ -6532,6 +6532,10 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
* If `source` is provided (and not empty), it will be injected into all future global objects as soon as they're created. Omitting `source` will stop this from happening.
*/
source?: string;
/**
* Isolated world name to evaluate the script in. If not specified main world will be used.
*/
worldName?: string;
}
export type setBootstrapScriptReturnValue = {
}