mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1784 (#20466)
This commit is contained in:
parent
01790c0e19
commit
5ad635522c
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1783",
|
||||
"revision": "1784",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"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: number;
|
||||
/**
|
||||
* Whether the naviation will happen in the same frame.
|
||||
*/
|
||||
targetIsCurrentFrame: boolean;
|
||||
}
|
||||
/**
|
||||
* Fired when frame no longer has a scheduled navigation.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user