matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.96k stars 290 forks source link

Query string parameter for get request #165

Open Enelar opened 6 years ago

Enelar commented 6 years ago

Most of libs have 'qs' param

trixn86 commented 6 years ago

If this is intended to be a feature request https://github.com/whatwg/fetch/issues would be the right place to ask. The intend of this library is make the fetch() api available to server side javascript. It is not intended to add features to it that are not in the official spec.