@song940/fetch
v0.0.1
Published
A fetch client for browser and/or Node.js
Maintainers
Readme
fetch.js
fetch polyfill
exmaple
fetch('https://api.lsong.org')
.then(res => res.json())
.then(res => {
console.log(res);
})license
This project under MIT license .
