Преглед изворни кода

Merge pull request #20 from Ashishprasa/doc-cookie-reference

add cookie reference
Steve Sewell пре 1 година
родитељ
комит
4b22661ec6
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -68,6 +68,8 @@ type Config = {
   maxPagesToCrawl: number;
   /** File name for the finished data */
   outputFileName: string;
+  /** Optional cookie to be set. E.g. for Cookie Consent */
+  cookie?: {name: string; value: string}
   /** Optional function to run for each page found */
   onVisitPage?: (options: {
     page: Page;