Added allowBackwardCrawling option
This commit is contained in:
@@ -46,6 +46,7 @@ export type CrawlerOptions = {
|
||||
replaceAllPathsWithAbsolutePaths?: boolean;
|
||||
ignoreSitemap?: boolean;
|
||||
mode?: "default" | "fast"; // have a mode of some sort
|
||||
allowBackwardCrawling?: boolean;
|
||||
}
|
||||
|
||||
export type WebScraperOptions = {
|
||||
|
||||
Reference in New Issue
Block a user