emscripten-core/emscripten

Preferred way to clear/delete IDBFS database?

Open

#4,952 opened on 2017年2月16日

GitHub で見る
 (10 comments) (0 reactions) (0 assignees)C++ (27,361 stars) (3,519 forks)batch import
good first bughelp wanted

説明

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.

コントリビューターガイド