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

Class

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

Source from the content-addressed store, hash-verified

33 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException)
34 */
35declare class DOMException extends Error {
36 constructor(message?: string, name?: string);
37 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/message) */
38 readonly message: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected