List all tables Listing all tables will return an array of table names. idb.listTables(); // [ // 'my-table' // 'user-table' // 'highscores' // 'todos' // ]