We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29ef63d + 007ff08 commit 5f09b1fCopy full SHA for 5f09b1f
scrapegraphai/docloaders/browser_base.py
@@ -3,7 +3,7 @@
3
"""
4
from typing import List
5
6
-def browser_base_fetch(api_key: str, project_id: str, link: List[str], text_content: bool = True) -> List[str]:
+def browser_base_fetch(api_key: str, project_id: str, link: List[str], text_content: bool = True, async_mode: bool = False) -> List[str]:
7
8
BrowserBase Fetch
9
0 commit comments