MCPcopy
hub / github.com/Place1/wg-access-server / DownloadOpts

Interface DownloadOpts

website/src/Util.ts:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85export interface DownloadOpts {
86 filename: string,
87 content: string,
88}
89
90export function download(opts: DownloadOpts) {
91 const anchor = document.createElement('a');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected