UNPKG

@helia/verified-fetch

Version:

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

5 lines 195 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; //# sourceMappingURL=constants.js.map