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:
6
Scripts/node_modules/chromium-bidi/lib/cjs/cdp/CdpClient.js
generated
vendored
6
Scripts/node_modules/chromium-bidi/lib/cjs/cdp/CdpClient.js
generated
vendored
@ -16,14 +16,14 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.CdpClient = exports.CloseError = void 0;
|
||||
exports.MapperCdpClient = exports.CloseError = void 0;
|
||||
const EventEmitter_js_1 = require("../utils/EventEmitter.js");
|
||||
/** A error that will be thrown if/when the connection is closed. */
|
||||
class CloseError extends Error {
|
||||
}
|
||||
exports.CloseError = CloseError;
|
||||
/** Represents a high-level CDP connection to the browser. */
|
||||
class CdpClient extends EventEmitter_js_1.EventEmitter {
|
||||
class MapperCdpClient extends EventEmitter_js_1.EventEmitter {
|
||||
#cdpConnection;
|
||||
#sessionId;
|
||||
constructor(cdpConnection, sessionId) {
|
||||
@ -41,5 +41,5 @@ class CdpClient extends EventEmitter_js_1.EventEmitter {
|
||||
return error instanceof CloseError;
|
||||
}
|
||||
}
|
||||
exports.CdpClient = CdpClient;
|
||||
exports.MapperCdpClient = MapperCdpClient;
|
||||
//# sourceMappingURL=CdpClient.js.map
|
||||
Reference in New Issue
Block a user