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

Method clone

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

Source from the content-addressed store, hash-verified

1384interface Request<CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>> extends Body {
1385 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/clone) */
1386 clone(): Request<CfHostMetadata, Cf>;
1387 /**
1388 * Returns request's HTTP method, which is "GET" by default.
1389 *

Callers 8

router.tsFile · 0.65
router.tsFile · 0.65
router.tsFile · 0.65
router.tsFile · 0.65
router.tsFile · 0.65
getMetadataFunction · 0.65
getVariableMetadataFunction · 0.65
getVersionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected