mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(firefox): roll to r1295 (#8842)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8a3e992031
commit
b1b801a3a7
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"revision": "1294",
|
"revision": "1295",
|
||||||
"installByDefault": true
|
"installByDefault": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
1
src/server/firefox/protocol.d.ts
vendored
1
src/server/firefox/protocol.d.ts
vendored
@ -908,6 +908,7 @@ export module Protocol {
|
|||||||
requestId: string;
|
requestId: string;
|
||||||
responseEndTime: number;
|
responseEndTime: number;
|
||||||
transferSize: number;
|
transferSize: number;
|
||||||
|
encodedBodySize: number;
|
||||||
protocolVersion: string;
|
protocolVersion: string;
|
||||||
}
|
}
|
||||||
export type requestFailedPayload = {
|
export type requestFailedPayload = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user