npm.io
14.0.3 • Published 5 months ago

@polkadot/x-fetch

Licence
Apache-2.0
Version
14.0.3
Deps
3
Size
19 kB
Vulns
0
Weekly
0
Stars
261

@polkadot/x-fetch

A cross-environment fetch.

Install it via yarn add @polkadot/x-fetch

import { fetch } from '@polkadot/x-fetch';

...
const response = await fetch('https://example.com/something.json');
const json = await response.json();