未验证 提交 9ab032a2 编写于 作者: J Jake Champion 提交者: GitHub

Update fetch.js

上级 88a5c243
......@@ -276,7 +276,7 @@ function Body() {
if (this._bodyArrayBuffer) {
var consumed = consumed(this);
if (consumed) {
return consumed;
return consumed
}
if (ArrayBuffer.isView(this._bodyArrayBuffer)) {
return Promise.resolve(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册