joshuef / safe-js

12 stars 7 forks source link

getFile() rejects responseParsing=false #20

Open happybeing opened 8 years ago

happybeing commented 8 years ago

Docs say:

responseParsing - (string) type of response parsing to return. Defaults to text, can be buffer,blob,json or false, which would simply return the response.

But if I use responseParsing=false I get an error:

invalid response parsing method, should be one of: buffer,blob,json,text