提交 5dd35d82 编写于 作者: J Joshua Peek

Merge pull request #74 from flaki/master

Declare deliberate "async=true" on XMLHttpRequest open
......@@ -274,7 +274,7 @@
reject(new TypeError('Network request failed'))
}
xhr.open(self.method, self.url)
xhr.open(self.method, self.url, true)
if ('responseType' in xhr && blobSupport) {
xhr.responseType = 'blob'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册