UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CDP_TOKEN_HEADER = exports.BROWSER_USE_WS_NAMESPACE = void 0; exports.BROWSER_USE_WS_NAMESPACE = '/browser-use'; exports.CDP_TOKEN_HEADER = 'x-n8n-cdp-token'; //# sourceMappingURL=browser-use-ws.constants.js.map