Node updated. Some todos.
This commit is contained in:
12
Scripts/node_modules/chromium-bidi/lib/cjs/bidiTab/BidiParser.js
generated
vendored
12
Scripts/node_modules/chromium-bidi/lib/cjs/bidiTab/BidiParser.js
generated
vendored
@ -26,6 +26,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.BidiParser = void 0;
|
||||
const Parser = __importStar(require("../protocol-parser/protocol-parser.js"));
|
||||
class BidiParser {
|
||||
// Browser domain
|
||||
// keep-sorted start block=yes
|
||||
parseRemoveUserContextParams(params) {
|
||||
return Parser.Browser.parseRemoveUserContextParams(params);
|
||||
}
|
||||
// keep-sorted end
|
||||
// Browsing Context domain
|
||||
// keep-sorted start block=yes
|
||||
parseActivateParams(params) {
|
||||
@ -46,6 +52,9 @@ class BidiParser {
|
||||
parseHandleUserPromptParams(params) {
|
||||
return Parser.BrowsingContext.parseHandleUserPromptParameters(params);
|
||||
}
|
||||
parseLocateNodesParams(params) {
|
||||
return Parser.BrowsingContext.parseLocateNodesParams(params);
|
||||
}
|
||||
parseNavigateParams(params) {
|
||||
return Parser.BrowsingContext.parseNavigateParams(params);
|
||||
}
|
||||
@ -67,6 +76,9 @@ class BidiParser {
|
||||
parseGetSessionParams(params) {
|
||||
return Parser.Cdp.parseGetSessionRequest(params);
|
||||
}
|
||||
parseResolveRealmParams(params) {
|
||||
return Parser.Cdp.parseResolveRealmRequest(params);
|
||||
}
|
||||
parseSendCommandParams(params) {
|
||||
return Parser.Cdp.parseSendCommandRequest(params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user