feat(firefox): roll to r1295 (#8842)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-09-10 21:45:20 +02:00 committed by GitHub
parent 8a3e992031
commit b1b801a3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
},
{
"name": "firefox",
"revision": "1294",
"revision": "1295",
"installByDefault": true
},
{

View File

@ -908,6 +908,7 @@ export module Protocol {
requestId: string;
responseEndTime: number;
transferSize: number;
encodedBodySize: number;
protocolVersion: string;
}
export type requestFailedPayload = {