@awaitbox/window-loaded
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@awaitbox/window-loaded", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "esnext": "src/index.js", |
@@ -7,2 +7,4 @@ | ||
#### `npm i @awaitbox/window-loaded --save` | ||
The `windowLoaded` async function returns a promise that will resolve when the | ||
@@ -9,0 +11,0 @@ `window`'s `load` event fires in the future (i.e. sub-resources like img tags, |
2479
59