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?

貢獻者指南