mirror of
https://github.com/Wessel/wumpfetch.git
synced 2026-07-26 01:50:56 +02:00
oops
This commit is contained in:
@@ -66,10 +66,10 @@ const w = require('wumpfetch');
|
||||
;(async() => {
|
||||
const r = await w('https://my-site.com/postboi', { method: 'GET' });
|
||||
console.log(r.json());
|
||||
})();z
|
||||
})();
|
||||
```
|
||||
|
||||
### Why use Wumpfetch?
|
||||
Wumpfetch is a lightweight and fast request library comparing to other packages such as request which is 4.46mb!
|
||||
<br>
|
||||
[](https://packagephobia.now.sh/result?p=wumpfetch) (6.2kb concatenated and 4.4kb minified, both in **/dest**)
|
||||
[](https://packagephobia.now.sh/result?p=wumpfetch) (6.2kb concatenated and 4.4kb minified, both in **/dest**)
|
||||
|
||||
Reference in New Issue
Block a user