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.)
   `$ ./single-file.js https://www.wikipedia.org wikipedia.html` (Linux/Unix/BSD etc.)
   
   
   `> node single-file.js https://www.wikipedia.org wikipedia.html` (Windows)
   `> 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)