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

Method prepend

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

Source from the content-addressed store, hash-verified

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;
1225 replace(content: string | ReadableStream | Response, options?: ContentOptions): Element;
1226 remove(): Element;

Callers 2

addHashbangFunction · 0.80
addHashbangFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected