cypress-network-idle
Advanced tools
Comparing version 1.14.1 to 1.14.2
{ | ||
"name": "cypress-network-idle", | ||
"version": "1.14.1", | ||
"version": "1.14.2", | ||
"description": "A little Cypress.io plugin for waiting for network to be idle before continuing with the test", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -8,2 +8,16 @@ // load type definitions that come with Cypress module | ||
type ResourceType = | ||
| 'document' | ||
| 'fetch' | ||
| 'xhr' | ||
| 'websocket' | ||
| 'stylesheet' | ||
| 'script' | ||
| 'image' | ||
| 'font' | ||
| 'cspviolationreport' | ||
| 'ping' | ||
| 'manifest' | ||
| 'other' | ||
interface BaseMessage { | ||
@@ -10,0 +24,0 @@ /** |
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
22378
425