0.1.0 • Published 4 years ago
@axia-js/x-fetch v0.1.0
@axia-js/x-fetch
A cross-environment fetch.
Install it via yarn add @axia-js/x-fetch
import { fetch } from '@axia-js/x-fetch';
...
const response = await fetch('https://example.com/something.json');
const json = await response.json();
0.1.0
4 years ago