UNPKG

@helia/verified-fetch

Version:

A fetch-like API for obtaining verified & trustless IPFS content on the web

6 lines (4 loc) 155 B
export const CODEC_IDENTITY = 0x00 export const CODEC_CBOR = 0x51 export const SESSION_CACHE_MAX_SIZE = 100 export const SESSION_CACHE_TTL_MS = 60 * 1000