nodejs_chromium 1.1.20 → 1.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/chrome.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs_chromium",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "type": "module",
5
5
  "description": "for pupeteer chromium",
6
6
  "main": "index.js",
package/src/chrome.js CHANGED
@@ -698,7 +698,8 @@ export default class {
698
698
  }, domain);
699
699
  }
700
700
 
701
- skipTypes = ['image', 'font', 'other', 'script', 'stylesheet', 'document', 'ping'];
701
+ //'document',
702
+ skipTypes = ['image', 'font', 'other', 'script', 'stylesheet', 'ping'];
702
703
 
703
704
  setSkipType(items) {
704
705
  this.skipTypes.length = 0;