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
GM_xmlhttpRequest does not emit progress events when a GIF image is being downloaded with responseType: "arraybuffer"
GIFs turned into blobs with an ArrayBuffer as source using new Blob([xhr.response], {type: "image/gif"}) do not display as expected, at least not on FF 51.0.1(32bit)
The text was updated successfully, but these errors were encountered:
GM_xmlhttpRequest
does not emitprogress
events when a GIF image is being downloaded withresponseType: "arraybuffer"
GIFs turned into blobs with an
ArrayBuffer
as source usingnew Blob([xhr.response], {type: "image/gif"})
do not display as expected, at least not on FF 51.0.1(32bit)The text was updated successfully, but these errors were encountered: