How to delete a database in WebSQL programmatically?

后端 未结 9 1011
执念已碎
执念已碎 2020-12-25 10:03

I am new to Web SQL database and I use it to save data in a local database in a web page.

 I can create a database

9条回答
  •  时光取名叫无心
    2020-12-25 10:19

    Spec says:

    4.1 Databases

    Each origin has an associated set of databases. Each database has a name and a current version. There is no way to enumerate or delete the databases available for an origin from this API.

提交回复
热议问题