wonderful-fetch
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -23,3 +23,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.9'; | ||
var VERSION = '0.0.10'; | ||
@@ -26,0 +26,0 @@ function WonderfulFetch(url, options) { |
{ | ||
"name": "wonderful-fetch", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A wrapper around fetch.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -83,5 +83,5 @@ <p align="center"> | ||
* Default: `get` | ||
* json `boolean`: Will parse the response as JSON | ||
* Acceptable Values: `true`, `false` | ||
* Default: `false` | ||
* responseFormat `string`: Format of the response | ||
* Acceptable Values: `raw`, `json`, `text` | ||
* Default: `raw` | ||
* timeout `number`: The request will automatically timeout after this | ||
@@ -88,0 +88,0 @@ * Acceptable Values: `any` |
14994