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:
21
Scripts/node_modules/chromium-bidi/lib/cjs/bidiTab/BidiParser.js
generated
vendored
21
Scripts/node_modules/chromium-bidi/lib/cjs/bidiTab/BidiParser.js
generated
vendored
@ -79,6 +79,9 @@ class BidiParser {
|
||||
parseReleaseActionsParams(params) {
|
||||
return Parser.Input.parseReleaseActionsParams(params);
|
||||
}
|
||||
parseSetFilesParams(params) {
|
||||
return Parser.Input.parseSetFilesParams(params);
|
||||
}
|
||||
// keep-sorted end
|
||||
// Network domain
|
||||
// keep-sorted start block=yes
|
||||
@ -104,6 +107,12 @@ class BidiParser {
|
||||
return Parser.Network.parseRemoveInterceptParameters(params);
|
||||
}
|
||||
// keep-sorted end
|
||||
// Permissions domain
|
||||
// keep-sorted start block=yes
|
||||
parseSetPermissionsParams(params) {
|
||||
return Parser.Permissions.parseSetPermissionsParams(params);
|
||||
}
|
||||
// keep-sorted end
|
||||
// Script domain
|
||||
// keep-sorted start block=yes
|
||||
parseAddPreloadScriptParams(params) {
|
||||
@ -130,6 +139,18 @@ class BidiParser {
|
||||
parseSubscribeParams(params) {
|
||||
return Parser.Session.parseSubscribeParams(params);
|
||||
}
|
||||
// keep-sorted end
|
||||
// Storage domain
|
||||
// keep-sorted start block=yes
|
||||
parseDeleteCookiesParams(params) {
|
||||
return Parser.Storage.parseDeleteCookiesParams(params);
|
||||
}
|
||||
parseGetCookiesParams(params) {
|
||||
return Parser.Storage.parseGetCookiesParams(params);
|
||||
}
|
||||
parseSetCookieParams(params) {
|
||||
return Parser.Storage.parseSetCookieParams(params);
|
||||
}
|
||||
}
|
||||
exports.BidiParser = BidiParser;
|
||||
//# sourceMappingURL=BidiParser.js.map
|
||||
Reference in New Issue
Block a user