@crawlee/basic 4.0.0-beta.1 → 4.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.js +0 -1
- package/index.js.map +1 -1
- package/internals/basic-crawler.d.ts +65 -57
- package/internals/basic-crawler.d.ts.map +1 -1
- package/internals/basic-crawler.js +77 -41
- package/internals/basic-crawler.js.map +1 -1
- package/package.json +5 -5
- package/tsconfig.build.tsbuildinfo +1 -1
- package/internals/constants.d.ts +0 -7
- package/internals/constants.d.ts.map +0 -1
- package/internals/constants.js +0 -7
- package/internals/constants.js.map +0 -1
package/internals/constants.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Additional number of seconds used in {@link CheerioCrawler} and {@link BrowserCrawler} to set a reasonable
|
|
3
|
-
* {@link BasicCrawlerOptions.requestHandlerTimeoutSecs|`requestHandlerTimeoutSecs`} for {@link BasicCrawler}
|
|
4
|
-
* that would not impare functionality (not timeout before crawlers).
|
|
5
|
-
*/
|
|
6
|
-
export declare const BASIC_CRAWLER_TIMEOUT_BUFFER_SECS = 10;
|
|
7
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/internals/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,KAAK,CAAC"}
|
package/internals/constants.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Additional number of seconds used in {@link CheerioCrawler} and {@link BrowserCrawler} to set a reasonable
|
|
3
|
-
* {@link BasicCrawlerOptions.requestHandlerTimeoutSecs|`requestHandlerTimeoutSecs`} for {@link BasicCrawler}
|
|
4
|
-
* that would not impare functionality (not timeout before crawlers).
|
|
5
|
-
*/
|
|
6
|
-
export const BASIC_CRAWLER_TIMEOUT_BUFFER_SECS = 10;
|
|
7
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/internals/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG,EAAE,CAAC"}
|