This repository was archived by the owner on Feb 28, 2019. It is now read-only.
This repository was archived by the owner on Feb 28, 2019. It is now read-only.
Open
Description
When you set xhr.responseType = 'arraybuffer', xhr.response
should be an ArrayBuffer
, not a string. It looks like faux-jax does not emulate this behavior (xhr.response
remains a string when I set the responseType
property).