Source code
Revision control
Copy as Markdown
Other Tools
/*
Any copyright is dedicated to the Public Domain.
*/
async function testSteps() {
const name = "test_getCachedUsageForPrincipal.js";
info("Opening database");
let request = indexedDB.openForPrincipal(principal, name);
await openDBRequestSucceeded(request);
}