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

Method append

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

Source from the content-addressed store, hash-verified

1215}
1216interface DocumentEnd {
1217 append(content: string, options?: ContentOptions): DocumentEnd;
1218}
1219/**
1220 * This is the event type for fetch events dispatched on the service worker global scope. It contains information about the fetch, including the request and how the receiver will treat the response. It provides the event.respondWith() method, which allows us to provide a response to this fetch.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected