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

Method trace

website/worker-configuration.d.ts:122–122  ·  view source on GitHub ↗
(...data: any[])

Source from the content-addressed store, hash-verified

120 timeStamp(label?: string): void;
121 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */
122 trace(...data: any[]): void;
123 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn_static) */
124 warn(...data: any[]): void;
125}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected