mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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:
parent
cf2c6ee81d
commit
712ad4ec12
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"revision": "1326",
|
"revision": "1327",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"browserVersion": "100.0.2"
|
"browserVersion": "100.0.2"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -904,6 +904,7 @@ export module Protocol {
|
|||||||
requestStart: number;
|
requestStart: number;
|
||||||
responseStart: number;
|
responseStart: number;
|
||||||
};
|
};
|
||||||
|
fromServiceWorker: boolean;
|
||||||
}
|
}
|
||||||
export type requestFinishedPayload = {
|
export type requestFinishedPayload = {
|
||||||
requestId: string;
|
requestId: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user