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

Method append

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

Source from the content-addressed store, hash-verified

1253}
1254interface DocumentEnd {
1255 append(content: string, options?: ContentOptions): DocumentEnd;
1256}
1257/**
1258 * 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