Gildas Lormeau 7 роки тому
батько
коміт
2a6db5fc13
1 змінених файлів з 6 додано та 0 видалено
  1. 6 0
      cli/README.MD

+ 6 - 0
cli/README.MD

@@ -42,4 +42,10 @@ This is a **work in progress**.
   `$ ./single-file.js https://www.wikipedia.org wikipedia.html` (Linux/Unix/BSD etc.)
   
   `> node single-file.js https://www.wikipedia.org wikipedia.html` (Windows)
+
+- Saving https://www.wikipedia.org into `wikipedia.html` with jsdom instead of Puppeteer
+
+  `$ ./single-file.js https://www.wikipedia.org wikipedia.html --back-end=jsdom` (Linux/Unix/BSD etc.)
+  
+  `> node single-file.js https://www.wikipedia.org wikipedia.html --back-end=jsdom` (Windows)