Debug JS Remotely 模式下,代码没有任何问题。
关闭Debug,arrayBuffer就会报找不到......
代码如下:
fetch(url)
.then((response) => response.arrayBuffer())
.then((buffer) => {
//一些代码
})
.catch((error) => {
//一些代码
});
其他就不贴了。
这么神奇还是我哪里没写好?
另外在github上找到这么个帖子:
support ArrayBuffer as fetch body #9947
付费偷看金额在0.1-10元之间
建议你console.log(response),接着你看看里面的body是什么类型,然后根据具体的api调用处理函数,我之前也是出现这种情况,原因是类型不对应。
一周热门 更多>