MCPcopy Create free account
hub / github.com/prisma/prisma-examples / append

Method append

orm/cloudflare-workers/worker-configuration.d.ts:1526–1526  ·  view source on GitHub ↗
(content: string, options?: ContentOptions)

Source from the content-addressed store, hash-verified

1524}
1525interface DocumentEnd {
1526 append(content: string, options?: ContentOptions): DocumentEnd;
1527}
1528/**
1529 * 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