feat(webkit): bump to 1480 (#6605)
This commit is contained in:
parent
4c3bd11820
commit
be8d836443
|
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1478",
|
"revision": "1480",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1443"
|
"mac10.14": "1443"
|
||||||
|
|
|
||||||
|
|
@ -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.
|
* 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;
|
source?: string;
|
||||||
|
/**
|
||||||
|
* Isolated world name to evaluate the script in. If not specified main world will be used.
|
||||||
|
*/
|
||||||
|
worldName?: string;
|
||||||
}
|
}
|
||||||
export type setBootstrapScriptReturnValue = {
|
export type setBootstrapScriptReturnValue = {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue