Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / Posts / downloadFeed

Function: downloadFeed()

downloadFeed(tag, posts): Promise<boolean>

Export a list of posts as a zip file

Parameters

tag: string

posts

Returns

Promise<boolean>

Async

Example

ts
import {downloadFeed} from '@gun-vue/components'

downloadFeed('myTag',posts)

Defined in

src/post/usePosts.js:121

MIT