mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-16 12:36:01 +08:00
feat(js-sdk): dontStoreInCache
This commit is contained in:
parent
b2aeb99dd4
commit
297d783585
@ -120,6 +120,7 @@ export interface CrawlScrapeOptions {
|
||||
removeBase64Images?: boolean;
|
||||
blockAds?: boolean;
|
||||
proxy?: "basic" | "stealth" | "auto";
|
||||
dontStoreInCache?: boolean;
|
||||
}
|
||||
|
||||
export type Action = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user