You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading progressive jpegs is possible but not really useful without a onprogress event. Would it be possible to add support for a onprogress event? This should deliver the partly loaded jpeg.
Note that this would require to load the binary data with overrideMimeType('text/plain; charset=x-user-defined') instead of arraybuffers. Otherwise you get a DOM exception for incomplete arraybuffers.
The text was updated successfully, but these errors were encountered:
Loading progressive jpegs is possible but not really useful without a onprogress event. Would it be possible to add support for a onprogress event? This should deliver the partly loaded jpeg.
Note that this would require to load the binary data with overrideMimeType('text/plain; charset=x-user-defined') instead of arraybuffers. Otherwise you get a DOM exception for incomplete arraybuffers.
The text was updated successfully, but these errors were encountered: