@argos-ci/browser
Advanced tools
Comparing version 1.4.1 to 1.5.0
@@ -168,2 +168,7 @@ (function () { | ||
images.forEach((img)=>{ | ||
// Force sync decoding | ||
if (img.decoding !== "sync") { | ||
img.decoding = "sync"; | ||
} | ||
// Force eager loading | ||
if (img.loading !== "eager") { | ||
@@ -170,0 +175,0 @@ img.loading = "eager"; |
{ | ||
"name": "@argos-ci/browser", | ||
"description": "Browser utilities to stabilize visual testing.", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"author": "Smooth Code", | ||
@@ -46,3 +46,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "47e813466b9224cb428eb44ee4d4d450f737763e" | ||
"gitHead": "2db40cba98f08e1d0c7bc9a48042e2f05af8a401" | ||
} |
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
22975
450