Skip to content

FetchLike

FetchLike = (url) => Promise<{ arrayBuffer: () => Promise<ArrayBuffer>; ok: boolean; }>

Defined in: src/core/fonts/remote-fonts.ts:121

A minimal fetch-like function (injectable for tests / offline use).

string

Promise<{ arrayBuffer: () => Promise<ArrayBuffer>; ok: boolean; }>