bluzi/jsonstore

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

Open

#33 aperta il 30 mag 2018

Vedi su GitHub
 (8 commenti) (1 reazione) (0 assegnatari)JavaScript (88 fork)batch import
help wanted

Metriche repository

Star
 (2036 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor