arrayBuffer(source[, options])
sourceAsyncIterable|Iterable options<Object>signal<AbortSignal>limit<number> 要消耗的最大字节数。如果收集的总字节数超过限制,将抛出ERR_OUT_OF_RANGE错误
- 返回:<Promise> 使用
ArrayBuffer对象完成。
将所有字节收集到 ArrayBuffer 中。
🌐 Collect all bytes into an ArrayBuffer.