标签: javascript
我想一次加载整个fetch响应,但似乎没有readAll或类似功能。
readAll
从ReadableStreamDefaultReader到单个Uint8Array读取每个字节的最有效方式是什么?
答案 0 :(得分:2)
Fetch的pip install git+https://github.com/scrapy/scrapyd-client 接口具有Response,该接口返回.arrayBuffer()。
pip install git+https://github.com/scrapy/scrapyd-client
Response
.arrayBuffer()