Détail du package

@polkadot/x-fetch

polkadot-js660kApache-2.013.5.3

A cross-environment fetch replacement

readme

@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();