Gun-Vue docs v0.21.4 • Docs
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)