/* exported testSteps */
async function testSteps() { const name = "URLSearchParams"; const options = { foo: "bar", baz: "bar" }; const params = new URLSearchParams(options); const value = { urlSearchParams: params }; const key = 42;
info("Clearing");
let request = clearAllDatabases();
await requestFinished(request);
info("Installing package");
// The profile contains an IndexedDB database containing URLSearchParams. // The file make_URLSearchParams.js was run locally, specifically it was // temporarily enabled in xpcshell-parent-process.toml and then executed: // mach test --interactive dom/indexedDB/test/unit/make_URLSearchParams.js
installPackagedProfile("URLSearchParams_profile");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.