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