feat(firefox): roll to r1302 (#10062)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
This commit is contained in:
parent
c6e0ecc38c
commit
8a6e4bd350
|
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"revision": "1301",
|
"revision": "1302",
|
||||||
"installByDefault": true
|
"installByDefault": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -851,14 +851,6 @@ export module Protocol {
|
||||||
requestStart: number;
|
requestStart: number;
|
||||||
responseStart: number;
|
responseStart: number;
|
||||||
};
|
};
|
||||||
export type InterceptedResponse = {
|
|
||||||
status: number;
|
|
||||||
statusText: string;
|
|
||||||
headers: {
|
|
||||||
name: string;
|
|
||||||
value: string;
|
|
||||||
}[];
|
|
||||||
};
|
|
||||||
export type requestWillBeSentPayload = {
|
export type requestWillBeSentPayload = {
|
||||||
frameId?: string;
|
frameId?: string;
|
||||||
requestId: string;
|
requestId: string;
|
||||||
|
|
@ -940,19 +932,8 @@ export module Protocol {
|
||||||
value: string;
|
value: string;
|
||||||
}[];
|
}[];
|
||||||
postData?: string;
|
postData?: string;
|
||||||
interceptResponse?: boolean;
|
|
||||||
};
|
|
||||||
export type resumeInterceptedRequestReturnValue = {
|
|
||||||
response?: {
|
|
||||||
status: number;
|
|
||||||
statusText: string;
|
|
||||||
headers: {
|
|
||||||
name: string;
|
|
||||||
value: string;
|
|
||||||
}[];
|
|
||||||
};
|
|
||||||
error?: string;
|
|
||||||
};
|
};
|
||||||
|
export type resumeInterceptedRequestReturnValue = void;
|
||||||
export type fulfillInterceptedRequestParameters = {
|
export type fulfillInterceptedRequestParameters = {
|
||||||
requestId: string;
|
requestId: string;
|
||||||
status: number;
|
status: number;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue