@web/test-runner-chrome
Advanced tools
Comparing version 0.4.1 to 0.4.2
# @web/test-runner-chrome | ||
## 0.4.2 | ||
### Patch Changes | ||
- 0f8935d: make going to a URL non-blocking | ||
## 0.4.1 | ||
@@ -4,0 +10,0 @@ |
@@ -38,3 +38,3 @@ "use strict"; | ||
let page; | ||
if (true && inactivePages.length === 0) { | ||
if (inactivePages.length === 0) { | ||
page = await browser.newPage(); | ||
@@ -46,3 +46,4 @@ } | ||
activePages.set(session.id, page); | ||
await page.goto(url); | ||
// creating a new page is blocking, but going to a URL is not | ||
page.goto(url); | ||
}, | ||
@@ -49,0 +50,0 @@ stopSession(session) { |
{ | ||
"name": "@web/test-runner-chrome", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10856
120