feat(js-sdk): dontStoreInCache

This commit is contained in:
Gergő Móricz 2025-06-02 17:52:46 +02:00
parent b2aeb99dd4
commit 297d783585

View File

@ -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 = {