Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 180 Bytes

File metadata and controls

14 lines (11 loc) · 180 Bytes

List all tables

Listing all tables will return an array of table names.

idb.listTables();

// [
//   'my-table'
//   'user-table'
//   'highscores'
//   'todos'
// ]