@cloudpss/fetch
v0.6.21
Published
Cross-platform `fetch` and `WebSocket` implementation and utilities used by CloudPSS SDKs.
Downloads
502
Readme
@cloudpss/fetch
Cross-platform fetch and WebSocket implementation and utilities used by CloudPSS SDKs.
import fetch from '@cloudpss/fetch';
const res = await fetch('https://cloudpss.net/api');
const json = await res.json();