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

Method before

website/worker-configuration.d.ts:1249–1249  ·  view source on GitHub ↗
(content: string | ReadableStream | Response, options?: ContentOptions)

Source from the content-addressed store, hash-verified

1247 readonly lastInTextNode: boolean;
1248 readonly removed: boolean;
1249 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1250 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1251 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1252 remove(): Text;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected