fetch 0.3.0
- Fix PUT/DELETE for IE 9 and PATCH for Node.js.
- Normalize capitalization of HTTP methods per fetch spec
- Fix sending requests with empty body such as DELETE in IE
- Fix promise being rejected on IE 9 when server response is invalid
- Fixes 204 No Content responses for IE 9
- Remove form encoded object body.