MCPcopy Create free account
hub / github.com/fmhy/edit / append

Method append

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

Source from the content-addressed store, hash-verified

1898}
1899interface DocumentEnd {
1900 append(content: string, options?: ContentOptions): DocumentEnd
1901}
1902/**
1903 * This is the event type for `fetch` events dispatched on the ServiceWorkerGlobalScope.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected