Skip to content

Commit

Permalink
📝 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 9, 2017
1 parent c5888fe commit 7881e2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="https:/elbywan/wretch/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license-badge" height="20"></a>
</h1>
<h4 align="center">
A tiny (&lt; 1.8Kb g-zipped) wrapper built around fetch with an intuitive syntax.
A tiny (&lt; 2.2Kb g-zipped) wrapper built around fetch with an intuitive syntax.
</h4>
<h5 align="center">
<i>f[ETCH] [WR]apper</i>
Expand Down Expand Up @@ -639,6 +639,11 @@ wretch("...").get().text(txt => console.log(txt))
## Extras
*A set of extra features.*
| [Abortable requests](#abortable-requests-experimental) | [Performance API](#performance-api-experimental) |
|-----|-----|
### Abortable requests (experimental)
*No polyfills for node.js yet ! Your browser absolutely needs to support [AbortControllers](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).*
Expand Down

0 comments on commit 7881e2c

Please sign in to comment.