camsong / fetch-jsonp

Make JSONP request like window.fetch
998 stars 156 forks source link

Update README.md #9

Closed paolodm closed 8 years ago

paolodm commented 8 years ago

I'm a little confused by this line:

You'll also need a Promise polyfill for old browsers.

npm install es6-promise

es6-promise is a node dependency and is automatically brought in via npm install. Is this line even necessary?