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

Class

website/worker-configuration.d.ts:1275–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers)
1274 */
1275declare class Headers {
1276 constructor(init?: HeadersInit);
1277 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/get) */
1278 get(name: string): string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected