bluzi/jsonstore

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

Open

#33 ouverte le 30 mai 2018

Voir sur GitHub
 (8 commentaires) (1 réaction) (0 assignés)JavaScript (88 forks)batch import
help wanted

Métriques du dépôt

Stars
 (2 036 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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?

Guide contributeur