Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

/*
* This work is marked with CC0 1.0. To view a copy of this license,
*
*
* Tests for correct behaviour of web-controlled about:blank pages in identity panel.
* Getting into a testable state is different enough that we test all the behaviors here
* separately, rather than with the usual (secure, insecure, etc.) cases
*/
const TEST_HOST = "example.com";
const TEST_ORIGIN = "https://" + TEST_HOST;
const TEST_PATH = getRootDirectory(gTestPath).replace(
TEST_ORIGIN
);
const LOCALHOST_PATH = getRootDirectory(gTestPath).replace(
);
const TEST_URI = TEST_PATH + "test_web_controlled_blank.html";
const DUMMY_URI = LOCALHOST_PATH + "dummy_page.html";
// Open a new tab of `test_web_controlled_blank.html` and click
// an element with a particular ID to open an about:blank popup
// that is controlled by that first tab.
//
// Then test that the UI elements are all correct. And make sure
// we don't have anything odd going on after navigating away in the
// popup.
async function web_controlled_about_blank_helper(id_to_click) {
// Open a new tab that will control about:blank pages
await BrowserTestUtils.withNewTab(TEST_URI, async browser => {
// Open a new popup by clicking the provided id_to_click from the content
let popupWindowPromise = BrowserTestUtils.waitForNewWindow();
await SpecialPowers.spawn(browser, [id_to_click], async function (id) {
content.document.getElementById(id).click();
});
let popupWindow = await popupWindowPromise;
// Validate the icon in the urlbar
let identityIcon = popupWindow.document.querySelector("#identity-icon");
let identityIconImageURL = popupWindow
.getComputedStyle(identityIcon)
.getPropertyValue("list-style-image");
is(
identityIconImageURL,
`url("chrome://global/skin/icons/info.svg")`,
"The identity icon has a correct image url."
);
// Open the identity panel
let popupShown = BrowserTestUtils.waitForEvent(
popupWindow,
"popupshown",
true,
event => event.target == popupWindow.gIdentityHandler._identityPopup
);
popupWindow.gIdentityHandler._identityIconBox.click();
info("Waiting for the Control Center to be shown");
await popupShown;
ok(
!popupWindow.gIdentityHandler._identityPopup.hidden,
"Control Center is visible"
);
// Validate that the predecessor is shown in the identity panel
ok(
popupWindow.gIdentityHandler._identityPopupMainViewHeaderLabel.textContent.includes(
TEST_HOST
),
"Identity UI header shows the host of the predecessor"
);
// Validate that the correct message is displayed
is(
popupWindow.gIdentityHandler._identityPopup.getAttribute("connection"),
"associated",
"Identity UI shows associated message."
);
// Validate that there is no additional security info
let securityButton = popupWindow.gBrowser.ownerDocument.querySelector(
"#identity-popup-security-button"
);
is(
securityButton.disabled,
true,
"Security button has correct disabled state"
);
// Navigate away to a localhost page and make sure the identity icon changes
let loaded = BrowserTestUtils.browserLoaded(
popupWindow.gBrowser.selectedBrowser,
false,
DUMMY_URI
);
await SpecialPowers.spawn(
popupWindow.gBrowser.selectedBrowser,
[DUMMY_URI],
async function (uri) {
content.location = uri;
}
);
info("Waiting for the navigation to a dummy page to complete.");
await loaded;
identityIconImageURL = popupWindow.gBrowser.documentGlobal
.getComputedStyle(identityIcon)
.getPropertyValue("list-style-image");
is(
identityIconImageURL,
`url("chrome://global/skin/icons/page-portrait.svg")`,
"The identity icon has a correct image url after navigating away."
);
// Exit this test, cleaning up as we go.
await BrowserTestUtils.closeWindow(popupWindow);
});
}
add_task(async function test_document_write() {
await web_controlled_about_blank_helper("document_write");
});
add_task(async function test_innerHTML() {
await web_controlled_about_blank_helper("innerhtml");
});
\"","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_generated/lib.gecko.darwin.d.ts/global/nsITouchBarHelper#document.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarHelper#document.","pretty":"nsITouchBarHelper::document","meta":{"structured":1,"pretty":"nsITouchBarHelper::document","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarHelper#document.","js_sym":"#document","type_pretty":"Document","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarHelper#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITouchBarHelper_document"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.darwin.d.ts#213"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#disabled.","pretty":"nsITouchBarInput::disabled","meta":{"structured":1,"pretty":"nsITouchBarInput::disabled","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITouchBarInput_disabled"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.darwin.d.ts#243"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#disabled.","pretty":"AccessibleNode::disabled","meta":{"structured":1,"pretty":"AccessibleNode::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#disabled.","js_sym":"#disabled","type_pretty":"boolean | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AccessibleNode_disabled"},"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#8072"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#hidden.","pretty":"AccessibleNode::hidden","meta":{"structured":1,"pretty":"AccessibleNode::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#hidden.","js_sym":"#hidden","type_pretty":"boolean | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AccessibleNode_hidden"},"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#8080"}},"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/CSSStyleDeclaration#getPropertyValue().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleDeclaration#getPropertyValue().","pretty":"CSSStyleDeclaration::getPropertyValue","meta":{"structured":1,"pretty":"CSSStyleDeclaration::getPropertyValue","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleDeclaration#getPropertyValue().","js_sym":"#getPropertyValue","type_pretty":"string) => string","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleDeclaration#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSStyleDeclaration_getPropertyValue"},"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#10611"}},"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/CSSStyleSheet#replace().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleSheet#replace().","pretty":"CSSStyleSheet::replace","meta":{"structured":1,"pretty":"CSSStyleSheet::replace","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleSheet#replace().","js_sym":"#replace","type_pretty":"string) => Promise","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleSheet#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSStyleSheet_replace"},"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#11942"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleSheetInit#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleSheetInit#disabled.","pretty":"CSSStyleSheetInit::disabled","meta":{"structured":1,"pretty":"CSSStyleSheetInit::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleSheetInit#disabled.","js_sym":"#disabled","type_pretty":"boolean | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleSheetInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSStyleSheetInit_disabled"},"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#579"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ClearResourceCacheOptions#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ClearResourceCacheOptions#target.","pretty":"ClearResourceCacheOptions::target","meta":{"structured":1,"pretty":"ClearResourceCacheOptions::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ClearResourceCacheOptions#target.","js_sym":"#target","type_pretty":"ResourceCacheTarget | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ClearResourceCacheOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ClearResourceCacheOptions_target"},"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#726"}},"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/DOMTokenList#replace().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#replace().","pretty":"DOMTokenList::replace","meta":{"structured":1,"pretty":"DOMTokenList::replace","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#replace().","js_sym":"#replace","type_pretty":"string) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMTokenList_replace"},"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#14052"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#hidden.","pretty":"Document::hidden","meta":{"structured":1,"pretty":"Document::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#hidden.","js_sym":"#hidden","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Document_hidden"},"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#14465"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#location.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#location.","pretty":"Document::location","meta":{"structured":1,"pretty":"Document::location","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#location.","js_sym":"#location","type_pretty":"Location | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Document_location"},"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#14495"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#getAttribute().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#getAttribute().","pretty":"Element::getAttribute","meta":{"structured":1,"pretty":"Element::getAttribute","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#getAttribute().","js_sym":"#getAttribute","type_pretty":"string) => string | null","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Element_getAttribute"},"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#15326"}},"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/Event#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Event#target.","pretty":"Event::target","meta":{"structured":1,"pretty":"Event::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Event#target.","js_sym":"#target","type_pretty":"EventTarget | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Event#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Event_target"},"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#15612"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ExceptionMembers#location.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ExceptionMembers#location.","pretty":"ExceptionMembers::location","meta":{"structured":1,"pretty":"ExceptionMembers::location","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ExceptionMembers#location.","js_sym":"#location","type_pretty":"nsIStackFrame | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ExceptionMembers#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ExceptionMembers_location"},"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#15797"}},"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/HTMLBaseElement#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLBaseElement#target.","pretty":"HTMLBaseElement::target","meta":{"structured":1,"pretty":"HTMLBaseElement::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLBaseElement#target.","js_sym":"#target","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLBaseElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLBaseElement_target"},"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#18720"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#disabled.","pretty":"HTMLButtonElement::disabled","meta":{"structured":1,"pretty":"HTMLButtonElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLButtonElement_disabled"},"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#18771"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().","pretty":"HTMLElement::click","meta":{"structured":1,"pretty":"HTMLElement::click","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().","js_sym":"#click","type_pretty":"(method) click() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click()."],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19082"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#hidden.","pretty":"HTMLElement::hidden","meta":{"structured":1,"pretty":"HTMLElement::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#hidden.","js_sym":"#hidden","type_pretty":"string | number | boolean | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_hidden"},"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#19052"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFieldSetElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFieldSetElement#disabled.","pretty":"HTMLFieldSetElement::disabled","meta":{"structured":1,"pretty":"HTMLFieldSetElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFieldSetElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFieldSetElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLFieldSetElement_disabled"},"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#19140"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFormElement#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFormElement#target.","pretty":"HTMLFormElement::target","meta":{"structured":1,"pretty":"HTMLFormElement::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFormElement#target.","js_sym":"#target","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFormElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLFormElement_target"},"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#19235"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLHyperlinkElementUtils#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLHyperlinkElementUtils#target.","pretty":"HTMLHyperlinkElementUtils::target","meta":{"structured":1,"pretty":"HTMLHyperlinkElementUtils::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLHyperlinkElementUtils#target.","js_sym":"#target","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLHyperlinkElementUtils#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLHyperlinkElementUtils_target"},"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#19397"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#disabled.","pretty":"HTMLInputElement::disabled","meta":{"structured":1,"pretty":"HTMLInputElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLInputElement_disabled"},"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#19563"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#disabled.","pretty":"HTMLLinkElement::disabled","meta":{"structured":1,"pretty":"HTMLLinkElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLLinkElement_disabled"},"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#19798"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#target.","pretty":"HTMLLinkElement::target","meta":{"structured":1,"pretty":"HTMLLinkElement::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#target.","js_sym":"#target","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLLinkElement_target"},"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#19824"}},"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/HTMLOptGroupElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptGroupElement#disabled.","pretty":"HTMLOptGroupElement::disabled","meta":{"structured":1,"pretty":"HTMLOptGroupElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptGroupElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptGroupElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOptGroupElement_disabled"},"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#20297"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#disabled.","pretty":"HTMLOptionElement::disabled","meta":{"structured":1,"pretty":"HTMLOptionElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOptionElement_disabled"},"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#20318"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#textContent.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#textContent.","pretty":"HTMLScriptElement::textContent","meta":{"structured":1,"pretty":"HTMLScriptElement::textContent","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#textContent.","js_sym":"#textContent","type_pretty":"string | TrustedScript | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLScriptElement_textContent"},"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#20562"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#disabled.","pretty":"HTMLSelectElement::disabled","meta":{"structured":1,"pretty":"HTMLSelectElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLSelectElement_disabled"},"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#20587"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLStyleElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLStyleElement#disabled.","pretty":"HTMLStyleElement::disabled","meta":{"structured":1,"pretty":"HTMLStyleElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLStyleElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLStyleElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLStyleElement_disabled"},"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#20746"}},"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/HTMLTextAreaElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#disabled.","pretty":"HTMLTextAreaElement::disabled","meta":{"structured":1,"pretty":"HTMLTextAreaElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTextAreaElement_disabled"},"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#21026"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBKeyRange#includes().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBKeyRange#includes().","pretty":"IDBKeyRange::includes","meta":{"structured":1,"pretty":"IDBKeyRange::includes","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBKeyRange#includes().","js_sym":"#includes","type_pretty":"any) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBKeyRange#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_IDBKeyRange_includes"},"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#21585"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/IntersectionObserverEntry#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IntersectionObserverEntry#target.","pretty":"IntersectionObserverEntry::target","meta":{"structured":1,"pretty":"IntersectionObserverEntry::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IntersectionObserverEntry#target.","js_sym":"#target","type_pretty":"Element","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IntersectionObserverEntry#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_IntersectionObserverEntry_target"},"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#22315"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#document.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#document.","pretty":"JSWindowActorChild::document","meta":{"structured":1,"pretty":"JSWindowActorChild::document","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/JSWindowActorChild#document.","js_sym":"#document","type_pretty":"Document | 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_document"},"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#22386"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyboardEvent#location.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyboardEvent#location.","pretty":"KeyboardEvent::location","meta":{"structured":1,"pretty":"KeyboardEvent::location","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyboardEvent#location.","js_sym":"#location","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyboardEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_KeyboardEvent_location"},"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#23195"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyboardEventInit#location.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyboardEventInit#location.","pretty":"KeyboardEventInit::location","meta":{"structured":1,"pretty":"KeyboardEventInit::location","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyboardEventInit#location.","js_sym":"#location","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyboardEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_KeyboardEventInit_location"},"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#2843"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyframeEffect#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyframeEffect#target.","pretty":"KeyframeEffect::target","meta":{"structured":1,"pretty":"KeyframeEffect::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyframeEffect#target.","js_sym":"#target","type_pretty":"Element | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/KeyframeEffect#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_KeyframeEffect_target"},"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#23612"}},"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/Location#replace().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Location#replace().","pretty":"Location::replace","meta":{"structured":1,"pretty":"Location::replace","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Location#replace().","js_sym":"#replace","type_pretty":"string) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Location#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Location_replace"},"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#23824"}},"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/MathMLAnchorElement#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MathMLAnchorElement#target.","pretty":"MathMLAnchorElement::target","meta":{"structured":1,"pretty":"MathMLAnchorElement::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MathMLAnchorElement#target.","js_sym":"#target","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MathMLAnchorElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MathMLAnchorElement_target"},"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#24221"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MutationRecord#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MutationRecord#target.","pretty":"MutationRecord::target","meta":{"structured":1,"pretty":"MutationRecord::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MutationRecord#target.","js_sym":"#target","type_pretty":"Node | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MutationRecord#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MutationRecord_target"},"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#25631"}},"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/Node#documentGlobal.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#documentGlobal.","pretty":"Node::documentGlobal","meta":{"structured":1,"pretty":"Node::documentGlobal","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#documentGlobal.","js_sym":"#documentGlobal","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Node_documentGlobal"},"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#26182"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#ownerDocument.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#ownerDocument.","pretty":"Node::ownerDocument","meta":{"structured":1,"pretty":"Node::ownerDocument","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#ownerDocument.","js_sym":"#ownerDocument","type_pretty":"Document | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Node_ownerDocument"},"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#26204"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#textContent.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#textContent.","pretty":"Node::textContent","meta":{"structured":1,"pretty":"Node::textContent","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#textContent.","js_sym":"#textContent","type_pretty":"string | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Node_textContent"},"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#26214"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NonElementParentNode#getElementById().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NonElementParentNode#getElementById().","pretty":"NonElementParentNode::getElementById","meta":{"structured":1,"pretty":"NonElementParentNode::getElementById","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NonElementParentNode#getElementById().","js_sym":"#getElementById","type_pretty":"string) => Element | null","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NonElementParentNode#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NonElementParentNode_getElementById"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_generated/lib.gecko.dom.d.ts/ShadowRoot#getElementById()."],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#26383"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().","pretty":"ParentNode::querySelector","meta":{"structured":1,"pretty":"ParentNode::querySelector","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().","js_sym":"#querySelector","type_pretty":"MathMLElementTagNameMap[K] | null; ...","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ParentNode_querySelector"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceEventTiming#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceEventTiming#target.","pretty":"PerformanceEventTiming::target","meta":{"structured":1,"pretty":"PerformanceEventTiming::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceEventTiming#target.","js_sym":"#target","type_pretty":"Node | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceEventTiming#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PerformanceEventTiming_target"},"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#27313"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkAddition#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkAddition#hidden.","pretty":"PlacesBookmarkAddition::hidden","meta":{"structured":1,"pretty":"PlacesBookmarkAddition::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkAddition#hidden.","js_sym":"#hidden","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkAddition#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PlacesBookmarkAddition_hidden"},"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#27740"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkAdditionInit#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkAdditionInit#hidden.","pretty":"PlacesBookmarkAdditionInit::hidden","meta":{"structured":1,"pretty":"PlacesBookmarkAdditionInit::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkAdditionInit#hidden.","js_sym":"#hidden","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkAdditionInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PlacesBookmarkAdditionInit_hidden"},"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#4536"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkMoved#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkMoved#hidden.","pretty":"PlacesBookmarkMoved::hidden","meta":{"structured":1,"pretty":"PlacesBookmarkMoved::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkMoved#hidden.","js_sym":"#hidden","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkMoved#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PlacesBookmarkMoved_hidden"},"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#27810"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkMovedInit#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkMovedInit#hidden.","pretty":"PlacesBookmarkMovedInit::hidden","meta":{"structured":1,"pretty":"PlacesBookmarkMovedInit::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkMovedInit#hidden.","js_sym":"#hidden","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesBookmarkMovedInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PlacesBookmarkMovedInit_hidden"},"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#4617"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesVisit#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesVisit#hidden.","pretty":"PlacesVisit::hidden","meta":{"structured":1,"pretty":"PlacesVisit::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesVisit#hidden.","js_sym":"#hidden","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesVisit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PlacesVisit_hidden"},"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#27981"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ProcessingInstruction#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ProcessingInstruction#target.","pretty":"ProcessingInstruction::target","meta":{"structured":1,"pretty":"ProcessingInstruction::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ProcessingInstruction#target.","js_sym":"#target","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ProcessingInstruction#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ProcessingInstruction_target"},"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#28301"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ReceiveMessageArgument#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReceiveMessageArgument#target.","pretty":"ReceiveMessageArgument::target","meta":{"structured":1,"pretty":"ReceiveMessageArgument::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReceiveMessageArgument#target.","js_sym":"#target","type_pretty":"nsISupports","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReceiveMessageArgument#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ReceiveMessageArgument_target"},"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#6119"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ResizeObserverEntry#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ResizeObserverEntry#target.","pretty":"ResizeObserverEntry::target","meta":{"structured":1,"pretty":"ResizeObserverEntry::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ResizeObserverEntry#target.","js_sym":"#target","type_pretty":"Element","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ResizeObserverEntry#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ResizeObserverEntry_target"},"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#29516"}},"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/SVGAElement#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAElement#target.","pretty":"SVGAElement::target","meta":{"structured":1,"pretty":"SVGAElement::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAElement#target.","js_sym":"#target","type_pretty":"SVGAnimatedString","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGAElement_target"},"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#29593"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#getElementById().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#getElementById().","pretty":"SVGSVGElement::getElementById","meta":{"structured":1,"pretty":"SVGSVGElement::getElementById","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#getElementById().","js_sym":"#getElementById","type_pretty":"string) => Element | null","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGSVGElement_getElementById"},"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#31724"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStyleElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStyleElement#disabled.","pretty":"SVGStyleElement::disabled","meta":{"structured":1,"pretty":"SVGStyleElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStyleElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStyleElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGStyleElement_disabled"},"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#31846"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SanitizerProcessingInstruction#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SanitizerProcessingInstruction#target.","pretty":"SanitizerProcessingInstruction::target","meta":{"structured":1,"pretty":"SanitizerProcessingInstruction::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SanitizerProcessingInstruction#target.","js_sym":"#target","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SanitizerProcessingInstruction#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SanitizerProcessingInstruction_target"},"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#6292"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ShadowRoot#getElementById().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ShadowRoot#getElementById().","pretty":"ShadowRoot::getElementById","meta":{"structured":1,"pretty":"ShadowRoot::getElementById","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ShadowRoot#getElementById().","js_sym":"#getElementById","type_pretty":"string) => Element | null","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ShadowRoot#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ShadowRoot_getElementById"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NonElementParentNode#getElementById()."}],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#32850"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheet#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheet#disabled.","pretty":"StyleSheet::disabled","meta":{"structured":1,"pretty":"StyleSheet::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheet#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheet#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_StyleSheet_disabled"},"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#33655"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Tensor#location.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Tensor#location.","pretty":"Tensor::location","meta":{"structured":1,"pretty":"Tensor::location","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Tensor#location.","js_sym":"#location","type_pretty":"TensorDataLocation","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Tensor#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Tensor_location"},"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#33990"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Touch#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Touch#target.","pretty":"Touch::target","meta":{"structured":1,"pretty":"Touch::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Touch#target.","js_sym":"#target","type_pretty":"EventTarget | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Touch#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Touch_target"},"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#34910"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TouchInit#target.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TouchInit#target.","pretty":"TouchInit::target","meta":{"structured":1,"pretty":"TouchInit::target","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TouchInit#target.","js_sym":"#target","type_pretty":"EventTarget","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TouchInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TouchInit_target"},"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#6913"}},"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#document.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#document.","pretty":"Window::document","meta":{"structured":1,"pretty":"Window::document","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#document.","js_sym":"#document","type_pretty":"Document | 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_document"},"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#40773"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#getComputedStyle().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#getComputedStyle().","pretty":"Window::getComputedStyle","meta":{"structured":1,"pretty":"Window::getComputedStyle","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#getComputedStyle().","js_sym":"#getComputedStyle","type_pretty":"string | null | undefined) => CSSStyleProperties | null","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_getComputedStyle"},"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#40945"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#location.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#location.","pretty":"Window::location","meta":{"structured":1,"pretty":"Window::location","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#location.","js_sym":"#location","type_pretty":"Location","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_location"},"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#40808"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowsFileAttributes#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowsFileAttributes#hidden.","pretty":"WindowsFileAttributes::hidden","meta":{"structured":1,"pretty":"WindowsFileAttributes::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowsFileAttributes#hidden.","js_sym":"#hidden","type_pretty":"boolean | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowsFileAttributes#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WindowsFileAttributes_hidden"},"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#7625"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().","pretty":"XULElement::click","meta":{"structured":1,"pretty":"XULElement::click","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().","js_sym":"#click","type_pretty":"(method) click() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULElement_click"},"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#42286"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#hidden.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#hidden.","pretty":"XULElement::hidden","meta":{"structured":1,"pretty":"XULElement::hidden","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#hidden.","js_sym":"#hidden","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULElement_hidden"},"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#42274"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#disabled.","pretty":"XULTextElement::disabled","meta":{"structured":1,"pretty":"XULTextElement::disabled","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULTextElement_disabled"},"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#42425"}},"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/document.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/document.","pretty":"document","meta":{"structured":1,"pretty":"document","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/document.","js_sym":"#document","type_pretty":"Document | null","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_document"},"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#43888"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/getComputedStyle().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/getComputedStyle().","pretty":"getComputedStyle","meta":{"structured":1,"pretty":"getComputedStyle","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/getComputedStyle().","js_sym":"#getComputedStyle","type_pretty":"CSSStyleProperties | null","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_getComputedStyle"},"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#44061"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/location.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/location.","pretty":"location","meta":{"structured":1,"pretty":"location","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/location.","js_sym":"#location","type_pretty":"Location","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_location"},"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#43923"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:backupDetectionComplete.GleanEventWithExtras:typeLiteral112:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:backupDetectionComplete.GleanEventWithExtras:typeLiteral112:location.","pretty":"GleanImpl::browserBackup::typeLiteral111::backupDetectionComplete::GleanEventWithExtras::typeLiteral112::location","meta":{"structured":1,"pretty":"GleanImpl::browserBackup::typeLiteral111::backupDetectionComplete::GleanEventWithExtras::typeLiteral112::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:backupDetectionComplete.GleanEventWithExtras:typeLiteral112:location.","js_sym":"#location","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#463"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:created.GleanEventWithExtras:typeLiteral114:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:created.GleanEventWithExtras:typeLiteral114:location.","pretty":"GleanImpl::browserBackup::typeLiteral111::created::GleanEventWithExtras::typeLiteral114::location","meta":{"structured":1,"pretty":"GleanImpl::browserBackup::typeLiteral111::created::GleanEventWithExtras::typeLiteral114::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:created.GleanEventWithExtras:typeLiteral114:location.","js_sym":"#location","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#470"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:restoreFileChosen.GleanEventWithExtras:typeLiteral118:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:restoreFileChosen.GleanEventWithExtras:typeLiteral118:location.","pretty":"GleanImpl::browserBackup::typeLiteral111::restoreFileChosen::GleanEventWithExtras::typeLiteral118::location","meta":{"structured":1,"pretty":"GleanImpl::browserBackup::typeLiteral111::restoreFileChosen::GleanEventWithExtras::typeLiteral118::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:restoreFileChosen.GleanEventWithExtras:typeLiteral118:location.","js_sym":"#location","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#495"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:restoreStarted.GleanEventWithExtras:typeLiteral119:replace.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:restoreStarted.GleanEventWithExtras:typeLiteral119:replace.","pretty":"GleanImpl::browserBackup::typeLiteral111::restoreStarted::GleanEventWithExtras::typeLiteral119::replace","meta":{"structured":1,"pretty":"GleanImpl::browserBackup::typeLiteral111::restoreStarted::GleanEventWithExtras::typeLiteral119::replace","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:restoreStarted.GleanEventWithExtras:typeLiteral119:replace.","js_sym":"#replace","type_pretty":"string | boolean | 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#496"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:toggleOn.GleanEventWithExtras:typeLiteral121:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:toggleOn.GleanEventWithExtras:typeLiteral121:location.","pretty":"GleanImpl::browserBackup::typeLiteral111::toggleOn::GleanEventWithExtras::typeLiteral121::location","meta":{"structured":1,"pretty":"GleanImpl::browserBackup::typeLiteral111::toggleOn::GleanEventWithExtras::typeLiteral121::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#browserBackup.typeLiteral111:toggleOn.GleanEventWithExtras:typeLiteral121:location.","js_sym":"#location","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#506"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.","pretty":"GleanImpl::contextualServicesTopsites::typeLiteral251::click","meta":{"structured":1,"pretty":"GleanImpl::contextualServicesTopsites::typeLiteral251::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.","js_sym":"#click","type_pretty":"Record","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#839"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ipprotection.typeLiteral199:locationChanged.GleanEventWithExtras:typeLiteral204:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ipprotection.typeLiteral199:locationChanged.GleanEventWithExtras:typeLiteral204:location.","pretty":"GleanImpl::ipprotection::typeLiteral199::locationChanged::GleanEventWithExtras::typeLiteral204::location","meta":{"structured":1,"pretty":"GleanImpl::ipprotection::typeLiteral199::locationChanged::GleanEventWithExtras::typeLiteral204::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ipprotection.typeLiteral199:locationChanged.GleanEventWithExtras:typeLiteral204:location.","js_sym":"#location","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#639"}},"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#newtabContent.typeLiteral306:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabContent.typeLiteral306:click.","pretty":"GleanImpl::newtabContent::typeLiteral306::click","meta":{"structured":1,"pretty":"GleanImpl::newtabContent::typeLiteral306::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabContent.typeLiteral306:click.","js_sym":"#click","type_pretty":"string | ... 1 more ... | 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#930"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.","pretty":"GleanImpl::newtabSearchAd::typeLiteral424::click","meta":{"structured":1,"pretty":"GleanImpl::newtabSearchAd::typeLiteral424::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.","js_sym":"#click","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#1255"}},"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#pocket.typeLiteral321:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pocket.typeLiteral321:click.","pretty":"GleanImpl::pocket::typeLiteral321::click","meta":{"structured":1,"pretty":"GleanImpl::pocket::typeLiteral321::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pocket.typeLiteral321:click.","js_sym":"#click","type_pretty":"string | ... 1 more ... | 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#956"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serp.typeLiteral433:engagement.GleanEventWithExtras:typeLiteral437:target.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serp.typeLiteral433:engagement.GleanEventWithExtras:typeLiteral437:target.","pretty":"GleanImpl::serp::typeLiteral433::engagement::GleanEventWithExtras::typeLiteral437::target","meta":{"structured":1,"pretty":"GleanImpl::serp::typeLiteral433::engagement::GleanEventWithExtras::typeLiteral437::target","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serp.typeLiteral433:engagement.GleanEventWithExtras:typeLiteral437:target.","js_sym":"#target","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#1285"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:addTabsClick.GleanEventWithExtras:typeLiteral16:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:addTabsClick.GleanEventWithExtras:typeLiteral16:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::addTabsClick::GleanEventWithExtras::typeLiteral16::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::addTabsClick::GleanEventWithExtras::typeLiteral16::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:addTabsClick.GleanEventWithExtras:typeLiteral16:location.","js_sym":"#location","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#257"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:addTabsSelection.GleanEventWithExtras:typeLiteral17:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:addTabsSelection.GleanEventWithExtras:typeLiteral17:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::addTabsSelection::GleanEventWithExtras::typeLiteral17::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::addTabsSelection::GleanEventWithExtras::typeLiteral17::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:addTabsSelection.GleanEventWithExtras:typeLiteral17:location.","js_sym":"#location","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#258"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionComplete.GleanEventWithExtras:typeLiteral28:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionComplete.GleanEventWithExtras:typeLiteral28:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionComplete::GleanEventWithExtras::typeLiteral28::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionComplete::GleanEventWithExtras::typeLiteral28::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionComplete.GleanEventWithExtras:typeLiteral28:location.","js_sym":"#location","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#270"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionPrompt.GleanEventWithExtras:typeLiteral29:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionPrompt.GleanEventWithExtras:typeLiteral29:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionPrompt::GleanEventWithExtras::typeLiteral29::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionPrompt::GleanEventWithExtras::typeLiteral29::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionPrompt.GleanEventWithExtras:typeLiteral29:location.","js_sym":"#location","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#271"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionPromptResponse.GleanEventWithExtras:typeLiteral30:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionPromptResponse.GleanEventWithExtras:typeLiteral30:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionPromptResponse::GleanEventWithExtras::typeLiteral30::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionPromptResponse::GleanEventWithExtras::typeLiteral30::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionPromptResponse.GleanEventWithExtras:typeLiteral30:location.","js_sym":"#location","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#272"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionSubmit.GleanEventWithExtras:typeLiteral31:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionSubmit.GleanEventWithExtras:typeLiteral31:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionSubmit::GleanEventWithExtras::typeLiteral31::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionSubmit::GleanEventWithExtras::typeLiteral31::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionSubmit.GleanEventWithExtras:typeLiteral31:location.","js_sym":"#location","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#273"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionUndo.GleanEventWithExtras:typeLiteral32:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionUndo.GleanEventWithExtras:typeLiteral32:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionUndo::GleanEventWithExtras::typeLiteral32::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::browserActionUndo::GleanEventWithExtras::typeLiteral32::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:browserActionUndo.GleanEventWithExtras:typeLiteral32:location.","js_sym":"#location","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#274"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatRetrieved.GleanEventWithExtras:typeLiteral34:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatRetrieved.GleanEventWithExtras:typeLiteral34:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::chatRetrieved::GleanEventWithExtras::typeLiteral34::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::chatRetrieved::GleanEventWithExtras::typeLiteral34::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatRetrieved.GleanEventWithExtras:typeLiteral34:location.","js_sym":"#location","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#276"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatSubmit.GleanEventWithExtras:typeLiteral35:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatSubmit.GleanEventWithExtras:typeLiteral35:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::chatSubmit::GleanEventWithExtras::typeLiteral35::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::chatSubmit::GleanEventWithExtras::typeLiteral35::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:chatSubmit.GleanEventWithExtras:typeLiteral35:location.","js_sym":"#location","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#278"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:clientError.GleanEventWithExtras:typeLiteral37:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:clientError.GleanEventWithExtras:typeLiteral37:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::clientError::GleanEventWithExtras::typeLiteral37::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::clientError::GleanEventWithExtras::typeLiteral37::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:clientError.GleanEventWithExtras:typeLiteral37:location.","js_sym":"#location","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.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:closeWindow.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:closeWindow.","pretty":"GleanImpl::smartWindow::typeLiteral15::closeWindow","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::closeWindow","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:closeWindow.","js_sym":"#closeWindow","type_pretty":"string | number | 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#284"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:getPageContent.GleanEventWithExtras:typeLiteral51:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:getPageContent.GleanEventWithExtras:typeLiteral51:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::getPageContent::GleanEventWithExtras::typeLiteral51::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::getPageContent::GleanEventWithExtras::typeLiteral51::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:getPageContent.GleanEventWithExtras:typeLiteral51:location.","js_sym":"#location","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#295"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:historyClick.GleanEventWithExtras:typeLiteral52:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:historyClick.GleanEventWithExtras:typeLiteral52:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::historyClick::GleanEventWithExtras::typeLiteral52::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::historyClick::GleanEventWithExtras::typeLiteral52::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:historyClick.GleanEventWithExtras:typeLiteral52:location.","js_sym":"#location","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#296"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:historyDisplayed.GleanEventWithExtras:typeLiteral53:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:historyDisplayed.GleanEventWithExtras:typeLiteral53:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::historyDisplayed::GleanEventWithExtras::typeLiteral53::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::historyDisplayed::GleanEventWithExtras::typeLiteral53::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:historyDisplayed.GleanEventWithExtras:typeLiteral53:location.","js_sym":"#location","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#297"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:intentChangePreview.GleanEventWithExtras:typeLiteral54:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:intentChangePreview.GleanEventWithExtras:typeLiteral54:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::intentChangePreview::GleanEventWithExtras::typeLiteral54::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::intentChangePreview::GleanEventWithExtras::typeLiteral54::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:intentChangePreview.GleanEventWithExtras:typeLiteral54:location.","js_sym":"#location","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#298"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:linkClick.GleanEventWithExtras:typeLiteral56:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:linkClick.GleanEventWithExtras:typeLiteral56:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::linkClick::GleanEventWithExtras::typeLiteral56::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::linkClick::GleanEventWithExtras::typeLiteral56::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:linkClick.GleanEventWithExtras:typeLiteral56:location.","js_sym":"#location","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#300"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoriesToggle.GleanEventWithExtras:typeLiteral59:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoriesToggle.GleanEventWithExtras:typeLiteral59:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::memoriesToggle::GleanEventWithExtras::typeLiteral59::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::memoriesToggle::GleanEventWithExtras::typeLiteral59::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoriesToggle.GleanEventWithExtras:typeLiteral59:location.","js_sym":"#location","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#307"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoryApplied.GleanEventWithExtras:typeLiteral60:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoryApplied.GleanEventWithExtras:typeLiteral60:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::memoryApplied::GleanEventWithExtras::typeLiteral60::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::memoryApplied::GleanEventWithExtras::typeLiteral60::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoryApplied.GleanEventWithExtras:typeLiteral60:location.","js_sym":"#location","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#308"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoryAppliedClick.GleanEventWithExtras:typeLiteral61:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoryAppliedClick.GleanEventWithExtras:typeLiteral61:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::memoryAppliedClick::GleanEventWithExtras::typeLiteral61::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::memoryAppliedClick::GleanEventWithExtras::typeLiteral61::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:memoryAppliedClick.GleanEventWithExtras:typeLiteral61:location.","js_sym":"#location","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#309"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionRemove.GleanEventWithExtras:typeLiteral63:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionRemove.GleanEventWithExtras:typeLiteral63:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::mentionRemove::GleanEventWithExtras::typeLiteral63::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::mentionRemove::GleanEventWithExtras::typeLiteral63::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionRemove.GleanEventWithExtras:typeLiteral63:location.","js_sym":"#location","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#311"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionSelect.GleanEventWithExtras:typeLiteral64:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionSelect.GleanEventWithExtras:typeLiteral64:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::mentionSelect::GleanEventWithExtras::typeLiteral64::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::mentionSelect::GleanEventWithExtras::typeLiteral64::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionSelect.GleanEventWithExtras:typeLiteral64:location.","js_sym":"#location","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#312"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionStart.GleanEventWithExtras:typeLiteral65:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionStart.GleanEventWithExtras:typeLiteral65:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::mentionStart::GleanEventWithExtras::typeLiteral65::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::mentionStart::GleanEventWithExtras::typeLiteral65::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:mentionStart.GleanEventWithExtras:typeLiteral65:location.","js_sym":"#location","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#313"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:modelRequest.GleanEventWithExtras:typeLiteral66:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:modelRequest.GleanEventWithExtras:typeLiteral66:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::modelRequest::GleanEventWithExtras::typeLiteral66::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::modelRequest::GleanEventWithExtras::typeLiteral66::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:modelRequest.GleanEventWithExtras:typeLiteral66:location.","js_sym":"#location","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#315"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:modelResponse.GleanEventWithExtras:typeLiteral67:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:modelResponse.GleanEventWithExtras:typeLiteral67:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::modelResponse::GleanEventWithExtras::typeLiteral67::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::modelResponse::GleanEventWithExtras::typeLiteral67::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:modelResponse.GleanEventWithExtras:typeLiteral67:location.","js_sym":"#location","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#316"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:navigateSubmit.GleanEventWithExtras:typeLiteral78:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:navigateSubmit.GleanEventWithExtras:typeLiteral78:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::navigateSubmit::GleanEventWithExtras::typeLiteral78::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::navigateSubmit::GleanEventWithExtras::typeLiteral78::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:navigateSubmit.GleanEventWithExtras:typeLiteral78:location.","js_sym":"#location","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#327"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:quickPromptClicked.GleanEventWithExtras:typeLiteral89:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:quickPromptClicked.GleanEventWithExtras:typeLiteral89:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::quickPromptClicked::GleanEventWithExtras::typeLiteral89::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::quickPromptClicked::GleanEventWithExtras::typeLiteral89::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:quickPromptClicked.GleanEventWithExtras:typeLiteral89:location.","js_sym":"#location","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#338"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:quickPromptDisplayed.GleanEventWithExtras:typeLiteral91:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:quickPromptDisplayed.GleanEventWithExtras:typeLiteral91:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::quickPromptDisplayed::GleanEventWithExtras::typeLiteral91::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::quickPromptDisplayed::GleanEventWithExtras::typeLiteral91::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:quickPromptDisplayed.GleanEventWithExtras:typeLiteral91:location.","js_sym":"#location","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#340"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:removeTab.GleanEventWithExtras:typeLiteral92:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:removeTab.GleanEventWithExtras:typeLiteral92:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::removeTab::GleanEventWithExtras::typeLiteral92::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::removeTab::GleanEventWithExtras::typeLiteral92::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:removeTab.GleanEventWithExtras:typeLiteral92:location.","js_sym":"#location","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#341"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:retryNoMemories.GleanEventWithExtras:typeLiteral93:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:retryNoMemories.GleanEventWithExtras:typeLiteral93:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::retryNoMemories::GleanEventWithExtras::typeLiteral93::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::retryNoMemories::GleanEventWithExtras::typeLiteral93::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:retryNoMemories.GleanEventWithExtras:typeLiteral93:location.","js_sym":"#location","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#342"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchHandoff.GleanEventWithExtras:typeLiteral94:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchHandoff.GleanEventWithExtras:typeLiteral94:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::searchHandoff::GleanEventWithExtras::typeLiteral94::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::searchHandoff::GleanEventWithExtras::typeLiteral94::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchHandoff.GleanEventWithExtras:typeLiteral94:location.","js_sym":"#location","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#343"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchSubmit.GleanEventWithExtras:typeLiteral95:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchSubmit.GleanEventWithExtras:typeLiteral95:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::searchSubmit::GleanEventWithExtras::typeLiteral95::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::searchSubmit::GleanEventWithExtras::typeLiteral95::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:searchSubmit.GleanEventWithExtras:typeLiteral95:location.","js_sym":"#location","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#344"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:toolCall.GleanEventWithExtras:typeLiteral100:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:toolCall.GleanEventWithExtras:typeLiteral100:location.","pretty":"GleanImpl::smartWindow::typeLiteral15::toolCall::GleanEventWithExtras::typeLiteral100::location","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::toolCall::GleanEventWithExtras::typeLiteral100::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:toolCall.GleanEventWithExtras:typeLiteral100:location.","js_sym":"#location","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#351"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.","pretty":"GleanImpl::topsites::typeLiteral327::click","meta":{"structured":1,"pretty":"GleanImpl::topsites::typeLiteral327::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.","js_sym":"#click","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/generated/lib.gecko.glean.d.ts#970"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:abandonment.GleanEventWithExtras:typeLiteral534:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:abandonment.GleanEventWithExtras:typeLiteral534:location.","pretty":"GleanImpl::urlbar::typeLiteral533::abandonment::GleanEventWithExtras::typeLiteral534::location","meta":{"structured":1,"pretty":"GleanImpl::urlbar::typeLiteral533::abandonment::GleanEventWithExtras::typeLiteral534::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:abandonment.GleanEventWithExtras:typeLiteral534:location.","js_sym":"#location","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#1586"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:bounce.GleanEventWithExtras:typeLiteral535:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:bounce.GleanEventWithExtras:typeLiteral535:location.","pretty":"GleanImpl::urlbar::typeLiteral533::bounce::GleanEventWithExtras::typeLiteral535::location","meta":{"structured":1,"pretty":"GleanImpl::urlbar::typeLiteral533::bounce::GleanEventWithExtras::typeLiteral535::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:bounce.GleanEventWithExtras:typeLiteral535:location.","js_sym":"#location","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#1590"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:disable.GleanEventWithExtras:typeLiteral536:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:disable.GleanEventWithExtras:typeLiteral536:location.","pretty":"GleanImpl::urlbar::typeLiteral533::disable::GleanEventWithExtras::typeLiteral536::location","meta":{"structured":1,"pretty":"GleanImpl::urlbar::typeLiteral533::disable::GleanEventWithExtras::typeLiteral536::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:disable.GleanEventWithExtras:typeLiteral536:location.","js_sym":"#location","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#1591"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:engagement.GleanEventWithExtras:typeLiteral537:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:engagement.GleanEventWithExtras:typeLiteral537:location.","pretty":"GleanImpl::urlbar::typeLiteral533::engagement::GleanEventWithExtras::typeLiteral537::location","meta":{"structured":1,"pretty":"GleanImpl::urlbar::typeLiteral533::engagement::GleanEventWithExtras::typeLiteral537::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#urlbar.typeLiteral533:engagement.GleanEventWithExtras:typeLiteral537:location.","js_sym":"#location","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#1592"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:hidden.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:hidden.","pretty":"GleanImpl::ysod::typeLiteral844::shownYsod::GleanEventWithExtras::typeLiteral845::hidden","meta":{"structured":1,"pretty":"GleanImpl::ysod::typeLiteral844::shownYsod::GleanEventWithExtras::typeLiteral845::hidden","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:hidden.","js_sym":"#hidden","type_pretty":"string | boolean | 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#5676"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:location.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:location.","pretty":"GleanImpl::ysod::typeLiteral844::shownYsod::GleanEventWithExtras::typeLiteral845::location","meta":{"structured":1,"pretty":"GleanImpl::ysod::typeLiteral844::shownYsod::GleanEventWithExtras::typeLiteral845::location","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:location.","js_sym":"#location","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#5676"}},"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewButton#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewButton#disabled.","pretty":"nsITaskbarPreviewButton::disabled","meta":{"structured":1,"pretty":"nsITaskbarPreviewButton::disabled","sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewButton#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewButton#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.win32.d.ts#204"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#document.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#document.","pretty":"nsIAccessible::document","meta":{"structured":1,"pretty":"nsIAccessible::document","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#document.","js_sym":"#document","type_pretty":"nsIAccessibleDocument","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAccessible_document"},"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#305"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateService#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateService#disabled.","pretty":"nsIApplicationUpdateService::disabled","meta":{"structured":1,"pretty":"nsIApplicationUpdateService::disabled","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateService#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIApplicationUpdateService#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIApplicationUpdateService_disabled"},"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#20724"}},"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/nsIContentAnalysisRequest#textContent.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRequest#textContent.","pretty":"nsIContentAnalysisRequest::textContent","meta":{"structured":1,"pretty":"nsIContentAnalysisRequest::textContent","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRequest#textContent.","js_sym":"#textContent","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentAnalysisRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentAnalysisRequest_textContent"},"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#19956"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULControlElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULControlElement#disabled.","pretty":"nsIDOMXULControlElement::disabled","meta":{"structured":1,"pretty":"nsIDOMXULControlElement::disabled","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULControlElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULControlElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMXULControlElement_disabled"},"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#7523"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#disabled.","pretty":"nsIDOMXULSelectControlItemElement::disabled","meta":{"structured":1,"pretty":"nsIDOMXULSelectControlItemElement::disabled","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMXULSelectControlItemElement_disabled"},"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#7611"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirIndex#location.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirIndex#location.","pretty":"nsIDirIndex::location","meta":{"structured":1,"pretty":"nsIDirIndex::location","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirIndex#location.","js_sym":"#location","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirIndex#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDirIndex_location"},"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#15412"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEditor#document.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEditor#document.","pretty":"nsIEditor::document","meta":{"structured":1,"pretty":"nsIEditor::document","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEditor#document.","js_sym":"#document","type_pretty":"Document","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEditor#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIEditor_document"},"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#7732"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEventListenerChange#target.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEventListenerChange#target.","pretty":"nsIEventListenerChange::target","meta":{"structured":1,"pretty":"nsIEventListenerChange::target","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEventListenerChange#target.","js_sym":"#target","type_pretty":"EventTarget","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEventListenerChange#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIEventListenerChange_target"},"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#2683"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#target.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#target.","pretty":"nsIFile::target","meta":{"structured":1,"pretty":"nsIFile::target","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#target.","js_sym":"#target","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFile_target"},"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#24866"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#target.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#target.","pretty":"nsITimer::target","meta":{"structured":1,"pretty":"nsITimer::target","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#target.","js_sym":"#target","type_pretty":"nsIEventTarget","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITimer_target"},"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#25889"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierBlockedChannel#replace().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierBlockedChannel#replace().","pretty":"nsIUrlClassifierBlockedChannel::replace","meta":{"structured":1,"pretty":"nsIUrlClassifierBlockedChannel::replace","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierBlockedChannel#replace().","js_sym":"#replace","type_pretty":"(method) replace() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierBlockedChannel#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUrlClassifierBlockedChannel_replace"},"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#21177"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUserIdleService#disabled.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUserIdleService#disabled.","pretty":"nsIUserIdleService::disabled","meta":{"structured":1,"pretty":"nsIUserIdleService::disabled","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUserIdleService#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUserIdleService#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUserIdleService_disabled"},"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#23291"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#document.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#document.","pretty":"nsIWebNavigation::document","meta":{"structured":1,"pretty":"nsIWebNavigation::document","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#document.","js_sym":"#document","type_pretty":"Document","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebNavigation#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWebNavigation_document"},"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#3414"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebProgress#target.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebProgress#target.","pretty":"nsIWebProgress::target","meta":{"structured":1,"pretty":"nsIWebProgress::target","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebProgress#target.","js_sym":"#target","type_pretty":"nsIEventTarget","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_target"},"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#20987"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/txIEXSLTFunctions#replace().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/txIEXSLTFunctions#replace().","pretty":"txIEXSLTFunctions::replace","meta":{"structured":1,"pretty":"txIEXSLTFunctions::replace","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/txIEXSLTFunctions#replace().","js_sym":"#replace","type_pretty":"string) => string","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/txIEXSLTFunctions#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_txIEXSLTFunctions_replace"},"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#7457"}},"S_js_typescript_lib.gecko.augmentations.d.ts/global/TabsBase#disabled.":{"sym":"S_js_typescript_lib.gecko.augmentations.d.ts/global/TabsBase#disabled.","pretty":"TabsBase::disabled","meta":{"structured":1,"pretty":"TabsBase::disabled","sym":"S_js_typescript_lib.gecko.augmentations.d.ts/global/TabsBase#disabled.","js_sym":"#disabled","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_lib.gecko.augmentations.d.ts/global/TabsBase#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/lib.gecko.augmentations.d.ts#29"}},"S_js_typescript_src/api/Browser.ts/Browser#target().":{"sym":"S_js_typescript_src/api/Browser.ts/Browser#target().","pretty":"Browser::target","meta":{"structured":1,"pretty":"Browser::target","sym":"S_js_typescript_src/api/Browser.ts/Browser#target().","js_sym":"#target","type_pretty":"Target","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Browser.ts/Browser#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/bidi/Browser.ts/BidiBrowser#target().","S_js_typescript_src/cdp/Browser.ts/CdpBrowser#target()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Browser.ts#452"}},"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/ElementHandle.ts/ElementHandle#click().":{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#click().","pretty":"ElementHandle::click","meta":{"structured":1,"pretty":"ElementHandle::click","sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#","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#768"}},"S_js_typescript_src/api/Frame.ts/Frame#click().":{"sym":"S_js_typescript_src/api/Frame.ts/Frame#click().","pretty":"Frame::click","meta":{"structured":1,"pretty":"Frame::click","sym":"S_js_typescript_src/api/Frame.ts/Frame#click().","js_sym":"#click","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#1058"}},"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/Input.ts/Mouse#click().":{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click().","pretty":"Mouse::click","meta":{"structured":1,"pretty":"Mouse::click","sym":"S_js_typescript_src/api/Input.ts/Mouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Input.ts/Mouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","S_js_typescript_src/cdp/Input.ts/CdpMouse#click()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Input.ts#396"}},"S_js_typescript_src/api/Page.ts/Page#click().":{"sym":"S_js_typescript_src/api/Page.ts/Page#click().","pretty":"Page::click","meta":{"structured":1,"pretty":"Page::click","sym":"S_js_typescript_src/api/Page.ts/Page#click().","js_sym":"#click","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#2818"}},"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/api/Page.ts/Page#target().":{"sym":"S_js_typescript_src/api/Page.ts/Page#target().","pretty":"Page::target","meta":{"structured":1,"pretty":"Page::target","sym":"S_js_typescript_src/api/Page.ts/Page#target().","js_sym":"#target","type_pretty":"Target","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":[],"overriddenBy":["S_js_typescript_src/bidi/Page.ts/BidiPage#target().","S_js_typescript_src/cdp/Page.ts/CdpPage#target()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Page.ts#892"}},"S_js_typescript_src/api/Page.ts/WaitForSelectorOptions#hidden.":{"sym":"S_js_typescript_src/api/Page.ts/WaitForSelectorOptions#hidden.","pretty":"WaitForSelectorOptions::hidden","meta":{"structured":1,"pretty":"WaitForSelectorOptions::hidden","sym":"S_js_typescript_src/api/Page.ts/WaitForSelectorOptions#hidden.","js_sym":"#hidden","type_pretty":"boolean | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/WaitForSelectorOptions#","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#201"}},"S_js_typescript_src/api/locators/locators.ts/Locator#click().":{"sym":"S_js_typescript_src/api/locators/locators.ts/Locator#click().","pretty":"Locator::click","meta":{"structured":1,"pretty":"Locator::click","sym":"S_js_typescript_src/api/locators/locators.ts/Locator#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/locators/locators.ts/Locator#","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/locators/locators.ts#703"}},"S_js_typescript_src/bidi/Browser.ts/BidiBrowser#target().":{"sym":"S_js_typescript_src/bidi/Browser.ts/BidiBrowser#target().","pretty":"BidiBrowser::target","meta":{"structured":1,"pretty":"BidiBrowser::target","sym":"S_js_typescript_src/bidi/Browser.ts/BidiBrowser#target().","js_sym":"#target","type_pretty":"BidiBrowserTarget","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Browser.ts/BidiBrowser#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Browser.ts/Browser#target()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Browser.ts#329"}},"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/Input.ts/BidiMouse#click().":{"sym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","pretty":"BidiMouse::click","meta":{"structured":1,"pretty":"BidiMouse::click","sym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Input.ts#531"}},"S_js_typescript_src/bidi/Page.ts/BidiPage#target().":{"sym":"S_js_typescript_src/bidi/Page.ts/BidiPage#target().","pretty":"BidiPage::target","meta":{"structured":1,"pretty":"BidiPage::target","sym":"S_js_typescript_src/bidi/Page.ts/BidiPage#target().","js_sym":"#target","type_pretty":"never","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Page.ts/BidiPage#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Page.ts/Page#target()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Page.ts#672"}},"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/cdp/Accessibility.ts/SerializedAXNode#disabled.":{"sym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#disabled.","pretty":"SerializedAXNode::disabled","meta":{"structured":1,"pretty":"SerializedAXNode::disabled","sym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#disabled.","js_sym":"#disabled","type_pretty":"boolean | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#","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/Accessibility.ts#46"}},"S_js_typescript_src/cdp/Browser.ts/CdpBrowser#target().":{"sym":"S_js_typescript_src/cdp/Browser.ts/CdpBrowser#target().","pretty":"CdpBrowser::target","meta":{"structured":1,"pretty":"CdpBrowser::target","sym":"S_js_typescript_src/cdp/Browser.ts/CdpBrowser#target().","js_sym":"#target","type_pretty":"CdpTarget","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Browser.ts/CdpBrowser#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Browser.ts/Browser#target()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/Browser.ts#492"}},"S_js_typescript_src/cdp/CdpSession.ts/CdpCDPSession#target().":{"sym":"S_js_typescript_src/cdp/CdpSession.ts/CdpCDPSession#target().","pretty":"CdpCDPSession::target","meta":{"structured":1,"pretty":"CdpCDPSession::target","sym":"S_js_typescript_src/cdp/CdpSession.ts/CdpCDPSession#target().","js_sym":"#target","type_pretty":"CdpTarget","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/CdpSession.ts/CdpCDPSession#","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#69"}},"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/cdp/Input.ts/CdpMouse#click().":{"sym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#click().","pretty":"CdpMouse::click","meta":{"structured":1,"pretty":"CdpMouse::click","sym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/Input.ts#435"}},"S_js_typescript_src/cdp/Page.ts/CdpPage#target().":{"sym":"S_js_typescript_src/cdp/Page.ts/CdpPage#target().","pretty":"CdpPage::target","meta":{"structured":1,"pretty":"CdpPage::target","sym":"S_js_typescript_src/cdp/Page.ts/CdpPage#target().","js_sym":"#target","type_pretty":"CdpTarget","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Page.ts/CdpPage#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Page.ts/Page#target()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/Page.ts#489"}},"S_js_typescript_src/cdp/TargetManageEvents.ts/TargetManagerEvents#[TargetManagerEvent.TargetChanged].typeLiteral0:target.":{"sym":"S_js_typescript_src/cdp/TargetManageEvents.ts/TargetManagerEvents#[TargetManagerEvent.TargetChanged].typeLiteral0:target.","pretty":"TargetManagerEvents::[TargetManagerEvent.TargetChanged]::typeLiteral0::target","meta":{"structured":1,"pretty":"TargetManagerEvents::[TargetManagerEvent.TargetChanged]::typeLiteral0::target","sym":"S_js_typescript_src/cdp/TargetManageEvents.ts/TargetManagerEvents#[TargetManagerEvent.TargetChanged].typeLiteral0:target.","js_sym":"#target","type_pretty":"CdpTarget","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/TargetManageEvents.ts#34"}},"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.","pretty":"ARIAQueryHandler::querySelector","meta":{"structured":1,"pretty":"ARIAQueryHandler::querySelector","sym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#","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/common/AriaQueryHandler.ts#65"}},"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.","pretty":"CSSQueryHandler::querySelector","meta":{"structured":1,"pretty":"CSSQueryHandler::querySelector","sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"string) => AsyncIterable<...>; }>) =>...","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#","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/common/CSSQueryHandler.ts#15"}},"S_js_typescript_src/common/ConsoleMessage.ts/ConsoleMessage#location().":{"sym":"S_js_typescript_src/common/ConsoleMessage.ts/ConsoleMessage#location().","pretty":"ConsoleMessage::location","meta":{"structured":1,"pretty":"ConsoleMessage::location","sym":"S_js_typescript_src/common/ConsoleMessage.ts/ConsoleMessage#location().","js_sym":"#location","type_pretty":"ConsoleMessageLocation","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/ConsoleMessage.ts/ConsoleMessage#","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/common/ConsoleMessage.ts#115"}},"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.","pretty":"PQueryHandler::querySelector","meta":{"structured":1,"pretty":"PQueryHandler::querySelector","sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#","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/common/PQueryHandler.ts#24"}},"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelector.","pretty":"PierceQueryHandler::querySelector","meta":{"structured":1,"pretty":"PierceQueryHandler::querySelector","sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"string) => AsyncIterable<...>; }>)...","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#","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/common/PierceQueryHandler.ts#15"}},"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelector.","pretty":"QueryHandler::querySelector","meta":{"structured":1,"pretty":"QueryHandler::querySelector","sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#","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/common/QueryHandler.ts#52"}},"S_js_typescript_src/common/USKeyboardLayout.ts/KeyDefinition#location.":{"sym":"S_js_typescript_src/common/USKeyboardLayout.ts/KeyDefinition#location.","pretty":"KeyDefinition::location","meta":{"structured":1,"pretty":"KeyDefinition::location","sym":"S_js_typescript_src/common/USKeyboardLayout.ts/KeyDefinition#location.","js_sym":"#location","type_pretty":"number | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/USKeyboardLayout.ts/KeyDefinition#","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/common/USKeyboardLayout.ts#18"}},"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelector.","pretty":"XPathQueryHandler::querySelector","meta":{"structured":1,"pretty":"XPathQueryHandler::querySelector","sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#","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/common/XPathQueryHandler.ts#25"}},"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().":{"sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().","pretty":"CustomQuerySelector::querySelector","meta":{"structured":1,"pretty":"CustomQuerySelector::querySelector","sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().","js_sym":"#querySelector","type_pretty":"string) => Awaitable","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#","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/injected/CustomQuerySelector.ts#14"}},"S_js_typescript_toolkit/components/antitracking/ContentBlockingAllowList.sys.mjs/ContentBlockingAllowList.includes().":{"sym":"S_js_typescript_toolkit/components/antitracking/ContentBlockingAllowList.sys.mjs/ContentBlockingAllowList.includes().","pretty":"ContentBlockingAllowList::includes","meta":{"structured":1,"pretty":"ContentBlockingAllowList::includes","sym":"S_js_typescript_toolkit/components/antitracking/ContentBlockingAllowList.sys.mjs/ContentBlockingAllowList.includes().","js_sym":"#includes","type_pretty":"boolean","kind":"method","subsystem":"Core/Privacy/Anti-Tracking","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/antitracking/ContentBlockingAllowList.sys.mjs#103"}},"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabBase#matches().(queryInfo)typeLiteral1:hidden.":{"sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabBase#matches().(queryInfo)typeLiteral1:hidden.","pretty":"queryInfo::typeLiteral1::hidden","meta":{"structured":1,"pretty":"queryInfo::typeLiteral1::hidden","sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/TabBase#matches().(queryInfo)typeLiteral1:hidden.","js_sym":"#hidden","type_pretty":"boolean","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/ext-tabs-base.d.ts#395"}},"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#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/translations/translations.d.ts/Attachment#location.":{"sym":"S_js_typescript_toolkit/components/translations/translations.d.ts/Attachment#location.","pretty":"Attachment::location","meta":{"structured":1,"pretty":"Attachment::location","sym":"S_js_typescript_toolkit/components/translations/translations.d.ts/Attachment#location.","js_sym":"#location","type_pretty":"string","kind":"field","subsystem":"Firefox/Translations","parentsym":"S_js_typescript_toolkit/components/translations/translations.d.ts/Attachment#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/translations/translations.d.ts#22"}},"S_js_typescript_toolkit/content/preferences/AsyncSetting.mjs/AsyncSetting#disabled().":{"sym":"S_js_typescript_toolkit/content/preferences/AsyncSetting.mjs/AsyncSetting#disabled().","pretty":"AsyncSetting::disabled","meta":{"structured":1,"pretty":"AsyncSetting::disabled","sym":"S_js_typescript_toolkit/content/preferences/AsyncSetting.mjs/AsyncSetting#disabled().","js_sym":"#disabled","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/Preferences","parentsym":"S_js_typescript_toolkit/content/preferences/AsyncSetting.mjs/AsyncSetting#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/preferences/AsyncSetting.mjs#88"}},"S_js_typescript_toolkit/content/preferences/AsyncSetting.mjs/AsyncSettingHandler#disabled().":{"sym":"S_js_typescript_toolkit/content/preferences/AsyncSetting.mjs/AsyncSettingHandler#disabled().","pretty":"AsyncSettingHandler::disabled","meta":{"structured":1,"pretty":"AsyncSettingHandler::disabled","sym":"S_js_typescript_toolkit/content/preferences/AsyncSetting.mjs/AsyncSettingHandler#disabled().","js_sym":"#disabled","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Preferences","parentsym":"S_js_typescript_toolkit/content/preferences/AsyncSetting.mjs/AsyncSettingHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/preferences/AsyncSetting.mjs#244"}},"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().":{"sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","pretty":"MozBaseInputElement::click","meta":{"structured":1,"pretty":"MozBaseInputElement::click","sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/lit-utils.mjs#404"}},"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","pretty":"MozBoxButton::click","meta":{"structured":1,"pretty":"MozBoxButton::click","sym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-box-button/moz-box-button.mjs#42"}},"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click().","pretty":"MozButton::click","meta":{"structured":1,"pretty":"MozButton::click","sym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-button/moz-button.mjs#314"}},"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().","pretty":"MozVisualPickerItem::click","meta":{"structured":1,"pretty":"MozVisualPickerItem::click","sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs#85"}},"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().":{"sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","pretty":"PanelItem::click","meta":{"structured":1,"pretty":"PanelItem::click","sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/panel-list/panel-list.mjs#1083"}},"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"},"content#document":{"sym":"content#document","pretty":"content.document"},"content#location":{"sym":"content#location","pretty":"content.location"},"event#target":{"sym":"event#target","pretty":"event.target"},"popupWindow#document":{"sym":"popupWindow#document","pretty":"popupWindow.document"},"popupWindow#gBrowser":{"sym":"popupWindow#gBrowser","pretty":"popupWindow.gBrowser"},"popupWindow#gIdentityHandler":{"sym":"popupWindow#gIdentityHandler","pretty":"popupWindow.gIdentityHandler"},"popupWindow#getComputedStyle":{"sym":"popupWindow#getComputedStyle","pretty":"popupWindow.getComputedStyle"},"securityButton#disabled":{"sym":"securityButton#disabled","pretty":"securityButton.disabled"}};