nodejs_chromium 1.1.10 → 1.1.11

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 +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs_chromium",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "for pupeteer chromium",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/chrome.js CHANGED
@@ -214,7 +214,6 @@ module.exports = class {
214
214
  else {
215
215
  await this.page.goto(url, { timeout, referer, waitUntil });
216
216
  }
217
- await this.page.goto(url, { timeout, referer, waitUntil });
218
217
  return this;
219
218
  }
220
219
  catch (e) {