async-preloader
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -417,3 +417,3 @@ (function (global, factory) { | ||
audio.autoplay = false; | ||
audio.preload = "none"; | ||
audio.preload = "auto"; | ||
audio.src = URL.createObjectURL(data); | ||
@@ -420,0 +420,0 @@ |
@@ -411,3 +411,3 @@ import FontFaceObserver from 'fontfaceobserver'; | ||
audio.autoplay = false; | ||
audio.preload = "none"; | ||
audio.preload = "auto"; | ||
audio.src = URL.createObjectURL(data); | ||
@@ -414,0 +414,0 @@ |
{ | ||
"name": "async-preloader", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Assets preloader using ES2017 async/await and fetch.", | ||
@@ -5,0 +5,0 @@ "main": "lib/async-preloader.js", |
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
8634276
28