Skip to content

Commit

Permalink
Remove xml() Response method since it's not part of the spec or polyf…
Browse files Browse the repository at this point in the history
…ills

see whatwg/fetch#16
  • Loading branch information
darknoon committed Mar 25, 2017
1 parent a2b7c8e commit b18d6a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ function response (httpResponse, data) {
}
})
},
xml () {
// TODO https://developer.apple.com/reference/foundation/nsxmlparser
return Promise.reject('not implemented yet')
},
blob () {
return Promise.resolve(data)
},
Expand Down

0 comments on commit b18d6a8

Please sign in to comment.