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

Method setInnerContent

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

Source from the content-addressed store, hash-verified

1226 remove(): Element;
1227 removeAndKeepContent(): Element;
1228 setInnerContent(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1229 onEndTag(handler: (tag: EndTag) => void | Promise<void>): void;
1230}
1231interface EndTag {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected