MCPcopy Create free account
hub / github.com/acoyfellow/UserDO / replace

Method replace

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

Source from the content-addressed store, hash-verified

1211 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1212 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1213 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1214 remove(): Text;
1215}
1216interface DocumentEnd {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected