Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

/* Any copyright is dedicated to the Public Domain.
"use strict";
/**
* Check that watchedByDevTools can only be toggled when DevTools are reported as active
* in both parent and content process.
*/
async function setFromContent(browser) {
await SpecialPowers.spawn(browser, [], () => {
content.docShell.browsingContext.watchedByDevTools = true;
});
}
async function getFromContent(browser) {
return SpecialPowers.spawn(browser, [], () => {
return content.docShell.browsingContext.watchedByDevTools;
});
}
add_task(async function unauthorized() {
is(
ChromeUtils.isDevToolsOpened(),
false,
"DevTools is considered closed at setup"
);
await BrowserTestUtils.withNewTab(TEST_URI, async browser => {
info("Set the flag from the content process");
try {
await setFromContent(browser);
ok(false, "should throw");
} catch (e) {
Assert.stringContains(
e.message,
"watchedByDevTools can only be set from the parent process"
);
}
is(
await getFromContent(browser),
false,
"The content process didn't apply it"
);
is(
browser.browsingContext.watchedByDevTools,
false,
"The parent process never applied it"
);
info("Set the flag from the parent process");
Assert.throws(() => {
browser.browsingContext.watchedByDevTools = true;
}, /watchedByDevTools can only be set when DevTools are opened/);
is(
browser.browsingContext.watchedByDevTools,
false,
"Setting it from the parent process is also blocked because devtools isn't declared as opened"
);
ok(!browser.isCrashed, "The content process was not killed");
});
});
add_task(async function authorizedFromParent() {
await BrowserTestUtils.withNewTab(TEST_URI, async browser => {
info("Set the flag from the parent process");
ChromeUtils.notifyDevToolsOpened();
browser.browsingContext.watchedByDevTools = true;
ChromeUtils.notifyDevToolsClosed();
is(
browser.browsingContext.watchedByDevTools,
true,
"Setting it from the parent process was accepted"
);
is(
await getFromContent(browser),
true,
"The flag is correctly reflected in the content"
);
ok(!browser.isCrashed, "The content process was not killed");
});
});
add_task(async function unauthorizedFromContent() {
ChromeUtils.notifyDevToolsOpened();
await BrowserTestUtils.withNewTab(TEST_URI, async browser => {
info("Set the flag from the content process");
ChromeUtils.notifyDevToolsOpened();
try {
// Having active DevTools in both content and parent process isn't enough
await setFromContent(browser);
ok(false, "should throw");
} catch (e) {
Assert.stringContains(
e.message,
"watchedByDevTools can only be set from the parent process"
);
}
ChromeUtils.notifyDevToolsClosed();
is(
browser.browsingContext.watchedByDevTools,
false,
"Setting it from the content process was rejected"
);
is(
await getFromContent(browser),
false,
"The flag is still set to false in the content"
);
ok(!browser.isCrashed, "The content process was not killed");
});
ChromeUtils.notifyDevToolsClosed();
});
\"","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/resource/tests/browser_resources_target_switching.js#8"}},"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"\"data:text/html;charset=utf-8,\"","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js#11"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js#8"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().","js_sym":"#ok","type_pretty":"void","kind":"method","subsystem":"DevTools/Memory","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js#36"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().","js_sym":"#ok","type_pretty":"void","kind":"method","subsystem":"DevTools/Memory","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js#34"}},"S_js_typescript_devtools/shared/storage/vendor/stringvalidator/util/assert.js/assert().throws().":{"sym":"S_js_typescript_devtools/shared/storage/vendor/stringvalidator/util/assert.js/assert().throws().","pretty":"assert::throws","meta":{"structured":1,"pretty":"assert::throws","sym":"S_js_typescript_devtools/shared/storage/vendor/stringvalidator/util/assert.js/assert().throws().","js_sym":"#throws","type_pretty":"any) => void","kind":"method","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/storage/vendor/stringvalidator/util/assert.js#49"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().","pretty":"AccessibleNode::is","meta":{"structured":1,"pretty":"AccessibleNode::is","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().","js_sym":"#is","type_pretty":"string[]) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AccessibleNode_is"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#8142"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#docShell.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#docShell.","pretty":"BrowsingContext::docShell","meta":{"structured":1,"pretty":"BrowsingContext::docShell","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_BrowsingContext_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#9289"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#watchedByDevTools.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#watchedByDevTools.","pretty":"BrowsingContext::watchedByDevTools","meta":{"structured":1,"pretty":"BrowsingContext::watchedByDevTools","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#watchedByDevTools.","js_sym":"#watchedByDevTools","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_BrowsingContext_watchedByDevTools"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#9361"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#content.","pretty":"CSSStyleProperties::content","meta":{"structured":1,"pretty":"CSSStyleProperties::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#content.","js_sym":"#content","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSStyleProperties_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#11045"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/isDevToolsOpened().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/isDevToolsOpened().","pretty":"isDevToolsOpened","meta":{"structured":1,"pretty":"isDevToolsOpened","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/isDevToolsOpened().","js_sym":"#isDevToolsOpened","type_pretty":"boolean","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ChromeUtils_isDevToolsOpened"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42788"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/notifyDevToolsClosed().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/notifyDevToolsClosed().","pretty":"notifyDevToolsClosed","meta":{"structured":1,"pretty":"notifyDevToolsClosed","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/notifyDevToolsClosed().","js_sym":"#notifyDevToolsClosed","type_pretty":"void","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ChromeUtils_notifyDevToolsClosed"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42802"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/notifyDevToolsOpened().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/notifyDevToolsOpened().","pretty":"notifyDevToolsOpened","meta":{"structured":1,"pretty":"notifyDevToolsOpened","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChromeUtils/notifyDevToolsOpened().","js_sym":"#notifyDevToolsOpened","type_pretty":"void","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ChromeUtils_notifyDevToolsOpened"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42804"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().","pretty":"Console::info","meta":{"structured":1,"pretty":"Console::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().","js_sym":"#info","type_pretty":"any[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_console_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#43322"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().","pretty":"ConsoleInstance::info","meta":{"structured":1,"pretty":"ConsoleInstance::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().","js_sym":"#info","type_pretty":"any[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ConsoleInstance_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13126"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#content.","pretty":"ContentFrameMessageManager::content","meta":{"structured":1,"pretty":"ContentFrameMessageManager::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#content.","js_sym":"#content","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ContentFrameMessageManager_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13180"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#docShell.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#docShell.","pretty":"ContentFrameMessageManager::docShell","meta":{"structured":1,"pretty":"ContentFrameMessageManager::docShell","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ContentFrameMessageManager#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ContentFrameMessageManager_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13182"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMException#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMException#message.","pretty":"DOMException::message","meta":{"structured":1,"pretty":"DOMException::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMException#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMException#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMException_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13491"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DeprecationReportBody#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeprecationReportBody#message.","pretty":"DeprecationReportBody::message","meta":{"structured":1,"pretty":"DeprecationReportBody::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeprecationReportBody#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeprecationReportBody#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DeprecationReportBody_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14238"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#is.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#is.","pretty":"ElementCreationOptions::is","meta":{"structured":1,"pretty":"ElementCreationOptions::is","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#is.","js_sym":"#is","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ElementCreationOptions_is"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1395"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ErrorEvent#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ErrorEvent#message.","pretty":"ErrorEvent::message","meta":{"structured":1,"pretty":"ErrorEvent::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ErrorEvent#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ErrorEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ErrorEvent_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#15563"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ErrorEventInit#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ErrorEventInit#message.","pretty":"ErrorEventInit::message","meta":{"structured":1,"pretty":"ErrorEventInit::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ErrorEventInit#message.","js_sym":"#message","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ErrorEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ErrorEventInit_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1470"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Exception#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Exception#message.","pretty":"Exception::message","meta":{"structured":1,"pretty":"Exception::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Exception#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Exception#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Exception_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#15780"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FrameLoader#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FrameLoader#browsingContext.","pretty":"FrameLoader::browsingContext","meta":{"structured":1,"pretty":"FrameLoader::browsingContext","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FrameLoader#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FrameLoader#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FrameLoader_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16512"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FrameLoader#docShell.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FrameLoader#docShell.","pretty":"FrameLoader::docShell","meta":{"structured":1,"pretty":"FrameLoader::docShell","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FrameLoader#docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FrameLoader#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FrameLoader_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16518"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.","pretty":"GPUAdapter::info","meta":{"structured":1,"pretty":"GPUAdapter::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.","js_sym":"#info","type_pretty":"GPUAdapterInfo","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUAdapter_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16594"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#message.","pretty":"GPUCompilationMessage::message","meta":{"structured":1,"pretty":"GPUCompilationMessage::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUCompilationMessage_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16814"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUDeviceLostInfo#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUDeviceLostInfo#message.","pretty":"GPUDeviceLostInfo::message","meta":{"structured":1,"pretty":"GPUDeviceLostInfo::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUDeviceLostInfo#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUDeviceLostInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUDeviceLostInfo_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16950"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUError#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUError#message.","pretty":"GPUError::message","meta":{"structured":1,"pretty":"GPUError::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUError#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUError#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUError_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16968"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GenerateTestReportParameters#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GenerateTestReportParameters#message.","pretty":"GenerateTestReportParameters::message","meta":{"structured":1,"pretty":"GenerateTestReportParameters::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GenerateTestReportParameters#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GenerateTestReportParameters#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GenerateTestReportParameters_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2312"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GeolocationPositionError#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GeolocationPositionError#message.","pretty":"GeolocationPositionError::message","meta":{"structured":1,"pretty":"GeolocationPositionError::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GeolocationPositionError#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GeolocationPositionError#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GeolocationPositionError_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#17702"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMetaElement#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMetaElement#content.","pretty":"HTMLMetaElement::content","meta":{"structured":1,"pretty":"HTMLMetaElement::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMetaElement#content.","js_sym":"#content","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMetaElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLMetaElement_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20128"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTemplateElement#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTemplateElement#content.","pretty":"HTMLTemplateElement::content","meta":{"structured":1,"pretty":"HTMLTemplateElement::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTemplateElement#content.","js_sym":"#content","type_pretty":"DocumentFragment","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTemplateElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTemplateElement_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20983"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageCaptureError#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageCaptureError#message.","pretty":"ImageCaptureError::message","meta":{"structured":1,"pretty":"ImageCaptureError::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageCaptureError#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageCaptureError#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageCaptureError_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21924"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#browsingContext.","pretty":"JSWindowActorChild::browsingContext","meta":{"structured":1,"pretty":"JSWindowActorChild::browsingContext","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_JSWindowActorChild_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#22380"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#docShell.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#docShell.","pretty":"JSWindowActorChild::docShell","meta":{"structured":1,"pretty":"JSWindowActorChild::docShell","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_JSWindowActorChild_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#22384"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorParent#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorParent#browsingContext.","pretty":"JSWindowActorParent::browsingContext","meta":{"structured":1,"pretty":"JSWindowActorParent::browsingContext","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorParent#browsingContext.","js_sym":"#browsingContext","type_pretty":"CanonicalBrowsingContext | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorParent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_JSWindowActorParent_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#22403"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaChatMessage#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaChatMessage#content.","pretty":"LlamaChatMessage::content","meta":{"structured":1,"pretty":"LlamaChatMessage::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaChatMessage#content.","js_sym":"#content","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaChatMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_LlamaChatMessage_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2956"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#content.","pretty":"MLSBytes::content","meta":{"structured":1,"pretty":"MLSBytes::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#content.","js_sym":"#content","type_pretty":"Uint8Array","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MLSBytes_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3190"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#content.","pretty":"MLSReceived::content","meta":{"structured":1,"pretty":"MLSReceived::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#content.","js_sym":"#content","type_pretty":"Uint8Array | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MLSReceived_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3249"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaError#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaError#message.","pretty":"MediaError::message","meta":{"structured":1,"pretty":"MediaError::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaError#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaError#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaError_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#24449"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaKeyMessageEvent#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaKeyMessageEvent#message.","pretty":"MediaKeyMessageEvent::message","meta":{"structured":1,"pretty":"MediaKeyMessageEvent::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaKeyMessageEvent#message.","js_sym":"#message","type_pretty":"ArrayBuffer","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaKeyMessageEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaKeyMessageEvent_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#24491"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaKeyMessageEventInit#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaKeyMessageEventInit#message.","pretty":"MediaKeyMessageEventInit::message","meta":{"structured":1,"pretty":"MediaKeyMessageEventInit::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaKeyMessageEventInit#message.","js_sym":"#message","type_pretty":"ArrayBuffer","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaKeyMessageEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaKeyMessageEventInit_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3464"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaStreamError#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaStreamError#message.","pretty":"MediaStreamError::message","meta":{"structured":1,"pretty":"MediaStreamError::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaStreamError#message.","js_sym":"#message","type_pretty":"string | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaStreamError#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaStreamError_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#24908"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozFrameLoaderOwner#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozFrameLoaderOwner#browsingContext.","pretty":"MozFrameLoaderOwner::browsingContext","meta":{"structured":1,"pretty":"MozFrameLoaderOwner::browsingContext","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozFrameLoaderOwner#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozFrameLoaderOwner#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozFrameLoaderOwner_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#25434"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.","pretty":"NavigateEvent::info","meta":{"structured":1,"pretty":"NavigateEvent::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigateEvent_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#25686"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.","pretty":"NavigateEventInit::info","meta":{"structured":1,"pretty":"NavigateEventInit::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigateEventInit_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4008"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.","pretty":"NavigationOptions::info","meta":{"structured":1,"pretty":"NavigationOptions::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigationOptions_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4046"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PCErrorData#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PCErrorData#message.","pretty":"PCErrorData::message","meta":{"structured":1,"pretty":"PCErrorData::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PCErrorData#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PCErrorData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PCErrorData_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4247"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.","pretty":"Response::ok","meta":{"structured":1,"pretty":"Response::ok","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.","js_sym":"#ok","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Response_ok"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#29550"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionErrorEvent#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionErrorEvent#message.","pretty":"SpeechRecognitionErrorEvent::message","meta":{"structured":1,"pretty":"SpeechRecognitionErrorEvent::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionErrorEvent#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionErrorEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SpeechRecognitionErrorEvent_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#33168"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionErrorEventInit#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionErrorEventInit#message.","pretty":"SpeechRecognitionErrorEventInit::message","meta":{"structured":1,"pretty":"SpeechRecognitionErrorEventInit::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionErrorEventInit#message.","js_sym":"#message","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SpeechRecognitionErrorEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SpeechRecognitionErrorEventInit_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#6494"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TCPSocketErrorEvent#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TCPSocketErrorEvent#message.","pretty":"TCPSocketErrorEvent::message","meta":{"structured":1,"pretty":"TCPSocketErrorEvent::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TCPSocketErrorEvent#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TCPSocketErrorEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TCPSocketErrorEvent_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#33907"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TCPSocketErrorEventInit#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TCPSocketErrorEventInit#message.","pretty":"TCPSocketErrorEventInit::message","meta":{"structured":1,"pretty":"TCPSocketErrorEventInit::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TCPSocketErrorEventInit#message.","js_sym":"#message","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TCPSocketErrorEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TCPSocketErrorEventInit_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#6725"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TestReportBody#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TestReportBody#message.","pretty":"TestReportBody::message","meta":{"structured":1,"pretty":"TestReportBody::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TestReportBody#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TestReportBody#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TestReportBody_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#34469"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportErrorInit#message.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportErrorInit#message.","pretty":"WebTransportErrorInit::message","meta":{"structured":1,"pretty":"WebTransportErrorInit::message","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportErrorInit#message.","js_sym":"#message","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportErrorInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WebTransportErrorInit_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7471"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#browsingContext.","pretty":"Window::browsingContext","meta":{"structured":1,"pretty":"Window::browsingContext","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#40751"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#content.","pretty":"Window::content","meta":{"structured":1,"pretty":"Window::content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#content.","js_sym":"#content","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#40759"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#docShell.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#docShell.","pretty":"Window::docShell","meta":{"structured":1,"pretty":"Window::docShell","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#40771"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowContext#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowContext#browsingContext.","pretty":"WindowContext::browsingContext","meta":{"structured":1,"pretty":"WindowContext::browsingContext","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowContext#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowContext#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WindowContext_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#41067"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowGlobalChild#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowGlobalChild#browsingContext.","pretty":"WindowGlobalChild::browsingContext","meta":{"structured":1,"pretty":"WindowGlobalChild::browsingContext","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowGlobalChild#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowGlobalChild#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WindowGlobalChild_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#41174"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULFrameElement#docShell.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULFrameElement#docShell.","pretty":"XULFrameElement::docShell","meta":{"structured":1,"pretty":"XULFrameElement::docShell","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULFrameElement#docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULFrameElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULFrameElement_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42315"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/browsingContext.","pretty":"browsingContext","meta":{"structured":1,"pretty":"browsingContext","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#43866"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/content.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/content.","pretty":"content","meta":{"structured":1,"pretty":"content","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/content.","js_sym":"#content","type_pretty":"any","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#43874"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/docShell.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/docShell.","pretty":"docShell","meta":{"structured":1,"pretty":"docShell","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell | null","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#43886"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingSystemAttribution.typeLiteral105:content.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingSystemAttribution.typeLiteral105:content.","pretty":"GleanImpl::messagingSystemAttribution::typeLiteral105::content","meta":{"structured":1,"pretty":"GleanImpl::messagingSystemAttribution::typeLiteral105::content","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingSystemAttribution.typeLiteral105:content.","js_sym":"#content","type_pretty":"GleanString","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#388"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#microsurveyAttribution.typeLiteral107:content.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#microsurveyAttribution.typeLiteral107:content.","pretty":"GleanImpl::microsurveyAttribution::typeLiteral107::content","meta":{"structured":1,"pretty":"GleanImpl::microsurveyAttribution::typeLiteral107::content","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#microsurveyAttribution.typeLiteral107:content.","js_sym":"#content","type_pretty":"GleanString","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#434"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.","pretty":"GleanImpl::pdfjsImageAltText::typeLiteral1239::info","meta":{"structured":1,"pretty":"GleanImpl::pdfjsImageAltText::typeLiteral1239::info","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.","js_sym":"#info","type_pretty":"string | undefined; }>","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6731"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:message.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:message.","pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickProtectionspopupCfr::GleanEventWithExtras::typeLiteral9::message","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickProtectionspopupCfr::GleanEventWithExtras::typeLiteral9::message","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:message.","js_sym":"#message","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#244"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:message.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:message.","pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::openProtectionspopupCfr::GleanEventWithExtras::typeLiteral14::message","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::openProtectionspopupCfr::GleanEventWithExtras::typeLiteral14::message","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:message.","js_sym":"#message","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#252"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:clientError.GleanEventWithExtras:typeLiteral37:message.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:clientError.GleanEventWithExtras:typeLiteral37:message.","pretty":"GleanImpl::smartWindow::typeLiteral15::clientError::GleanEventWithExtras::typeLiteral37::message","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::clientError::GleanEventWithExtras::typeLiteral37::message","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:clientError.GleanEventWithExtras:typeLiteral37:message.","js_sym":"#message","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#280"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIStorageError#message.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIStorageError#message.","pretty":"mozIStorageError::message","meta":{"structured":1,"pretty":"mozIStorageError::message","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIStorageError#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIStorageError#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_mozIStorageError_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#18784"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleDocument#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleDocument#browsingContext.","pretty":"nsIAccessibleDocument::browsingContext","meta":{"structured":1,"pretty":"nsIAccessibleDocument::browsingContext","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleDocument#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleDocument#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAccessibleDocument_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#440"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAppWindow#docShell.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAppWindow#docShell.","pretty":"nsIAppWindow::docShell","meta":{"structured":1,"pretty":"nsIAppWindow::docShell","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAppWindow#docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAppWindow#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAppWindow_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#1597"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#content.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#content.","pretty":"nsIBinaryHttpRequest::content","meta":{"structured":1,"pretty":"nsIBinaryHttpRequest::content","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#content.","js_sym":"#content","type_pretty":"number[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBinaryHttpRequest_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#14741"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpResponse#content.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpResponse#content.","pretty":"nsIBinaryHttpResponse::content","meta":{"structured":1,"pretty":"nsIBinaryHttpResponse::content","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpResponse#content.","js_sym":"#content","type_pretty":"number[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIBinaryHttpResponse#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIBinaryHttpResponse_content"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#14753"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.","pretty":"nsIConsoleMessage::info","meta":{"structured":1,"pretty":"nsIConsoleMessage::info","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.","js_sym":"#info","type_pretty":"1 | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#","slotOwner":{"slotKind":"const","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIConsoleMessage_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#23562"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#message.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#message.","pretty":"nsIConsoleMessage::message","meta":{"structured":1,"pretty":"nsIConsoleMessage::message","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIConsoleMessage_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#23575"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRule#message.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRule#message.","pretty":"nsIContentAnalysisRule::message","meta":{"structured":1,"pretty":"nsIContentAnalysisRule::message","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRule#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRule#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentAnalysisRule_message"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#20073"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookieNotification#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookieNotification#browsingContext.","pretty":"nsICookieNotification::browsingContext","meta":{"structured":1,"pretty":"nsICookieNotification::browsingContext","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookieNotification#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookieNotification#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsICookieNotification_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#14063"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocShellTreeItem#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocShellTreeItem#browsingContext.","pretty":"nsIDocShellTreeItem::browsingContext","meta":{"structured":1,"pretty":"nsIDocShellTreeItem::browsingContext","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocShellTreeItem#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDocShellTreeItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDocShellTreeItem_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#3031"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoadInfo#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoadInfo#browsingContext.","pretty":"nsILoadInfo::browsingContext","meta":{"structured":1,"pretty":"nsILoadInfo::browsingContext","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoadInfo#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsILoadInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsILoadInfo_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#11703"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRemoteTab#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRemoteTab#browsingContext.","pretty":"nsIRemoteTab::browsingContext","meta":{"structured":1,"pretty":"nsIRemoteTab::browsingContext","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRemoteTab#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIRemoteTab#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIRemoteTab_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#5203"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebProgress#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebProgress#browsingContext.","pretty":"nsIWebProgress::browsingContext","meta":{"structured":1,"pretty":"nsIWebProgress::browsingContext","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebProgress#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebProgress#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWebProgress_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#20977"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWindowlessBrowser#browsingContext.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWindowlessBrowser#browsingContext.","pretty":"nsIWindowlessBrowser::browsingContext","meta":{"structured":1,"pretty":"nsIWindowlessBrowser::browsingContext","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWindowlessBrowser#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWindowlessBrowser#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWindowlessBrowser_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#1683"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWindowlessBrowser#docShell.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWindowlessBrowser#docShell.","pretty":"nsIWindowlessBrowser::docShell","meta":{"structured":1,"pretty":"nsIWindowlessBrowser::docShell","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWindowlessBrowser#docShell.","js_sym":"#docShell","type_pretty":"nsIDocShell","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWindowlessBrowser#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWindowlessBrowser_docShell"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#1681"}},"S_js_typescript_lib.gecko.tweaks.d.ts/WindowGlobalParent#browsingContext.":{"sym":"S_js_typescript_lib.gecko.tweaks.d.ts/WindowGlobalParent#browsingContext.","pretty":"WindowGlobalParent::browsingContext","meta":{"structured":1,"pretty":"WindowGlobalParent::browsingContext","sym":"S_js_typescript_lib.gecko.tweaks.d.ts/WindowGlobalParent#browsingContext.","js_sym":"#browsingContext","type_pretty":"CanonicalBrowsingContext","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_lib.gecko.tweaks.d.ts/WindowGlobalParent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WindowContext_browsingContext"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/lib.gecko.tweaks.d.ts#169"}},"S_js_typescript_src/api/Dialog.ts/Dialog#message().":{"sym":"S_js_typescript_src/api/Dialog.ts/Dialog#message().","pretty":"Dialog::message","meta":{"structured":1,"pretty":"Dialog::message","sym":"S_js_typescript_src/api/Dialog.ts/Dialog#message().","js_sym":"#message","type_pretty":"string","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Dialog.ts/Dialog#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Dialog.ts#65"}},"S_js_typescript_src/api/ElementHandle.ts/BoxModel#content.":{"sym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#content.","pretty":"BoxModel::content","meta":{"structured":1,"pretty":"BoxModel::content","sym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#content.","js_sym":"#content","type_pretty":"Quad","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#51"}},"S_js_typescript_src/api/Frame.ts/Frame#content().":{"sym":"S_js_typescript_src/api/Frame.ts/Frame#content().","pretty":"Frame::content","meta":{"structured":1,"pretty":"Frame::content","sym":"S_js_typescript_src/api/Frame.ts/Frame#content().","js_sym":"#content","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/Frame#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Frame.ts#799"}},"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#content.":{"sym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#content.","pretty":"FrameAddScriptTagOptions::content","meta":{"structured":1,"pretty":"FrameAddScriptTagOptions::content","sym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#content.","js_sym":"#content","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Frame.ts#139"}},"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#content.":{"sym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#content.","pretty":"FrameAddStyleTagOptions::content","meta":{"structured":1,"pretty":"FrameAddStyleTagOptions::content","sym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#content.","js_sym":"#content","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/FrameAddStyleTagOptions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Frame.ts#168"}},"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content().":{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content().","pretty":"HTTPResponse::content","meta":{"structured":1,"pretty":"HTTPResponse::content","sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content().","js_sym":"#content","type_pretty":"Promise>","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#content().","S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#content()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/HTTPResponse.ts#92"}},"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().":{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().","pretty":"HTTPResponse::ok","meta":{"structured":1,"pretty":"HTTPResponse::ok","sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().","js_sym":"#ok","type_pretty":"boolean","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/HTTPResponse.ts#48"}},"S_js_typescript_src/api/Page.ts/Page#content().":{"sym":"S_js_typescript_src/api/Page.ts/Page#content().","pretty":"Page::content","meta":{"structured":1,"pretty":"Page::content","sym":"S_js_typescript_src/api/Page.ts/Page#content().","js_sym":"#content","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/Page#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Page.ts#1738"}},"S_js_typescript_src/bidi/Frame.ts/BidiFrame#browsingContext.":{"sym":"S_js_typescript_src/bidi/Frame.ts/BidiFrame#browsingContext.","pretty":"BidiFrame::browsingContext","meta":{"structured":1,"pretty":"BidiFrame::browsingContext","sym":"S_js_typescript_src/bidi/Frame.ts/BidiFrame#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Frame.ts/BidiFrame#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Frame.ts#92"}},"S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#content().":{"sym":"S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#content().","pretty":"BidiHTTPResponse::content","meta":{"structured":1,"pretty":"BidiHTTPResponse::content","sym":"S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#content().","js_sym":"#content","type_pretty":"Promise>","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/HTTPResponse.ts/BidiHTTPResponse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/HTTPResponse.ts#159"}},"S_js_typescript_src/bidi/core/Realm.ts/WindowRealm#browsingContext.":{"sym":"S_js_typescript_src/bidi/core/Realm.ts/WindowRealm#browsingContext.","pretty":"WindowRealm::browsingContext","meta":{"structured":1,"pretty":"WindowRealm::browsingContext","sym":"S_js_typescript_src/bidi/core/Realm.ts/WindowRealm#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/core/Realm.ts/WindowRealm#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/core/Realm.ts#157"}},"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#browsingContext.":{"sym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#browsingContext.","pretty":"UserPrompt::browsingContext","meta":{"structured":1,"pretty":"UserPrompt::browsingContext","sym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#browsingContext.","js_sym":"#browsingContext","type_pretty":"BrowsingContext","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/core/UserPrompt.ts#55"}},"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.":{"sym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.","pretty":"UserPrompt::info","meta":{"structured":1,"pretty":"UserPrompt::info","sym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.","js_sym":"#info","type_pretty":"Bidi.BrowsingContext.UserPromptOpenedParameters","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/core/UserPrompt.ts#56"}},"S_js_typescript_src/builders/puppeteer/index.ts/message().":{"sym":"S_js_typescript_src/builders/puppeteer/index.ts/message().","pretty":"message","meta":{"structured":1,"pretty":"message","sym":"S_js_typescript_src/builders/puppeteer/index.ts/message().","js_sym":"#message","type_pretty":"void","kind":"method","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/ng-schematics/src/builders/puppeteer/index.ts#132"}},"S_js_typescript_src/cdp/CdpSession.ts/CdpCDPSession#onMessage().(object)typeLiteral1:error.typeLiteral2:message.":{"sym":"S_js_typescript_src/cdp/CdpSession.ts/CdpCDPSession#onMessage().(object)typeLiteral1:error.typeLiteral2:message.","pretty":"object::typeLiteral1::error::typeLiteral2::message","meta":{"structured":1,"pretty":"object::typeLiteral1::error::typeLiteral2::message","sym":"S_js_typescript_src/cdp/CdpSession.ts/CdpCDPSession#onMessage().(object)typeLiteral1:error.typeLiteral2:message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/CdpSession.ts#120"}},"S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#content().":{"sym":"S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#content().","pretty":"CdpHTTPResponse::content","meta":{"structured":1,"pretty":"CdpHTTPResponse::content","sym":"S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#content().","js_sym":"#content","type_pretty":"Promise>","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/HTTPResponse.ts/CdpHTTPResponse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#content()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/HTTPResponse.ts#119"}},"S_js_typescript_src/launch.ts/ErrorLike#message.":{"sym":"S_js_typescript_src/launch.ts/ErrorLike#message.","pretty":"ErrorLike::message","meta":{"structured":1,"pretty":"ErrorLike::message","sym":"S_js_typescript_src/launch.ts/ErrorLike#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/launch.ts/ErrorLike#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/browsers/src/launch.ts#603"}},"S_js_typescript_src/util/Deferred.ts/DeferredOptions#message.":{"sym":"S_js_typescript_src/util/Deferred.ts/DeferredOptions#message.","pretty":"DeferredOptions::message","meta":{"structured":1,"pretty":"DeferredOptions::message","sym":"S_js_typescript_src/util/Deferred.ts/DeferredOptions#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/util/Deferred.ts/DeferredOptions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/util/Deferred.ts#12"}},"S_js_typescript_src/util/ErrorLike.ts/ErrorLike#message.":{"sym":"S_js_typescript_src/util/ErrorLike.ts/ErrorLike#message.","pretty":"ErrorLike::message","meta":{"structured":1,"pretty":"ErrorLike::message","sym":"S_js_typescript_src/util/ErrorLike.ts/ErrorLike#message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/util/ErrorLike.ts/ErrorLike#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/util/ErrorLike.ts#14"}},"S_js_typescript_src/util/ErrorLike.ts/createProtocolErrorMessage().(object)typeLiteral0:error.typeLiteral1:message.":{"sym":"S_js_typescript_src/util/ErrorLike.ts/createProtocolErrorMessage().(object)typeLiteral0:error.typeLiteral1:message.","pretty":"object::typeLiteral0::error::typeLiteral1::message","meta":{"structured":1,"pretty":"object::typeLiteral0::error::typeLiteral1::message","sym":"S_js_typescript_src/util/ErrorLike.ts/createProtocolErrorMessage().(object)typeLiteral0:error.typeLiteral1:message.","js_sym":"#message","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/util/ErrorLike.ts#53"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:message.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:message.","pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::message","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::message","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:message.","js_sym":"#message","type_pretty":"string; }","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2718"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:message.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:message.","pretty":"FeatureManifest::typeLiteral0::setToDefaultPrompt::typeLiteral1381::variables::typeLiteral1382::message","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::setToDefaultPrompt::typeLiteral1381::variables::typeLiteral1382::message","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:message.","js_sym":"#message","type_pretty":"string; }","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5648"}},"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.":{"sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.","js_sym":"#ok","type_pretty":"any[]) => void","kind":"field","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/extensions.ts#50"}},"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content().":{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content().","pretty":"AutofillDoorhanger::content","meta":{"structured":1,"pretty":"AutofillDoorhanger::content","sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content().","js_sym":"#content","type_pretty":"any","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."}],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content().","S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content()."],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs#116"}},"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content().":{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content().","pretty":"CreditCardSaveDoorhanger::content","meta":{"structured":1,"pretty":"CreditCardSaveDoorhanger::content","sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content().","js_sym":"#content","type_pretty":"any","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."},{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."},{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/CreditCardSaveDoorhanger#content()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs#902"}},"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content().":{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content().","pretty":"PassportSaveDoorhanger::content","meta":{"structured":1,"pretty":"PassportSaveDoorhanger::content","sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content().","js_sym":"#content","type_pretty":"any","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."},{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/AutofillDoorhanger#content()."},{"sym":"S_js_typescript_toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs/PassportSaveDoorhanger#content()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs#1096"}},"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.":{"sym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.","pretty":"ProgressAndStatusCallbackParams::ok","meta":{"structured":1,"pretty":"ProgressAndStatusCallbackParams::ok","sym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.","js_sym":"#ok","type_pretty":"boolean | null","kind":"field","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/content/Utils.sys.mjs#164"}},"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().","pretty":"MLPerfAssertions::ok","meta":{"structured":1,"pretty":"MLPerfAssertions::ok","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().","js_sym":"#ok","type_pretty":"string | undefined) => void","kind":"method","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/ml.d.ts#319"}},"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#Assert.":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#Assert.","pretty":"MLPerfTestContext::Assert","meta":{"structured":1,"pretty":"MLPerfTestContext::Assert","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#Assert.","js_sym":"#Assert","type_pretty":"MLPerfAssertions","kind":"field","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/ml.d.ts#350"}},"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().","pretty":"MLPerfTestContext::info","meta":{"structured":1,"pretty":"MLPerfTestContext::info","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().","js_sym":"#info","type_pretty":"string) => void","kind":"method","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/ml.d.ts#347"}},"S_js_typescript_toolkit/components/passwordmgr/test/LoginTestUtils.sys.mjs/Assert.":{"sym":"S_js_typescript_toolkit/components/passwordmgr/test/LoginTestUtils.sys.mjs/Assert.","pretty":"Assert","meta":{"structured":1,"pretty":"Assert","sym":"S_js_typescript_toolkit/components/passwordmgr/test/LoginTestUtils.sys.mjs/Assert.","js_sym":"#Assert","type_pretty":"typeof Assert","kind":"field","subsystem":"Toolkit/Password Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/passwordmgr/test/LoginTestUtils.sys.mjs#16"}},"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/lazy.Assert.":{"sym":"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/lazy.Assert.","pretty":"lazy::Assert","meta":{"structured":1,"pretty":"lazy::Assert","sym":"S_js_typescript_toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs/lazy.Assert.","js_sym":"#Assert","type_pretty":"\"Assert\"","kind":"field","subsystem":"Toolkit/Telemetry","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/telemetry/tests/unit/TelemetryEnvironmentTesting.sys.mjs#10"}},"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().":{"sym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().","pretty":"Logger::info","meta":{"structured":1,"pretty":"Logger::info","sym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().","js_sym":"#info","type_pretty":"void","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/Log.sys.mjs#398"}},"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().","pretty":"AddonTestUtils::info","meta":{"structured":1,"pretty":"AddonTestUtils::info","sym":"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().","js_sym":"#info","type_pretty":"void","kind":"method","subsystem":"Toolkit/Add-ons Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs#508"}},"SpecialPowers#spawn":{"sym":"SpecialPowers#spawn","pretty":"SpecialPowers.spawn"},"browser#browsingContext":{"sym":"browser#browsingContext","pretty":"browser.browsingContext"},"browser#isCrashed":{"sym":"browser#isCrashed","pretty":"browser.isCrashed"},"content#docShell":{"sym":"content#docShell","pretty":"content.docShell"},"e#message":{"sym":"e#message","pretty":"e.message"}};