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

Method before

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

Source from the content-addressed store, hash-verified

1231interface EndTag {
1232 name: string;
1233 before(content: string | ReadableStream | Response, options?: ContentOptions): EndTag;
1234 after(content: string | ReadableStream | Response, options?: ContentOptions): EndTag;
1235 remove(): EndTag;
1236}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected