-
-
Notifications
You must be signed in to change notification settings - Fork 936
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2032,6 +2032,7 @@ The Electron `net` module is not consistent with the Node.js `http` module. See | |
| Bugs | [![][gbg]][g6] | [![][rbg]][r6] | [![][nbg]][n6] | [![][kbg]][k6] | [![][abg]][a6] | [![][sbg]][s6] | | ||
| Dependents | [![][gdp]][g7] | [![][rdp]][r7] | [![][ndp]][n7] | [![][kdp]][k7] | [![][adp]][a7] | [![][sdp]][s7] | | ||
| Install size | [![][gis]][g8] | [![][ris]][r8] | [![][nis]][n8] | [![][kis]][k8] | [![][ais]][a8] | [![][sis]][s8] | | ||
| GitHub stars | [![][gs]][g9] | [![][rs]][r9] | [![][ns]][n9] | [![][ks]][k9] | [![][as]][a9] | [![][ss]][s9] | | ||
\* It's almost API compatible with the browser `fetch` API.\ | ||
\*\* Need to switch the protocol manually. Doesn't accept PUSH streams and doesn't reuse HTTP/2 sessions.\ | ||
|
@@ -2166,9 +2167,24 @@ The Electron `net` module is not consistent with the Node.js `http` module. See | |
[a8]: https://packagephobia.now.sh/result?p=axios | ||
[s8]: https://packagephobia.now.sh/result?p=superagent | ||
<!-- GITHUB STARS --> | ||
[gs]: https://badgen.net/github/stars/sindresorhus/got?label | ||
[ks]: https://badgen.net/github/stars/sindresorhus/ky?label | ||
[rs]: https://badgen.net/github/stars/request/request?label | ||
[ns]: https://badgen.net/github/stars/bitinn/node-fetch?label | ||
[as]: https://badgen.net/github/stars/axios/axios?label | ||
[ss]: https://badgen.net/github/stars/visionmedia/superagent?label | ||
[g9]: https://github.com/sindresorhus/got | ||
[k9]: https://github.com/sindresorhus/ky | ||
[r9]: https://github.com/request/request | ||
[n9]: https://github.com/node-fetch/node-fetch | ||
[a9]: https://github.com/axios/axios | ||
[s9]: https://github.com/visionmedia/superagent | ||
[Click here][InstallSizeOfTheDependencies] to see the install size of the Got dependencies. | ||
[InstallSizeOfTheDependencies]: https://packagephobia.now.sh/result?p=@sindresorhus/is@1.0.0,@szmarczak/http-timer@3.1.0,@types/[email protected],cacheable-lookup@0.2.1,[email protected].0,decompress-response@5.0.0,[email protected],get-stream@5.0.0,[email protected],[email protected],[email protected],[email protected].0,[email protected],[email protected].0 | ||
[InstallSizeOfTheDependencies]: https://packagephobia.com/result?p=@sindresorhus/is@3.0.0,@szmarczak/http-timer@4.0.5,@types/[email protected],@types/[email protected],cacheable-lookup@5.0.3,[email protected].1,decompress-response@6.0.0,http2-wrapper@1.0.0,[email protected],[email protected],[email protected] | ||
## Related | ||
|