Skip to content

Commit

Permalink
Mention browser and Electron support in the comparison table (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 11, 2018
1 parent a3e77de commit f30b623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -805,6 +805,8 @@ const custom = got.extend({
| | `got` | `request` | `node-fetch` | `axios` |
|-----------------------|:-------:|:---------:|:------------:|:-------:|
| HTTP/2 support |||||
| Browser support |||* ||
| Electron support |||||
| Promise API |||||
| Stream API |||||
| Request cancelation |||||
Expand All @@ -827,6 +829,8 @@ const custom = got.extend({
| Dependents | ![][gdp] | ![][rdp] | ![][ndp] | ![][adp] |
| Install size | ![][gis] | ![][ris] | ![][nis] | ![][ais] |

\* It's almost API compatible with the browser `fetch` API.

<!-- ISSUES OPEN -->
[gio]: https://img.shields.io/github/issues/sindresorhus/got.svg
[rio]: https://img.shields.io/github/issues/request/request.svg
Expand Down

0 comments on commit f30b623

Please sign in to comment.