We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3202fb4 commit 9821f2fCopy full SHA for 9821f2f
load-image.js
@@ -24,7 +24,7 @@
24
oUrl;
25
img.onerror = callback;
26
img.onload = function () {
27
- if (oUrl) {
+ if (oUrl && !options.nounload) {
28
loadImage.revokeObjectURL(oUrl);
29
}
30
callback(loadImage.scale(img, options));
0 commit comments