Skip to content

Commit d2610bd

Browse files
Merge pull request #73 from JigsawStack/update/scroll_param
update: scroll param
2 parents 4b354b5 + ae675ea commit d2610bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/interfaces/scrape.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export interface BaseAIScrapeParams {
1717
url?: string | null;
1818
html?: string | null;
1919
http_headers?: Record<string, string> | null;
20+
scroll?: boolean;
2021
reject_request_pattern?: string[] | null;
2122
goto_options?: {
2223
timeout?: number;

0 commit comments

Comments
 (0)