feat(firefox): roll to r1382 (#21156)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2023-02-23 07:38:40 -08:00 committed by GitHub
parent eccf022cea
commit 46d70266db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,7 @@
},
{
"name": "firefox",
"revision": "1380",
"revision": "1382",
"installByDefault": true,
"browserVersion": "109.0"
},

View file

@ -128,6 +128,7 @@ export module Protocol {
credentials: {
username: string;
password: string;
origin?: string;
}|null;
};
export type setHTTPCredentialsReturnValue = void;
@ -842,6 +843,7 @@ export module Protocol {
export type HTTPCredentials = {
username: string;
password: string;
origin?: string;
};
export type SecurityDetails = {
protocol: string;