From 7881e2c3cee602a678a752c2d960ae15b2a0edd2 Mon Sep 17 00:00:00 2001 From: Julien Elbaz Date: Sat, 7 Oct 2017 10:58:28 +0200 Subject: [PATCH] :memo: Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f9e51..8e67655 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ license-badge

- A tiny (< 1.8Kb g-zipped) wrapper built around fetch with an intuitive syntax. + A tiny (< 2.2Kb g-zipped) wrapper built around fetch with an intuitive syntax.

f[ETCH] [WR]apper @@ -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).*