emscripten-core/emscripten

Preferred way to clear/delete IDBFS database?

Open

#4952 aperta il 16 feb 2017

Vedi su GitHub
 (10 commenti) (0 reazioni) (0 assegnatari)C++ (3519 fork)batch import
good first bughelp wanted

Metriche repository

Star
 (27.361 star)
Metriche merge PR
 (Merge medio 19g 10h) (147 PR mergiate in 30 g)

Descrizione

What is the preferred way to delete / empty / clear a filesystem persisted using IDBFS?

I've found the deleteDatabase() and clear() functions that operate on an IDBFactory and IDBObectStore respectively, but there doesn't seem to be any way to get my IDBFS database name.

Guida contributor