2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
6 async
function testSteps() {
7 const principal
= getPrincipal("http://localhost");
9 const name
= "test_getUsageForPrincipal.js";
11 info("Opening database");
13 let request
= indexedDB
.openForPrincipal(principal
, name
);
14 await
openDBRequestSucceeded(request
);