nuysoft / Mock

A simulation data generator
http://mockjs.com
Other
19.53k stars 2.66k forks source link

mockjs初始化了responseType #475

Open lilooc opened 2 years ago

lilooc commented 2 years ago

初始化了responseType,会影响到会影响原生的请求,使得服务器返回的arraybuffer类型变成乱码

wll8 commented 2 years ago

此问题已存在: https://github.com/nuysoft/Mock/issues/299

ygweric commented 1 year ago

这个仓库已经不维护了,我fork了一份已经解决,可以使用我fork的仓库 tony-mockjs

npm i tony-mockjs

我的代码里里面使用了threejs,具体的responseType值会是 text|ArrayBuffer|json,目前工作良好

具体核心代码如下

image