Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

/*
Any copyright is dedicated to the Public Domain.
*/
async function testSteps() {
const principal = getPrincipal("http://localhost");
const name = "test_getCachedUsageForPrincipal.js";
info("Opening database");
let request = indexedDB.openForPrincipal(principal, name);
await openDBRequestSucceeded(request);
}