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

Method clone

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

Source from the content-addressed store, hash-verified

1341interface Response extends Body {
1342 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/clone) */
1343 clone(): Response;
1344 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/status) */
1345 status: number;
1346 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/statusText) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected