@spider-cloud/spider-client 0.0.68 → 0.0.69
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/dist/config.d.ts +4 -0
- package/package.json +1 -1
package/dist/config.d.ts
CHANGED
|
@@ -272,6 +272,10 @@ export interface SpiderParams {
|
|
|
272
272
|
* Returns the HTTP response headers used.
|
|
273
273
|
*/
|
|
274
274
|
return_headers?: boolean;
|
|
275
|
+
/**
|
|
276
|
+
* Returns the link(s) found on the page that match the crawler query.
|
|
277
|
+
*/
|
|
278
|
+
return_page_links?: boolean;
|
|
275
279
|
/**
|
|
276
280
|
* Returns the HTTP response cookies used.
|
|
277
281
|
*/
|