1 Test IndexedDB deleteObjectStore required argument
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 dbname = "deleteObjectStore-null-name.html"
7 indexedDB.deleteDatabase(dbname)
9 db.createObjectStore('null');
10 db.deleteObjectStore(null);
11 PASS successfullyParsed is true