提交 2c1534ac 编写于 作者: D David Graham

Merge pull request #5 from jonathanong/nitpicks

throw proper errors
......@@ -66,7 +66,7 @@
this.bodyUsed = false
this.arrayBuffer = function() {
throw 'Not implemented yet'
throw new Error('Not implemented yet')
}
this.blob = function() {
......@@ -74,7 +74,7 @@
}
this.formData = function() {
throw 'Not implemented yet'
throw new Error('Not implemented yet')
}
this.json = function() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册