bluzi/jsonstore

Is it possible to push to an array without reading it first?

Open

#33 创建于 2018年5月30日

在 GitHub 查看
 (8 评论) (1 反应) (0 负责人)JavaScript (88 fork)batch import
help wanted

仓库指标

Star
 (2,036 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I have a store where I have a list of songs: "tracks": ['track1', 'track2'] Is it possible to push track3 to the array?

Or should I GET the tracks first, push to my local array and then PUT the result?

贡献者指南