bluzi/jsonstore

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

Open

#33 aberto em 30 de mai. de 2018

Ver no GitHub
 (8 comments) (1 reaction) (0 assignees)JavaScript (88 forks)batch import
help wanted

Métricas do repositório

Stars
 (2.036 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador