feat(webkit): roll to r1807 (#21389)

This commit is contained in:
Playwright Service 2023-03-03 11:28:05 -08:00 committed by GitHub
parent a8b5f51be1
commit 0af8c0169e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -4377,6 +4377,7 @@ might return multiple quads for inline nodes.
export type setAuthCredentialsParameters = { export type setAuthCredentialsParameters = {
username?: string; username?: string;
password?: string; password?: string;
origin?: string;
} }
export type setAuthCredentialsReturnValue = { export type setAuthCredentialsReturnValue = {
} }