MCPcopy Create free account
hub / github.com/fontsource/fontsource / btoa

Method btoa

website/worker-configuration.d.ts:205–205  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

203 DOMException: typeof DOMException;
204 WorkerGlobalScope: typeof WorkerGlobalScope;
205 btoa(data: string): string;
206 atob(data: string): string;
207 setTimeout(callback: (...args: any[]) => void, msDelay?: number): number;
208 setTimeout<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected