emscripten-core/emscripten

Preferred way to clear/delete IDBFS database?

オープン

#4,952 opened on 2017/02/16

 (10 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (3,519 件のフォーク)batch import
good first bughelp wanted

Repository metrics

Stars
 (27,361 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

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