feat(webkit): roll to r1784 (#20466)

This commit is contained in:
Playwright Service 2023-01-30 08:36:02 -08:00 committed by GitHub
parent 01790c0e19
commit 5ad635522c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@
},
{
"name": "webkit",
"revision": "1783",
"revision": "1784",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -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.