A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
This commit is contained in:
87
Scripts/node_modules/chromium-bidi/lib/cjs/protocol-parser/protocol-parser.d.ts
generated
vendored
87
Scripts/node_modules/chromium-bidi/lib/cjs/protocol-parser/protocol-parser.d.ts
generated
vendored
@ -69,43 +69,7 @@ export declare namespace Network {
|
||||
method?: string | undefined;
|
||||
url?: string | undefined;
|
||||
};
|
||||
function parseContinueResponseParameters(params: unknown): {
|
||||
request: string;
|
||||
cookies?: {
|
||||
value: {
|
||||
type: "string";
|
||||
value: string;
|
||||
} | {
|
||||
type: "base64";
|
||||
value: string;
|
||||
};
|
||||
name: string;
|
||||
domain?: string | undefined;
|
||||
httpOnly?: boolean | undefined;
|
||||
expiry?: string | undefined;
|
||||
maxAge?: number | undefined;
|
||||
path?: string | undefined;
|
||||
sameSite?: "strict" | "none" | "lax" | undefined;
|
||||
secure?: boolean | undefined;
|
||||
}[] | undefined;
|
||||
credentials?: {
|
||||
type: "password";
|
||||
password: string;
|
||||
username: string;
|
||||
} | undefined;
|
||||
headers?: {
|
||||
value: {
|
||||
type: "string";
|
||||
value: string;
|
||||
} | {
|
||||
type: "base64";
|
||||
value: string;
|
||||
};
|
||||
name: string;
|
||||
}[] | undefined;
|
||||
reasonPhrase?: string | undefined;
|
||||
statusCode?: number | undefined;
|
||||
};
|
||||
function parseContinueResponseParameters(params: unknown): Protocol.Network.ContinueResponseParameters;
|
||||
function parseContinueWithAuthParameters(params: unknown): {
|
||||
request: string;
|
||||
} & ({
|
||||
@ -121,45 +85,7 @@ export declare namespace Network {
|
||||
function parseFailRequestParameters(params: unknown): {
|
||||
request: string;
|
||||
};
|
||||
function parseProvideResponseParameters(params: unknown): {
|
||||
request: string;
|
||||
body?: {
|
||||
type: "string";
|
||||
value: string;
|
||||
} | {
|
||||
type: "base64";
|
||||
value: string;
|
||||
} | undefined;
|
||||
cookies?: {
|
||||
value: {
|
||||
type: "string";
|
||||
value: string;
|
||||
} | {
|
||||
type: "base64";
|
||||
value: string;
|
||||
};
|
||||
name: string;
|
||||
domain?: string | undefined;
|
||||
httpOnly?: boolean | undefined;
|
||||
expiry?: string | undefined;
|
||||
maxAge?: number | undefined;
|
||||
path?: string | undefined;
|
||||
sameSite?: "strict" | "none" | "lax" | undefined;
|
||||
secure?: boolean | undefined;
|
||||
}[] | undefined;
|
||||
headers?: {
|
||||
value: {
|
||||
type: "string";
|
||||
value: string;
|
||||
} | {
|
||||
type: "base64";
|
||||
value: string;
|
||||
};
|
||||
name: string;
|
||||
}[] | undefined;
|
||||
reasonPhrase?: string | undefined;
|
||||
statusCode?: number | undefined;
|
||||
};
|
||||
function parseProvideResponseParameters(params: unknown): Protocol.Network.ProvideResponseParameters;
|
||||
function parseRemoveInterceptParameters(params: unknown): {
|
||||
intercept: string;
|
||||
};
|
||||
@ -198,8 +124,17 @@ export declare namespace Session {
|
||||
export declare namespace Input {
|
||||
function parsePerformActionsParams(params: unknown): Protocol.Input.PerformActionsParameters;
|
||||
function parseReleaseActionsParams(params: unknown): Protocol.Input.ReleaseActionsParameters;
|
||||
function parseSetFilesParams(params: unknown): Protocol.Input.SetFilesParameters;
|
||||
}
|
||||
export declare namespace Storage {
|
||||
function parseGetCookiesParams(params: unknown): Protocol.Storage.GetCookiesParameters;
|
||||
function parseSetCookieParams(params: unknown): Protocol.Storage.SetCookieParameters;
|
||||
function parseDeleteCookiesParams(params: unknown): Protocol.Storage.DeleteCookiesParameters;
|
||||
}
|
||||
export declare namespace Cdp {
|
||||
function parseSendCommandRequest(params: unknown): Protocol.Cdp.SendCommandParameters;
|
||||
function parseGetSessionRequest(params: unknown): Protocol.Cdp.GetSessionParameters;
|
||||
}
|
||||
export declare namespace Permissions {
|
||||
function parseSetPermissionsParams(params: unknown): Protocol.Permissions.SetPermissionParameters;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user