emscripten-core/emscripten

Preferred way to clear/delete IDBFS database?

Open

#4.952 aberto em 16 de fev. de 2017

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)C++ (3.519 forks)batch import
good first bughelp wanted

Métricas do repositório

Stars
 (27.361 stars)
Métricas de merge de PR
 (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)

Description

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.

Guia do colaborador