Closed stepcut closed 7 years ago
Is this fixed by #54?
I can't easily test it -- but it sure looks like it should.
I have wasted hours because of this bug, why hasn't the fix been merged in?
@stepcut @DougBurke @tittoassini Can one of you confirm that this is fixed in a recent build (since #54 was merged)?
yes, it is fixed
getData seems to have
2 == BlobData
and3 == ArrayBuffer
:but the
js_getData
FFI import seems to have2 == ArrayBuffer
and3 == BlobData
https://github.com/ghcjs/ghcjs-base/blob/master/JavaScript/Web/MessageEvent.hs