UNPKG

@kirz/expo-speedtest

Version:

Measure internet latency, download and upload speed

6 lines 270 B
export const CLOUDFLARE_URL = "https://speed.cloudflare.com"; export const UPLOAD_PATH = "__up"; export const DOWNLOAD_PATH = "__down"; export const DEFAULT_PACKET_SIZE = 500e3; // 500KB export const MAX_PACKET_SIZE = 50e6; // 50 MB //# sourceMappingURL=constants.js.map