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

Method replace

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

Source from the content-addressed store, hash-verified

1223 prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1224 append(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1225 replace(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1226 remove(): Element;
1227 removeAndKeepContent(): Element;
1228 setInnerContent(content: string | ReadableStream | Response, options?: ContentOptions): Element;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected