emscripten-core/emscripten

Preferred way to clear/delete IDBFS database?

开放

#4,952 创建于 2017年2月16日

 (10 条评论) (0 个反应) (0 位负责人)C++ (3,519 个派生)batch import
good first bughelp wanted

仓库指标

星标
 (27,361 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南