Skip to content

Commit b18d6a8

Browse files
committed
Remove xml() Response method since it's not part of the spec or polyfills
see whatwg/fetch#16
1 parent a2b7c8e commit b18d6a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ function response (httpResponse, data) {
4444
}
4545
})
4646
},
47-
xml () {
48-
// TODO https://developer.apple.com/reference/foundation/nsxmlparser
49-
return Promise.reject('not implemented yet')
50-
},
5147
blob () {
5248
return Promise.resolve(data)
5349
},

0 commit comments

Comments
 (0)