feat(webkit): roll to r1784 (#20466)
This commit is contained in:
parent
01790c0e19
commit
5ad635522c
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1783",
|
"revision": "1784",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|
|
||||||
|
|
@ -6590,6 +6590,10 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||||
* Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.
|
* Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.
|
||||||
*/
|
*/
|
||||||
delay: number;
|
delay: number;
|
||||||
|
/**
|
||||||
|
* Whether the naviation will happen in the same frame.
|
||||||
|
*/
|
||||||
|
targetIsCurrentFrame: boolean;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Fired when frame no longer has a scheduled navigation.
|
* Fired when frame no longer has a scheduled navigation.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue