@applitools/dom-capture
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -34,3 +34,3 @@ var _captureDom = (function (exports) { | ||
try { | ||
const response = await fetch(url, {cache: 'no-cache'}); | ||
const response = await fetch(url); | ||
if (response.ok) { | ||
@@ -37,0 +37,0 @@ return await response.text(); |
{ | ||
"name": "@applitools/dom-capture", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -29,3 +29,3 @@ /* global document, CSSImportRule, fetch*/ | ||
try { | ||
const response = await fetch(url, {cache: 'no-cache'}); | ||
const response = await fetch(url); | ||
if (response.ok) { | ||
@@ -32,0 +32,0 @@ return await response.text(); |
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
19674