feat(firefox): roll to r1327 (#14614)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Playwright Service 2022-06-07 08:42:08 -07:00 committed by GitHub
parent cf2c6ee81d
commit 712ad4ec12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
},
{
"name": "firefox",
"revision": "1326",
"revision": "1327",
"installByDefault": true,
"browserVersion": "100.0.2"
},

View File

@ -904,6 +904,7 @@ export module Protocol {
requestStart: number;
responseStart: number;
};
fromServiceWorker: boolean;
}
export type requestFinishedPayload = {
requestId: string;