ionic-team / ionic-team/ionic-storage
switched args in storage.forEach documentation
Aperta
- Lingua principale
- TypeScript
- Stelle
- 456
- Fork
- 97
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
From the documentation, "To enumerate the stored key/value pairs" should be :
```
storage.forEach((key, value, index) => {
});
```
but when I use it, the valid syntaxe is :
```
storage.forEach((value, key, index) => {
});
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.