UNPKG

@crawlee/core

Version:

The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.

6 lines 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EVENT_SESSION_RETIRED = void 0; /** @internal */ exports.EVENT_SESSION_RETIRED = 'sessionRetired'; //# sourceMappingURL=events.js.map