From 297d7835858e9abf3af03b94e869830829331a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Mon, 2 Jun 2025 17:52:46 +0200 Subject: [PATCH] feat(js-sdk): dontStoreInCache --- apps/js-sdk/firecrawl/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index 265bd6c5..9c1fc8e8 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -120,6 +120,7 @@ export interface CrawlScrapeOptions { removeBase64Images?: boolean; blockAds?: boolean; proxy?: "basic" | "stealth" | "auto"; + dontStoreInCache?: boolean; } export type Action = {