Răsfoiți Sursa

updated example

Gildas 7 ani în urmă
părinte
comite
3736823bcc
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      node-puppeteer/example-puppeteer.js

+ 2 - 1
node-puppeteer/example-puppeteer.js

@@ -36,7 +36,8 @@ SingleFile.getPageData({
 	removeHiddenElements: true,
 	removeUnusedStyles: true,
 	removeUnusedFonts: true,
-	removeFrames: true,
+	removeFrames: false,
+	loadDeferredImages: true,
 	removeImports: true,
 	removeScripts: true,
 	compressHTML: true,