提交 f8caf36e 编写于 作者: J Jonathan Ong

throw proper errors

上级 2d0d174b
......@@ -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.
先完成此消息的编辑!
想要评论请 注册