@lyo/fetch
v1.1.0
Published
Browser-compatible version of fetch
Downloads
3
Readme
@lyo/fetch
A browser-compatible version of fetch built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/fetch"></script>
<script>
fetch.FetchStream(foo, bar);
fetch.CookieJar(foo);
fetch.fetchUrl(foo, bar, baz);
</script>
In Node.js
# Install
npm i @lyo/fetch
const fetch = require('@lyo/fetch')
fetch.FetchStream(foo, bar);
fetch.CookieJar(foo);
fetch.fetchUrl(foo, bar, baz);
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk