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

Method before

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

Source from the content-addressed store, hash-verified

1219 setAttribute(name: string, value: string): Element;
1220 removeAttribute(name: string): Element;
1221 before(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1222 after(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1223 prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1224 append(content: string | ReadableStream | Response, options?: ContentOptions): Element;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected