Ver código fonte

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

add cookie reference
Steve Sewell 1 ano atrás
pai
commit
4b22661ec6
1 arquivos alterados com 2 adições e 0 exclusões
  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;