const TEST_URI = `data:text/html,<meta charset=utf8>
height: calc(2 * min(1rem, 100px));
line-height: calc(1em + 1px);
rotate: calc(sibling-index() * 2deg);
translate: calc(sibling-count() * 1em + 1lh);
outline: calc((sibling-count() + sibling-index()) * 1px) solid tomato;
<div>CSS explainers</div>
add_task(async function () {
await pushPref("devtools.inspector.css-explainers", true);
await pushPref("layout.css.tree-counting-functions.enabled", true);
const { inspector, view } = await openRuleView();
await selectNode("div", inspector);
expandPseudoElementContainer(view);
await assertCssExplainersTooltip({
functionText: "calc(2 * min(1rem, 100px))",
"calc(2 * min(1rem, 100px))",
"calc(2 * min(16px, 100px))",
await assertCssExplainersTooltip({
functionText: "min(1rem, 100px)",
tooltipText: ["min(1rem, 100px)", "min(16px, 100px)", "16px"].join("\n"),
await assertCssExplainersTooltip({
propertyName: "line-height",
functionText: "calc(1em + 1px)",
tooltipText: ["calc(1em + 1px)", "calc(24px + 1px)", "25px"].join("\n"),
const secondLiNodeFront = await getNodeFront("li:nth-of-type(2)", inspector);
await selectNode(secondLiNodeFront, inspector);
await assertCssExplainersTooltip({
functionText: "calc(sibling-index() * 2deg)",
"calc(sibling-index() * 2deg)",
await assertCssExplainersTooltip({
functionText: "sibling-index()",
tooltipText: ["sibling-index()", "2"].join("\n"),
await assertCssExplainersTooltip({
propertyName: "translate",
functionText: "calc(sibling-count() * 1em + 1lh)",
"calc(sibling-count() * 1em + 1lh)",
"calc((sibling-count() * 1em) + 1lh)",
"calc((3 * 36px) + 20px)",
await assertCssExplainersTooltip({
functionText: "calc((sibling-count() + sibling-index()) * 1px)",
"calc((sibling-count() + sibling-index()) * 1px)",
info("Select the li::after element in the markup view");
const secondLiNodeFrontChildren =
await inspector.markup.walker.children(secondLiNodeFront);
const secondLiAfterElementNodeFront = secondLiNodeFrontChildren.nodes.at(-1);
secondLiAfterElementNodeFront.displayName,
"Got expected ::after pseudo element"
await selectNode(secondLiAfterElementNodeFront, inspector);
await assertCssExplainersTooltip({
functionText: "calc((sibling-count() + sibling-index()) * 1px)",
"calc((sibling-count() + sibling-index()) * 1px)",
async function assertCssExplainersTooltip({
const { valueSpan } = getRuleViewProperty(view, selector, propertyName);
valueSpan.querySelectorAll(".css-explainers-function-name")[
.closest("[data-function-expression]")
.getAttribute("data-function-expression"),
`Got expected data-function-expression attribute for function at index ${functionIndex} in ${propertyName} declaration`
functionNameEl.scrollIntoView();
const tooltip = view.tooltips.getTooltip("interactiveTooltip");
const onTooltipReady = tooltip.once("shown");
EventUtils.synthesizeMouseAtCenter(
functionNameEl.ownerDocument.defaultView
`Tooltip has expected text for function at index ${functionIndex} in ${propertyName} declaration`
info("Hide the tooltip");
const onHidden = tooltip.once("hidden");
EventUtils.synthesizeMouse(
functionNameEl.ownerDocument.body,
functionNameEl.ownerDocument.defaultView
\"","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/event-emitter.js/EventEmitter#once().":{"sym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#once().","js_sym":"#once","type_pretty":"Promise
","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/event-emitter.js#142"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_01.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_01.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_01.js/expected.","js_sym":"#expected","type_pretty":"string[]","kind":"field","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/test_DominatorTreeNode_LabelAndShallowSize_01.js#43"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_02.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_02.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_02.js/expected.","js_sym":"#expected","type_pretty":"string[]","kind":"field","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/test_DominatorTreeNode_LabelAndShallowSize_02.js#42"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_03.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_03.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_03.js/expected.","js_sym":"#expected","type_pretty":"string[]","kind":"field","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/test_DominatorTreeNode_LabelAndShallowSize_03.js#44"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_04.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_04.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_04.js/expected.","js_sym":"#expected","type_pretty":"any[]","kind":"field","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/test_DominatorTreeNode_LabelAndShallowSize_04.js#49"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_attachShortestPaths_01.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_attachShortestPaths_01.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_attachShortestPaths_01.js/expected.","js_sym":"#expected","type_pretty":"any[]","kind":"field","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/test_DominatorTreeNode_attachShortestPaths_01.js#40"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js/expected.","js_sym":"#expected","type_pretty":"boolean; }","kind":"field","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/test_DominatorTreeNode_insert_01.js#26"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js/expected.","js_sym":"#expected","type_pretty":"any","kind":"field","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/test_DominatorTreeNode_insert_02.js#27"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js/expected.","js_sym":"#expected","type_pretty":"boolean; }","kind":"field","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/test_DominatorTreeNode_insert_03.js#32"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_partialTraversal_01.js/expected.":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_partialTraversal_01.js/expected.","pretty":"expected","meta":{"structured":1,"pretty":"expected","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_partialTraversal_01.js/expected.","js_sym":"#expected","type_pretty":"boolean; }[]; moreChildrenAvailable:...","kind":"field","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/test_DominatorTreeNode_partialTraversal_01.js#58"}},"S_js_typescript_fixtures/typescript-classes/src/mod.ts/decoratorFactory().(opts)typeLiteral0:selector.":{"sym":"S_js_typescript_fixtures/typescript-classes/src/mod.ts/decoratorFactory().(opts)typeLiteral0:selector.","pretty":"opts::typeLiteral0::selector","meta":{"structured":1,"pretty":"opts::typeLiteral0::selector","sym":"S_js_typescript_fixtures/typescript-classes/src/mod.ts/decoratorFactory().(opts)typeLiteral0:selector.","js_sym":"#selector","type_pretty":"string","kind":"field","subsystem":"DevTools/Debugger","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/client/debugger/test/mochitest/examples/sourcemapped/fixtures/typescript-classes/src/mod.ts#2"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#children.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#children.","pretty":"nsITouchBarInput::children","meta":{"structured":1,"pretty":"nsITouchBarInput::children","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#children.","js_sym":"#children","type_pretty":"nsIArray","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_children"},"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#245"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#type.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#type.","pretty":"nsITouchBarInput::type","meta":{"structured":1,"pretty":"nsITouchBarInput::type","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/global/nsITouchBarInput#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#237"}},"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/AddEventListenerOptions#once.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#once.","pretty":"AddEventListenerOptions::once","meta":{"structured":1,"pretty":"AddEventListenerOptions::once","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#once.","js_sym":"#once","type_pretty":"boolean | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AddEventListenerOptions_once"},"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#33"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Addon#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Addon#type.","pretty":"Addon::type","meta":{"structured":1,"pretty":"Addon::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Addon#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Addon#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Addon_type"},"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#8167"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioSession#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioSession#type.","pretty":"AudioSession::type","meta":{"structured":1,"pretty":"AudioSession::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioSession#type.","js_sym":"#type","type_pretty":"AudioSessionType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioSession#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AudioSession_type"},"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#8833"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/BiquadFilterNode#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BiquadFilterNode#type.","pretty":"BiquadFilterNode::type","meta":{"structured":1,"pretty":"BiquadFilterNode::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BiquadFilterNode#type.","js_sym":"#type","type_pretty":"BiquadFilterType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BiquadFilterNode#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_BiquadFilterNode_type"},"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#9156"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/BiquadFilterOptions#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BiquadFilterOptions#type.","pretty":"BiquadFilterOptions::type","meta":{"structured":1,"pretty":"BiquadFilterOptions::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BiquadFilterOptions#type.","js_sym":"#type","type_pretty":"BiquadFilterType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BiquadFilterOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_BiquadFilterOptions_type"},"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#492"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Blob#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Blob#type.","pretty":"Blob::type","meta":{"structured":1,"pretty":"Blob::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Blob#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Blob#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Blob_type"},"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#9175"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/BlobPropertyBag#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BlobPropertyBag#type.","pretty":"BlobPropertyBag::type","meta":{"structured":1,"pretty":"BlobPropertyBag::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BlobPropertyBag#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BlobPropertyBag#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_BlobPropertyBag_type"},"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#504"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#children.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#children.","pretty":"BrowsingContext::children","meta":{"structured":1,"pretty":"BrowsingContext::children","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#children.","js_sym":"#children","type_pretty":"BrowsingContext[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_BrowsingContext_children"},"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#9275"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericValue#type().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericValue#type().","pretty":"CSSNumericValue::type","meta":{"structured":1,"pretty":"CSSNumericValue::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericValue#type().","js_sym":"#type","type_pretty":"(method) type() => CSSNumericType","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSNumericValue#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSNumericValue_type"},"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#10141"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPseudoElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPseudoElement#type.","pretty":"CSSPseudoElement::type","meta":{"structured":1,"pretty":"CSSPseudoElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPseudoElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPseudoElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSPseudoElement_type"},"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#10376"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSRule#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSRule#type.","pretty":"CSSRule::type","meta":{"structured":1,"pretty":"CSSRule::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSRule#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSRule#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSRule_type"},"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#10434"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ChannelWrapper#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChannelWrapper#type.","pretty":"ChannelWrapper::type","meta":{"structured":1,"pretty":"ChannelWrapper::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChannelWrapper#type.","js_sym":"#type","type_pretty":"MozContentPolicyType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChannelWrapper#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ChannelWrapper_type"},"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#12697"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ChildProcInfoDictionary#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChildProcInfoDictionary#type.","pretty":"ChildProcInfoDictionary::type","meta":{"structured":1,"pretty":"ChildProcInfoDictionary::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChildProcInfoDictionary#type.","js_sym":"#type","type_pretty":"WebIDLProcType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ChildProcInfoDictionary#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ChildProcInfoDictionary_type"},"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#704"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectedData#children.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectedData#children.","pretty":"CollectedData::children","meta":{"structured":1,"pretty":"CollectedData::children","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectedData#children.","js_sym":"#children","type_pretty":"any[] | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CollectedData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CollectedData_children"},"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#768"}},"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/Credential#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Credential#type.","pretty":"Credential::type","meta":{"structured":1,"pretty":"Credential::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Credential#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Credential#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Credential_type"},"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#13353"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CryptoKey#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CryptoKey#type.","pretty":"CryptoKey::type","meta":{"structured":1,"pretty":"CryptoKey::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CryptoKey#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CryptoKey#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CryptoKey_type"},"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#13418"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DataTransferItem#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DataTransferItem#type.","pretty":"DataTransferItem::type","meta":{"structured":1,"pretty":"DataTransferItem::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DataTransferItem#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DataTransferItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DataTransferItem_type"},"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#14132"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DebuggerNotification#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DebuggerNotification#type.","pretty":"DebuggerNotification::type","meta":{"structured":1,"pretty":"DebuggerNotification::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DebuggerNotification#type.","js_sym":"#type","type_pretty":"DebuggerNotificationType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DebuggerNotification#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DebuggerNotification_type"},"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#14174"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DisplayNameOptions#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DisplayNameOptions#type.","pretty":"DisplayNameOptions::type","meta":{"structured":1,"pretty":"DisplayNameOptions::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DisplayNameOptions#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DisplayNameOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DisplayNameOptions_type"},"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#1273"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DisplayNameResult#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DisplayNameResult#type.","pretty":"DisplayNameResult::type","meta":{"structured":1,"pretty":"DisplayNameResult::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DisplayNameResult#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DisplayNameResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DisplayNameResult_type"},"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#1284"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#body.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#body.","pretty":"Document::body","meta":{"structured":1,"pretty":"Document::body","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#body.","js_sym":"#body","type_pretty":"HTMLElement | 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_body"},"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#14391"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#defaultView.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#defaultView.","pretty":"Document::defaultView","meta":{"structured":1,"pretty":"Document::defaultView","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Document#defaultView.","js_sym":"#defaultView","type_pretty":"WindowProxy | 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_defaultView"},"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#14413"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#closest().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#closest().","pretty":"Element::closest","meta":{"structured":1,"pretty":"Element::closest","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#closest().","js_sym":"#closest","type_pretty":"string) => Element | 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_closest"},"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#15320"}},"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/Element#scrollIntoView().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#scrollIntoView().","pretty":"Element::scrollIntoView","meta":{"structured":1,"pretty":"Element::scrollIntoView","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#scrollIntoView().","js_sym":"#scrollIntoView","type_pretty":"boolean | ScrollIntoViewOptions | undefined) => void","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_scrollIntoView"},"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#15410"}},"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/EncodedAudioChunk#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedAudioChunk#type.","pretty":"EncodedAudioChunk::type","meta":{"structured":1,"pretty":"EncodedAudioChunk::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedAudioChunk#type.","js_sym":"#type","type_pretty":"EncodedAudioChunkType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedAudioChunk#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_EncodedAudioChunk_type"},"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#15519"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedAudioChunkInit#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedAudioChunkInit#type.","pretty":"EncodedAudioChunkInit::type","meta":{"structured":1,"pretty":"EncodedAudioChunkInit::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedAudioChunkInit#type.","js_sym":"#type","type_pretty":"EncodedAudioChunkType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedAudioChunkInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_EncodedAudioChunkInit_type"},"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#1429"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedVideoChunk#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedVideoChunk#type.","pretty":"EncodedVideoChunk::type","meta":{"structured":1,"pretty":"EncodedVideoChunk::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedVideoChunk#type.","js_sym":"#type","type_pretty":"EncodedVideoChunkType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedVideoChunk#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_EncodedVideoChunk_type"},"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#15540"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedVideoChunkInit#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedVideoChunkInit#type.","pretty":"EncodedVideoChunkInit::type","meta":{"structured":1,"pretty":"EncodedVideoChunkInit::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedVideoChunkInit#type.","js_sym":"#type","type_pretty":"EncodedVideoChunkType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/EncodedVideoChunkInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_EncodedVideoChunkInit_type"},"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#1445"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Event#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Event#type.","pretty":"Event::type","meta":{"structured":1,"pretty":"Event::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Event#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#15616"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FileInfo#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileInfo#type.","pretty":"FileInfo::type","meta":{"structured":1,"pretty":"FileInfo::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileInfo#type.","js_sym":"#type","type_pretty":"FileType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FileInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FileInfo_type"},"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#1580"}},"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/GPUBufferBindingLayout#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUBufferBindingLayout#type.","pretty":"GPUBufferBindingLayout::type","meta":{"structured":1,"pretty":"GPUBufferBindingLayout::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUBufferBindingLayout#type.","js_sym":"#type","type_pretty":"GPUBufferBindingType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUBufferBindingLayout#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUBufferBindingLayout_type"},"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#1801"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#type.","pretty":"GPUCompilationMessage::type","meta":{"structured":1,"pretty":"GPUCompilationMessage::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#type.","js_sym":"#type","type_pretty":"GPUCompilationMessageType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUCompilationMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUCompilationMessage_type"},"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#16818"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySet#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySet#type.","pretty":"GPUQuerySet::type","meta":{"structured":1,"pretty":"GPUQuerySet::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySet#type.","js_sym":"#type","type_pretty":"GPUQueryType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySet#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUQuerySet_type"},"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#17070"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySetDescriptor#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySetDescriptor#type.","pretty":"GPUQuerySetDescriptor::type","meta":{"structured":1,"pretty":"GPUQuerySetDescriptor::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySetDescriptor#type.","js_sym":"#type","type_pretty":"GPUQueryType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUQuerySetDescriptor#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUQuerySetDescriptor_type"},"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#2012"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassColorAttachment#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassColorAttachment#view.","pretty":"GPURenderPassColorAttachment::view","meta":{"structured":1,"pretty":"GPURenderPassColorAttachment::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassColorAttachment#view.","js_sym":"#view","type_pretty":"GPUTexture | GPUTextureView","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassColorAttachment#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPURenderPassColorAttachment_view"},"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#2040"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassDepthStencilAttachment#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassDepthStencilAttachment#view.","pretty":"GPURenderPassDepthStencilAttachment::view","meta":{"structured":1,"pretty":"GPURenderPassDepthStencilAttachment::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassDepthStencilAttachment#view.","js_sym":"#view","type_pretty":"GPUTexture | GPUTextureView","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPURenderPassDepthStencilAttachment#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPURenderPassDepthStencilAttachment_view"},"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#2061"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUSamplerBindingLayout#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUSamplerBindingLayout#type.","pretty":"GPUSamplerBindingLayout::type","meta":{"structured":1,"pretty":"GPUSamplerBindingLayout::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUSamplerBindingLayout#type.","js_sym":"#type","type_pretty":"GPUSamplerBindingType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUSamplerBindingLayout#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUSamplerBindingLayout_type"},"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#2119"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadHapticActuator#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadHapticActuator#type.","pretty":"GamepadHapticActuator::type","meta":{"structured":1,"pretty":"GamepadHapticActuator::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadHapticActuator#type.","js_sym":"#type","type_pretty":"\"vibration\"","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadHapticActuator#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GamepadHapticActuator_type"},"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#17514"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadLightIndicator#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadLightIndicator#type.","pretty":"GamepadLightIndicator::type","meta":{"structured":1,"pretty":"GamepadLightIndicator::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadLightIndicator#type.","js_sym":"#type","type_pretty":"GamepadLightIndicatorType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadLightIndicator#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GamepadLightIndicator_type"},"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#17529"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GetUserMediaRequest#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GetUserMediaRequest#type.","pretty":"GetUserMediaRequest::type","meta":{"structured":1,"pretty":"GetUserMediaRequest::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GetUserMediaRequest#type.","js_sym":"#type","type_pretty":"GetUserMediaRequestType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GetUserMediaRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GetUserMediaRequest_type"},"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#17755"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GridArea#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridArea#type.","pretty":"GridArea::type","meta":{"structured":1,"pretty":"GridArea::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridArea#type.","js_sym":"#type","type_pretty":"GridDeclaration","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridArea#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GridArea_type"},"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#18492"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GridLine#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridLine#type.","pretty":"GridLine::type","meta":{"structured":1,"pretty":"GridLine::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridLine#type.","js_sym":"#type","type_pretty":"GridDeclaration","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridLine#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GridLine_type"},"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#18530"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GridTrack#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridTrack#type.","pretty":"GridTrack::type","meta":{"structured":1,"pretty":"GridTrack::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridTrack#type.","js_sym":"#type","type_pretty":"GridDeclaration","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GridTrack#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GridTrack_type"},"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#18565"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#type.","pretty":"HTMLButtonElement::type","meta":{"structured":1,"pretty":"HTMLButtonElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#18789"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#innerText.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#innerText.","pretty":"HTMLElement::innerText","meta":{"structured":1,"pretty":"HTMLElement::innerText","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#innerText.","js_sym":"#innerText","type_pretty":"string","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_innerText"},"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#19056"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#type.","pretty":"HTMLEmbedElement::type","meta":{"structured":1,"pretty":"HTMLEmbedElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLEmbedElement_type"},"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#19113"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFieldSetElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFieldSetElement#type.","pretty":"HTMLFieldSetElement::type","meta":{"structured":1,"pretty":"HTMLFieldSetElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLFieldSetElement#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#19148"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#type.","pretty":"HTMLInputElement::type","meta":{"structured":1,"pretty":"HTMLInputElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#19629"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#type.","pretty":"HTMLLIElement::type","meta":{"structured":1,"pretty":"HTMLLIElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLLIElement_type"},"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#19731"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#type.","pretty":"HTMLLinkElement::type","meta":{"structured":1,"pretty":"HTMLLinkElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLinkElement#type.","js_sym":"#type","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_type"},"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#19826"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOListElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOListElement#type.","pretty":"HTMLOListElement::type","meta":{"structured":1,"pretty":"HTMLOListElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOListElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOListElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOListElement_type"},"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#20207"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#type.","pretty":"HTMLObjectElement::type","meta":{"structured":1,"pretty":"HTMLObjectElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLObjectElement_type"},"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#20254"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#type.","pretty":"HTMLOutputElement::type","meta":{"structured":1,"pretty":"HTMLOutputElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOutputElement_type"},"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#20390"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#type.","pretty":"HTMLParamElement::type","meta":{"structured":1,"pretty":"HTMLParamElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLParamElement_type"},"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#20440"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#innerText.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#innerText.","pretty":"HTMLScriptElement::innerText","meta":{"structured":1,"pretty":"HTMLScriptElement::innerText","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#innerText.","js_sym":"#innerText","type_pretty":"string | TrustedScript","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_innerText"},"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#20550"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#type.","pretty":"HTMLScriptElement::type","meta":{"structured":1,"pretty":"HTMLScriptElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLScriptElement#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#20564"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#type.","pretty":"HTMLSelectElement::type","meta":{"structured":1,"pretty":"HTMLSelectElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#20615"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#type.","pretty":"HTMLSourceElement::type","meta":{"structured":1,"pretty":"HTMLSourceElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLSourceElement_type"},"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#20710"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLStyleElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLStyleElement#type.","pretty":"HTMLStyleElement::type","meta":{"structured":1,"pretty":"HTMLStyleElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLStyleElement#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#20750"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#type.","pretty":"HTMLTextAreaElement::type","meta":{"structured":1,"pretty":"HTMLTextAreaElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#21056"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLUListElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLUListElement#type.","pretty":"HTMLUListElement::type","meta":{"structured":1,"pretty":"HTMLUListElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLUListElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLUListElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLUListElement_type"},"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#21179"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Highlight#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Highlight#type.","pretty":"Highlight::type","meta":{"structured":1,"pretty":"Highlight::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Highlight#type.","js_sym":"#type","type_pretty":"HighlightType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Highlight#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Highlight_type"},"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#21337"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HyperlinkElementUtils#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HyperlinkElementUtils#type.","pretty":"HyperlinkElementUtils::type","meta":{"structured":1,"pretty":"HyperlinkElementUtils::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HyperlinkElementUtils#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HyperlinkElementUtils#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HyperlinkElementUtils_type"},"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#21412"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageDecoder#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageDecoder#type.","pretty":"ImageDecoder::type","meta":{"structured":1,"pretty":"ImageDecoder::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageDecoder#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageDecoder#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageDecoder_type"},"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#21978"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageDecoderInit#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageDecoderInit#type.","pretty":"ImageDecoderInit::type","meta":{"structured":1,"pretty":"ImageDecoderInit::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageDecoderInit#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageDecoderInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageDecoderInit_type"},"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#2567"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageEncodeOptions#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageEncodeOptions#type.","pretty":"ImageEncodeOptions::type","meta":{"structured":1,"pretty":"ImageEncodeOptions::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageEncodeOptions#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageEncodeOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageEncodeOptions_type"},"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#2574"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorAnchorElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorAnchorElement#type.","pretty":"InspectorAnchorElement::type","meta":{"structured":1,"pretty":"InspectorAnchorElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorAnchorElement#type.","js_sym":"#type","type_pretty":"InspectorAnchorType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorAnchorElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_InspectorAnchorElement_type"},"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#2681"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaSamplerConfig#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaSamplerConfig#type.","pretty":"LlamaSamplerConfig::type","meta":{"structured":1,"pretty":"LlamaSamplerConfig::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaSamplerConfig#type.","js_sym":"#type","type_pretty":"LlamaSamplerType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/LlamaSamplerConfig#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_LlamaSamplerConfig_type"},"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#3091"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MIDIPort#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MIDIPort#type.","pretty":"MIDIPort::type","meta":{"structured":1,"pretty":"MIDIPort::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MIDIPort#type.","js_sym":"#type","type_pretty":"MIDIPortType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MIDIPort#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MIDIPort_type"},"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#24031"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#type.","pretty":"MLSBytes::type","meta":{"structured":1,"pretty":"MLSBytes::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSBytes#type.","js_sym":"#type","type_pretty":"MLSObjectType","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_type"},"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#3192"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSCommitOutput#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSCommitOutput#type.","pretty":"MLSCommitOutput::type","meta":{"structured":1,"pretty":"MLSCommitOutput::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSCommitOutput#type.","js_sym":"#type","type_pretty":"MLSObjectType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSCommitOutput#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MLSCommitOutput_type"},"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#3207"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSExporterOutput#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSExporterOutput#type.","pretty":"MLSExporterOutput::type","meta":{"structured":1,"pretty":"MLSExporterOutput::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSExporterOutput#type.","js_sym":"#type","type_pretty":"MLSObjectType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSExporterOutput#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MLSExporterOutput_type"},"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#3224"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSGroupDetails#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSGroupDetails#type.","pretty":"MLSGroupDetails::type","meta":{"structured":1,"pretty":"MLSGroupDetails::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSGroupDetails#type.","js_sym":"#type","type_pretty":"MLSObjectType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSGroupDetails#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MLSGroupDetails_type"},"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#3235"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#type.","pretty":"MLSReceived::type","meta":{"structured":1,"pretty":"MLSReceived::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MLSReceived#type.","js_sym":"#type","type_pretty":"MLSObjectType","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_type"},"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#3255"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaDecodingConfiguration#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaDecodingConfiguration#type.","pretty":"MediaDecodingConfiguration::type","meta":{"structured":1,"pretty":"MediaDecodingConfiguration::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaDecodingConfiguration#type.","js_sym":"#type","type_pretty":"MediaDecodingType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaDecodingConfiguration#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaDecodingConfiguration_type"},"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#3392"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaEncodingConfiguration#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaEncodingConfiguration#type.","pretty":"MediaEncodingConfiguration::type","meta":{"structured":1,"pretty":"MediaEncodingConfiguration::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaEncodingConfiguration#type.","js_sym":"#type","type_pretty":"MediaEncodingType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaEncodingConfiguration#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaEncodingConfiguration_type"},"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#3402"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaImage#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaImage#type.","pretty":"MediaImage::type","meta":{"structured":1,"pretty":"MediaImage::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaImage#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaImage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaImage_type"},"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#3459"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MimeType#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MimeType#type.","pretty":"MimeType::type","meta":{"structured":1,"pretty":"MimeType::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MimeType#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MimeType#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MimeType_type"},"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#25168"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozProxyInfo#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozProxyInfo#type.","pretty":"MozProxyInfo::type","meta":{"structured":1,"pretty":"MozProxyInfo::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozProxyInfo#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozProxyInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozProxyInfo_type"},"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#3930"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MutationRecord#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MutationRecord#type.","pretty":"MutationRecord::type","meta":{"structured":1,"pretty":"MutationRecord::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MutationRecord#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#25633"}},"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/NetworkInformation#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NetworkInformation#type.","pretty":"NetworkInformation::type","meta":{"structured":1,"pretty":"NetworkInformation::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NetworkInformation#type.","js_sym":"#type","type_pretty":"ConnectionType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NetworkInformation#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NetworkInformation_type"},"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#26155"}},"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/Notification#body.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Notification#body.","pretty":"Notification::body","meta":{"structured":1,"pretty":"Notification::body","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Notification#body.","js_sym":"#body","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Notification#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Notification_body"},"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#26398"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NotificationOptions#body.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NotificationOptions#body.","pretty":"NotificationOptions::body","meta":{"structured":1,"pretty":"NotificationOptions::body","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NotificationOptions#body.","js_sym":"#body","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NotificationOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NotificationOptions_body"},"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#4099"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/OscillatorNode#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OscillatorNode#type.","pretty":"OscillatorNode::type","meta":{"structured":1,"pretty":"OscillatorNode::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OscillatorNode#type.","js_sym":"#type","type_pretty":"OscillatorType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OscillatorNode#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_OscillatorNode_type"},"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#26672"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/OscillatorOptions#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OscillatorOptions#type.","pretty":"OscillatorOptions::type","meta":{"structured":1,"pretty":"OscillatorOptions::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OscillatorOptions#type.","js_sym":"#type","type_pretty":"OscillatorType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OscillatorOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_OscillatorOptions_type"},"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#4240"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#children.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#children.","pretty":"ParentNode::children","meta":{"structured":1,"pretty":"ParentNode::children","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#children.","js_sym":"#children","type_pretty":"HTMLCollection","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ParentNode_children"},"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#26818"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelectorAll().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelectorAll().","pretty":"ParentNode::querySelectorAll","meta":{"structured":1,"pretty":"ParentNode::querySelectorAll","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelectorAll().","js_sym":"#querySelectorAll","type_pretty":"any; }","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_querySelectorAll"},"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/ParentProcInfoDictionary#children.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentProcInfoDictionary#children.","pretty":"ParentProcInfoDictionary::children","meta":{"structured":1,"pretty":"ParentProcInfoDictionary::children","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentProcInfoDictionary#children.","js_sym":"#children","type_pretty":"ChildProcInfoDictionary[] | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentProcInfoDictionary#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ParentProcInfoDictionary_children"},"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#4306"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentProcInfoDictionary#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentProcInfoDictionary#type.","pretty":"ParentProcInfoDictionary::type","meta":{"structured":1,"pretty":"ParentProcInfoDictionary::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentProcInfoDictionary#type.","js_sym":"#type","type_pretty":"WebIDLProcType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentProcInfoDictionary#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ParentProcInfoDictionary_type"},"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#4318"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PathUtils/join().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PathUtils/join().","pretty":"join","meta":{"structured":1,"pretty":"join","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PathUtils/join().","js_sym":"#join","type_pretty":"string","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PathUtils_join"},"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#43145"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceNavigation#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceNavigation#type.","pretty":"PerformanceNavigation::type","meta":{"structured":1,"pretty":"PerformanceNavigation::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceNavigation#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceNavigation#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PerformanceNavigation_type"},"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#27356"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceNavigationTiming#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceNavigationTiming#type.","pretty":"PerformanceNavigationTiming::type","meta":{"structured":1,"pretty":"PerformanceNavigationTiming::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceNavigationTiming#type.","js_sym":"#type","type_pretty":"NavigationTimingType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceNavigationTiming#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PerformanceNavigationTiming_type"},"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#27401"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceObserverInit#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceObserverInit#type.","pretty":"PerformanceObserverInit::type","meta":{"structured":1,"pretty":"PerformanceObserverInit::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceObserverInit#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PerformanceObserverInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PerformanceObserverInit_type"},"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#4501"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PermissionStatus#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PermissionStatus#type.","pretty":"PermissionStatus::type","meta":{"structured":1,"pretty":"PermissionStatus::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PermissionStatus#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PermissionStatus#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PermissionStatus_type"},"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#27637"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesEvent#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesEvent#type.","pretty":"PlacesEvent::type","meta":{"structured":1,"pretty":"PlacesEvent::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesEvent#type.","js_sym":"#type","type_pretty":"PlacesEventType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PlacesEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PlacesEvent_type"},"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#27904"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialDescriptor#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialDescriptor#type.","pretty":"PublicKeyCredentialDescriptor::type","meta":{"structured":1,"pretty":"PublicKeyCredentialDescriptor::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialDescriptor#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialDescriptor#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PublicKeyCredentialDescriptor_type"},"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#5050"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialDescriptorJSON#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialDescriptorJSON#type.","pretty":"PublicKeyCredentialDescriptorJSON::type","meta":{"structured":1,"pretty":"PublicKeyCredentialDescriptorJSON::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialDescriptorJSON#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialDescriptorJSON#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PublicKeyCredentialDescriptorJSON_type"},"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#5059"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialParameters#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialParameters#type.","pretty":"PublicKeyCredentialParameters::type","meta":{"structured":1,"pretty":"PublicKeyCredentialParameters::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialParameters#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialParameters#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PublicKeyCredentialParameters_type"},"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#5071"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialUserEntity#displayName.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialUserEntity#displayName.","pretty":"PublicKeyCredentialUserEntity::displayName","meta":{"structured":1,"pretty":"PublicKeyCredentialUserEntity::displayName","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialUserEntity#displayName.","js_sym":"#displayName","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialUserEntity#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PublicKeyCredentialUserEntity_displayName"},"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#5115"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialUserEntityJSON#displayName.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialUserEntityJSON#displayName.","pretty":"PublicKeyCredentialUserEntityJSON::displayName","meta":{"structured":1,"pretty":"PublicKeyCredentialUserEntityJSON::displayName","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialUserEntityJSON#displayName.","js_sym":"#displayName","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PublicKeyCredentialUserEntityJSON#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PublicKeyCredentialUserEntityJSON_displayName"},"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#5122"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrame#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrame#type.","pretty":"RTCEncodedVideoFrame::type","meta":{"structured":1,"pretty":"RTCEncodedVideoFrame::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrame#type.","js_sym":"#type","type_pretty":"RTCEncodedVideoFrameType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrame#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCEncodedVideoFrame_type"},"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#28653"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCIceCandidate#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCIceCandidate#type.","pretty":"RTCIceCandidate::type","meta":{"structured":1,"pretty":"RTCIceCandidate::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCIceCandidate#type.","js_sym":"#type","type_pretty":"RTCIceCandidateType | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCIceCandidate#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCIceCandidate_type"},"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#28726"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCLocalSessionDescriptionInit#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCLocalSessionDescriptionInit#type.","pretty":"RTCLocalSessionDescriptionInit::type","meta":{"structured":1,"pretty":"RTCLocalSessionDescriptionInit::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCLocalSessionDescriptionInit#type.","js_sym":"#type","type_pretty":"RTCSdpType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCLocalSessionDescriptionInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCLocalSessionDescriptionInit_type"},"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#5619"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCSessionDescription#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCSessionDescription#type.","pretty":"RTCSessionDescription::type","meta":{"structured":1,"pretty":"RTCSessionDescription::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCSessionDescription#type.","js_sym":"#type","type_pretty":"RTCSdpType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCSessionDescription#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCSessionDescription_type"},"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#29120"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCSessionDescriptionInit#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCSessionDescriptionInit#type.","pretty":"RTCSessionDescriptionInit::type","meta":{"structured":1,"pretty":"RTCSessionDescriptionInit::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCSessionDescriptionInit#type.","js_sym":"#type","type_pretty":"RTCSdpType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCSessionDescriptionInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCSessionDescriptionInit_type"},"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#5905"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCStats#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCStats#type.","pretty":"RTCStats::type","meta":{"structured":1,"pretty":"RTCStats::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCStats#type.","js_sym":"#type","type_pretty":"RTCStatsType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCStats#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCStats_type"},"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#5914"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Range#selectNode().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Range#selectNode().","pretty":"Range::selectNode","meta":{"structured":1,"pretty":"Range::selectNode","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Range#selectNode().","js_sym":"#selectNode","type_pretty":"Node) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Range#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Range_selectNode"},"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#29221"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamBYOBRequest#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamBYOBRequest#view.","pretty":"ReadableStreamBYOBRequest::view","meta":{"structured":1,"pretty":"ReadableStreamBYOBRequest::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamBYOBRequest#view.","js_sym":"#view","type_pretty":"ArrayBufferView | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamBYOBRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ReadableStreamBYOBRequest_view"},"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#29332"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RegistrationOptions#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RegistrationOptions#type.","pretty":"RegistrationOptions::type","meta":{"structured":1,"pretty":"RegistrationOptions::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RegistrationOptions#type.","js_sym":"#type","type_pretty":"WorkerType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RegistrationOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RegistrationOptions_type"},"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#6135"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Report#body.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Report#body.","pretty":"Report::body","meta":{"structured":1,"pretty":"Report::body","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Report#body.","js_sym":"#body","type_pretty":"ReportBody | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Report#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Report_body"},"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#29406"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Report#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Report#type.","pretty":"Report::type","meta":{"structured":1,"pretty":"Report::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Report#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Report#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Report_type"},"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#29408"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RequestInit#body.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RequestInit#body.","pretty":"RequestInit::body","meta":{"structured":1,"pretty":"RequestInit::body","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RequestInit#body.","js_sym":"#body","type_pretty":"XMLHttpRequestBodyInit | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RequestInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RequestInit_body"},"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#6167"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#body.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#body.","pretty":"Response::body","meta":{"structured":1,"pretty":"Response::body","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#body.","js_sym":"#body","type_pretty":"ReadableStream | null","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_body"},"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#29544"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#type.","pretty":"Response::type","meta":{"structured":1,"pretty":"Response::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#type.","js_sym":"#type","type_pretty":"ResponseType","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_type"},"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#29558"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGComponentTransferFunctionElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGComponentTransferFunctionElement#type.","pretty":"SVGComponentTransferFunctionElement::type","meta":{"structured":1,"pretty":"SVGComponentTransferFunctionElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGComponentTransferFunctionElement#type.","js_sym":"#type","type_pretty":"SVGAnimatedEnumeration","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGComponentTransferFunctionElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGComponentTransferFunctionElement_type"},"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#29981"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFEColorMatrixElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFEColorMatrixElement#type.","pretty":"SVGFEColorMatrixElement::type","meta":{"structured":1,"pretty":"SVGFEColorMatrixElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFEColorMatrixElement#type.","js_sym":"#type","type_pretty":"SVGAnimatedEnumeration","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFEColorMatrixElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGFEColorMatrixElement_type"},"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#30195"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFETurbulenceElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFETurbulenceElement#type.","pretty":"SVGFETurbulenceElement::type","meta":{"structured":1,"pretty":"SVGFETurbulenceElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFETurbulenceElement#type.","js_sym":"#type","type_pretty":"SVGAnimatedEnumeration","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFETurbulenceElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGFETurbulenceElement_type"},"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#30796"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPathSegment#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPathSegment#type.","pretty":"SVGPathSegment::type","meta":{"structured":1,"pretty":"SVGPathSegment::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPathSegment#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPathSegment#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGPathSegment_type"},"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#31430"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPathSegmentInit#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPathSegmentInit#type.","pretty":"SVGPathSegmentInit::type","meta":{"structured":1,"pretty":"SVGPathSegmentInit::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPathSegmentInit#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPathSegmentInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGPathSegmentInit_type"},"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#6243"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGScriptElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGScriptElement#type.","pretty":"SVGScriptElement::type","meta":{"structured":1,"pretty":"SVGScriptElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGScriptElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGScriptElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGScriptElement_type"},"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#31767"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStyleElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStyleElement#type.","pretty":"SVGStyleElement::type","meta":{"structured":1,"pretty":"SVGStyleElement::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGStyleElement#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#31852"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGTransform#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGTransform#type.","pretty":"SVGTransform::type","meta":{"structured":1,"pretty":"SVGTransform::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGTransform#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGTransform#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGTransform_type"},"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#32089"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ScreenOrientation#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScreenOrientation#type.","pretty":"ScreenOrientation::type","meta":{"structured":1,"pretty":"ScreenOrientation::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScreenOrientation#type.","js_sym":"#type","type_pretty":"OrientationType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScreenOrientation#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ScreenOrientation_type"},"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#32391"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Selection#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Selection#type.","pretty":"Selection::type","meta":{"structured":1,"pretty":"Selection::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Selection#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Selection#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Selection_type"},"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#32530"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SessionStoreFormData#children.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SessionStoreFormData#children.","pretty":"SessionStoreFormData::children","meta":{"structured":1,"pretty":"SessionStoreFormData::children","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SessionStoreFormData#children.","js_sym":"#children","type_pretty":"(SessionStoreFormData | null)[] | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SessionStoreFormData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SessionStoreFormData_children"},"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#32786"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SessionStoreScrollData#children.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SessionStoreScrollData#children.","pretty":"SessionStoreScrollData::children","meta":{"structured":1,"pretty":"SessionStoreScrollData::children","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SessionStoreScrollData#children.","js_sym":"#children","type_pretty":"(SessionStoreScrollData | null)[] | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SessionStoreScrollData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SessionStoreScrollData_children"},"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#32809"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheet#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheet#type.","pretty":"StyleSheet::type","meta":{"structured":1,"pretty":"StyleSheet::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/StyleSheet#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#33671"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Tensor#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Tensor#type.","pretty":"Tensor::type","meta":{"structured":1,"pretty":"Tensor::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Tensor#type.","js_sym":"#type","type_pretty":"string","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_type"},"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#33992"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeEvent#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeEvent#view.","pretty":"TimeEvent::view","meta":{"structured":1,"pretty":"TimeEvent::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeEvent#view.","js_sym":"#view","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TimeEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TimeEvent_view"},"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#34839"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TrackBuffersManagerDebugInfo#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TrackBuffersManagerDebugInfo#type.","pretty":"TrackBuffersManagerDebugInfo::type","meta":{"structured":1,"pretty":"TrackBuffersManagerDebugInfo::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TrackBuffersManagerDebugInfo#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TrackBuffersManagerDebugInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TrackBuffersManagerDebugInfo_type"},"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#6932"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TransitionEvent#propertyName.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TransitionEvent#propertyName.","pretty":"TransitionEvent::propertyName","meta":{"structured":1,"pretty":"TransitionEvent::propertyName","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TransitionEvent#propertyName.","js_sym":"#propertyName","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TransitionEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TransitionEvent_propertyName"},"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#35040"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TransitionEventInit#propertyName.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TransitionEventInit#propertyName.","pretty":"TransitionEventInit::propertyName","meta":{"structured":1,"pretty":"TransitionEventInit::propertyName","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TransitionEventInit#propertyName.","js_sym":"#propertyName","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TransitionEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TransitionEventInit_propertyName"},"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#6946"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#type.","pretty":"TreeColumn::type","meta":{"structured":1,"pretty":"TreeColumn::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TreeColumn_type"},"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#35071"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEvent#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEvent#view.","pretty":"UIEvent::view","meta":{"structured":1,"pretty":"UIEvent::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEvent#view.","js_sym":"#view","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_UIEvent_view"},"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#35418"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEventInit#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEventInit#view.","pretty":"UIEventInit::view","meta":{"structured":1,"pretty":"UIEventInit::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEventInit#view.","js_sym":"#view","type_pretty":"Window | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/UIEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_UIEventInit_view"},"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#6997"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VRDisplay#displayName.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VRDisplay#displayName.","pretty":"VRDisplay::displayName","meta":{"structured":1,"pretty":"VRDisplay::displayName","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VRDisplay#displayName.","js_sym":"#displayName","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VRDisplay#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VRDisplay_displayName"},"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#35611"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WakeLockSentinel#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WakeLockSentinel#type.","pretty":"WakeLockSentinel::type","meta":{"structured":1,"pretty":"WakeLockSentinel::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WakeLockSentinel#type.","js_sym":"#type","type_pretty":"\"screen\"","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WakeLockSentinel#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WakeLockSentinel_type"},"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#36671"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WebExtensionInit#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebExtensionInit#type.","pretty":"WebExtensionInit::type","meta":{"structured":1,"pretty":"WebExtensionInit::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebExtensionInit#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebExtensionInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WebExtensionInit_type"},"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#7416"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WebExtensionPolicy#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebExtensionPolicy#type.","pretty":"WebExtensionPolicy::type","meta":{"structured":1,"pretty":"WebExtensionPolicy::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebExtensionPolicy#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebExtensionPolicy#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WebExtensionPolicy_type"},"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#36776"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WebGLActiveInfo#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebGLActiveInfo#type.","pretty":"WebGLActiveInfo::type","meta":{"structured":1,"pretty":"WebGLActiveInfo::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebGLActiveInfo#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebGLActiveInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WebGLActiveInfo_type"},"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#38771"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#type.","pretty":"WireframeTaggedRect::type","meta":{"structured":1,"pretty":"WireframeTaggedRect::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#type.","js_sym":"#type","type_pretty":"WireframeRectType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WireframeTaggedRect_type"},"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#7649"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WorkerOptions#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WorkerOptions#type.","pretty":"WorkerOptions::type","meta":{"structured":1,"pretty":"WorkerOptions::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WorkerOptions#type.","js_sym":"#type","type_pretty":"WorkerType | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WorkerOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WorkerOptions_type"},"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#7664"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WriteParams#type.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WriteParams#type.","pretty":"WriteParams::type","meta":{"structured":1,"pretty":"WriteParams::type","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WriteParams#type.","js_sym":"#type","type_pretty":"WriteCommandType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WriteParams#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WriteParams_type"},"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#7705"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#tooltipText.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#tooltipText.","pretty":"XULElement::tooltipText","meta":{"structured":1,"pretty":"XULElement::tooltipText","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#tooltipText.","js_sym":"#tooltipText","type_pretty":"string","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_tooltipText"},"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#42284"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTreeElement#view.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTreeElement#view.","pretty":"XULTreeElement::view","meta":{"structured":1,"pretty":"XULTreeElement::view","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTreeElement#view.","js_sym":"#view","type_pretty":"nsITreeView | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTreeElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULTreeElement_view"},"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#42458"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimer.GleanEventWithExtras:typeLiteral168:type.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimer.GleanEventWithExtras:typeLiteral168:type.","pretty":"GleanImpl::genaiChatbot::typeLiteral163::lengthDisclaimer::GleanEventWithExtras::typeLiteral168::type","meta":{"structured":1,"pretty":"GleanImpl::genaiChatbot::typeLiteral163::lengthDisclaimer::GleanEventWithExtras::typeLiteral168::type","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimer.GleanEventWithExtras:typeLiteral168:type.","js_sym":"#type","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#587"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimerDismissed.GleanEventWithExtras:typeLiteral169:type.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimerDismissed.GleanEventWithExtras:typeLiteral169:type.","pretty":"GleanImpl::genaiChatbot::typeLiteral163::lengthDisclaimerDismissed::GleanEventWithExtras::typeLiteral169::type","meta":{"structured":1,"pretty":"GleanImpl::genaiChatbot::typeLiteral163::lengthDisclaimerDismissed::GleanEventWithExtras::typeLiteral169::type","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiChatbot.typeLiteral163:lengthDisclaimerDismissed.GleanEventWithExtras:typeLiteral169:type.","js_sym":"#type","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#588"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiLinkpreview.typeLiteral188:onboardingCard.GleanEventWithExtras:typeLiteral195:type.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiLinkpreview.typeLiteral188:onboardingCard.GleanEventWithExtras:typeLiteral195:type.","pretty":"GleanImpl::genaiLinkpreview::typeLiteral188::onboardingCard::GleanEventWithExtras::typeLiteral195::type","meta":{"structured":1,"pretty":"GleanImpl::genaiLinkpreview::typeLiteral188::onboardingCard::GleanEventWithExtras::typeLiteral195::type","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#genaiLinkpreview.typeLiteral188:onboardingCard.GleanEventWithExtras:typeLiteral195:type.","js_sym":"#type","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#625"}},"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#pdfjsSignature.typeLiteral1252:created.GleanEventWithExtras:typeLiteral1254:type.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsSignature.typeLiteral1252:created.GleanEventWithExtras:typeLiteral1254:type.","pretty":"GleanImpl::pdfjsSignature::typeLiteral1252::created::GleanEventWithExtras::typeLiteral1254::type","meta":{"structured":1,"pretty":"GleanImpl::pdfjsSignature::typeLiteral1252::created::GleanEventWithExtras::typeLiteral1254::type","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsSignature.typeLiteral1252:created.GleanEventWithExtras:typeLiteral1254:type.","js_sym":"#type","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#6751"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#searchEngineDefault.typeLiteral1300:displayName.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#searchEngineDefault.typeLiteral1300:displayName.","pretty":"GleanImpl::searchEngineDefault::typeLiteral1300::displayName","meta":{"structured":1,"pretty":"GleanImpl::searchEngineDefault::typeLiteral1300::displayName","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#searchEngineDefault.typeLiteral1300:displayName.","js_sym":"#displayName","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#7417"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#searchEnginePrivate.typeLiteral1302:displayName.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#searchEnginePrivate.typeLiteral1302:displayName.","pretty":"GleanImpl::searchEnginePrivate::typeLiteral1302::displayName","meta":{"structured":1,"pretty":"GleanImpl::searchEnginePrivate::typeLiteral1302::displayName","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#searchEnginePrivate.typeLiteral1302:displayName.","js_sym":"#displayName","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#7428"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:type.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:type.","pretty":"GleanImpl::serviceRequest::typeLiteral1417::bypassProxyInfo::GleanEventWithExtras::typeLiteral1418::type","meta":{"structured":1,"pretty":"GleanImpl::serviceRequest::typeLiteral1417::bypassProxyInfo::GleanEventWithExtras::typeLiteral1418::type","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:type.","js_sym":"#type","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#7750"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#sidebar.typeLiteral471:keyboardShortcut.GleanEventWithExtras:typeLiteral476:panel.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#sidebar.typeLiteral471:keyboardShortcut.GleanEventWithExtras:typeLiteral476:panel.","pretty":"GleanImpl::sidebar::typeLiteral471::keyboardShortcut::GleanEventWithExtras::typeLiteral476::panel","meta":{"structured":1,"pretty":"GleanImpl::sidebar::typeLiteral471::keyboardShortcut::GleanEventWithExtras::typeLiteral476::panel","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#sidebar.typeLiteral471:keyboardShortcut.GleanEventWithExtras:typeLiteral476:panel.","js_sym":"#panel","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#1434"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:settingsMemories.GleanEventWithExtras:typeLiteral96:type.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:settingsMemories.GleanEventWithExtras:typeLiteral96:type.","pretty":"GleanImpl::smartWindow::typeLiteral15::settingsMemories::GleanEventWithExtras::typeLiteral96::type","meta":{"structured":1,"pretty":"GleanImpl::smartWindow::typeLiteral15::settingsMemories::GleanEventWithExtras::typeLiteral96::type","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#smartWindow.typeLiteral15:settingsMemories.GleanEventWithExtras:typeLiteral96:type.","js_sym":"#type","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#346"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.","pretty":"GleanImpl::tabgroup::typeLiteral510::addTab","meta":{"structured":1,"pretty":"GleanImpl::tabgroup::typeLiteral510::addTab","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.","js_sym":"#addTab","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#1511"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:reopen.GleanEventWithExtras:typeLiteral514:type.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:reopen.GleanEventWithExtras:typeLiteral514:type.","pretty":"GleanImpl::tabgroup::typeLiteral510::reopen::GleanEventWithExtras::typeLiteral514::type","meta":{"structured":1,"pretty":"GleanImpl::tabgroup::typeLiteral510::reopen::GleanEventWithExtras::typeLiteral514::type","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:reopen.GleanEventWithExtras:typeLiteral514:type.","js_sym":"#type","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#1515"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#type.","pretty":"imgIContainer::type","meta":{"structured":1,"pretty":"imgIContainer::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_imgIContainer_type"},"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#8763"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#type.","pretty":"mozIExtensionAPIRequestResult::type","meta":{"structured":1,"pretty":"mozIExtensionAPIRequestResult::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#type.","js_sym":"#type","type_pretty":"mozIExtensionAPIRequestResult_ResultType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_mozIExtensionAPIRequestResult_type"},"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#22110"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#children.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#children.","pretty":"nsIAccessible::children","meta":{"structured":1,"pretty":"nsIAccessible::children","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#children.","js_sym":"#children","type_pretty":"nsIArray","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_children"},"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#293"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAudioDeviceInfo#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAudioDeviceInfo#type.","pretty":"nsIAudioDeviceInfo::type","meta":{"structured":1,"pretty":"nsIAudioDeviceInfo::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAudioDeviceInfo#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAudioDeviceInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAudioDeviceInfo_type"},"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#5792"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIClientDownloadResource#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIClientDownloadResource#type.","pretty":"nsIClientDownloadResource::type","meta":{"structured":1,"pretty":"nsIClientDownloadResource::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIClientDownloadResource#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIClientDownloadResource#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIClientDownloadResource_type"},"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#19874"}},"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/nsIContentPermissionType#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionType#type.","pretty":"nsIContentPermissionType::type","meta":{"structured":1,"pretty":"nsIContentPermissionType::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionType#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionType#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentPermissionType_type"},"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#4229"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDNSByTypeRecord#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDNSByTypeRecord#type.","pretty":"nsIDNSByTypeRecord::type","meta":{"structured":1,"pretty":"nsIDNSByTypeRecord::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDNSByTypeRecord#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDNSByTypeRecord#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDNSByTypeRecord_type"},"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#14204"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULButtonElement#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULButtonElement#type.","pretty":"nsIDOMXULButtonElement::type","meta":{"structured":1,"pretty":"nsIDOMXULButtonElement::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULButtonElement#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULButtonElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMXULButtonElement_type"},"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#7467"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#type.","pretty":"nsIDataStorageItem::type","meta":{"structured":1,"pretty":"nsIDataStorageItem::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#type.","js_sym":"#type","type_pretty":"nsIDataStorage_DataType","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDataStorageItem_type"},"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#16378"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDeviceSensorData#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDeviceSensorData#type.","pretty":"nsIDeviceSensorData::type","meta":{"structured":1,"pretty":"nsIDeviceSensorData::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDeviceSensorData#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDeviceSensorData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDeviceSensorData_type"},"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#25269"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirIndex#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirIndex#type.","pretty":"nsIDirIndex::type","meta":{"structured":1,"pretty":"nsIDirIndex::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDirIndex#type.","js_sym":"#type","type_pretty":"number","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_type"},"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#15410"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDroppedLinkItem#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDroppedLinkItem#type.","pretty":"nsIDroppedLinkItem::type","meta":{"structured":1,"pretty":"nsIDroppedLinkItem::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDroppedLinkItem#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDroppedLinkItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDroppedLinkItem_type"},"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#3628"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEventListenerInfo#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEventListenerInfo#type.","pretty":"nsIEventListenerInfo::type","meta":{"structured":1,"pretty":"nsIEventListenerInfo::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEventListenerInfo#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIEventListenerInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIEventListenerInfo_type"},"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#2695"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#displayName.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#displayName.","pretty":"nsIFile::displayName","meta":{"structured":1,"pretty":"nsIFile::displayName","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#displayName.","js_sym":"#displayName","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_displayName"},"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#24830"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIHandlerInfo#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIHandlerInfo#type.","pretty":"nsIHandlerInfo::type","meta":{"structured":1,"pretty":"nsIHandlerInfo::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIHandlerInfo#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIHandlerInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIHandlerInfo_type"},"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#10011"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValueImporter#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValueImporter#type.","pretty":"nsIKeyValueImporter::type","meta":{"structured":1,"pretty":"nsIKeyValueImporter::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValueImporter#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValueImporter#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIKeyValueImporter_type"},"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#9353"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMediaDevice#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMediaDevice#type.","pretty":"nsIMediaDevice::type","meta":{"structured":1,"pretty":"nsIMediaDevice::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMediaDevice#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMediaDevice#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIMediaDevice_type"},"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#5820"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMethodChangeDetails#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMethodChangeDetails#type.","pretty":"nsIMethodChangeDetails::type","meta":{"structured":1,"pretty":"nsIMethodChangeDetails::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMethodChangeDetails#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIMethodChangeDetails#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIMethodChangeDetails_type"},"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#6109"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINavHistoryResultNode#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINavHistoryResultNode#type.","pretty":"nsINavHistoryResultNode::type","meta":{"structured":1,"pretty":"nsINavHistoryResultNode::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINavHistoryResultNode#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINavHistoryResultNode#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsINavHistoryResultNode_type"},"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#17460"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINetworkErrorReport#body.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINetworkErrorReport#body.","pretty":"nsINetworkErrorReport::body","meta":{"structured":1,"pretty":"nsINetworkErrorReport::body","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINetworkErrorReport#body.","js_sym":"#body","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINetworkErrorReport#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsINetworkErrorReport_body"},"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#15199"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINotificationStorageEntry#body.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINotificationStorageEntry#body.","pretty":"nsINotificationStorageEntry::body","meta":{"structured":1,"pretty":"nsINotificationStorageEntry::body","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINotificationStorageEntry#body.","js_sym":"#body","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsINotificationStorageEntry#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsINotificationStorageEntry_body"},"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#5934"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentActionResponse#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentActionResponse#type.","pretty":"nsIPaymentActionResponse::type","meta":{"structured":1,"pretty":"nsIPaymentActionResponse::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentActionResponse#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentActionResponse#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentActionResponse_type"},"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#6052"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentResponseData#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentResponseData#type.","pretty":"nsIPaymentResponseData::type","meta":{"structured":1,"pretty":"nsIPaymentResponseData::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentResponseData#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentResponseData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentResponseData_type"},"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#5991"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPermission#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPermission#type.","pretty":"nsIPermission::type","meta":{"structured":1,"pretty":"nsIPermission::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPermission#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPermission#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPermission_type"},"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#12128"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProxyInfo#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProxyInfo#type.","pretty":"nsIProxyInfo::type","meta":{"structured":1,"pretty":"nsIProxyInfo::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProxyInfo#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProxyInfo#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIProxyInfo_type"},"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#12539"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBareItem#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBareItem#type.","pretty":"nsISFVBareItem::type","meta":{"structured":1,"pretty":"nsISFVBareItem::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBareItem#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBareItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVBareItem_type"},"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#8530"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISVCParam#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISVCParam#type.","pretty":"nsISVCParam::type","meta":{"structured":1,"pretty":"nsISVCParam::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISVCParam#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISVCParam#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISVCParam_type"},"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#14218"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISupportsPrimitive#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISupportsPrimitive#type.","pretty":"nsISupportsPrimitive::type","meta":{"structured":1,"pretty":"nsISupportsPrimitive::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISupportsPrimitive#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISupportsPrimitive#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISupportsPrimitive_type"},"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#24402"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITextInputProcessorNotification#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITextInputProcessorNotification#type.","pretty":"nsITextInputProcessorNotification::type","meta":{"structured":1,"pretty":"nsITextInputProcessorNotification::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITextInputProcessorNotification#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITextInputProcessorNotification#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsITextInputProcessorNotification_type"},"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#5460"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#type.","pretty":"nsITimer::type","meta":{"structured":1,"pretty":"nsITimer::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITimer#type.","js_sym":"#type","type_pretty":"number","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_type"},"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#25885"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUpdate#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUpdate#type.","pretty":"nsIUpdate::type","meta":{"structured":1,"pretty":"nsIUpdate::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUpdate#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUpdate#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUpdate_type"},"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#20584"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUpdatePatch#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUpdatePatch#type.","pretty":"nsIUpdatePatch::type","meta":{"structured":1,"pretty":"nsIUpdatePatch::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUpdatePatch#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUpdatePatch#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUpdatePatch_type"},"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#20564"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWorkerDebugger#type.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWorkerDebugger#type.","pretty":"nsIWorkerDebugger::type","meta":{"structured":1,"pretty":"nsIWorkerDebugger::type","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWorkerDebugger#type.","js_sym":"#type","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWorkerDebugger#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWorkerDebugger_type"},"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#7403"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIX509Cert#displayName.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIX509Cert#displayName.","pretty":"nsIX509Cert::displayName","meta":{"structured":1,"pretty":"nsIX509Cert::displayName","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIX509Cert#displayName.","js_sym":"#displayName","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIX509Cert#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIX509Cert_displayName"},"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#16926"}},"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().":{"sym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().","pretty":"PageEventManager::once","meta":{"structured":1,"pretty":"PageEventManager::once","sym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"Firefox/Messaging System","parentsym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/PageEventManager.sys.mjs#134"}},"S_js_typescript_src/api/Browser.ts/ScreenOrientation#type.":{"sym":"S_js_typescript_src/api/Browser.ts/ScreenOrientation#type.","pretty":"ScreenOrientation::type","meta":{"structured":1,"pretty":"ScreenOrientation::type","sym":"S_js_typescript_src/api/Browser.ts/ScreenOrientation#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Browser.ts/ScreenOrientation#","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/Browser.ts#259"}},"S_js_typescript_src/api/Dialog.ts/Dialog#type().":{"sym":"S_js_typescript_src/api/Dialog.ts/Dialog#type().","pretty":"Dialog::type","meta":{"structured":1,"pretty":"Dialog::type","sym":"S_js_typescript_src/api/Dialog.ts/Dialog#type().","js_sym":"#type","type_pretty":"Protocol.Page.DialogType","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Dialog.ts/Dialog#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Dialog.ts#58"}},"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#scrollIntoView().":{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#scrollIntoView().","pretty":"ElementHandle::scrollIntoView","meta":{"structured":1,"pretty":"ElementHandle::scrollIntoView","sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#scrollIntoView().","js_sym":"#scrollIntoView","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":[],"overriddenBy":["S_js_typescript_src/cdp/ElementHandle.ts/CdpElementHandle#scrollIntoView()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#1546"}},"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#type().":{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#type().","pretty":"ElementHandle::type","meta":{"structured":1,"pretty":"ElementHandle::type","sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#type().","js_sym":"#type","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#1131"}},"S_js_typescript_src/api/ElementHandle.ts/ElementScreenshotOptions#scrollIntoView.":{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementScreenshotOptions#scrollIntoView.","pretty":"ElementScreenshotOptions::scrollIntoView","meta":{"structured":1,"pretty":"ElementScreenshotOptions::scrollIntoView","sym":"S_js_typescript_src/api/ElementHandle.ts/ElementScreenshotOptions#scrollIntoView.","js_sym":"#scrollIntoView","type_pretty":"boolean | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/ElementScreenshotOptions#","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#120"}},"S_js_typescript_src/api/Frame.ts/Frame#type().":{"sym":"S_js_typescript_src/api/Frame.ts/Frame#type().","pretty":"Frame::type","meta":{"structured":1,"pretty":"Frame::type","sym":"S_js_typescript_src/api/Frame.ts/Frame#type().","js_sym":"#type","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#1155"}},"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#type.":{"sym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#type.","pretty":"FrameAddScriptTagOptions::type","meta":{"structured":1,"pretty":"FrameAddScriptTagOptions::type","sym":"S_js_typescript_src/api/Frame.ts/FrameAddScriptTagOptions#type.","js_sym":"#type","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#143"}},"S_js_typescript_src/api/HTTPRequest.ts/ResponseForRequest#body.":{"sym":"S_js_typescript_src/api/HTTPRequest.ts/ResponseForRequest#body.","pretty":"ResponseForRequest::body","meta":{"structured":1,"pretty":"ResponseForRequest::body","sym":"S_js_typescript_src/api/HTTPRequest.ts/ResponseForRequest#body.","js_sym":"#body","type_pretty":"string | Uint8Array","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/HTTPRequest.ts/ResponseForRequest#","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/HTTPRequest.ts#55"}},"S_js_typescript_src/api/Input.ts/Keyboard#type().":{"sym":"S_js_typescript_src/api/Input.ts/Keyboard#type().","pretty":"Keyboard::type","meta":{"structured":1,"pretty":"Keyboard::type","sym":"S_js_typescript_src/api/Input.ts/Keyboard#type().","js_sym":"#type","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Input.ts/Keyboard#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/bidi/Input.ts/BidiKeyboard#type().","S_js_typescript_src/cdp/Input.ts/CdpKeyboard#type()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Input.ts#170"}},"S_js_typescript_src/api/Page.ts/Page#type().":{"sym":"S_js_typescript_src/api/Page.ts/Page#type().","pretty":"Page::type","meta":{"structured":1,"pretty":"Page::type","sym":"S_js_typescript_src/api/Page.ts/Page#type().","js_sym":"#type","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#2992"}},"S_js_typescript_src/api/Page.ts/ScreenshotOptions#type.":{"sym":"S_js_typescript_src/api/Page.ts/ScreenshotOptions#type.","pretty":"ScreenshotOptions::type","meta":{"structured":1,"pretty":"ScreenshotOptions::type","sym":"S_js_typescript_src/api/Page.ts/ScreenshotOptions#type.","js_sym":"#type","type_pretty":"ImageFormat | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/ScreenshotOptions#","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#281"}},"S_js_typescript_src/api/Target.ts/Target#type().":{"sym":"S_js_typescript_src/api/Target.ts/Target#type().","pretty":"Target::type","meta":{"structured":1,"pretty":"Target::type","sym":"S_js_typescript_src/api/Target.ts/Target#type().","js_sym":"#type","type_pretty":"TargetType","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Target.ts/Target#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/bidi/Target.ts/BidiBrowserTarget#type().","S_js_typescript_src/bidi/Target.ts/BidiPageTarget#type().","S_js_typescript_src/bidi/Target.ts/BidiFrameTarget#type().","S_js_typescript_src/bidi/Target.ts/BidiWorkerTarget#type().","S_js_typescript_src/cdp/Target.ts/CdpTarget#type()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Target.ts#79"}},"S_js_typescript_src/bidi/Input.ts/BidiKeyboard#type().":{"sym":"S_js_typescript_src/bidi/Input.ts/BidiKeyboard#type().","pretty":"BidiKeyboard::type","meta":{"structured":1,"pretty":"BidiKeyboard::type","sym":"S_js_typescript_src/bidi/Input.ts/BidiKeyboard#type().","js_sym":"#type","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Input.ts/BidiKeyboard#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Input.ts/Keyboard#type()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Input.ts#351"}},"S_js_typescript_src/bidi/Target.ts/BidiBrowserTarget#type().":{"sym":"S_js_typescript_src/bidi/Target.ts/BidiBrowserTarget#type().","pretty":"BidiBrowserTarget::type","meta":{"structured":1,"pretty":"BidiBrowserTarget::type","sym":"S_js_typescript_src/bidi/Target.ts/BidiBrowserTarget#type().","js_sym":"#type","type_pretty":"TargetType","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Target.ts/BidiBrowserTarget#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Target.ts/Target#type()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Target.ts#37"}},"S_js_typescript_src/bidi/Target.ts/BidiFrameTarget#type().":{"sym":"S_js_typescript_src/bidi/Target.ts/BidiFrameTarget#type().","pretty":"BidiFrameTarget::type","meta":{"structured":1,"pretty":"BidiFrameTarget::type","sym":"S_js_typescript_src/bidi/Target.ts/BidiFrameTarget#type().","js_sym":"#type","type_pretty":"TargetType","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Target.ts/BidiFrameTarget#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Target.ts/Target#type()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Target.ts#121"}},"S_js_typescript_src/bidi/Target.ts/BidiPageTarget#type().":{"sym":"S_js_typescript_src/bidi/Target.ts/BidiPageTarget#type().","pretty":"BidiPageTarget::type","meta":{"structured":1,"pretty":"BidiPageTarget::type","sym":"S_js_typescript_src/bidi/Target.ts/BidiPageTarget#type().","js_sym":"#type","type_pretty":"TargetType","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Target.ts/BidiPageTarget#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Target.ts/Target#type()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Target.ts#77"}},"S_js_typescript_src/bidi/Target.ts/BidiWorkerTarget#type().":{"sym":"S_js_typescript_src/bidi/Target.ts/BidiWorkerTarget#type().","pretty":"BidiWorkerTarget::type","meta":{"structured":1,"pretty":"BidiWorkerTarget::type","sym":"S_js_typescript_src/bidi/Target.ts/BidiWorkerTarget#type().","js_sym":"#type","type_pretty":"TargetType","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Target.ts/BidiWorkerTarget#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Target.ts/Target#type()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Target.ts#158"}},"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/AXNode#children.":{"sym":"S_js_typescript_src/cdp/Accessibility.ts/AXNode#children.","pretty":"AXNode::children","meta":{"structured":1,"pretty":"AXNode::children","sym":"S_js_typescript_src/cdp/Accessibility.ts/AXNode#children.","js_sym":"#children","type_pretty":"AXNode[]","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Accessibility.ts/AXNode#","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#330"}},"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#children.":{"sym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#children.","pretty":"SerializedAXNode::children","meta":{"structured":1,"pretty":"SerializedAXNode::children","sym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#children.","js_sym":"#children","type_pretty":"SerializedAXNode[] | 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#88"}},"S_js_typescript_src/cdp/ElementHandle.ts/CdpElementHandle#scrollIntoView().":{"sym":"S_js_typescript_src/cdp/ElementHandle.ts/CdpElementHandle#scrollIntoView().","pretty":"CdpElementHandle::scrollIntoView","meta":{"structured":1,"pretty":"CdpElementHandle::scrollIntoView","sym":"S_js_typescript_src/cdp/ElementHandle.ts/CdpElementHandle#scrollIntoView().","js_sym":"#scrollIntoView","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/ElementHandle.ts/CdpElementHandle#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#scrollIntoView()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/ElementHandle.ts#86"}},"S_js_typescript_src/cdp/EmulationManager.ts/MediaTypeState#type.":{"sym":"S_js_typescript_src/cdp/EmulationManager.ts/MediaTypeState#type.","pretty":"MediaTypeState::type","meta":{"structured":1,"pretty":"MediaTypeState::type","sym":"S_js_typescript_src/cdp/EmulationManager.ts/MediaTypeState#type.","js_sym":"#type","type_pretty":"string | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/EmulationManager.ts/MediaTypeState#","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/EmulationManager.ts#50"}},"S_js_typescript_src/cdp/HTTPRequest.ts/CdpHTTPRequest#().(data)typeLiteral0:type.":{"sym":"S_js_typescript_src/cdp/HTTPRequest.ts/CdpHTTPRequest#().(data)typeLiteral0:type.","pretty":"data::typeLiteral0::type","meta":{"structured":1,"pretty":"data::typeLiteral0::type","sym":"S_js_typescript_src/cdp/HTTPRequest.ts/CdpHTTPRequest#().(data)typeLiteral0:type.","js_sym":"#type","type_pretty":"any","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/HTTPRequest.ts#82"}},"S_js_typescript_src/cdp/Input.ts/CdpKeyboard#type().":{"sym":"S_js_typescript_src/cdp/Input.ts/CdpKeyboard#type().","pretty":"CdpKeyboard::type","meta":{"structured":1,"pretty":"CdpKeyboard::type","sym":"S_js_typescript_src/cdp/Input.ts/CdpKeyboard#type().","js_sym":"#type","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Input.ts/CdpKeyboard#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Input.ts/Keyboard#type()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/Input.ts#177"}},"S_js_typescript_src/cdp/Target.ts/CdpTarget#type().":{"sym":"S_js_typescript_src/cdp/Target.ts/CdpTarget#type().","pretty":"CdpTarget::type","meta":{"structured":1,"pretty":"CdpTarget::type","sym":"S_js_typescript_src/cdp/Target.ts/CdpTarget#type().","js_sym":"#type","type_pretty":"TargetType","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Target.ts/CdpTarget#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Target.ts/Target#type()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/Target.ts#125"}},"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelectorAll.","pretty":"CSSQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"CSSQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","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#22"}},"S_js_typescript_src/common/ConsoleMessage.ts/ConsoleMessage#type().":{"sym":"S_js_typescript_src/common/ConsoleMessage.ts/ConsoleMessage#type().","pretty":"ConsoleMessage::type","meta":{"structured":1,"pretty":"ConsoleMessage::type","sym":"S_js_typescript_src/common/ConsoleMessage.ts/ConsoleMessage#type().","js_sym":"#type","type_pretty":"ConsoleMessageType","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#94"}},"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().":{"sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().","pretty":"CommonEventEmitter::once","meta":{"structured":1,"pretty":"CommonEventEmitter::once","sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().","js_sym":"#once","type_pretty":"Handler) => this","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/EventEmitter.ts#30"}},"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().":{"sym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().","js_sym":"#once","type_pretty":"this","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/EventEmitter.ts#145"}},"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelectorAll.","pretty":"PQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"PQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"QuerySelectorAll","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#17"}},"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelectorAll.","pretty":"PierceQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"PierceQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","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#22"}},"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelectorAll.","pretty":"QueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"QueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"QuerySelectorAll | 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#51"}},"S_js_typescript_src/common/TextQueryHandler.ts/TextQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/TextQueryHandler.ts/TextQueryHandler#querySelectorAll.","pretty":"TextQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"TextQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/TextQueryHandler.ts/TextQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"QuerySelectorAll","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/TextQueryHandler.ts/TextQueryHandler#","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/TextQueryHandler.ts#13"}},"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelectorAll.":{"sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelectorAll.","pretty":"XPathQueryHandler::querySelectorAll","meta":{"structured":1,"pretty":"XPathQueryHandler::querySelectorAll","sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"QuerySelectorAll","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#17"}},"S_js_typescript_src/common/types.ts/BindingPayload#type.":{"sym":"S_js_typescript_src/common/types.ts/BindingPayload#type.","pretty":"BindingPayload::type","meta":{"structured":1,"pretty":"BindingPayload::type","sym":"S_js_typescript_src/common/types.ts/BindingPayload#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/types.ts/BindingPayload#","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/types.ts#40"}},"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelectorAll().":{"sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelectorAll().","pretty":"CustomQuerySelector::querySelectorAll","meta":{"structured":1,"pretty":"CustomQuerySelector::querySelectorAll","sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelectorAll().","js_sym":"#querySelectorAll","type_pretty":"string) => AwaitableIterable","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#15"}},"S_js_typescript_src/injected/PQuerySelector.ts/QueryableNode#querySelectorAll.":{"sym":"S_js_typescript_src/injected/PQuerySelector.ts/QueryableNode#querySelectorAll.","pretty":"QueryableNode::querySelectorAll","meta":{"structured":1,"pretty":"QueryableNode::querySelectorAll","sym":"S_js_typescript_src/injected/PQuerySelector.ts/QueryableNode#querySelectorAll.","js_sym":"#querySelectorAll","type_pretty":"NodeListOf<....","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/PQuerySelector.ts/QueryableNode#","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/PQuerySelector.ts#50"}},"S_js_typescript_src/mouse.spec.ts/ClickData#type.":{"sym":"S_js_typescript_src/mouse.spec.ts/ClickData#type.","pretty":"ClickData::type","meta":{"structured":1,"pretty":"ClickData::type","sym":"S_js_typescript_src/mouse.spec.ts/ClickData#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/mouse.spec.ts/ClickData#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/test/src/mouse.spec.ts#16"}},"S_js_typescript_src/touchscreen.spec.ts/allEvents.Array:typeLiteral0:type.":{"sym":"S_js_typescript_src/touchscreen.spec.ts/allEvents.Array:typeLiteral0:type.","pretty":"allEvents::Array::typeLiteral0::type","meta":{"structured":1,"pretty":"allEvents::Array::typeLiteral0::type","sym":"S_js_typescript_src/touchscreen.spec.ts/allEvents.Array:typeLiteral0:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/test/src/touchscreen.spec.ts#11"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"address-autofill-feature\".typeLiteral494:variables.typeLiteral495:status.typeLiteral496:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"address-autofill-feature\".typeLiteral494:variables.typeLiteral495:status.typeLiteral496:type.","pretty":"FeatureManifest::typeLiteral0::\"address-autofill-feature\"::typeLiteral494::variables::typeLiteral495::status::typeLiteral496::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"address-autofill-feature\"::typeLiteral494::variables::typeLiteral495::status::typeLiteral496::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"address-autofill-feature\".typeLiteral494:variables.typeLiteral495:status.typeLiteral496:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2040"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"auto-pip\".typeLiteral1447:variables.typeLiteral1448:enabled.typeLiteral1449:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"auto-pip\".typeLiteral1447:variables.typeLiteral1448:enabled.typeLiteral1449:type.","pretty":"FeatureManifest::typeLiteral0::\"auto-pip\"::typeLiteral1447::variables::typeLiteral1448::enabled::typeLiteral1449::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"auto-pip\"::typeLiteral1447::variables::typeLiteral1448::enabled::typeLiteral1449::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"auto-pip\".typeLiteral1447:variables.typeLiteral1448:enabled.typeLiteral1449:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5902"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"creditcards-autofill-enabled\".typeLiteral498:variables.typeLiteral499:creditcardsSupported.typeLiteral500:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"creditcards-autofill-enabled\".typeLiteral498:variables.typeLiteral499:creditcardsSupported.typeLiteral500:type.","pretty":"FeatureManifest::typeLiteral0::\"creditcards-autofill-enabled\"::typeLiteral498::variables::typeLiteral499::creditcardsSupported::typeLiteral500::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"creditcards-autofill-enabled\"::typeLiteral498::variables::typeLiteral499::creditcardsSupported::typeLiteral500::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"creditcards-autofill-enabled\".typeLiteral498:variables.typeLiteral499:creditcardsSupported.typeLiteral500:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2056"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"css-masonry\".typeLiteral1463:variables.typeLiteral1464:enabled.typeLiteral1465:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"css-masonry\".typeLiteral1463:variables.typeLiteral1464:enabled.typeLiteral1465:type.","pretty":"FeatureManifest::typeLiteral0::\"css-masonry\"::typeLiteral1463::variables::typeLiteral1464::enabled::typeLiteral1465::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"css-masonry\"::typeLiteral1463::variables::typeLiteral1464::enabled::typeLiteral1465::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"css-masonry\".typeLiteral1463:variables.typeLiteral1464:enabled.typeLiteral1465:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5962"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"jpeg-xl\".typeLiteral1459:variables.typeLiteral1460:enabled.typeLiteral1461:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"jpeg-xl\".typeLiteral1459:variables.typeLiteral1460:enabled.typeLiteral1461:type.","pretty":"FeatureManifest::typeLiteral0::\"jpeg-xl\"::typeLiteral1459::variables::typeLiteral1460::enabled::typeLiteral1461::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"jpeg-xl\"::typeLiteral1459::variables::typeLiteral1460::enabled::typeLiteral1461::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"jpeg-xl\".typeLiteral1459:variables.typeLiteral1460:enabled.typeLiteral1461:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5947"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.typeLiteral10:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.typeLiteral10:type.","pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-1\"::typeLiteral8::variables::typeLiteral9::value::typeLiteral10::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-1\"::typeLiteral8::variables::typeLiteral9::value::typeLiteral10::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.typeLiteral10:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#42"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.typeLiteral14:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.typeLiteral14:type.","pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-2\"::typeLiteral12::variables::typeLiteral13::value::typeLiteral14::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-2\"::typeLiteral12::variables::typeLiteral13::value::typeLiteral14::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.typeLiteral14:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#57"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsAffectsTCP.typeLiteral1441:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsAffectsTCP.typeLiteral1441:type.","pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsAffectsTCP::typeLiteral1441::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsAffectsTCP::typeLiteral1441::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsAffectsTCP.typeLiteral1441:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5873"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsMigrationTarget.typeLiteral1433:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsMigrationTarget.typeLiteral1433:type.","pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsMigrationTarget::typeLiteral1433::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsMigrationTarget::typeLiteral1433::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsMigrationTarget.typeLiteral1433:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5841"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitByteCapacity.typeLiteral1439:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitByteCapacity.typeLiteral1439:type.","pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsPartitionLimitByteCapacity::typeLiteral1439::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsPartitionLimitByteCapacity::typeLiteral1439::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitByteCapacity.typeLiteral1439:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5865"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitDryRun.typeLiteral1437:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitDryRun.typeLiteral1437:type.","pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsPartitionLimitDryRun::typeLiteral1437::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsPartitionLimitDryRun::typeLiteral1437::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitDryRun.typeLiteral1437:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5857"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitEnabled.typeLiteral1435:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitEnabled.typeLiteral1435:type.","pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsPartitionLimitEnabled::typeLiteral1435::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::chipsPartitionLimitEnabled::typeLiteral1435::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:chipsPartitionLimitEnabled.typeLiteral1435:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5849"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:enabled.typeLiteral1431:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:enabled.typeLiteral1431:type.","pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::enabled::typeLiteral1431::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"partitioned-cookie-attribute\"::typeLiteral1429::variables::typeLiteral1430::enabled::typeLiteral1431::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"partitioned-cookie-attribute\".typeLiteral1429:variables.typeLiteral1430:enabled.typeLiteral1431:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5832"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"password-autocomplete\".typeLiteral491:variables.typeLiteral492:directMigrateSingleProfile.typeLiteral493:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"password-autocomplete\".typeLiteral491:variables.typeLiteral492:directMigrateSingleProfile.typeLiteral493:type.","pretty":"FeatureManifest::typeLiteral0::\"password-autocomplete\"::typeLiteral491::variables::typeLiteral492::directMigrateSingleProfile::typeLiteral493::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"password-autocomplete\"::typeLiteral491::variables::typeLiteral492::directMigrateSingleProfile::typeLiteral493::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"password-autocomplete\".typeLiteral491:variables.typeLiteral492:directMigrateSingleProfile.typeLiteral493:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2028"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"urlbar-ime-search\".typeLiteral1451:variables.typeLiteral1452:enabled.typeLiteral1453:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"urlbar-ime-search\".typeLiteral1451:variables.typeLiteral1452:enabled.typeLiteral1453:type.","pretty":"FeatureManifest::typeLiteral0::\"urlbar-ime-search\"::typeLiteral1451::variables::typeLiteral1452::enabled::typeLiteral1453::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"urlbar-ime-search\"::typeLiteral1451::variables::typeLiteral1452::enabled::typeLiteral1453::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"urlbar-ime-search\".typeLiteral1451:variables.typeLiteral1452:enabled.typeLiteral1453:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5917"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"web-rtc-global-mute-toggles\".typeLiteral1455:variables.typeLiteral1456:enabled.typeLiteral1457:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"web-rtc-global-mute-toggles\".typeLiteral1455:variables.typeLiteral1456:enabled.typeLiteral1457:type.","pretty":"FeatureManifest::typeLiteral0::\"web-rtc-global-mute-toggles\"::typeLiteral1455::variables::typeLiteral1456::enabled::typeLiteral1457::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"web-rtc-global-mute-toggles\"::typeLiteral1455::variables::typeLiteral1456::enabled::typeLiteral1457::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"web-rtc-global-mute-toggles\".typeLiteral1455:variables.typeLiteral1456:enabled.typeLiteral1457:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5932"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:abouthomecache.typeLiteral206:variables.typeLiteral207:enabled.typeLiteral208:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:abouthomecache.typeLiteral206:variables.typeLiteral207:enabled.typeLiteral208:type.","pretty":"FeatureManifest::typeLiteral0::abouthomecache::typeLiteral206::variables::typeLiteral207::enabled::typeLiteral208::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::abouthomecache::typeLiteral206::variables::typeLiteral207::enabled::typeLiteral208::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:abouthomecache.typeLiteral206:variables.typeLiteral207:enabled.typeLiteral208:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#883"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:backdrop.typeLiteral183:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:backdrop.typeLiteral183:type.","pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::backdrop::typeLiteral183::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::backdrop::typeLiteral183::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:backdrop.typeLiteral183:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#776"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:enabled.typeLiteral178:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:enabled.typeLiteral178:type.","pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::enabled::typeLiteral178::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::enabled::typeLiteral178::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:enabled.typeLiteral178:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#753"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:id.typeLiteral179:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:id.typeLiteral179:type.","pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::id::typeLiteral179::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::id::typeLiteral179::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:id.typeLiteral179:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#758"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:languageMismatchEnabled.typeLiteral181:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:languageMismatchEnabled.typeLiteral181:type.","pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::languageMismatchEnabled::typeLiteral181::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::languageMismatchEnabled::typeLiteral181::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:languageMismatchEnabled.typeLiteral181:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#767"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:screens.typeLiteral180:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:screens.typeLiteral180:type.","pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::screens::typeLiteral180::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::screens::typeLiteral180::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:screens.typeLiteral180:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#762"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:toolbarButtonEnabled.typeLiteral184:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:toolbarButtonEnabled.typeLiteral184:type.","pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::toolbarButtonEnabled::typeLiteral184::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::toolbarButtonEnabled::typeLiteral184::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:toolbarButtonEnabled.typeLiteral184:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#781"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:transitions.typeLiteral182:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:transitions.typeLiteral182:type.","pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::transitions::typeLiteral182::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::aboutwelcome::typeLiteral176::variables::typeLiteral177::transitions::typeLiteral182::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:aboutwelcome.typeLiteral176:variables.typeLiteral177:transitions.typeLiteral182:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#772"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:adsBackend.typeLiteral378:variables.typeLiteral379:flags.typeLiteral380:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:adsBackend.typeLiteral378:variables.typeLiteral379:flags.typeLiteral380:type.","pretty":"FeatureManifest::typeLiteral0::adsBackend::typeLiteral378::variables::typeLiteral379::flags::typeLiteral380::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::adsBackend::typeLiteral378::variables::typeLiteral379::flags::typeLiteral380::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:adsBackend.typeLiteral378:variables.typeLiteral379:flags.typeLiteral380:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1557"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundThreads.typeLiteral1224:variables.typeLiteral1225:lower_mainthread_priority_in_background.typeLiteral1228:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundThreads.typeLiteral1224:variables.typeLiteral1225:lower_mainthread_priority_in_background.typeLiteral1228:type.","pretty":"FeatureManifest::typeLiteral0::backgroundThreads::typeLiteral1224::variables::typeLiteral1225::lower_mainthread_priority_in_background::typeLiteral1228::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backgroundThreads::typeLiteral1224::variables::typeLiteral1225::lower_mainthread_priority_in_background::typeLiteral1228::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundThreads.typeLiteral1224:variables.typeLiteral1225:lower_mainthread_priority_in_background.typeLiteral1228:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5030"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundThreads.typeLiteral1224:variables.typeLiteral1225:use_low_power.typeLiteral1226:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundThreads.typeLiteral1224:variables.typeLiteral1225:use_low_power.typeLiteral1226:type.","pretty":"FeatureManifest::typeLiteral0::backgroundThreads::typeLiteral1224::variables::typeLiteral1225::use_low_power::typeLiteral1226::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backgroundThreads::typeLiteral1224::variables::typeLiteral1225::use_low_power::typeLiteral1226::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundThreads.typeLiteral1224:variables.typeLiteral1225:use_low_power.typeLiteral1226:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5022"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdate.typeLiteral1198:variables.typeLiteral1199:enableUpdatesForUnelevatedInstallations.typeLiteral1200:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdate.typeLiteral1198:variables.typeLiteral1199:enableUpdatesForUnelevatedInstallations.typeLiteral1200:type.","pretty":"FeatureManifest::typeLiteral0::backgroundUpdate::typeLiteral1198::variables::typeLiteral1199::enableUpdatesForUnelevatedInstallations::typeLiteral1200::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backgroundUpdate::typeLiteral1198::variables::typeLiteral1199::enableUpdatesForUnelevatedInstallations::typeLiteral1200::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdate.typeLiteral1198:variables.typeLiteral1199:enableUpdatesForUnelevatedInstallations.typeLiteral1200:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4921"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateAutomaticRestart.typeLiteral629:variables.typeLiteral630:enabled.typeLiteral631:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateAutomaticRestart.typeLiteral629:variables.typeLiteral630:enabled.typeLiteral631:type.","pretty":"FeatureManifest::typeLiteral0::backgroundUpdateAutomaticRestart::typeLiteral629::variables::typeLiteral630::enabled::typeLiteral631::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backgroundUpdateAutomaticRestart::typeLiteral629::variables::typeLiteral630::enabled::typeLiteral631::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateAutomaticRestart.typeLiteral629:variables.typeLiteral630:enabled.typeLiteral631:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2679"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleAfterDays.typeLiteral635:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleAfterDays.typeLiteral635:type.","pretty":"FeatureManifest::typeLiteral0::backgroundUpdateCheckPolicy::typeLiteral632::variables::typeLiteral633::throttleAfterDays::typeLiteral635::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backgroundUpdateCheckPolicy::typeLiteral632::variables::typeLiteral633::throttleAfterDays::typeLiteral635::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleAfterDays.typeLiteral635:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2697"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleDebouncePeriodInHours.typeLiteral636:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleDebouncePeriodInHours.typeLiteral636:type.","pretty":"FeatureManifest::typeLiteral0::backgroundUpdateCheckPolicy::typeLiteral632::variables::typeLiteral633::throttleDebouncePeriodInHours::typeLiteral636::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backgroundUpdateCheckPolicy::typeLiteral632::variables::typeLiteral633::throttleDebouncePeriodInHours::typeLiteral636::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleDebouncePeriodInHours.typeLiteral636:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2702"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleEnabled.typeLiteral634:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleEnabled.typeLiteral634:type.","pretty":"FeatureManifest::typeLiteral0::backgroundUpdateCheckPolicy::typeLiteral632::variables::typeLiteral633::throttleEnabled::typeLiteral634::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backgroundUpdateCheckPolicy::typeLiteral632::variables::typeLiteral633::throttleEnabled::typeLiteral634::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backgroundUpdateCheckPolicy.typeLiteral632:variables.typeLiteral633:throttleEnabled.typeLiteral634:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2692"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:archiveKillswitch.typeLiteral1308:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:archiveKillswitch.typeLiteral1308:type.","pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::archiveKillswitch::typeLiteral1308::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::archiveKillswitch::typeLiteral1308::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:archiveKillswitch.typeLiteral1308:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5350"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:enabled.typeLiteral1298:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:enabled.typeLiteral1298:type.","pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::enabled::typeLiteral1298::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::enabled::typeLiteral1298::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:enabled.typeLiteral1298:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5310"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:idleThresholdSeconds.typeLiteral1304:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:idleThresholdSeconds.typeLiteral1304:type.","pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::idleThresholdSeconds::typeLiteral1304::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::idleThresholdSeconds::typeLiteral1304::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:idleThresholdSeconds.typeLiteral1304:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5335"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:minTimeBetweenBackupsSeconds.typeLiteral1306:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:minTimeBetweenBackupsSeconds.typeLiteral1306:type.","pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::minTimeBetweenBackupsSeconds::typeLiteral1306::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::minTimeBetweenBackupsSeconds::typeLiteral1306::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:minTimeBetweenBackupsSeconds.typeLiteral1306:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5343"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:restoreKillswitch.typeLiteral1309:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:restoreKillswitch.typeLiteral1309:type.","pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::restoreKillswitch::typeLiteral1309::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::restoreKillswitch::typeLiteral1309::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:restoreKillswitch.typeLiteral1309:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5354"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:sqlitePagesPerStep.typeLiteral1300:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:sqlitePagesPerStep.typeLiteral1300:type.","pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::sqlitePagesPerStep::typeLiteral1300::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::sqlitePagesPerStep::typeLiteral1300::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:sqlitePagesPerStep.typeLiteral1300:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5319"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:sqliteStepDelayMs.typeLiteral1302:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:sqliteStepDelayMs.typeLiteral1302:type.","pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::sqliteStepDelayMs::typeLiteral1302::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::backupService::typeLiteral1296::variables::typeLiteral1297::sqliteStepDelayMs::typeLiteral1302::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:backupService.typeLiteral1296:variables.typeLiteral1297:sqliteStepDelayMs.typeLiteral1302:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5327"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bookmarks.typeLiteral1202:variables.typeLiteral1203:enableBookmarksToolbar.typeLiteral1204:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bookmarks.typeLiteral1202:variables.typeLiteral1203:enableBookmarksToolbar.typeLiteral1204:type.","pretty":"FeatureManifest::typeLiteral0::bookmarks::typeLiteral1202::variables::typeLiteral1203::enableBookmarksToolbar::typeLiteral1204::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::bookmarks::typeLiteral1202::variables::typeLiteral1203::enableBookmarksToolbar::typeLiteral1204::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bookmarks.typeLiteral1202:variables.typeLiteral1203:enableBookmarksToolbar.typeLiteral1204:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4935"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bookmarks.typeLiteral1202:variables.typeLiteral1203:showOtherBookmarks.typeLiteral1206:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bookmarks.typeLiteral1202:variables.typeLiteral1203:showOtherBookmarks.typeLiteral1206:type.","pretty":"FeatureManifest::typeLiteral0::bookmarks::typeLiteral1202::variables::typeLiteral1203::showOtherBookmarks::typeLiteral1206::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::bookmarks::typeLiteral1202::variables::typeLiteral1203::showOtherBookmarks::typeLiteral1206::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bookmarks.typeLiteral1202:variables.typeLiteral1203:showOtherBookmarks.typeLiteral1206:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4943"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bounceTrackingProtection.typeLiteral1336:variables.typeLiteral1337:mode.typeLiteral1338:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bounceTrackingProtection.typeLiteral1336:variables.typeLiteral1337:mode.typeLiteral1338:type.","pretty":"FeatureManifest::typeLiteral0::bounceTrackingProtection::typeLiteral1336::variables::typeLiteral1337::mode::typeLiteral1338::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::bounceTrackingProtection::typeLiteral1336::variables::typeLiteral1337::mode::typeLiteral1338::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bounceTrackingProtection.typeLiteral1336:variables.typeLiteral1337:mode.typeLiteral1338:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5468"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bounceTrackingProtection.typeLiteral1336:variables.typeLiteral1337:requireStatefulBounces.typeLiteral1340:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bounceTrackingProtection.typeLiteral1336:variables.typeLiteral1337:requireStatefulBounces.typeLiteral1340:type.","pretty":"FeatureManifest::typeLiteral0::bounceTrackingProtection::typeLiteral1336::variables::typeLiteral1337::requireStatefulBounces::typeLiteral1340::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::bounceTrackingProtection::typeLiteral1336::variables::typeLiteral1337::requireStatefulBounces::typeLiteral1340::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:bounceTrackingProtection.typeLiteral1336:variables.typeLiteral1337:requireStatefulBounces.typeLiteral1340:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5476"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:lowMemoryResponseMask.typeLiteral661:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:lowMemoryResponseMask.typeLiteral661:type.","pretty":"FeatureManifest::typeLiteral0::browserLowMemoryPrefs::typeLiteral659::variables::typeLiteral660::lowMemoryResponseMask::typeLiteral661::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::browserLowMemoryPrefs::typeLiteral659::variables::typeLiteral660::lowMemoryResponseMask::typeLiteral661::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:lowMemoryResponseMask.typeLiteral661:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2804"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:lowMemoryResponseOnWarn.typeLiteral663:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:lowMemoryResponseOnWarn.typeLiteral663:type.","pretty":"FeatureManifest::typeLiteral0::browserLowMemoryPrefs::typeLiteral659::variables::typeLiteral660::lowMemoryResponseOnWarn::typeLiteral663::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::browserLowMemoryPrefs::typeLiteral659::variables::typeLiteral660::lowMemoryResponseOnWarn::typeLiteral663::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:lowMemoryResponseOnWarn.typeLiteral663:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2812"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:tabsUnloadOnLowMemory.typeLiteral665:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:tabsUnloadOnLowMemory.typeLiteral665:type.","pretty":"FeatureManifest::typeLiteral0::browserLowMemoryPrefs::typeLiteral659::variables::typeLiteral660::tabsUnloadOnLowMemory::typeLiteral665::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::browserLowMemoryPrefs::typeLiteral659::variables::typeLiteral660::tabsUnloadOnLowMemory::typeLiteral665::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:browserLowMemoryPrefs.typeLiteral659:variables.typeLiteral660:tabsUnloadOnLowMemory.typeLiteral665:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2820"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableBrotli.typeLiteral1330:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableBrotli.typeLiteral1330:type.","pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::h3EnableBrotli::typeLiteral1330::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::h3EnableBrotli::typeLiteral1330::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableBrotli.typeLiteral1330:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5435"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableZlib.typeLiteral1326:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableZlib.typeLiteral1326:type.","pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::h3EnableZlib::typeLiteral1326::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::h3EnableZlib::typeLiteral1326::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableZlib.typeLiteral1326:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5419"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableZstd.typeLiteral1334:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableZstd.typeLiteral1334:type.","pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::h3EnableZstd::typeLiteral1334::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::h3EnableZstd::typeLiteral1334::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:h3EnableZstd.typeLiteral1334:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5451"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableBrotli.typeLiteral1328:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableBrotli.typeLiteral1328:type.","pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::tlsEnableBrotli::typeLiteral1328::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::tlsEnableBrotli::typeLiteral1328::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableBrotli.typeLiteral1328:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5427"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableZlib.typeLiteral1324:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableZlib.typeLiteral1324:type.","pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::tlsEnableZlib::typeLiteral1324::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::tlsEnableZlib::typeLiteral1324::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableZlib.typeLiteral1324:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5411"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableZstd.typeLiteral1332:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableZstd.typeLiteral1332:type.","pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::tlsEnableZstd::typeLiteral1332::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::certCompression::typeLiteral1322::variables::typeLiteral1323::tlsEnableZstd::typeLiteral1332::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certCompression.typeLiteral1322:variables.typeLiteral1323:tlsEnableZstd.typeLiteral1332:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5443"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certificateTransparency.typeLiteral1377:variables.typeLiteral1378:mode.typeLiteral1379:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certificateTransparency.typeLiteral1377:variables.typeLiteral1378:mode.typeLiteral1379:type.","pretty":"FeatureManifest::typeLiteral0::certificateTransparency::typeLiteral1377::variables::typeLiteral1378::mode::typeLiteral1379::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::certificateTransparency::typeLiteral1377::variables::typeLiteral1378::mode::typeLiteral1379::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:certificateTransparency.typeLiteral1377:variables.typeLiteral1378:mode.typeLiteral1379:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5629"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:badgeSidebar.typeLiteral1357:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:badgeSidebar.typeLiteral1357:type.","pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::badgeSidebar::typeLiteral1357::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::badgeSidebar::typeLiteral1357::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:badgeSidebar.typeLiteral1357:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5542"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:minVersion.typeLiteral1358:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:minVersion.typeLiteral1358:type.","pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::minVersion::typeLiteral1358::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::minVersion::typeLiteral1358::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:minVersion.typeLiteral1358:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5546"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.typeLiteral1359:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.typeLiteral1359:type.","pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::prefs::typeLiteral1359::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::prefs::typeLiteral1359::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.typeLiteral1359:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5550"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:compressionDictionaries.typeLiteral909:variables.typeLiteral910:enableDictionaries.typeLiteral911:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:compressionDictionaries.typeLiteral909:variables.typeLiteral910:enableDictionaries.typeLiteral911:type.","pretty":"FeatureManifest::typeLiteral0::compressionDictionaries::typeLiteral909::variables::typeLiteral910::enableDictionaries::typeLiteral911::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::compressionDictionaries::typeLiteral909::variables::typeLiteral910::enableDictionaries::typeLiteral911::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:compressionDictionaries.typeLiteral909:variables.typeLiteral910:enableDictionaries.typeLiteral911:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3788"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentProcessSandbox.typeLiteral1373:variables.typeLiteral1374:Level.typeLiteral1375:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentProcessSandbox.typeLiteral1373:variables.typeLiteral1374:Level.typeLiteral1375:type.","pretty":"FeatureManifest::typeLiteral0::contentProcessSandbox::typeLiteral1373::variables::typeLiteral1374::Level::typeLiteral1375::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contentProcessSandbox::typeLiteral1373::variables::typeLiteral1374::Level::typeLiteral1375::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentProcessSandbox.typeLiteral1373:variables.typeLiteral1374:Level.typeLiteral1375:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5615"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:enabled.typeLiteral1290:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:enabled.typeLiteral1290:type.","pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::enabled::typeLiteral1290::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::enabled::typeLiteral1290::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:enabled.typeLiteral1290:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5278"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:ingestEnabled.typeLiteral1295:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:ingestEnabled.typeLiteral1295:type.","pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::ingestEnabled::typeLiteral1295::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::ingestEnabled::typeLiteral1295::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:ingestEnabled.typeLiteral1295:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5299"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:maxInputUrls.typeLiteral1291:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:maxInputUrls.typeLiteral1291:type.","pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::maxInputUrls::typeLiteral1291::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::maxInputUrls::typeLiteral1291::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:maxInputUrls.typeLiteral1291:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5283"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:minInputUrls.typeLiteral1292:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:minInputUrls.typeLiteral1292:type.","pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::minInputUrls::typeLiteral1292::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::minInputUrls::typeLiteral1292::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:minInputUrls.typeLiteral1292:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5287"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:timerInterval.typeLiteral1293:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:timerInterval.typeLiteral1293:type.","pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::timerInterval::typeLiteral1293::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contentRelevancy::typeLiteral1288::variables::typeLiteral1289::timerInterval::typeLiteral1293::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentRelevancy.typeLiteral1288:variables.typeLiteral1289:timerInterval.typeLiteral1293:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5291"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentSharing.typeLiteral1578:variables.typeLiteral1579:enabled.typeLiteral1580:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentSharing.typeLiteral1578:variables.typeLiteral1579:enabled.typeLiteral1580:type.","pretty":"FeatureManifest::typeLiteral0::contentSharing::typeLiteral1578::variables::typeLiteral1579::enabled::typeLiteral1580::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contentSharing::typeLiteral1578::variables::typeLiteral1579::enabled::typeLiteral1580::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentSharing.typeLiteral1578:variables.typeLiteral1579:enabled.typeLiteral1580:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6408"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentSharing.typeLiteral1578:variables.typeLiteral1579:serverUrl.typeLiteral1582:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentSharing.typeLiteral1578:variables.typeLiteral1579:serverUrl.typeLiteral1582:type.","pretty":"FeatureManifest::typeLiteral0::contentSharing::typeLiteral1578::variables::typeLiteral1579::serverUrl::typeLiteral1582::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contentSharing::typeLiteral1578::variables::typeLiteral1579::serverUrl::typeLiteral1582::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contentSharing.typeLiteral1578:variables.typeLiteral1579:serverUrl.typeLiteral1582:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6416"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contextID.typeLiteral1474:variables.typeLiteral1475:rotationPeriodInDays.typeLiteral1476:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contextID.typeLiteral1474:variables.typeLiteral1475:rotationPeriodInDays.typeLiteral1476:type.","pretty":"FeatureManifest::typeLiteral0::contextID::typeLiteral1474::variables::typeLiteral1475::rotationPeriodInDays::typeLiteral1476::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contextID::typeLiteral1474::variables::typeLiteral1475::rotationPeriodInDays::typeLiteral1476::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contextID.typeLiteral1474:variables.typeLiteral1475:rotationPeriodInDays.typeLiteral1476:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6004"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contextID.typeLiteral1474:variables.typeLiteral1475:rustBackendEnabled.typeLiteral1478:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contextID.typeLiteral1474:variables.typeLiteral1475:rustBackendEnabled.typeLiteral1478:type.","pretty":"FeatureManifest::typeLiteral0::contextID::typeLiteral1474::variables::typeLiteral1475::rustBackendEnabled::typeLiteral1478::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::contextID::typeLiteral1474::variables::typeLiteral1475::rustBackendEnabled::typeLiteral1478::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:contextID.typeLiteral1474:variables.typeLiteral1475:rustBackendEnabled.typeLiteral1478:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6012"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableDesktopFeatureCallout.typeLiteral1222:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableDesktopFeatureCallout.typeLiteral1222:type.","pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enableDesktopFeatureCallout::typeLiteral1222::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enableDesktopFeatureCallout::typeLiteral1222::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableDesktopFeatureCallout.typeLiteral1222:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5006"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableDetectOnly.typeLiteral1218:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableDetectOnly.typeLiteral1218:type.","pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enableDetectOnly::typeLiteral1218::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enableDetectOnly::typeLiteral1218::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableDetectOnly.typeLiteral1218:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4990"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableGlobalRules.typeLiteral1214:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableGlobalRules.typeLiteral1214:type.","pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enableGlobalRules::typeLiteral1214::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enableGlobalRules::typeLiteral1214::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableGlobalRules.typeLiteral1214:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4974"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableGlobalRulesSubFrames.typeLiteral1216:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableGlobalRulesSubFrames.typeLiteral1216:type.","pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enableGlobalRulesSubFrames::typeLiteral1216::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enableGlobalRulesSubFrames::typeLiteral1216::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enableGlobalRulesSubFrames.typeLiteral1216:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4982"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enablePromo.typeLiteral1220:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enablePromo.typeLiteral1220:type.","pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enablePromo::typeLiteral1220::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::enablePromo::typeLiteral1220::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:enablePromo.typeLiteral1220:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4998"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:modeNormalBrowsing.typeLiteral1210:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:modeNormalBrowsing.typeLiteral1210:type.","pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::modeNormalBrowsing::typeLiteral1210::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::modeNormalBrowsing::typeLiteral1210::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:modeNormalBrowsing.typeLiteral1210:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4958"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:modePrivateBrowsing.typeLiteral1212:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:modePrivateBrowsing.typeLiteral1212:type.","pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::modePrivateBrowsing::typeLiteral1212::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::cookieBannerHandling::typeLiteral1208::variables::typeLiteral1209::modePrivateBrowsing::typeLiteral1212::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:cookieBannerHandling.typeLiteral1208:variables.typeLiteral1209:modePrivateBrowsing.typeLiteral1212:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4966"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:channel.typeLiteral1349:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:channel.typeLiteral1349:type.","pretty":"FeatureManifest::typeLiteral0::crlite::typeLiteral1345::variables::typeLiteral1346::channel::typeLiteral1349::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::crlite::typeLiteral1345::variables::typeLiteral1346::channel::typeLiteral1349::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:channel.typeLiteral1349:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5511"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:enabled.typeLiteral1347:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:enabled.typeLiteral1347:type.","pretty":"FeatureManifest::typeLiteral0::crlite::typeLiteral1345::variables::typeLiteral1346::enabled::typeLiteral1347::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::crlite::typeLiteral1345::variables::typeLiteral1346::enabled::typeLiteral1347::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:enabled.typeLiteral1347:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5503"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:mode.typeLiteral1351:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:mode.typeLiteral1351:type.","pretty":"FeatureManifest::typeLiteral0::crlite::typeLiteral1345::variables::typeLiteral1346::mode::typeLiteral1351::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::crlite::typeLiteral1345::variables::typeLiteral1346::mode::typeLiteral1351::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:mode.typeLiteral1351:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5519"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:timestamps_for_coverage.typeLiteral1353:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:timestamps_for_coverage.typeLiteral1353:type.","pretty":"FeatureManifest::typeLiteral0::crlite::typeLiteral1345::variables::typeLiteral1346::timestamps_for_coverage::typeLiteral1353::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::crlite::typeLiteral1345::variables::typeLiteral1346::timestamps_for_coverage::typeLiteral1353::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:crlite.typeLiteral1345:variables.typeLiteral1346:timestamps_for_coverage.typeLiteral1353:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5527"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:helper_hpke.typeLiteral943:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:helper_hpke.typeLiteral943:type.","pretty":"FeatureManifest::typeLiteral0::dapAggregators::typeLiteral935::variables::typeLiteral936::helper_hpke::typeLiteral943::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapAggregators::typeLiteral935::variables::typeLiteral936::helper_hpke::typeLiteral943::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:helper_hpke.typeLiteral943:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3913"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:helper_url.typeLiteral941:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:helper_url.typeLiteral941:type.","pretty":"FeatureManifest::typeLiteral0::dapAggregators::typeLiteral935::variables::typeLiteral936::helper_url::typeLiteral941::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapAggregators::typeLiteral935::variables::typeLiteral936::helper_url::typeLiteral941::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:helper_url.typeLiteral941:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3905"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:leader_hpke.typeLiteral939:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:leader_hpke.typeLiteral939:type.","pretty":"FeatureManifest::typeLiteral0::dapAggregators::typeLiteral935::variables::typeLiteral936::leader_hpke::typeLiteral939::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapAggregators::typeLiteral935::variables::typeLiteral936::leader_hpke::typeLiteral939::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:leader_hpke.typeLiteral939:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3897"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:leader_url.typeLiteral937:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:leader_url.typeLiteral937:type.","pretty":"FeatureManifest::typeLiteral0::dapAggregators::typeLiteral935::variables::typeLiteral936::leader_url::typeLiteral937::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapAggregators::typeLiteral935::variables::typeLiteral936::leader_url::typeLiteral937::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapAggregators.typeLiteral935:variables.typeLiteral936:leader_url.typeLiteral937:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3889"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:advertiser.typeLiteral926:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:advertiser.typeLiteral926:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::advertiser::typeLiteral926::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::advertiser::typeLiteral926::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:advertiser.typeLiteral926:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3845"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:length.typeLiteral928:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:length.typeLiteral928:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::length::typeLiteral928::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::length::typeLiteral928::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:length.typeLiteral928:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3853"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:measurementType.typeLiteral925:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:measurementType.typeLiteral925:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::measurementType::typeLiteral925::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::measurementType::typeLiteral925::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:measurementType.typeLiteral925:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3841"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:referrerUrls.typeLiteral931:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:referrerUrls.typeLiteral931:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::referrerUrls::typeLiteral931::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::referrerUrls::typeLiteral931::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:referrerUrls.typeLiteral931:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3865"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:targetUrls.typeLiteral932:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:targetUrls.typeLiteral932:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::targetUrls::typeLiteral932::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::targetUrls::typeLiteral932::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:targetUrls.typeLiteral932:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3869"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:taskId.typeLiteral927:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:taskId.typeLiteral927:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::taskId::typeLiteral927::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::taskId::typeLiteral927::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:taskId.typeLiteral927:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3849"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:timePrecision.typeLiteral929:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:timePrecision.typeLiteral929:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::timePrecision::typeLiteral929::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::timePrecision::typeLiteral929::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:timePrecision.typeLiteral929:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3857"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:unknownReferrerBucket.typeLiteral933:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:unknownReferrerBucket.typeLiteral933:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::unknownReferrerBucket::typeLiteral933::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::unknownReferrerBucket::typeLiteral933::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:unknownReferrerBucket.typeLiteral933:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3873"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:unknownReferrerMetricName.typeLiteral934:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:unknownReferrerMetricName.typeLiteral934:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::unknownReferrerMetricName::typeLiteral934::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::unknownReferrerMetricName::typeLiteral934::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:unknownReferrerMetricName.typeLiteral934:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3877"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:visitCountUrls.typeLiteral930:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:visitCountUrls.typeLiteral930:type.","pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::visitCountUrls::typeLiteral930::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapIncrementality::typeLiteral923::variables::typeLiteral924::visitCountUrls::typeLiteral930::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapIncrementality.typeLiteral923:variables.typeLiteral924:visitCountUrls.typeLiteral930:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3861"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:enabled.typeLiteral918:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:enabled.typeLiteral918:type.","pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::enabled::typeLiteral918::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::enabled::typeLiteral918::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:enabled.typeLiteral918:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3814"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:task1Enabled.typeLiteral919:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:task1Enabled.typeLiteral919:type.","pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::task1Enabled::typeLiteral919::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::task1Enabled::typeLiteral919::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:task1Enabled.typeLiteral919:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3818"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:task1TaskId.typeLiteral920:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:task1TaskId.typeLiteral920:type.","pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::task1TaskId::typeLiteral920::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::task1TaskId::typeLiteral920::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:task1TaskId.typeLiteral920:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3822"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:visitCountingEnabled.typeLiteral921:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:visitCountingEnabled.typeLiteral921:type.","pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::visitCountingEnabled::typeLiteral921::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::visitCountingEnabled::typeLiteral921::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:visitCountingEnabled.typeLiteral921:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3826"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:visitCountingExperimentList.typeLiteral922:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:visitCountingExperimentList.typeLiteral922:type.","pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::visitCountingExperimentList::typeLiteral922::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dapTelemetry::typeLiteral916::variables::typeLiteral917::visitCountingExperimentList::typeLiteral922::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dapTelemetry.typeLiteral916:variables.typeLiteral917:visitCountingExperimentList.typeLiteral922:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3830"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:defaultWindowsLaunchOnLogin.typeLiteral1494:variables.typeLiteral1495:enabled.typeLiteral1496:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:defaultWindowsLaunchOnLogin.typeLiteral1494:variables.typeLiteral1495:enabled.typeLiteral1496:type.","pretty":"FeatureManifest::typeLiteral0::defaultWindowsLaunchOnLogin::typeLiteral1494::variables::typeLiteral1495::enabled::typeLiteral1496::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::defaultWindowsLaunchOnLogin::typeLiteral1494::variables::typeLiteral1495::enabled::typeLiteral1496::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:defaultWindowsLaunchOnLogin.typeLiteral1494:variables.typeLiteral1495:enabled.typeLiteral1496:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6081"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:deletePrivate.typeLiteral1480:variables.typeLiteral1481:enabled.typeLiteral1482:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:deletePrivate.typeLiteral1480:variables.typeLiteral1481:enabled.typeLiteral1482:type.","pretty":"FeatureManifest::typeLiteral0::deletePrivate::typeLiteral1480::variables::typeLiteral1481::enabled::typeLiteral1482::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::deletePrivate::typeLiteral1480::variables::typeLiteral1481::enabled::typeLiteral1482::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:deletePrivate.typeLiteral1480:variables.typeLiteral1481:enabled.typeLiteral1482:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6027"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:disableHttp3.typeLiteral791:variables.typeLiteral792:withThirdPartyRoots.typeLiteral793:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:disableHttp3.typeLiteral791:variables.typeLiteral792:withThirdPartyRoots.typeLiteral793:type.","pretty":"FeatureManifest::typeLiteral0::disableHttp3::typeLiteral791::variables::typeLiteral792::withThirdPartyRoots::typeLiteral793::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::disableHttp3::typeLiteral791::variables::typeLiteral792::withThirdPartyRoots::typeLiteral793::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:disableHttp3.typeLiteral791:variables.typeLiteral792:withThirdPartyRoots.typeLiteral793:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3320"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohMode.typeLiteral691:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohMode.typeLiteral691:type.","pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::dohMode::typeLiteral691::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::dohMode::typeLiteral691::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohMode.typeLiteral691:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2922"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohProviderList.typeLiteral695:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohProviderList.typeLiteral695:type.","pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::dohProviderList::typeLiteral695::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::dohProviderList::typeLiteral695::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohProviderList.typeLiteral695:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2938"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohProviderSteeringList.typeLiteral697:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohProviderSteeringList.typeLiteral697:type.","pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::dohProviderSteeringList::typeLiteral697::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::dohProviderSteeringList::typeLiteral697::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohProviderSteeringList.typeLiteral697:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2946"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohUri.typeLiteral693:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohUri.typeLiteral693:type.","pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::dohUri::typeLiteral693::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::dohUri::typeLiteral693::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:dohUri.typeLiteral693:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2930"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:nativeHTTPSRecords.typeLiteral699:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:nativeHTTPSRecords.typeLiteral699:type.","pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::nativeHTTPSRecords::typeLiteral699::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::nativeHTTPSRecords::typeLiteral699::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:nativeHTTPSRecords.typeLiteral699:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2954"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:trrMode.typeLiteral687:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:trrMode.typeLiteral687:type.","pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::trrMode::typeLiteral687::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::trrMode::typeLiteral687::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:trrMode.typeLiteral687:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2906"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:trrUri.typeLiteral689:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:trrUri.typeLiteral689:type.","pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::trrUri::typeLiteral689::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dohPrefs::typeLiteral685::variables::typeLiteral686::trrUri::typeLiteral689::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dohPrefs.typeLiteral685:variables.typeLiteral686:trrUri.typeLiteral689:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2914"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpConfigUri.typeLiteral707:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpConfigUri.typeLiteral707:type.","pretty":"FeatureManifest::typeLiteral0::dooh::typeLiteral701::variables::typeLiteral702::ohttpConfigUri::typeLiteral707::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dooh::typeLiteral701::variables::typeLiteral702::ohttpConfigUri::typeLiteral707::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpConfigUri.typeLiteral707:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2985"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpEnabled.typeLiteral703:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpEnabled.typeLiteral703:type.","pretty":"FeatureManifest::typeLiteral0::dooh::typeLiteral701::variables::typeLiteral702::ohttpEnabled::typeLiteral703::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dooh::typeLiteral701::variables::typeLiteral702::ohttpEnabled::typeLiteral703::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpEnabled.typeLiteral703:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2969"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpRelayUri.typeLiteral705:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpRelayUri.typeLiteral705:type.","pretty":"FeatureManifest::typeLiteral0::dooh::typeLiteral701::variables::typeLiteral702::ohttpRelayUri::typeLiteral705::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dooh::typeLiteral701::variables::typeLiteral702::ohttpRelayUri::typeLiteral705::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpRelayUri.typeLiteral705:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2977"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpUri.typeLiteral709:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpUri.typeLiteral709:type.","pretty":"FeatureManifest::typeLiteral0::dooh::typeLiteral701::variables::typeLiteral702::ohttpUri::typeLiteral709::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dooh::typeLiteral701::variables::typeLiteral702::ohttpUri::typeLiteral709::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dooh.typeLiteral701:variables.typeLiteral702:ohttpUri.typeLiteral709:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2993"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dtlsWebRTC.typeLiteral1318:variables.typeLiteral1319:tlsVersionDTLS.typeLiteral1320:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dtlsWebRTC.typeLiteral1318:variables.typeLiteral1319:tlsVersionDTLS.typeLiteral1320:type.","pretty":"FeatureManifest::typeLiteral0::dtlsWebRTC::typeLiteral1318::variables::typeLiteral1319::tlsVersionDTLS::typeLiteral1320::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::dtlsWebRTC::typeLiteral1318::variables::typeLiteral1319::tlsVersionDTLS::typeLiteral1320::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:dtlsWebRTC.typeLiteral1318:variables.typeLiteral1319:tlsVersionDTLS.typeLiteral1320:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5396"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:disableGreaseOnFallback.typeLiteral681:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:disableGreaseOnFallback.typeLiteral681:type.","pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::disableGreaseOnFallback::typeLiteral681::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::disableGreaseOnFallback::typeLiteral681::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:disableGreaseOnFallback.typeLiteral681:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2883"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:forceWaitHttpsRR.typeLiteral673:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:forceWaitHttpsRR.typeLiteral673:type.","pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::forceWaitHttpsRR::typeLiteral673::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::forceWaitHttpsRR::typeLiteral673::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:forceWaitHttpsRR.typeLiteral673:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2851"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:greasePaddingSize.typeLiteral683:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:greasePaddingSize.typeLiteral683:type.","pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::greasePaddingSize::typeLiteral683::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::greasePaddingSize::typeLiteral683::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:greasePaddingSize.typeLiteral683:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2891"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:h3Enabled.typeLiteral671:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:h3Enabled.typeLiteral671:type.","pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::h3Enabled::typeLiteral671::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::h3Enabled::typeLiteral671::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:h3Enabled.typeLiteral671:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2843"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:h3GreaseEnabled.typeLiteral679:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:h3GreaseEnabled.typeLiteral679:type.","pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::h3GreaseEnabled::typeLiteral679::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::h3GreaseEnabled::typeLiteral679::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:h3GreaseEnabled.typeLiteral679:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2875"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:insecureFallback.typeLiteral675:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:insecureFallback.typeLiteral675:type.","pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::insecureFallback::typeLiteral675::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::insecureFallback::typeLiteral675::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:insecureFallback.typeLiteral675:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2859"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:tlsEnabled.typeLiteral669:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:tlsEnabled.typeLiteral669:type.","pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::tlsEnabled::typeLiteral669::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::tlsEnabled::typeLiteral669::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:tlsEnabled.typeLiteral669:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2835"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:tlsGreaseProb.typeLiteral677:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:tlsGreaseProb.typeLiteral677:type.","pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::tlsGreaseProb::typeLiteral677::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::echPrefs::typeLiteral667::variables::typeLiteral668::tlsGreaseProb::typeLiteral677::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:echPrefs.typeLiteral667:variables.typeLiteral668:tlsGreaseProb.typeLiteral677:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2867"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:essentialFallbackDomains.typeLiteral787:variables.typeLiteral788:essentialDomainsEnabled.typeLiteral789:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:essentialFallbackDomains.typeLiteral787:variables.typeLiteral788:essentialDomainsEnabled.typeLiteral789:type.","pretty":"FeatureManifest::typeLiteral0::essentialFallbackDomains::typeLiteral787::variables::typeLiteral788::essentialDomainsEnabled::typeLiteral789::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::essentialFallbackDomains::typeLiteral787::variables::typeLiteral788::essentialDomainsEnabled::typeLiteral789::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:essentialFallbackDomains.typeLiteral787:variables.typeLiteral788:essentialDomainsEnabled.typeLiteral789:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3305"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:etpLevel2PBMPref.typeLiteral945:variables.typeLiteral946:enabled.typeLiteral947:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:etpLevel2PBMPref.typeLiteral945:variables.typeLiteral946:enabled.typeLiteral947:type.","pretty":"FeatureManifest::typeLiteral0::etpLevel2PBMPref::typeLiteral945::variables::typeLiteral946::enabled::typeLiteral947::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::etpLevel2PBMPref::typeLiteral945::variables::typeLiteral946::enabled::typeLiteral947::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:etpLevel2PBMPref.typeLiteral945:variables.typeLiteral946:enabled.typeLiteral947:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3928"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:etpStrictFeatures.typeLiteral949:variables.typeLiteral950:features.typeLiteral951:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:etpStrictFeatures.typeLiteral949:variables.typeLiteral950:features.typeLiteral951:type.","pretty":"FeatureManifest::typeLiteral0::etpStrictFeatures::typeLiteral949::variables::typeLiteral950::features::typeLiteral951::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::etpStrictFeatures::typeLiteral949::variables::typeLiteral950::features::typeLiteral951::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:etpStrictFeatures.typeLiteral949:variables.typeLiteral950:features.typeLiteral951:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3943"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:expandSignInButton.typeLiteral1471:variables.typeLiteral1472:ctaCopyVariant.typeLiteral1473:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:expandSignInButton.typeLiteral1471:variables.typeLiteral1472:ctaCopyVariant.typeLiteral1473:type.","pretty":"FeatureManifest::typeLiteral0::expandSignInButton::typeLiteral1471::variables::typeLiteral1472::ctaCopyVariant::typeLiteral1473::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::expandSignInButton::typeLiteral1471::variables::typeLiteral1472::ctaCopyVariant::typeLiteral1473::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:expandSignInButton.typeLiteral1471:variables.typeLiteral1472:ctaCopyVariant.typeLiteral1473:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5994"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:externalLinkHandling.typeLiteral1407:variables.typeLiteral1408:openBehavior.typeLiteral1409:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:externalLinkHandling.typeLiteral1407:variables.typeLiteral1408:openBehavior.typeLiteral1409:type.","pretty":"FeatureManifest::typeLiteral0::externalLinkHandling::typeLiteral1407::variables::typeLiteral1408::openBehavior::typeLiteral1409::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::externalLinkHandling::typeLiteral1407::variables::typeLiteral1408::openBehavior::typeLiteral1409::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:externalLinkHandling.typeLiteral1407:variables.typeLiteral1408:openBehavior.typeLiteral1409:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5747"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:feltPrivacy.typeLiteral1238:variables.typeLiteral1239:feltPrivacy.typeLiteral1240:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:feltPrivacy.typeLiteral1238:variables.typeLiteral1239:feltPrivacy.typeLiteral1240:type.","pretty":"FeatureManifest::typeLiteral0::feltPrivacy::typeLiteral1238::variables::typeLiteral1239::feltPrivacy::typeLiteral1240::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::feltPrivacy::typeLiteral1238::variables::typeLiteral1239::feltPrivacy::typeLiteral1240::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:feltPrivacy.typeLiteral1238:variables.typeLiteral1239:feltPrivacy.typeLiteral1240:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5076"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:feltPrivacy.typeLiteral1238:variables.typeLiteral1239:resetPBMAction.typeLiteral1242:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:feltPrivacy.typeLiteral1238:variables.typeLiteral1239:resetPBMAction.typeLiteral1242:type.","pretty":"FeatureManifest::typeLiteral0::feltPrivacy::typeLiteral1238::variables::typeLiteral1239::resetPBMAction::typeLiteral1242::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::feltPrivacy::typeLiteral1238::variables::typeLiteral1239::resetPBMAction::typeLiteral1242::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:feltPrivacy.typeLiteral1238:variables.typeLiteral1239:resetPBMAction.typeLiteral1242:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5084"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:canvas_random_use_siphash.typeLiteral1030:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:canvas_random_use_siphash.typeLiteral1030:type.","pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::canvas_random_use_siphash::typeLiteral1030::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::canvas_random_use_siphash::typeLiteral1030::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:canvas_random_use_siphash.typeLiteral1030:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4249"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledBaseline.typeLiteral1032:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledBaseline.typeLiteral1032:type.","pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::enabledBaseline::typeLiteral1032::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::enabledBaseline::typeLiteral1032::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledBaseline.typeLiteral1032:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4257"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledNormal.typeLiteral1022:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledNormal.typeLiteral1022:type.","pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::enabledNormal::typeLiteral1022::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::enabledNormal::typeLiteral1022::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledNormal.typeLiteral1022:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4217"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledPrivate.typeLiteral1024:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledPrivate.typeLiteral1024:type.","pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::enabledPrivate::typeLiteral1024::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::enabledPrivate::typeLiteral1024::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:enabledPrivate.typeLiteral1024:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4225"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:fdlibm_math.typeLiteral1028:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:fdlibm_math.typeLiteral1028:type.","pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::fdlibm_math::typeLiteral1028::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::fdlibm_math::typeLiteral1028::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:fdlibm_math.typeLiteral1028:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4241"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:overrides.typeLiteral1026:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:overrides.typeLiteral1026:type.","pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::overrides::typeLiteral1026::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::overrides::typeLiteral1026::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:overrides.typeLiteral1026:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4233"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:overridesBaseline.typeLiteral1034:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:overridesBaseline.typeLiteral1034:type.","pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::overridesBaseline::typeLiteral1034::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fingerprintingProtection::typeLiteral1020::variables::typeLiteral1021::overridesBaseline::typeLiteral1034::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fingerprintingProtection.typeLiteral1020:variables.typeLiteral1021:overridesBaseline.typeLiteral1034:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4265"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:firefoxBridge.typeLiteral202:variables.typeLiteral203:enabled.typeLiteral204:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:firefoxBridge.typeLiteral202:variables.typeLiteral203:enabled.typeLiteral204:type.","pretty":"FeatureManifest::typeLiteral0::firefoxBridge::typeLiteral202::variables::typeLiteral203::enabled::typeLiteral204::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::firefoxBridge::typeLiteral202::variables::typeLiteral203::enabled::typeLiteral204::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:firefoxBridge.typeLiteral202:variables.typeLiteral203:enabled.typeLiteral204:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#868"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fullPageTranslation.typeLiteral537:variables.typeLiteral538:boolean.typeLiteral539:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fullPageTranslation.typeLiteral537:variables.typeLiteral538:boolean.typeLiteral539:type.","pretty":"FeatureManifest::typeLiteral0::fullPageTranslation::typeLiteral537::variables::typeLiteral538::boolean::typeLiteral539::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fullPageTranslation::typeLiteral537::variables::typeLiteral538::boolean::typeLiteral539::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fullPageTranslation.typeLiteral537:variables.typeLiteral538:boolean.typeLiteral539:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2229"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fullPageTranslationAutomaticPopup.typeLiteral541:variables.typeLiteral542:boolean.typeLiteral543:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fullPageTranslationAutomaticPopup.typeLiteral541:variables.typeLiteral542:boolean.typeLiteral543:type.","pretty":"FeatureManifest::typeLiteral0::fullPageTranslationAutomaticPopup::typeLiteral541::variables::typeLiteral542::boolean::typeLiteral543::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fullPageTranslationAutomaticPopup::typeLiteral541::variables::typeLiteral542::boolean::typeLiteral543::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fullPageTranslationAutomaticPopup.typeLiteral541:variables.typeLiteral542:boolean.typeLiteral543:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2244"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaAppMenuItem.typeLiteral1000:variables.typeLiteral1001:ctaCopyVariant.typeLiteral1002:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaAppMenuItem.typeLiteral1000:variables.typeLiteral1001:ctaCopyVariant.typeLiteral1002:type.","pretty":"FeatureManifest::typeLiteral0::fxaAppMenuItem::typeLiteral1000::variables::typeLiteral1001::ctaCopyVariant::typeLiteral1002::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaAppMenuItem::typeLiteral1000::variables::typeLiteral1001::ctaCopyVariant::typeLiteral1002::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaAppMenuItem.typeLiteral1000:variables.typeLiteral1001:ctaCopyVariant.typeLiteral1002:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4141"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaAvatarMenuItem.typeLiteral1003:variables.typeLiteral1004:ctaCopyVariant.typeLiteral1005:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaAvatarMenuItem.typeLiteral1003:variables.typeLiteral1004:ctaCopyVariant.typeLiteral1005:type.","pretty":"FeatureManifest::typeLiteral0::fxaAvatarMenuItem::typeLiteral1003::variables::typeLiteral1004::ctaCopyVariant::typeLiteral1005::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaAvatarMenuItem::typeLiteral1003::variables::typeLiteral1004::ctaCopyVariant::typeLiteral1005::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaAvatarMenuItem.typeLiteral1003:variables.typeLiteral1004:ctaCopyVariant.typeLiteral1005:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4153"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:avatarIconVariant.typeLiteral995:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:avatarIconVariant.typeLiteral995:type.","pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::avatarIconVariant::typeLiteral995::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::avatarIconVariant::typeLiteral995::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:avatarIconVariant.typeLiteral995:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4114"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:boolean.typeLiteral985:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:boolean.typeLiteral985:type.","pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::boolean::typeLiteral985::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::boolean::typeLiteral985::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:boolean.typeLiteral985:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4074"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:monitorEnabled.typeLiteral989:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:monitorEnabled.typeLiteral989:type.","pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::monitorEnabled::typeLiteral989::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::monitorEnabled::typeLiteral989::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:monitorEnabled.typeLiteral989:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4090"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:pxiToolbarEnabled.typeLiteral987:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:pxiToolbarEnabled.typeLiteral987:type.","pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::pxiToolbarEnabled::typeLiteral987::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::pxiToolbarEnabled::typeLiteral987::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:pxiToolbarEnabled.typeLiteral987:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4082"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:relayEnabled.typeLiteral991:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:relayEnabled.typeLiteral991:type.","pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::relayEnabled::typeLiteral991::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::relayEnabled::typeLiteral991::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:relayEnabled.typeLiteral991:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4098"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:vpnEnabled.typeLiteral993:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:vpnEnabled.typeLiteral993:type.","pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::vpnEnabled::typeLiteral993::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaButtonVisibility::typeLiteral983::variables::typeLiteral984::vpnEnabled::typeLiteral993::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaButtonVisibility.typeLiteral983:variables.typeLiteral984:vpnEnabled.typeLiteral993:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4106"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaClientAssociation.typeLiteral996:variables.typeLiteral997:pingEnabled.typeLiteral998:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaClientAssociation.typeLiteral996:variables.typeLiteral997:pingEnabled.typeLiteral998:type.","pretty":"FeatureManifest::typeLiteral0::fxaClientAssociation::typeLiteral996::variables::typeLiteral997::pingEnabled::typeLiteral998::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::fxaClientAssociation::typeLiteral996::variables::typeLiteral997::pingEnabled::typeLiteral998::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:fxaClientAssociation.typeLiteral996:variables.typeLiteral997:pingEnabled.typeLiteral998:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4125"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_allocation_threshold_mb.typeLiteral1072:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_allocation_threshold_mb.typeLiteral1072:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_allocation_threshold_mb::typeLiteral1072::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_allocation_threshold_mb::typeLiteral1072::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_allocation_threshold_mb.typeLiteral1072:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4413"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_balanced_heap_limits.typeLiteral1074:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_balanced_heap_limits.typeLiteral1074:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_balanced_heap_limits::typeLiteral1074::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_balanced_heap_limits::typeLiteral1074::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_balanced_heap_limits.typeLiteral1074:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4421"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_compacting.typeLiteral1076:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_compacting.typeLiteral1076:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_compacting::typeLiteral1076::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_compacting::typeLiteral1076::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_compacting.typeLiteral1076:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4429"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_generational.typeLiteral1078:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_generational.typeLiteral1078:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_generational::typeLiteral1078::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_generational::typeLiteral1078::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_generational.typeLiteral1078:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4437"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_heap_growth_factor.typeLiteral1080:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_heap_growth_factor.typeLiteral1080:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_heap_growth_factor::typeLiteral1080::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_heap_growth_factor::typeLiteral1080::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_heap_growth_factor.typeLiteral1080:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4445"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_helper_thread_ratio.typeLiteral1082:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_helper_thread_ratio.typeLiteral1082:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_helper_thread_ratio::typeLiteral1082::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_helper_thread_ratio::typeLiteral1082::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_helper_thread_ratio.typeLiteral1082:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4453"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_large_heap_growth.typeLiteral1084:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_large_heap_growth.typeLiteral1084:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_high_frequency_large_heap_growth::typeLiteral1084::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_high_frequency_large_heap_growth::typeLiteral1084::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_large_heap_growth.typeLiteral1084:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4461"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_small_heap_growth.typeLiteral1086:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_small_heap_growth.typeLiteral1086:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_high_frequency_small_heap_growth::typeLiteral1086::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_high_frequency_small_heap_growth::typeLiteral1086::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_small_heap_growth.typeLiteral1086:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4469"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_time_limit_ms.typeLiteral1088:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_time_limit_ms.typeLiteral1088:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_high_frequency_time_limit_ms::typeLiteral1088::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_high_frequency_time_limit_ms::typeLiteral1088::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_high_frequency_time_limit_ms.typeLiteral1088:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4477"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_incremental.typeLiteral1090:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_incremental.typeLiteral1090:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_incremental::typeLiteral1090::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_incremental::typeLiteral1090::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_incremental.typeLiteral1090:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4485"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_incremental_slice_ms.typeLiteral1094:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_incremental_slice_ms.typeLiteral1094:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_incremental_slice_ms::typeLiteral1094::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_incremental_slice_ms::typeLiteral1094::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_incremental_slice_ms.typeLiteral1094:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4501"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_large_heap_incremental_limit.typeLiteral1096:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_large_heap_incremental_limit.typeLiteral1096:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_large_heap_incremental_limit::typeLiteral1096::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_large_heap_incremental_limit::typeLiteral1096::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_large_heap_incremental_limit.typeLiteral1096:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4509"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_large_heap_size_min_mb.typeLiteral1098:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_large_heap_size_min_mb.typeLiteral1098:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_large_heap_size_min_mb::typeLiteral1098::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_large_heap_size_min_mb::typeLiteral1098::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_large_heap_size_min_mb.typeLiteral1098:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4517"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_low_frequency_heap_growth.typeLiteral1100:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_low_frequency_heap_growth.typeLiteral1100:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_low_frequency_heap_growth::typeLiteral1100::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_low_frequency_heap_growth::typeLiteral1100::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_low_frequency_heap_growth.typeLiteral1100:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4525"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_malloc_threshold_base_mb.typeLiteral1102:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_malloc_threshold_base_mb.typeLiteral1102:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_malloc_threshold_base_mb::typeLiteral1102::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_malloc_threshold_base_mb::typeLiteral1102::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_malloc_threshold_base_mb.typeLiteral1102:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4533"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_empty_chunk_count.typeLiteral1104:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_empty_chunk_count.typeLiteral1104:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_max_empty_chunk_count::typeLiteral1104::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_max_empty_chunk_count::typeLiteral1104::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_empty_chunk_count.typeLiteral1104:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4541"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_helper_threads.typeLiteral1106:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_helper_threads.typeLiteral1106:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_max_helper_threads::typeLiteral1106::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_max_helper_threads::typeLiteral1106::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_helper_threads.typeLiteral1106:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4549"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_parallel_marking_threads.typeLiteral1114:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_parallel_marking_threads.typeLiteral1114:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_max_parallel_marking_threads::typeLiteral1114::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_max_parallel_marking_threads::typeLiteral1114::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_max_parallel_marking_threads.typeLiteral1114:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4581"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_min_empty_chunk_count.typeLiteral1108:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_min_empty_chunk_count.typeLiteral1108:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_min_empty_chunk_count::typeLiteral1108::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_min_empty_chunk_count::typeLiteral1108::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_min_empty_chunk_count.typeLiteral1108:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4557"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_parallel_marking.typeLiteral1110:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_parallel_marking.typeLiteral1110:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_parallel_marking::typeLiteral1110::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_parallel_marking::typeLiteral1110::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_parallel_marking.typeLiteral1110:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4565"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_parallel_marking_threshold_mb.typeLiteral1112:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_parallel_marking_threshold_mb.typeLiteral1112:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_parallel_marking_threshold_mb::typeLiteral1112::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_parallel_marking_threshold_mb::typeLiteral1112::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_parallel_marking_threshold_mb.typeLiteral1112:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4573"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_per_zone.typeLiteral1116:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_per_zone.typeLiteral1116:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_per_zone::typeLiteral1116::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_per_zone::typeLiteral1116::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_per_zone.typeLiteral1116:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4589"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_small_heap_incremental_limit.typeLiteral1118:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_small_heap_incremental_limit.typeLiteral1118:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_small_heap_incremental_limit::typeLiteral1118::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_small_heap_incremental_limit::typeLiteral1118::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_small_heap_incremental_limit.typeLiteral1118:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4597"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_small_heap_size_max_mb.typeLiteral1120:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_small_heap_size_max_mb.typeLiteral1120:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_small_heap_size_max_mb::typeLiteral1120::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_small_heap_size_max_mb::typeLiteral1120::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_small_heap_size_max_mb.typeLiteral1120:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4605"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_urgent_threshold_mb.typeLiteral1122:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_urgent_threshold_mb.typeLiteral1122:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_urgent_threshold_mb::typeLiteral1122::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::gc_urgent_threshold_mb::typeLiteral1122::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:gc_urgent_threshold_mb.typeLiteral1122:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4613"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:incremental_weakmap.typeLiteral1092:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:incremental_weakmap.typeLiteral1092:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::incremental_weakmap::typeLiteral1092::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::incremental_weakmap::typeLiteral1092::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:incremental_weakmap.typeLiteral1092:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4493"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:max_nursery_size.typeLiteral1068:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:max_nursery_size.typeLiteral1068:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::max_nursery_size::typeLiteral1068::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::max_nursery_size::typeLiteral1068::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:max_nursery_size.typeLiteral1068:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4397"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:min_nursery_size.typeLiteral1070:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:min_nursery_size.typeLiteral1070:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::min_nursery_size::typeLiteral1070::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::min_nursery_size::typeLiteral1070::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:min_nursery_size.typeLiteral1070:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4405"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_threshold_kb.typeLiteral1124:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_threshold_kb.typeLiteral1124:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::nursery_eager_collection_threshold_kb::typeLiteral1124::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::nursery_eager_collection_threshold_kb::typeLiteral1124::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_threshold_kb.typeLiteral1124:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4621"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_threshold_percent.typeLiteral1126:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_threshold_percent.typeLiteral1126:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::nursery_eager_collection_threshold_percent::typeLiteral1126::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::nursery_eager_collection_threshold_percent::typeLiteral1126::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_threshold_percent.typeLiteral1126:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4629"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_timeout_ms.typeLiteral1128:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_timeout_ms.typeLiteral1128:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::nursery_eager_collection_timeout_ms::typeLiteral1128::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::nursery_eager_collection_timeout_ms::typeLiteral1128::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_eager_collection_timeout_ms.typeLiteral1128:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4637"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_max_time_goal_ms.typeLiteral1130:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_max_time_goal_ms.typeLiteral1130:type.","pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::nursery_max_time_goal_ms::typeLiteral1130::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gc::typeLiteral1066::variables::typeLiteral1067::nursery_max_time_goal_ms::typeLiteral1130::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gc.typeLiteral1066:variables.typeLiteral1067:nursery_max_time_goal_ms.typeLiteral1130:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4645"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:glean.typeLiteral644:variables.typeLiteral645:gleanMetricConfiguration.typeLiteral646:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:glean.typeLiteral644:variables.typeLiteral645:gleanMetricConfiguration.typeLiteral646:type.","pretty":"FeatureManifest::typeLiteral0::glean::typeLiteral644::variables::typeLiteral645::gleanMetricConfiguration::typeLiteral646::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::glean::typeLiteral644::variables::typeLiteral645::gleanMetricConfiguration::typeLiteral646::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:glean.typeLiteral644:variables.typeLiteral645:gleanMetricConfiguration.typeLiteral646:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2744"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:finalInactive.typeLiteral649:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:finalInactive.typeLiteral649:type.","pretty":"FeatureManifest::typeLiteral0::gleanInternalSdk::typeLiteral647::variables::typeLiteral648::finalInactive::typeLiteral649::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gleanInternalSdk::typeLiteral647::variables::typeLiteral648::finalInactive::typeLiteral649::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:finalInactive.typeLiteral649:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2756"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:gleanMaxPingsPerMinute.typeLiteral652:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:gleanMaxPingsPerMinute.typeLiteral652:type.","pretty":"FeatureManifest::typeLiteral0::gleanInternalSdk::typeLiteral647::variables::typeLiteral648::gleanMaxPingsPerMinute::typeLiteral652::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gleanInternalSdk::typeLiteral647::variables::typeLiteral648::gleanMaxPingsPerMinute::typeLiteral652::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:gleanMaxPingsPerMinute.typeLiteral652:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2768"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:gleanMetricConfiguration.typeLiteral651:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:gleanMetricConfiguration.typeLiteral651:type.","pretty":"FeatureManifest::typeLiteral0::gleanInternalSdk::typeLiteral647::variables::typeLiteral648::gleanMetricConfiguration::typeLiteral651::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::gleanInternalSdk::typeLiteral647::variables::typeLiteral648::gleanMetricConfiguration::typeLiteral651::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:gleanInternalSdk.typeLiteral647:variables.typeLiteral648:gleanMetricConfiguration.typeLiteral651:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2764"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:googleSafeBrowsingV5.typeLiteral963:variables.typeLiteral964:enabled.typeLiteral965:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:googleSafeBrowsingV5.typeLiteral963:variables.typeLiteral964:enabled.typeLiteral965:type.","pretty":"FeatureManifest::typeLiteral0::googleSafeBrowsingV5::typeLiteral963::variables::typeLiteral964::enabled::typeLiteral965::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::googleSafeBrowsingV5::typeLiteral963::variables::typeLiteral964::enabled::typeLiteral965::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:googleSafeBrowsingV5.typeLiteral963:variables.typeLiteral964:enabled.typeLiteral965:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3996"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:graphics.typeLiteral1555:variables.typeLiteral1556:gfx_webrender_all.typeLiteral1557:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:graphics.typeLiteral1555:variables.typeLiteral1556:gfx_webrender_all.typeLiteral1557:type.","pretty":"FeatureManifest::typeLiteral0::graphics::typeLiteral1555::variables::typeLiteral1556::gfx_webrender_all::typeLiteral1557::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::graphics::typeLiteral1555::variables::typeLiteral1556::gfx_webrender_all::typeLiteral1557::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:graphics.typeLiteral1555:variables.typeLiteral1556:gfx_webrender_all.typeLiteral1557:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6322"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:graphics.typeLiteral1555:variables.typeLiteral1556:layers_acceleration_force_enabled.typeLiteral1559:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:graphics.typeLiteral1555:variables.typeLiteral1556:layers_acceleration_force_enabled.typeLiteral1559:type.","pretty":"FeatureManifest::typeLiteral0::graphics::typeLiteral1555::variables::typeLiteral1556::layers_acceleration_force_enabled::typeLiteral1559::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::graphics::typeLiteral1555::variables::typeLiteral1556::layers_acceleration_force_enabled::typeLiteral1559::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:graphics.typeLiteral1555:variables.typeLiteral1556:layers_acceleration_force_enabled.typeLiteral1559:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6330"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:backgroundTimerMs.typeLiteral1286:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:backgroundTimerMs.typeLiteral1286:type.","pretty":"FeatureManifest::typeLiteral0::httpsFirst::typeLiteral1278::variables::typeLiteral1279::backgroundTimerMs::typeLiteral1286::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::httpsFirst::typeLiteral1278::variables::typeLiteral1279::backgroundTimerMs::typeLiteral1286::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:backgroundTimerMs.typeLiteral1286:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5263"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabled.typeLiteral1280:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabled.typeLiteral1280:type.","pretty":"FeatureManifest::typeLiteral0::httpsFirst::typeLiteral1278::variables::typeLiteral1279::enabled::typeLiteral1280::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::httpsFirst::typeLiteral1278::variables::typeLiteral1279::enabled::typeLiteral1280::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabled.typeLiteral1280:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5239"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabledPbm.typeLiteral1282:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabledPbm.typeLiteral1282:type.","pretty":"FeatureManifest::typeLiteral0::httpsFirst::typeLiteral1278::variables::typeLiteral1279::enabledPbm::typeLiteral1282::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::httpsFirst::typeLiteral1278::variables::typeLiteral1279::enabledPbm::typeLiteral1282::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabledPbm.typeLiteral1282:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5247"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabledSchemeless.typeLiteral1284:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabledSchemeless.typeLiteral1284:type.","pretty":"FeatureManifest::typeLiteral0::httpsFirst::typeLiteral1278::variables::typeLiteral1279::enabledSchemeless::typeLiteral1284::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::httpsFirst::typeLiteral1278::variables::typeLiteral1279::enabledSchemeless::typeLiteral1284::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:httpsFirst.typeLiteral1278:variables.typeLiteral1279:enabledSchemeless.typeLiteral1284:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5255"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:image.typeLiteral1561:variables.typeLiteral1562:image_cache_size.typeLiteral1563:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:image.typeLiteral1561:variables.typeLiteral1562:image_cache_size.typeLiteral1563:type.","pretty":"FeatureManifest::typeLiteral0::image::typeLiteral1561::variables::typeLiteral1562::image_cache_size::typeLiteral1563::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::image::typeLiteral1561::variables::typeLiteral1562::image_cache_size::typeLiteral1563::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:image.typeLiteral1561:variables.typeLiteral1562:image_cache_size.typeLiteral1563:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6345"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:image.typeLiteral1561:variables.typeLiteral1562:image_mem_decode_bytes_at_a_time.typeLiteral1565:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:image.typeLiteral1561:variables.typeLiteral1562:image_mem_decode_bytes_at_a_time.typeLiteral1565:type.","pretty":"FeatureManifest::typeLiteral0::image::typeLiteral1561::variables::typeLiteral1562::image_mem_decode_bytes_at_a_time::typeLiteral1565::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::image::typeLiteral1561::variables::typeLiteral1562::image_mem_decode_bytes_at_a_time::typeLiteral1565::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:image.typeLiteral1561:variables.typeLiteral1562:image_mem_decode_bytes_at_a_time.typeLiteral1565:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6353"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipProtection.typeLiteral1484:variables.typeLiteral1485:bandwidthMax.typeLiteral1488:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipProtection.typeLiteral1484:variables.typeLiteral1485:bandwidthMax.typeLiteral1488:type.","pretty":"FeatureManifest::typeLiteral0::ipProtection::typeLiteral1484::variables::typeLiteral1485::bandwidthMax::typeLiteral1488::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipProtection::typeLiteral1484::variables::typeLiteral1485::bandwidthMax::typeLiteral1488::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipProtection.typeLiteral1484:variables.typeLiteral1485:bandwidthMax.typeLiteral1488:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6050"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipProtection.typeLiteral1484:variables.typeLiteral1485:enabled.typeLiteral1486:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipProtection.typeLiteral1484:variables.typeLiteral1485:enabled.typeLiteral1486:type.","pretty":"FeatureManifest::typeLiteral0::ipProtection::typeLiteral1484::variables::typeLiteral1485::enabled::typeLiteral1486::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipProtection::typeLiteral1484::variables::typeLiteral1485::enabled::typeLiteral1486::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipProtection.typeLiteral1484:variables.typeLiteral1485:enabled.typeLiteral1486:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6042"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:backend_mach.typeLiteral1537:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:backend_mach.typeLiteral1537:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::backend_mach::typeLiteral1537::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::backend_mach::typeLiteral1537::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:backend_mach.typeLiteral1537:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6243"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:preallocated_lowmem_mb.typeLiteral1545:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:preallocated_lowmem_mb.typeLiteral1545:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::preallocated_lowmem_mb::typeLiteral1545::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::preallocated_lowmem_mb::typeLiteral1545::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:preallocated_lowmem_mb.typeLiteral1545:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6275"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:preallocated_process_count.typeLiteral1543:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:preallocated_process_count.typeLiteral1543:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::preallocated_process_count::typeLiteral1543::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::preallocated_process_count::typeLiteral1543::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:preallocated_process_count.typeLiteral1543:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6267"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_grace_period_ms.typeLiteral1549:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_grace_period_ms.typeLiteral1549:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::priority_manager_background_grace_period_ms::typeLiteral1549::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::priority_manager_background_grace_period_ms::typeLiteral1549::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_grace_period_ms.typeLiteral1549:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6291"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_perceivable_grace_period_ms.typeLiteral1551:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_perceivable_grace_period_ms.typeLiteral1551:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::priority_manager_background_perceivable_grace_period_ms::typeLiteral1551::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::priority_manager_background_perceivable_grace_period_ms::typeLiteral1551::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_perceivable_grace_period_ms.typeLiteral1551:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6299"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_uses_ecoqos.typeLiteral1553:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_uses_ecoqos.typeLiteral1553:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::priority_manager_background_uses_ecoqos::typeLiteral1553::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::priority_manager_background_uses_ecoqos::typeLiteral1553::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_background_uses_ecoqos.typeLiteral1553:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6307"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_enabled.typeLiteral1547:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_enabled.typeLiteral1547:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::priority_manager_enabled::typeLiteral1547::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::priority_manager_enabled::typeLiteral1547::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:priority_manager_enabled.typeLiteral1547:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6283"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:process_count.typeLiteral1539:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:process_count.typeLiteral1539:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::process_count::typeLiteral1539::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::process_count::typeLiteral1539::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:process_count.typeLiteral1539:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6251"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:process_count_web_isolated.typeLiteral1541:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:process_count_web_isolated.typeLiteral1541:type.","pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::process_count_web_isolated::typeLiteral1541::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::ipc::typeLiteral1535::variables::typeLiteral1536::process_count_web_isolated::typeLiteral1541::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:ipc.typeLiteral1535:variables.typeLiteral1536:process_count_web_isolated.typeLiteral1541:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6259"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitHintsCache.typeLiteral1150:variables.typeLiteral1151:enabled.typeLiteral1152:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitHintsCache.typeLiteral1150:variables.typeLiteral1151:enabled.typeLiteral1152:type.","pretty":"FeatureManifest::typeLiteral0::jitHintsCache::typeLiteral1150::variables::typeLiteral1151::enabled::typeLiteral1152::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::jitHintsCache::typeLiteral1150::variables::typeLiteral1151::enabled::typeLiteral1152::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitHintsCache.typeLiteral1150:variables.typeLiteral1151:enabled.typeLiteral1152:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4730"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:baseline_threshold.typeLiteral1140:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:baseline_threshold.typeLiteral1140:type.","pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::baseline_threshold::typeLiteral1140::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::baseline_threshold::typeLiteral1140::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:baseline_threshold.typeLiteral1140:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4683"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:blinterp_threshold.typeLiteral1138:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:blinterp_threshold.typeLiteral1138:type.","pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::blinterp_threshold::typeLiteral1138::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::blinterp_threshold::typeLiteral1138::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:blinterp_threshold.typeLiteral1138:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4675"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:inlining_max_length.typeLiteral1148:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:inlining_max_length.typeLiteral1148:type.","pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::inlining_max_length::typeLiteral1148::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::inlining_max_length::typeLiteral1148::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:inlining_max_length.typeLiteral1148:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4715"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_bailout_threshold.typeLiteral1144:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_bailout_threshold.typeLiteral1144:type.","pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::ion_bailout_threshold::typeLiteral1144::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::ion_bailout_threshold::typeLiteral1144::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_bailout_threshold.typeLiteral1144:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4699"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_offthread_compilation.typeLiteral1146:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_offthread_compilation.typeLiteral1146:type.","pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::ion_offthread_compilation::typeLiteral1146::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::ion_offthread_compilation::typeLiteral1146::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_offthread_compilation.typeLiteral1146:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4707"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_threshold.typeLiteral1142:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_threshold.typeLiteral1142:type.","pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::ion_threshold::typeLiteral1142::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::jitThresholds::typeLiteral1136::variables::typeLiteral1137::ion_threshold::typeLiteral1142::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jitThresholds.typeLiteral1136:variables.typeLiteral1137:ion_threshold.typeLiteral1142:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4691"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jsParallelParsing.typeLiteral1132:variables.typeLiteral1133:enabled.typeLiteral1134:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jsParallelParsing.typeLiteral1132:variables.typeLiteral1133:enabled.typeLiteral1134:type.","pretty":"FeatureManifest::typeLiteral0::jsParallelParsing::typeLiteral1132::variables::typeLiteral1133::enabled::typeLiteral1134::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::jsParallelParsing::typeLiteral1132::variables::typeLiteral1133::enabled::typeLiteral1134::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:jsParallelParsing.typeLiteral1132:variables.typeLiteral1133:enabled.typeLiteral1134:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4660"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:frame_rate.typeLiteral1521:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:frame_rate.typeLiteral1521:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::frame_rate::typeLiteral1521::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::frame_rate::typeLiteral1521::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:frame_rate.typeLiteral1521:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6180"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:frame_rate_throttled.typeLiteral1523:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:frame_rate_throttled.typeLiteral1523:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::frame_rate_throttled::typeLiteral1523::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::frame_rate_throttled::typeLiteral1523::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:frame_rate_throttled.typeLiteral1523:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6188"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:initialpaint_delay.typeLiteral1529:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:initialpaint_delay.typeLiteral1529:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::initialpaint_delay::typeLiteral1529::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::initialpaint_delay::typeLiteral1529::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:initialpaint_delay.typeLiteral1529:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6212"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:initialpaint_delay_oopif.typeLiteral1531:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:initialpaint_delay_oopif.typeLiteral1531:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::initialpaint_delay_oopif::typeLiteral1531::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::initialpaint_delay_oopif::typeLiteral1531::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:initialpaint_delay_oopif.typeLiteral1531:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6220"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:lower_priority_refresh_driver_during_load.typeLiteral1509:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:lower_priority_refresh_driver_during_load.typeLiteral1509:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::lower_priority_refresh_driver_during_load::typeLiteral1509::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::lower_priority_refresh_driver_during_load::typeLiteral1509::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:lower_priority_refresh_driver_during_load.typeLiteral1509:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6132"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:min_background_timeout_value_without_budget_throttling.typeLiteral1525:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:min_background_timeout_value_without_budget_throttling.typeLiteral1525:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::min_background_timeout_value_without_budget_throttling::typeLiteral1525::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::min_background_timeout_value_without_budget_throttling::typeLiteral1525::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:min_background_timeout_value_without_budget_throttling.typeLiteral1525:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6196"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:page_load_deprioritization_period.typeLiteral1533:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:page_load_deprioritization_period.typeLiteral1533:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::page_load_deprioritization_period::typeLiteral1533::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::page_load_deprioritization_period::typeLiteral1533::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:page_load_deprioritization_period.typeLiteral1533:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6228"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionhistory_max_total_viewers.typeLiteral1517:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionhistory_max_total_viewers.typeLiteral1517:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::sessionhistory_max_total_viewers::typeLiteral1517::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::sessionhistory_max_total_viewers::typeLiteral1517::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionhistory_max_total_viewers.typeLiteral1517:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6164"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_interval.typeLiteral1515:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_interval.typeLiteral1515:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::sessionstore_interval::typeLiteral1515::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::sessionstore_interval::typeLiteral1515::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_interval.typeLiteral1515:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6156"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_max_tabs_undo.typeLiteral1511:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_max_tabs_undo.typeLiteral1511:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::sessionstore_max_tabs_undo::typeLiteral1511::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::sessionstore_max_tabs_undo::typeLiteral1511::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_max_tabs_undo.typeLiteral1511:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6140"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_max_windows_undo.typeLiteral1513:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_max_windows_undo.typeLiteral1513:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::sessionstore_max_windows_undo::typeLiteral1513::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::sessionstore_max_windows_undo::typeLiteral1513::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:sessionstore_max_windows_undo.typeLiteral1513:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6148"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:smooth_scroll.typeLiteral1519:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:smooth_scroll.typeLiteral1519:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::smooth_scroll::typeLiteral1519::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::smooth_scroll::typeLiteral1519::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:smooth_scroll.typeLiteral1519:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6172"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:timeout_throttling_delay.typeLiteral1527:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:timeout_throttling_delay.typeLiteral1527:type.","pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::timeout_throttling_delay::typeLiteral1527::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::layout::typeLiteral1507::variables::typeLiteral1508::timeout_throttling_delay::typeLiteral1527::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:layout.typeLiteral1507:variables.typeLiteral1508:timeout_throttling_delay.typeLiteral1527:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6204"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyHeartbeat.typeLiteral1006:variables.typeLiteral1008:survey.typeLiteral1009:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyHeartbeat.typeLiteral1006:variables.typeLiteral1008:survey.typeLiteral1009:type.","pretty":"FeatureManifest::typeLiteral0::legacyHeartbeat::typeLiteral1006::variables::typeLiteral1008::survey::typeLiteral1009::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::legacyHeartbeat::typeLiteral1006::variables::typeLiteral1008::survey::typeLiteral1009::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyHeartbeat.typeLiteral1006:variables.typeLiteral1008:survey.typeLiteral1009:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4167"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disableMainPingHgrams.typeLiteral658:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disableMainPingHgrams.typeLiteral658:type.","pretty":"FeatureManifest::typeLiteral0::legacyTelemetry::typeLiteral654::variables::typeLiteral655::disableMainPingHgrams::typeLiteral658::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::legacyTelemetry::typeLiteral654::variables::typeLiteral655::disableMainPingHgrams::typeLiteral658::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disableMainPingHgrams.typeLiteral658:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2792"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disableMainPingScalars.typeLiteral657:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disableMainPingScalars.typeLiteral657:type.","pretty":"FeatureManifest::typeLiteral0::legacyTelemetry::typeLiteral654::variables::typeLiteral655::disableMainPingScalars::typeLiteral657::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::legacyTelemetry::typeLiteral654::variables::typeLiteral655::disableMainPingScalars::typeLiteral657::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disableMainPingScalars.typeLiteral657:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2788"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disabledPings.typeLiteral656:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disabledPings.typeLiteral656:type.","pretty":"FeatureManifest::typeLiteral0::legacyTelemetry::typeLiteral654::variables::typeLiteral655::disabledPings::typeLiteral656::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::legacyTelemetry::typeLiteral654::variables::typeLiteral655::disabledPings::typeLiteral656::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:legacyTelemetry.typeLiteral654:variables.typeLiteral655:disabledPings.typeLiteral656:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2784"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:enabled.typeLiteral1362:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:enabled.typeLiteral1362:type.","pretty":"FeatureManifest::typeLiteral0::linkPreviews::typeLiteral1360::variables::typeLiteral1361::enabled::typeLiteral1362::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::linkPreviews::typeLiteral1360::variables::typeLiteral1361::enabled::typeLiteral1362::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:enabled.typeLiteral1362:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5561"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.typeLiteral1364:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.typeLiteral1364:type.","pretty":"FeatureManifest::typeLiteral0::linkPreviews::typeLiteral1360::variables::typeLiteral1361::prefs::typeLiteral1364::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::linkPreviews::typeLiteral1360::variables::typeLiteral1361::prefs::typeLiteral1364::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.typeLiteral1364:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5569"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:blockTrackers.typeLiteral781:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:blockTrackers.typeLiteral781:type.","pretty":"FeatureManifest::typeLiteral0::localNetworkAccess::typeLiteral777::variables::typeLiteral778::blockTrackers::typeLiteral781::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::localNetworkAccess::typeLiteral777::variables::typeLiteral778::blockTrackers::typeLiteral781::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:blockTrackers.typeLiteral781:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3274"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:enableLNAWithETPStrict.typeLiteral779:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:enableLNAWithETPStrict.typeLiteral779:type.","pretty":"FeatureManifest::typeLiteral0::localNetworkAccess::typeLiteral777::variables::typeLiteral778::enableLNAWithETPStrict::typeLiteral779::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::localNetworkAccess::typeLiteral777::variables::typeLiteral778::enableLNAWithETPStrict::typeLiteral779::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:enableLNAWithETPStrict.typeLiteral779:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3266"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:lnaFeatureEnabled.typeLiteral785:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:lnaFeatureEnabled.typeLiteral785:type.","pretty":"FeatureManifest::typeLiteral0::localNetworkAccess::typeLiteral777::variables::typeLiteral778::lnaFeatureEnabled::typeLiteral785::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::localNetworkAccess::typeLiteral777::variables::typeLiteral778::lnaFeatureEnabled::typeLiteral785::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:lnaFeatureEnabled.typeLiteral785:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3290"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:lnaPromptsEnabled.typeLiteral783:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:lnaPromptsEnabled.typeLiteral783:type.","pretty":"FeatureManifest::typeLiteral0::localNetworkAccess::typeLiteral777::variables::typeLiteral778::lnaPromptsEnabled::typeLiteral783::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::localNetworkAccess::typeLiteral777::variables::typeLiteral778::lnaPromptsEnabled::typeLiteral783::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:localNetworkAccess.typeLiteral777:variables.typeLiteral778:lnaPromptsEnabled.typeLiteral783:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3282"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:macAppMenuSetAsDefault.typeLiteral1571:variables.typeLiteral1572:shown.typeLiteral1573:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:macAppMenuSetAsDefault.typeLiteral1571:variables.typeLiteral1572:shown.typeLiteral1573:type.","pretty":"FeatureManifest::typeLiteral0::macAppMenuSetAsDefault::typeLiteral1571::variables::typeLiteral1572::shown::typeLiteral1573::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::macAppMenuSetAsDefault::typeLiteral1571::variables::typeLiteral1572::shown::typeLiteral1573::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:macAppMenuSetAsDefault.typeLiteral1571:variables.typeLiteral1572:shown.typeLiteral1573:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6382"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.dismissNotNowMinutes\".typeLiteral1269:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.dismissNotNowMinutes\".typeLiteral1269:type.","pretty":"FeatureManifest::typeLiteral0::mailto::typeLiteral1264::variables::typeLiteral1265::\"dualPrompt.dismissNotNowMinutes\"::typeLiteral1269::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mailto::typeLiteral1264::variables::typeLiteral1265::\"dualPrompt.dismissNotNowMinutes\"::typeLiteral1269::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.dismissNotNowMinutes\".typeLiteral1269:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5194"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.dismissXClickMinutes\".typeLiteral1268:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.dismissXClickMinutes\".typeLiteral1268:type.","pretty":"FeatureManifest::typeLiteral0::mailto::typeLiteral1264::variables::typeLiteral1265::\"dualPrompt.dismissXClickMinutes\"::typeLiteral1268::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mailto::typeLiteral1264::variables::typeLiteral1265::\"dualPrompt.dismissXClickMinutes\"::typeLiteral1268::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.dismissXClickMinutes\".typeLiteral1268:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5189"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.onLocationChange\".typeLiteral1267:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.onLocationChange\".typeLiteral1267:type.","pretty":"FeatureManifest::typeLiteral0::mailto::typeLiteral1264::variables::typeLiteral1265::\"dualPrompt.onLocationChange\"::typeLiteral1267::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mailto::typeLiteral1264::variables::typeLiteral1265::\"dualPrompt.onLocationChange\"::typeLiteral1267::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:\"dualPrompt.onLocationChange\".typeLiteral1267:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5184"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:dualPrompt.typeLiteral1266:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:dualPrompt.typeLiteral1266:type.","pretty":"FeatureManifest::typeLiteral0::mailto::typeLiteral1264::variables::typeLiteral1265::dualPrompt::typeLiteral1266::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mailto::typeLiteral1264::variables::typeLiteral1265::dualPrompt::typeLiteral1266::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mailto.typeLiteral1264:variables.typeLiteral1265:dualPrompt.typeLiteral1266:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5179"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:legacyAllowlist.typeLiteral1048:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:legacyAllowlist.typeLiteral1048:type.","pretty":"FeatureManifest::typeLiteral0::mediaCapabilities::typeLiteral1040::variables::typeLiteral1041::legacyAllowlist::typeLiteral1048::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mediaCapabilities::typeLiteral1040::variables::typeLiteral1041::legacyAllowlist::typeLiteral1048::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:legacyAllowlist.typeLiteral1048:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4320"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:legacyEnabled.typeLiteral1046:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:legacyEnabled.typeLiteral1046:type.","pretty":"FeatureManifest::typeLiteral0::mediaCapabilities::typeLiteral1040::variables::typeLiteral1041::legacyEnabled::typeLiteral1046::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mediaCapabilities::typeLiteral1040::variables::typeLiteral1041::legacyEnabled::typeLiteral1046::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:legacyEnabled.typeLiteral1046:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4312"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:webrtcAllowlist.typeLiteral1044:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:webrtcAllowlist.typeLiteral1044:type.","pretty":"FeatureManifest::typeLiteral0::mediaCapabilities::typeLiteral1040::variables::typeLiteral1041::webrtcAllowlist::typeLiteral1044::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mediaCapabilities::typeLiteral1040::variables::typeLiteral1041::webrtcAllowlist::typeLiteral1044::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:webrtcAllowlist.typeLiteral1044:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4304"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:webrtcEnabled.typeLiteral1042:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:webrtcEnabled.typeLiteral1042:type.","pretty":"FeatureManifest::typeLiteral0::mediaCapabilities::typeLiteral1040::variables::typeLiteral1041::webrtcEnabled::typeLiteral1042::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mediaCapabilities::typeLiteral1040::variables::typeLiteral1041::webrtcEnabled::typeLiteral1042::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mediaCapabilities.typeLiteral1040:variables.typeLiteral1041:webrtcEnabled.typeLiteral1042:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4296"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:aboutWelcomeBehavior.typeLiteral1056:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:aboutWelcomeBehavior.typeLiteral1056:type.","pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::aboutWelcomeBehavior::typeLiteral1056::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::aboutWelcomeBehavior::typeLiteral1056::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:aboutWelcomeBehavior.typeLiteral1056:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4351"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:chromeCanRequestPermissions.typeLiteral1060:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:chromeCanRequestPermissions.typeLiteral1060:type.","pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::chromeCanRequestPermissions::typeLiteral1060::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::chromeCanRequestPermissions::typeLiteral1060::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:chromeCanRequestPermissions.typeLiteral1060:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4367"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:migrateExtensions.typeLiteral1058:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:migrateExtensions.typeLiteral1058:type.","pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::migrateExtensions::typeLiteral1058::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::migrateExtensions::typeLiteral1058::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:migrateExtensions.typeLiteral1058:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4359"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:showImportAll.typeLiteral1052:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:showImportAll.typeLiteral1052:type.","pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::showImportAll::typeLiteral1052::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::showImportAll::typeLiteral1052::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:showImportAll.typeLiteral1052:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4335"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:showPreferencesEntrypoint.typeLiteral1054:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:showPreferencesEntrypoint.typeLiteral1054:type.","pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::showPreferencesEntrypoint::typeLiteral1054::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::migrationWizard::typeLiteral1050::variables::typeLiteral1051::showPreferencesEntrypoint::typeLiteral1054::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:migrationWizard.typeLiteral1050:variables.typeLiteral1051:showPreferencesEntrypoint.typeLiteral1054:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4343"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mixedContentUpgrading.typeLiteral1062:variables.typeLiteral1063:enabled.typeLiteral1064:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mixedContentUpgrading.typeLiteral1062:variables.typeLiteral1063:enabled.typeLiteral1064:type.","pretty":"FeatureManifest::typeLiteral0::mixedContentUpgrading::typeLiteral1062::variables::typeLiteral1063::enabled::typeLiteral1064::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::mixedContentUpgrading::typeLiteral1062::variables::typeLiteral1063::enabled::typeLiteral1064::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:mixedContentUpgrading.typeLiteral1062:variables.typeLiteral1063:enabled.typeLiteral1064:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4382"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:moreFromMozilla.typeLiteral194:variables.typeLiteral195:enabled.typeLiteral196:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:moreFromMozilla.typeLiteral194:variables.typeLiteral195:enabled.typeLiteral196:type.","pretty":"FeatureManifest::typeLiteral0::moreFromMozilla::typeLiteral194::variables::typeLiteral195::enabled::typeLiteral196::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::moreFromMozilla::typeLiteral194::variables::typeLiteral195::enabled::typeLiteral196::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:moreFromMozilla.typeLiteral194:variables.typeLiteral195:enabled.typeLiteral196:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#835"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:moreFromMozilla.typeLiteral194:variables.typeLiteral195:template.typeLiteral197:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:moreFromMozilla.typeLiteral194:variables.typeLiteral195:template.typeLiteral197:type.","pretty":"FeatureManifest::typeLiteral0::moreFromMozilla::typeLiteral194::variables::typeLiteral195::template::typeLiteral197::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::moreFromMozilla::typeLiteral194::variables::typeLiteral195::template::typeLiteral197::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:moreFromMozilla.typeLiteral194:variables.typeLiteral195:template.typeLiteral197:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#840"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptAuto.typeLiteral831:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptAuto.typeLiteral831:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustAsyncOrDeferScriptAuto::typeLiteral831::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustAsyncOrDeferScriptAuto::typeLiteral831::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptAuto.typeLiteral831:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3471"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptHigh.typeLiteral829:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptHigh.typeLiteral829:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustAsyncOrDeferScriptHigh::typeLiteral829::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustAsyncOrDeferScriptHigh::typeLiteral829::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptHigh.typeLiteral829:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3463"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptLow.typeLiteral827:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptLow.typeLiteral827:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustAsyncOrDeferScriptLow::typeLiteral827::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustAsyncOrDeferScriptLow::typeLiteral827::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustAsyncOrDeferScriptLow.typeLiteral827:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3455"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleAuto.typeLiteral861:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleAuto.typeLiteral861:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustDeferredStyleAuto::typeLiteral861::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustDeferredStyleAuto::typeLiteral861::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleAuto.typeLiteral861:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3591"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleHigh.typeLiteral859:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleHigh.typeLiteral859:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustDeferredStyleHigh::typeLiteral859::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustDeferredStyleHigh::typeLiteral859::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleHigh.typeLiteral859:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3583"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleLow.typeLiteral857:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleLow.typeLiteral857:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustDeferredStyleLow::typeLiteral857::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustDeferredStyleLow::typeLiteral857::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustDeferredStyleLow.typeLiteral857:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3575"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiAuto.typeLiteral879:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiAuto.typeLiteral879:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustGlobalFetchApiAuto::typeLiteral879::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustGlobalFetchApiAuto::typeLiteral879::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiAuto.typeLiteral879:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3663"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiHigh.typeLiteral877:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiHigh.typeLiteral877:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustGlobalFetchApiHigh::typeLiteral877::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustGlobalFetchApiHigh::typeLiteral877::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiHigh.typeLiteral877:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3655"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiLow.typeLiteral875:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiLow.typeLiteral875:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustGlobalFetchApiLow::typeLiteral875::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustGlobalFetchApiLow::typeLiteral875::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustGlobalFetchApiLow.typeLiteral875:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3647"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesAuto.typeLiteral885:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesAuto.typeLiteral885:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustImagesAuto::typeLiteral885::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustImagesAuto::typeLiteral885::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesAuto.typeLiteral885:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3687"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesHigh.typeLiteral883:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesHigh.typeLiteral883:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustImagesHigh::typeLiteral883::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustImagesHigh::typeLiteral883::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesHigh.typeLiteral883:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3679"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesLow.typeLiteral881:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesLow.typeLiteral881:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustImagesLow::typeLiteral881::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustImagesLow::typeLiteral881::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustImagesLow.typeLiteral881:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3671"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchAuto.typeLiteral855:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchAuto.typeLiteral855:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFetchAuto::typeLiteral855::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFetchAuto::typeLiteral855::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchAuto.typeLiteral855:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3567"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchHigh.typeLiteral853:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchHigh.typeLiteral853:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFetchHigh::typeLiteral853::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFetchHigh::typeLiteral853::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchHigh.typeLiteral853:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3559"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchLow.typeLiteral851:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchLow.typeLiteral851:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFetchLow::typeLiteral851::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFetchLow::typeLiteral851::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFetchLow.typeLiteral851:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3551"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontAuto.typeLiteral849:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontAuto.typeLiteral849:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFontAuto::typeLiteral849::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFontAuto::typeLiteral849::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontAuto.typeLiteral849:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3543"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontHigh.typeLiteral847:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontHigh.typeLiteral847:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFontHigh::typeLiteral847::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFontHigh::typeLiteral847::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontHigh.typeLiteral847:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3535"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontLow.typeLiteral845:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontLow.typeLiteral845:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFontLow::typeLiteral845::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadFontLow::typeLiteral845::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadFontLow.typeLiteral845:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3527"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptAuto.typeLiteral819:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptAuto.typeLiteral819:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadScriptAuto::typeLiteral819::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadScriptAuto::typeLiteral819::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptAuto.typeLiteral819:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3423"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptHigh.typeLiteral817:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptHigh.typeLiteral817:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadScriptHigh::typeLiteral817::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadScriptHigh::typeLiteral817::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptHigh.typeLiteral817:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3415"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptLow.typeLiteral815:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptLow.typeLiteral815:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadScriptLow::typeLiteral815::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadScriptLow::typeLiteral815::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadScriptLow.typeLiteral815:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3407"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleAuto.typeLiteral867:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleAuto.typeLiteral867:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadStyleAuto::typeLiteral867::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadStyleAuto::typeLiteral867::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleAuto.typeLiteral867:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3615"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleHigh.typeLiteral865:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleHigh.typeLiteral865:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadStyleHigh::typeLiteral865::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadStyleHigh::typeLiteral865::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleHigh.typeLiteral865:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3607"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleLow.typeLiteral863:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleLow.typeLiteral863:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadStyleLow::typeLiteral863::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustLinkPreloadStyleLow::typeLiteral863::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustLinkPreloadStyleLow.typeLiteral863:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3599"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptAuto.typeLiteral825:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptAuto.typeLiteral825:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustModuleScriptAuto::typeLiteral825::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustModuleScriptAuto::typeLiteral825::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptAuto.typeLiteral825:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3447"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptHigh.typeLiteral823:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptHigh.typeLiteral823:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustModuleScriptHigh::typeLiteral823::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustModuleScriptHigh::typeLiteral823::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptHigh.typeLiteral823:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3439"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptLow.typeLiteral821:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptLow.typeLiteral821:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustModuleScriptLow::typeLiteral821::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustModuleScriptLow::typeLiteral821::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustModuleScriptLow.typeLiteral821:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3431"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleAuto.typeLiteral873:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleAuto.typeLiteral873:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustNonDeferredStyleAuto::typeLiteral873::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustNonDeferredStyleAuto::typeLiteral873::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleAuto.typeLiteral873:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3639"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleHigh.typeLiteral871:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleHigh.typeLiteral871:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustNonDeferredStyleHigh::typeLiteral871::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustNonDeferredStyleHigh::typeLiteral871::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleHigh.typeLiteral871:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3631"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleLow.typeLiteral869:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleLow.typeLiteral869:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustNonDeferredStyleLow::typeLiteral869::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustNonDeferredStyleLow::typeLiteral869::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustNonDeferredStyleLow.typeLiteral869:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3623"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptAuto.typeLiteral843:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptAuto.typeLiteral843:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustOtherScriptAuto::typeLiteral843::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustOtherScriptAuto::typeLiteral843::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptAuto.typeLiteral843:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3519"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptHigh.typeLiteral841:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptHigh.typeLiteral841:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustOtherScriptHigh::typeLiteral841::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustOtherScriptHigh::typeLiteral841::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptHigh.typeLiteral841:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3511"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptLow.typeLiteral839:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptLow.typeLiteral839:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustOtherScriptLow::typeLiteral839::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustOtherScriptLow::typeLiteral839::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustOtherScriptLow.typeLiteral839:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3503"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadAuto.typeLiteral837:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadAuto.typeLiteral837:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustScriptInHeadAuto::typeLiteral837::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustScriptInHeadAuto::typeLiteral837::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadAuto.typeLiteral837:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3495"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadHigh.typeLiteral835:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadHigh.typeLiteral835:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustScriptInHeadHigh::typeLiteral835::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustScriptInHeadHigh::typeLiteral835::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadHigh.typeLiteral835:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3487"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadLow.typeLiteral833:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadLow.typeLiteral833:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustScriptInHeadLow::typeLiteral833::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::adjustScriptInHeadLow::typeLiteral833::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:adjustScriptInHeadLow.typeLiteral833:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3479"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:documentPriorityIncremental.typeLiteral809:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:documentPriorityIncremental.typeLiteral809:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::documentPriorityIncremental::typeLiteral809::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::documentPriorityIncremental::typeLiteral809::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:documentPriorityIncremental.typeLiteral809:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3383"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:enableHttpTailing.typeLiteral889:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:enableHttpTailing.typeLiteral889:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::enableHttpTailing::typeLiteral889::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::enableHttpTailing::typeLiteral889::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:enableHttpTailing.typeLiteral889:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3703"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:fetchPriority.typeLiteral799:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:fetchPriority.typeLiteral799:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::fetchPriority::typeLiteral799::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::fetchPriority::typeLiteral799::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:fetchPriority.typeLiteral799:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3343"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h2deps.typeLiteral805:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h2deps.typeLiteral805:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::h2deps::typeLiteral805::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::h2deps::typeLiteral805::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h2deps.typeLiteral805:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3367"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h3BackgroundTabDeprioritization.typeLiteral807:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h3BackgroundTabDeprioritization.typeLiteral807:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::h3BackgroundTabDeprioritization::typeLiteral807::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::h3BackgroundTabDeprioritization::typeLiteral807::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h3BackgroundTabDeprioritization.typeLiteral807:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3375"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h3FetchPriority.typeLiteral801:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h3FetchPriority.typeLiteral801:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::h3FetchPriority::typeLiteral801::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::h3FetchPriority::typeLiteral801::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:h3FetchPriority.typeLiteral801:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3351"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingDelayQuantum.typeLiteral893:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingDelayQuantum.typeLiteral893:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingDelayQuantum::typeLiteral893::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingDelayQuantum::typeLiteral893::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingDelayQuantum.typeLiteral893:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3719"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingDelayQuantumAfterDCL.typeLiteral895:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingDelayQuantumAfterDCL.typeLiteral895:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingDelayQuantumAfterDCL::typeLiteral895::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingDelayQuantumAfterDCL::typeLiteral895::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingDelayQuantumAfterDCL.typeLiteral895:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3727"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingMaxDelay.typeLiteral897:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingMaxDelay.typeLiteral897:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingMaxDelay::typeLiteral897::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingMaxDelay::typeLiteral897::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingMaxDelay.typeLiteral897:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3735"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingTotalMaxDelay.typeLiteral899:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingTotalMaxDelay.typeLiteral899:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingTotalMaxDelay::typeLiteral899::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingTotalMaxDelay::typeLiteral899::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingTotalMaxDelay.typeLiteral899:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3743"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingUrgency.typeLiteral891:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingUrgency.typeLiteral891:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingUrgency::typeLiteral891::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::httpTailingUrgency::typeLiteral891::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:httpTailingUrgency.typeLiteral891:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3711"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:imageAdjustLayoutPriority.typeLiteral813:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:imageAdjustLayoutPriority.typeLiteral813:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::imageAdjustLayoutPriority::typeLiteral813::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::imageAdjustLayoutPriority::typeLiteral813::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:imageAdjustLayoutPriority.typeLiteral813:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3399"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:imagePriorityIncremental.typeLiteral811:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:imagePriorityIncremental.typeLiteral811:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::imagePriorityIncremental::typeLiteral811::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::imagePriorityIncremental::typeLiteral811::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:imagePriorityIncremental.typeLiteral811:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3391"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:lowerTrackersPriority.typeLiteral887:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:lowerTrackersPriority.typeLiteral887:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::lowerTrackersPriority::typeLiteral887::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::lowerTrackersPriority::typeLiteral887::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:lowerTrackersPriority.typeLiteral887:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3695"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:priorityHeader.typeLiteral797:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:priorityHeader.typeLiteral797:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::priorityHeader::typeLiteral797::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::priorityHeader::typeLiteral797::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:priorityHeader.typeLiteral797:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3335"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:sendNoRFC7540Setting.typeLiteral803:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:sendNoRFC7540Setting.typeLiteral803:type.","pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::sendNoRFC7540Setting::typeLiteral803::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkPrioritization::typeLiteral795::variables::typeLiteral796::sendNoRFC7540Setting::typeLiteral803::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkPrioritization.typeLiteral795:variables.typeLiteral796:sendNoRFC7540Setting.typeLiteral803:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3359"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:dnsGracePeriod.typeLiteral727:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:dnsGracePeriod.typeLiteral727:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::dnsGracePeriod::typeLiteral727::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::dnsGracePeriod::typeLiteral727::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:dnsGracePeriod.typeLiteral727:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3064"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:enableOffMainThreadStreamDecompression.typeLiteral723:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:enableOffMainThreadStreamDecompression.typeLiteral723:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::enableOffMainThreadStreamDecompression::typeLiteral723::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::enableOffMainThreadStreamDecompression::typeLiteral723::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:enableOffMainThreadStreamDecompression.typeLiteral723:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3048"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3CCalgorithm.typeLiteral715:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3CCalgorithm.typeLiteral715:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3CCalgorithm::typeLiteral715::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3CCalgorithm::typeLiteral715::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3CCalgorithm.typeLiteral715:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3016"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3HyStartAlternativeCssBaseline.typeLiteral719:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3HyStartAlternativeCssBaseline.typeLiteral719:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3HyStartAlternativeCssBaseline::typeLiteral719::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3HyStartAlternativeCssBaseline::typeLiteral719::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3HyStartAlternativeCssBaseline.typeLiteral719:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3032"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3SlowStartAlgorithm.typeLiteral717:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3SlowStartAlgorithm.typeLiteral717:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3SlowStartAlgorithm::typeLiteral717::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3SlowStartAlgorithm::typeLiteral717::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3SlowStartAlgorithm.typeLiteral717:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3024"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3SpuriousRecovery.typeLiteral721:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3SpuriousRecovery.typeLiteral721:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3SpuriousRecovery::typeLiteral721::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3SpuriousRecovery::typeLiteral721::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3SpuriousRecovery.typeLiteral721:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3040"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3UseNSPRForIO.typeLiteral729:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3UseNSPRForIO.typeLiteral729:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3UseNSPRForIO::typeLiteral729::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::http3UseNSPRForIO::typeLiteral729::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:http3UseNSPRForIO.typeLiteral729:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3072"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:offMainThreadStreamDecompressionThreshold.typeLiteral725:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:offMainThreadStreamDecompressionThreshold.typeLiteral725:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::offMainThreadStreamDecompressionThreshold::typeLiteral725::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::offMainThreadStreamDecompressionThreshold::typeLiteral725::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:offMainThreadStreamDecompressionThreshold.typeLiteral725:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3056"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:preconnect.typeLiteral713:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:preconnect.typeLiteral713:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::preconnect::typeLiteral713::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::preconnect::typeLiteral713::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:preconnect.typeLiteral713:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3008"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:prefetchNext.typeLiteral731:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:prefetchNext.typeLiteral731:type.","pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::prefetchNext::typeLiteral731::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networking::typeLiteral711::variables::typeLiteral712::prefetchNext::typeLiteral731::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networking.typeLiteral711:variables.typeLiteral712:prefetchNext.typeLiteral731:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3080"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingAuth.typeLiteral901:variables.typeLiteral902:redirectForAuthRetriesEnabled.typeLiteral903:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingAuth.typeLiteral901:variables.typeLiteral902:redirectForAuthRetriesEnabled.typeLiteral903:type.","pretty":"FeatureManifest::typeLiteral0::networkingAuth::typeLiteral901::variables::typeLiteral902::redirectForAuthRetriesEnabled::typeLiteral903::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingAuth::typeLiteral901::variables::typeLiteral902::redirectForAuthRetriesEnabled::typeLiteral903::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingAuth.typeLiteral901:variables.typeLiteral902:redirectForAuthRetriesEnabled.typeLiteral903:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3758"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingBannedPorts.typeLiteral773:variables.typeLiteral774:bannedPortList.typeLiteral775:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingBannedPorts.typeLiteral773:variables.typeLiteral774:bannedPortList.typeLiteral775:type.","pretty":"FeatureManifest::typeLiteral0::networkingBannedPorts::typeLiteral773::variables::typeLiteral774::bannedPortList::typeLiteral775::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingBannedPorts::typeLiteral773::variables::typeLiteral774::bannedPortList::typeLiteral775::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingBannedPorts.typeLiteral773:variables.typeLiteral774:bannedPortList.typeLiteral775:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3251"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsConnectionAttemptDelay.typeLiteral761:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsConnectionAttemptDelay.typeLiteral761:type.","pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::happyEyeballsConnectionAttemptDelay::typeLiteral761::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::happyEyeballsConnectionAttemptDelay::typeLiteral761::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsConnectionAttemptDelay.typeLiteral761:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3197"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsEnabled.typeLiteral757:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsEnabled.typeLiteral757:type.","pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::happyEyeballsEnabled::typeLiteral757::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::happyEyeballsEnabled::typeLiteral757::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsEnabled.typeLiteral757:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3181"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsResolutionDelay.typeLiteral759:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsResolutionDelay.typeLiteral759:type.","pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::happyEyeballsResolutionDelay::typeLiteral759::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::happyEyeballsResolutionDelay::typeLiteral759::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:happyEyeballsResolutionDelay.typeLiteral759:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3189"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxConnections.typeLiteral749:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxConnections.typeLiteral749:type.","pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::httpMaxConnections::typeLiteral749::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::httpMaxConnections::typeLiteral749::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxConnections.typeLiteral749:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3149"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxPersistentConnectionsPerServer.typeLiteral751:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxPersistentConnectionsPerServer.typeLiteral751:type.","pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::httpMaxPersistentConnectionsPerServer::typeLiteral751::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::httpMaxPersistentConnectionsPerServer::typeLiteral751::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxPersistentConnectionsPerServer.typeLiteral751:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3157"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxUrgentStartExcessiveConnectionsPerHost.typeLiteral753:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxUrgentStartExcessiveConnectionsPerHost.typeLiteral753:type.","pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::httpMaxUrgentStartExcessiveConnectionsPerHost::typeLiteral753::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::httpMaxUrgentStartExcessiveConnectionsPerHost::typeLiteral753::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:httpMaxUrgentStartExcessiveConnectionsPerHost.typeLiteral753:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3165"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:speculativeConnectionLimit.typeLiteral755:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:speculativeConnectionLimit.typeLiteral755:type.","pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::speculativeConnectionLimit::typeLiteral755::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingConnections::typeLiteral747::variables::typeLiteral748::speculativeConnectionLimit::typeLiteral755::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingConnections.typeLiteral747:variables.typeLiteral748:speculativeConnectionLimit.typeLiteral755:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3173"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:dnsMaxAnyPriorityThreads.typeLiteral743:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:dnsMaxAnyPriorityThreads.typeLiteral743:type.","pretty":"FeatureManifest::typeLiteral0::networkingDNS::typeLiteral739::variables::typeLiteral740::dnsMaxAnyPriorityThreads::typeLiteral743::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingDNS::typeLiteral739::variables::typeLiteral740::dnsMaxAnyPriorityThreads::typeLiteral743::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:dnsMaxAnyPriorityThreads.typeLiteral743:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3126"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:dnsMaxPriorityThreads.typeLiteral741:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:dnsMaxPriorityThreads.typeLiteral741:type.","pretty":"FeatureManifest::typeLiteral0::networkingDNS::typeLiteral739::variables::typeLiteral740::dnsMaxPriorityThreads::typeLiteral741::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingDNS::typeLiteral739::variables::typeLiteral740::dnsMaxPriorityThreads::typeLiteral741::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:dnsMaxPriorityThreads.typeLiteral741:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3118"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:maxDnsCacheEntries.typeLiteral745:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:maxDnsCacheEntries.typeLiteral745:type.","pretty":"FeatureManifest::typeLiteral0::networkingDNS::typeLiteral739::variables::typeLiteral740::maxDnsCacheEntries::typeLiteral745::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingDNS::typeLiteral739::variables::typeLiteral740::maxDnsCacheEntries::typeLiteral745::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDNS.typeLiteral739:variables.typeLiteral740:maxDnsCacheEntries.typeLiteral745:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3134"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDenyIpAddrAny.typeLiteral905:variables.typeLiteral906:denyIpAddrAny.typeLiteral907:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDenyIpAddrAny.typeLiteral905:variables.typeLiteral906:denyIpAddrAny.typeLiteral907:type.","pretty":"FeatureManifest::typeLiteral0::networkingDenyIpAddrAny::typeLiteral905::variables::typeLiteral906::denyIpAddrAny::typeLiteral907::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingDenyIpAddrAny::typeLiteral905::variables::typeLiteral906::denyIpAddrAny::typeLiteral907::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingDenyIpAddrAny.typeLiteral905:variables.typeLiteral906:denyIpAddrAny.typeLiteral907:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3773"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingEarlyHints.typeLiteral733:variables.typeLiteral734:ehPreconnectEnabled.typeLiteral737:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingEarlyHints.typeLiteral733:variables.typeLiteral734:ehPreconnectEnabled.typeLiteral737:type.","pretty":"FeatureManifest::typeLiteral0::networkingEarlyHints::typeLiteral733::variables::typeLiteral734::ehPreconnectEnabled::typeLiteral737::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingEarlyHints::typeLiteral733::variables::typeLiteral734::ehPreconnectEnabled::typeLiteral737::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingEarlyHints.typeLiteral733:variables.typeLiteral734:ehPreconnectEnabled.typeLiteral737:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3103"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingEarlyHints.typeLiteral733:variables.typeLiteral734:ehPreloadEnabled.typeLiteral735:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingEarlyHints.typeLiteral733:variables.typeLiteral734:ehPreloadEnabled.typeLiteral735:type.","pretty":"FeatureManifest::typeLiteral0::networkingEarlyHints::typeLiteral733::variables::typeLiteral734::ehPreloadEnabled::typeLiteral735::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingEarlyHints::typeLiteral733::variables::typeLiteral734::ehPreloadEnabled::typeLiteral735::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingEarlyHints.typeLiteral733:variables.typeLiteral734:ehPreloadEnabled.typeLiteral735:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3095"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinished.typeLiteral765:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinished.typeLiteral765:type.","pretty":"FeatureManifest::typeLiteral0::networkingSendOnDataFinished::typeLiteral763::variables::typeLiteral764::sendOnDataFinished::typeLiteral765::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingSendOnDataFinished::typeLiteral763::variables::typeLiteral764::sendOnDataFinished::typeLiteral765::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinished.typeLiteral765:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3212"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedFromInputStreamPump.typeLiteral767:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedFromInputStreamPump.typeLiteral767:type.","pretty":"FeatureManifest::typeLiteral0::networkingSendOnDataFinished::typeLiteral763::variables::typeLiteral764::sendOnDataFinishedFromInputStreamPump::typeLiteral767::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingSendOnDataFinished::typeLiteral763::variables::typeLiteral764::sendOnDataFinishedFromInputStreamPump::typeLiteral767::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedFromInputStreamPump.typeLiteral767:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3220"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedToCssLoader.typeLiteral771:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedToCssLoader.typeLiteral771:type.","pretty":"FeatureManifest::typeLiteral0::networkingSendOnDataFinished::typeLiteral763::variables::typeLiteral764::sendOnDataFinishedToCssLoader::typeLiteral771::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingSendOnDataFinished::typeLiteral763::variables::typeLiteral764::sendOnDataFinishedToCssLoader::typeLiteral771::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedToCssLoader.typeLiteral771:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3236"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedToHtml5parser.typeLiteral769:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedToHtml5parser.typeLiteral769:type.","pretty":"FeatureManifest::typeLiteral0::networkingSendOnDataFinished::typeLiteral763::variables::typeLiteral764::sendOnDataFinishedToHtml5parser::typeLiteral769::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::networkingSendOnDataFinished::typeLiteral763::variables::typeLiteral764::sendOnDataFinishedToHtml5parser::typeLiteral769::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:networkingSendOnDataFinished.typeLiteral763:variables.typeLiteral764:sendOnDataFinishedToHtml5parser.typeLiteral769:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3228"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:cardRefreshEnabled.typeLiteral303:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:cardRefreshEnabled.typeLiteral303:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::cardRefreshEnabled::typeLiteral303::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::cardRefreshEnabled::typeLiteral303::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:cardRefreshEnabled.typeLiteral303:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1253"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualBannerCounts.typeLiteral331:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualBannerCounts.typeLiteral331:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::contextualBannerCounts::typeLiteral331::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::contextualBannerCounts::typeLiteral331::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualBannerCounts.typeLiteral331:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1365"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualBannerPlacements.typeLiteral329:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualBannerPlacements.typeLiteral329:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::contextualBannerPlacements::typeLiteral329::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::contextualBannerPlacements::typeLiteral329::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualBannerPlacements.typeLiteral329:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1357"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualSpocCounts.typeLiteral327:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualSpocCounts.typeLiteral327:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::contextualSpocCounts::typeLiteral327::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::contextualSpocCounts::typeLiteral327::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualSpocCounts.typeLiteral327:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1349"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualSpocPlacements.typeLiteral325:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualSpocPlacements.typeLiteral325:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::contextualSpocPlacements::typeLiteral325::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::contextualSpocPlacements::typeLiteral325::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:contextualSpocPlacements.typeLiteral325:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1341"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localePersonalizationInferredConfig.typeLiteral307:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localePersonalizationInferredConfig.typeLiteral307:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::localePersonalizationInferredConfig::typeLiteral307::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::localePersonalizationInferredConfig::typeLiteral307::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localePersonalizationInferredConfig.typeLiteral307:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1269"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localeSectionsContextualAdsConfig.typeLiteral323:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localeSectionsContextualAdsConfig.typeLiteral323:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::localeSectionsContextualAdsConfig::typeLiteral323::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::localeSectionsContextualAdsConfig::typeLiteral323::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localeSectionsContextualAdsConfig.typeLiteral323:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1333"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localeSectionstConfig.typeLiteral311:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localeSectionstConfig.typeLiteral311:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::localeSectionstConfig::typeLiteral311::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::localeSectionstConfig::typeLiteral311::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:localeSectionstConfig.typeLiteral311:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1285"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:personalizationInferredEnabled.typeLiteral309:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:personalizationInferredEnabled.typeLiteral309:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::personalizationInferredEnabled::typeLiteral309::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::personalizationInferredEnabled::typeLiteral309::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:personalizationInferredEnabled.typeLiteral309:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1277"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionPersonalizationInferredConfig.typeLiteral305:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionPersonalizationInferredConfig.typeLiteral305:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::regionPersonalizationInferredConfig::typeLiteral305::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::regionPersonalizationInferredConfig::typeLiteral305::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionPersonalizationInferredConfig.typeLiteral305:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1261"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionSectionsConfig.typeLiteral313:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionSectionsConfig.typeLiteral313:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::regionSectionsConfig::typeLiteral313::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::regionSectionsConfig::typeLiteral313::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionSectionsConfig.typeLiteral313:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1293"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionSectionsContextualAdsConfig.typeLiteral321:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionSectionsContextualAdsConfig.typeLiteral321:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::regionSectionsContextualAdsConfig::typeLiteral321::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::regionSectionsContextualAdsConfig::typeLiteral321::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:regionSectionsContextualAdsConfig.typeLiteral321:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1325"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsContextualAdsEnabled.typeLiteral319:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsContextualAdsEnabled.typeLiteral319:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::sectionsContextualAdsEnabled::typeLiteral319::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::sectionsContextualAdsEnabled::typeLiteral319::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsContextualAdsEnabled.typeLiteral319:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1317"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsCustomizeMenuPanel.typeLiteral317:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsCustomizeMenuPanel.typeLiteral317:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::sectionsCustomizeMenuPanel::typeLiteral317::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::sectionsCustomizeMenuPanel::typeLiteral317::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsCustomizeMenuPanel.typeLiteral317:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1309"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsEnabled.typeLiteral301:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsEnabled.typeLiteral301:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::sectionsEnabled::typeLiteral301::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::sectionsEnabled::typeLiteral301::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsEnabled.typeLiteral301:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1245"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsPersonalization.typeLiteral315:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsPersonalization.typeLiteral315:type.","pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::sectionsPersonalization::typeLiteral315::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newTabSectionsExperiment::typeLiteral299::variables::typeLiteral300::sectionsPersonalization::typeLiteral315::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newTabSectionsExperiment.typeLiteral299:variables.typeLiteral300:sectionsPersonalization.typeLiteral315:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1301"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:customizationMenuEnabled.typeLiteral213:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:customizationMenuEnabled.typeLiteral213:type.","pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::customizationMenuEnabled::typeLiteral213::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::customizationMenuEnabled::typeLiteral213::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:customizationMenuEnabled.typeLiteral213:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#904"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:newTheme.typeLiteral212:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:newTheme.typeLiteral212:type.","pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::newTheme::typeLiteral212::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::newTheme::typeLiteral212::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:newTheme.typeLiteral212:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#900"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:prefsButtonIcon.typeLiteral214:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:prefsButtonIcon.typeLiteral214:type.","pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::prefsButtonIcon::typeLiteral214::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::prefsButtonIcon::typeLiteral214::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:prefsButtonIcon.typeLiteral214:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#909"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:topSitesContileEnabled.typeLiteral215:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:topSitesContileEnabled.typeLiteral215:type.","pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::topSitesContileEnabled::typeLiteral215::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::topSitesContileEnabled::typeLiteral215::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:topSitesContileEnabled.typeLiteral215:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#913"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:topSitesUseAdditionalTilesFromContile.typeLiteral216:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:topSitesUseAdditionalTilesFromContile.typeLiteral216:type.","pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::topSitesUseAdditionalTilesFromContile::typeLiteral216::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtab::typeLiteral210::variables::typeLiteral211::topSitesUseAdditionalTilesFromContile::typeLiteral216::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtab.typeLiteral210:variables.typeLiteral211:topSitesUseAdditionalTilesFromContile.typeLiteral216:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#918"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:billboard.typeLiteral223:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:billboard.typeLiteral223:type.","pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::billboard::typeLiteral223::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::billboard::typeLiteral223::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:billboard.typeLiteral223:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#945"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:billboard_position.typeLiteral225:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:billboard_position.typeLiteral225:type.","pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::billboard_position::typeLiteral225::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::billboard_position::typeLiteral225::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:billboard_position.typeLiteral225:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#953"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:leaderboard.typeLiteral219:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:leaderboard.typeLiteral219:type.","pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::leaderboard::typeLiteral219::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::leaderboard::typeLiteral219::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:leaderboard.typeLiteral219:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#929"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:leaderboard_position.typeLiteral221:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:leaderboard_position.typeLiteral221:type.","pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::leaderboard_position::typeLiteral221::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::leaderboard_position::typeLiteral221::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:leaderboard_position.typeLiteral221:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#937"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:medium_rectangle.typeLiteral227:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:medium_rectangle.typeLiteral227:type.","pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::medium_rectangle::typeLiteral227::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabAdSizingExperiment::typeLiteral217::variables::typeLiteral218::medium_rectangle::typeLiteral227::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdSizingExperiment.typeLiteral217:variables.typeLiteral218:medium_rectangle.typeLiteral227:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#961"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdsReporting.typeLiteral233:variables.typeLiteral234:reportAdsEnabled.typeLiteral235:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdsReporting.typeLiteral233:variables.typeLiteral234:reportAdsEnabled.typeLiteral235:type.","pretty":"FeatureManifest::typeLiteral0::newtabAdsReporting::typeLiteral233::variables::typeLiteral234::reportAdsEnabled::typeLiteral235::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabAdsReporting::typeLiteral233::variables::typeLiteral234::reportAdsEnabled::typeLiteral235::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabAdsReporting.typeLiteral233:variables.typeLiteral234:reportAdsEnabled.typeLiteral235:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#991"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentEnabled.typeLiteral239:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentEnabled.typeLiteral239:type.","pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::contextualContentEnabled::typeLiteral239::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::contextualContentEnabled::typeLiteral239::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentEnabled.typeLiteral239:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1006"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentFeeds.typeLiteral245:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentFeeds.typeLiteral245:type.","pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::contextualContentFeeds::typeLiteral245::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::contextualContentFeeds::typeLiteral245::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentFeeds.typeLiteral245:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1030"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentSelectedFeed.typeLiteral247:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentSelectedFeed.typeLiteral247:type.","pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::contextualContentSelectedFeed::typeLiteral247::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::contextualContentSelectedFeed::typeLiteral247::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:contextualContentSelectedFeed.typeLiteral247:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1038"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:localeContextualContentConfig.typeLiteral241:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:localeContextualContentConfig.typeLiteral241:type.","pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::localeContextualContentConfig::typeLiteral241::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::localeContextualContentConfig::typeLiteral241::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:localeContextualContentConfig.typeLiteral241:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1014"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:regionContextualContentConfig.typeLiteral243:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:regionContextualContentConfig.typeLiteral243:type.","pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::regionContextualContentConfig::typeLiteral243::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabContextualContent::typeLiteral237::variables::typeLiteral238::regionContextualContentConfig::typeLiteral243::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabContextualContent.typeLiteral237:variables.typeLiteral238:regionContextualContentConfig.typeLiteral243:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1022"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:colorPicker.typeLiteral253:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:colorPicker.typeLiteral253:type.","pretty":"FeatureManifest::typeLiteral0::newtabCustomWallpaper::typeLiteral249::variables::typeLiteral250::colorPicker::typeLiteral253::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabCustomWallpaper::typeLiteral249::variables::typeLiteral250::colorPicker::typeLiteral253::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:colorPicker.typeLiteral253:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1061"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:maxFileSize.typeLiteral257:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:maxFileSize.typeLiteral257:type.","pretty":"FeatureManifest::typeLiteral0::newtabCustomWallpaper::typeLiteral249::variables::typeLiteral250::maxFileSize::typeLiteral257::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabCustomWallpaper::typeLiteral249::variables::typeLiteral250::maxFileSize::typeLiteral257::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:maxFileSize.typeLiteral257:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1077"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:maxFileSizeEnabled.typeLiteral255:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:maxFileSizeEnabled.typeLiteral255:type.","pretty":"FeatureManifest::typeLiteral0::newtabCustomWallpaper::typeLiteral249::variables::typeLiteral250::maxFileSizeEnabled::typeLiteral255::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabCustomWallpaper::typeLiteral249::variables::typeLiteral250::maxFileSizeEnabled::typeLiteral255::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:maxFileSizeEnabled.typeLiteral255:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1069"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:uploadWallpaper.typeLiteral251:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:uploadWallpaper.typeLiteral251:type.","pretty":"FeatureManifest::typeLiteral0::newtabCustomWallpaper::typeLiteral249::variables::typeLiteral250::uploadWallpaper::typeLiteral251::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabCustomWallpaper::typeLiteral249::variables::typeLiteral250::uploadWallpaper::typeLiteral251::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabCustomWallpaper.typeLiteral249:variables.typeLiteral250:uploadWallpaper.typeLiteral251:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1053"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:history_cull_days.typeLiteral336:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:history_cull_days.typeLiteral336:type.","pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::history_cull_days::typeLiteral336::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::history_cull_days::typeLiteral336::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:history_cull_days.typeLiteral336:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1384"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:iv_refresh_frequency_hours.typeLiteral335:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:iv_refresh_frequency_hours.typeLiteral335:type.","pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::iv_refresh_frequency_hours::typeLiteral335::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::iv_refresh_frequency_hours::typeLiteral335::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:iv_refresh_frequency_hours.typeLiteral335:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1380"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:local_inferred_weight.typeLiteral339:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:local_inferred_weight.typeLiteral339:type.","pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::local_inferred_weight::typeLiteral339::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::local_inferred_weight::typeLiteral339::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:local_inferred_weight.typeLiteral339:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1396"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:local_popular_today_rerank.typeLiteral338:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:local_popular_today_rerank.typeLiteral338:type.","pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::local_popular_today_rerank::typeLiteral338::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::local_popular_today_rerank::typeLiteral338::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:local_popular_today_rerank.typeLiteral338:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1392"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:normalized_time_zone_offset.typeLiteral337:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:normalized_time_zone_offset.typeLiteral337:type.","pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::normalized_time_zone_offset::typeLiteral337::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::normalized_time_zone_offset::typeLiteral337::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:normalized_time_zone_offset.typeLiteral337:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1388"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:server_inferred_weight.typeLiteral340:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:server_inferred_weight.typeLiteral340:type.","pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::server_inferred_weight::typeLiteral340::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabInferredPersonalization::typeLiteral333::variables::typeLiteral334::server_inferred_weight::typeLiteral340::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInferredPersonalization.typeLiteral333:variables.typeLiteral334:server_inferred_weight.typeLiteral340:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1400"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInlineTopicSelection.typeLiteral259:variables.typeLiteral260:TopicSelectionEnabled.typeLiteral261:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInlineTopicSelection.typeLiteral259:variables.typeLiteral260:TopicSelectionEnabled.typeLiteral261:type.","pretty":"FeatureManifest::typeLiteral0::newtabInlineTopicSelection::typeLiteral259::variables::typeLiteral260::TopicSelectionEnabled::typeLiteral261::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabInlineTopicSelection::typeLiteral259::variables::typeLiteral260::TopicSelectionEnabled::typeLiteral261::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabInlineTopicSelection.typeLiteral259:variables.typeLiteral260:TopicSelectionEnabled.typeLiteral261:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1092"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMarsOhttp.typeLiteral263:variables.typeLiteral264:enabled.typeLiteral265:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMarsOhttp.typeLiteral263:variables.typeLiteral264:enabled.typeLiteral265:type.","pretty":"FeatureManifest::typeLiteral0::newtabMarsOhttp::typeLiteral263::variables::typeLiteral264::enabled::typeLiteral265::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabMarsOhttp::typeLiteral263::variables::typeLiteral264::enabled::typeLiteral265::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMarsOhttp.typeLiteral263:variables.typeLiteral264:enabled.typeLiteral265:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1107"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMerinoOhttp.typeLiteral267:variables.typeLiteral268:enabled.typeLiteral269:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMerinoOhttp.typeLiteral267:variables.typeLiteral268:enabled.typeLiteral269:type.","pretty":"FeatureManifest::typeLiteral0::newtabMerinoOhttp::typeLiteral267::variables::typeLiteral268::enabled::typeLiteral269::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabMerinoOhttp::typeLiteral267::variables::typeLiteral268::enabled::typeLiteral269::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMerinoOhttp.typeLiteral267:variables.typeLiteral268:enabled.typeLiteral269:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1122"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:showModal.typeLiteral277:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:showModal.typeLiteral277:type.","pretty":"FeatureManifest::typeLiteral0::newtabMobileDownloadPromotion::typeLiteral275::variables::typeLiteral276::showModal::typeLiteral277::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabMobileDownloadPromotion::typeLiteral275::variables::typeLiteral276::showModal::typeLiteral277::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:showModal.typeLiteral277:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1152"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantA.typeLiteral279:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantA.typeLiteral279:type.","pretty":"FeatureManifest::typeLiteral0::newtabMobileDownloadPromotion::typeLiteral275::variables::typeLiteral276::variantA::typeLiteral279::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabMobileDownloadPromotion::typeLiteral275::variables::typeLiteral276::variantA::typeLiteral279::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantA.typeLiteral279:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1160"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantB.typeLiteral281:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantB.typeLiteral281:type.","pretty":"FeatureManifest::typeLiteral0::newtabMobileDownloadPromotion::typeLiteral275::variables::typeLiteral276::variantB::typeLiteral281::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabMobileDownloadPromotion::typeLiteral275::variables::typeLiteral276::variantB::typeLiteral281::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantB.typeLiteral281:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1168"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantC.typeLiteral283:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantC.typeLiteral283:type.","pretty":"FeatureManifest::typeLiteral0::newtabMobileDownloadPromotion::typeLiteral275::variables::typeLiteral276::variantC::typeLiteral283::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabMobileDownloadPromotion::typeLiteral275::variables::typeLiteral276::variantC::typeLiteral283::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabMobileDownloadPromotion.typeLiteral275:variables.typeLiteral276:variantC.typeLiteral283:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1176"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabOhttpImages.typeLiteral271:variables.typeLiteral272:enabled.typeLiteral273:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabOhttpImages.typeLiteral271:variables.typeLiteral272:enabled.typeLiteral273:type.","pretty":"FeatureManifest::typeLiteral0::newtabOhttpImages::typeLiteral271::variables::typeLiteral272::enabled::typeLiteral273::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabOhttpImages::typeLiteral271::variables::typeLiteral272::enabled::typeLiteral273::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabOhttpImages.typeLiteral271:variables.typeLiteral272:enabled.typeLiteral273:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1137"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabOhttpImages.typeLiteral271:variables.typeLiteral272:includeTopStoriesSection.typeLiteral274:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabOhttpImages.typeLiteral271:variables.typeLiteral272:includeTopStoriesSection.typeLiteral274:type.","pretty":"FeatureManifest::typeLiteral0::newtabOhttpImages::typeLiteral271::variables::typeLiteral272::includeTopStoriesSection::typeLiteral274::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabOhttpImages::typeLiteral271::variables::typeLiteral272::includeTopStoriesSection::typeLiteral274::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabOhttpImages.typeLiteral271:variables.typeLiteral272:includeTopStoriesSection.typeLiteral274:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1141"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:includeInferredInterests.typeLiteral291:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:includeInferredInterests.typeLiteral291:type.","pretty":"FeatureManifest::typeLiteral0::newtabPrivatePing::typeLiteral285::variables::typeLiteral286::includeInferredInterests::typeLiteral291::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabPrivatePing::typeLiteral285::variables::typeLiteral286::includeInferredInterests::typeLiteral291::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:includeInferredInterests.typeLiteral291:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1207"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:maxSubmissionDelayMs.typeLiteral293:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:maxSubmissionDelayMs.typeLiteral293:type.","pretty":"FeatureManifest::typeLiteral0::newtabPrivatePing::typeLiteral285::variables::typeLiteral286::maxSubmissionDelayMs::typeLiteral293::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabPrivatePing::typeLiteral285::variables::typeLiteral286::maxSubmissionDelayMs::typeLiteral293::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:maxSubmissionDelayMs.typeLiteral293:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1215"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:privatePingEnabled.typeLiteral287:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:privatePingEnabled.typeLiteral287:type.","pretty":"FeatureManifest::typeLiteral0::newtabPrivatePing::typeLiteral285::variables::typeLiteral286::privatePingEnabled::typeLiteral287::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabPrivatePing::typeLiteral285::variables::typeLiteral286::privatePingEnabled::typeLiteral287::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:privatePingEnabled.typeLiteral287:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1191"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:redactNewtabPing.typeLiteral289:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:redactNewtabPing.typeLiteral289:type.","pretty":"FeatureManifest::typeLiteral0::newtabPrivatePing::typeLiteral285::variables::typeLiteral286::redactNewtabPing::typeLiteral289::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabPrivatePing::typeLiteral285::variables::typeLiteral286::redactNewtabPing::typeLiteral289::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPrivatePing.typeLiteral285:variables.typeLiteral286:redactNewtabPing.typeLiteral289:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1199"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPromoCard.typeLiteral229:variables.typeLiteral230:enabled.typeLiteral231:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPromoCard.typeLiteral229:variables.typeLiteral230:enabled.typeLiteral231:type.","pretty":"FeatureManifest::typeLiteral0::newtabPromoCard::typeLiteral229::variables::typeLiteral230::enabled::typeLiteral231::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabPromoCard::typeLiteral229::variables::typeLiteral230::enabled::typeLiteral231::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPromoCard.typeLiteral229:variables.typeLiteral230:enabled.typeLiteral231:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#976"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPublisherFavicons.typeLiteral295:variables.typeLiteral296:enabled.typeLiteral297:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPublisherFavicons.typeLiteral295:variables.typeLiteral296:enabled.typeLiteral297:type.","pretty":"FeatureManifest::typeLiteral0::newtabPublisherFavicons::typeLiteral295::variables::typeLiteral296::enabled::typeLiteral297::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabPublisherFavicons::typeLiteral295::variables::typeLiteral296::enabled::typeLiteral297::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabPublisherFavicons.typeLiteral295:variables.typeLiteral296:enabled.typeLiteral297:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1230"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:bias_weight.typeLiteral356:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:bias_weight.typeLiteral356:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::bias_weight::typeLiteral356::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::bias_weight::typeLiteral356::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:bias_weight.typeLiteral356:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1463"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:bmark_weight.typeLiteral352:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:bmark_weight.typeLiteral352:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::bmark_weight::typeLiteral352::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::bmark_weight::typeLiteral352::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:bmark_weight.typeLiteral352:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1447"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:click_bonus.typeLiteral359:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:click_bonus.typeLiteral359:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::click_bonus::typeLiteral359::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::click_bonus::typeLiteral359::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:click_bonus.typeLiteral359:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1475"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:daily_weight.typeLiteral351:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:daily_weight.typeLiteral351:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::daily_weight::typeLiteral351::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::daily_weight::typeLiteral351::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:daily_weight.typeLiteral351:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1443"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:enabled.typeLiteral343:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:enabled.typeLiteral343:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::enabled::typeLiteral343::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::enabled::typeLiteral343::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:enabled.typeLiteral343:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1411"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:eta.typeLiteral358:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:eta.typeLiteral358:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::eta::typeLiteral358::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::eta::typeLiteral358::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:eta.typeLiteral358:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1471"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:force_log.typeLiteral344:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:force_log.typeLiteral344:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::force_log::typeLiteral344::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::force_log::typeLiteral344::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:force_log.typeLiteral344:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1415"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:frec_weight.typeLiteral349:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:frec_weight.typeLiteral349:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::frec_weight::typeLiteral349::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::frec_weight::typeLiteral349::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:frec_weight.typeLiteral349:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1435"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:freq_weight.typeLiteral354:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:freq_weight.typeLiteral354:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::freq_weight::typeLiteral354::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::freq_weight::typeLiteral354::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:freq_weight.typeLiteral354:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1455"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:fset.typeLiteral357:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:fset.typeLiteral357:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::fset::typeLiteral357::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::fset::typeLiteral357::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:fset.typeLiteral357:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1467"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:hour_weight.typeLiteral350:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:hour_weight.typeLiteral350:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::hour_weight::typeLiteral350::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::hour_weight::typeLiteral350::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:hour_weight.typeLiteral350:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1439"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:negative_prior.typeLiteral347:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:negative_prior.typeLiteral347:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::negative_prior::typeLiteral347::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::negative_prior::typeLiteral347::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:negative_prior.typeLiteral347:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1427"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:over_sample_multiplier.typeLiteral345:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:over_sample_multiplier.typeLiteral345:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::over_sample_multiplier::typeLiteral345::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::over_sample_multiplier::typeLiteral345::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:over_sample_multiplier.typeLiteral345:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1419"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:positive_prior.typeLiteral346:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:positive_prior.typeLiteral346:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::positive_prior::typeLiteral346::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::positive_prior::typeLiteral346::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:positive_prior.typeLiteral346:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1423"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:rece_weight.typeLiteral353:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:rece_weight.typeLiteral353:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::rece_weight::typeLiteral353::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::rece_weight::typeLiteral353::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:rece_weight.typeLiteral353:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1451"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:refre_weight.typeLiteral355:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:refre_weight.typeLiteral355:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::refre_weight::typeLiteral355::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::refre_weight::typeLiteral355::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:refre_weight.typeLiteral355:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1459"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:thom_weight.typeLiteral348:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:thom_weight.typeLiteral348:type.","pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::thom_weight::typeLiteral348::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSmartShortcuts::typeLiteral341::variables::typeLiteral342::thom_weight::typeLiteral348::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSmartShortcuts.typeLiteral341:variables.typeLiteral342:thom_weight.typeLiteral348:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1431"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSpocsCache.typeLiteral360:variables.typeLiteral361:spocsCacheTimeout.typeLiteral362:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSpocsCache.typeLiteral360:variables.typeLiteral361:spocsCacheTimeout.typeLiteral362:type.","pretty":"FeatureManifest::typeLiteral0::newtabSpocsCache::typeLiteral360::variables::typeLiteral361::spocsCacheTimeout::typeLiteral362::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSpocsCache::typeLiteral360::variables::typeLiteral361::spocsCacheTimeout::typeLiteral362::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSpocsCache.typeLiteral360:variables.typeLiteral361:spocsCacheTimeout.typeLiteral362:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1486"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSpocsCache.typeLiteral360:variables.typeLiteral361:spocsStartupCache.typeLiteral364:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSpocsCache.typeLiteral360:variables.typeLiteral361:spocsStartupCache.typeLiteral364:type.","pretty":"FeatureManifest::typeLiteral0::newtabSpocsCache::typeLiteral360::variables::typeLiteral361::spocsStartupCache::typeLiteral364::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSpocsCache::typeLiteral360::variables::typeLiteral361::spocsStartupCache::typeLiteral364::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSpocsCache.typeLiteral360:variables.typeLiteral361:spocsStartupCache.typeLiteral364:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1494"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocCounts.typeLiteral372:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocCounts.typeLiteral372:type.","pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::spocCounts::typeLiteral372::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::spocCounts::typeLiteral372::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocCounts.typeLiteral372:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1525"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocPlacements.typeLiteral370:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocPlacements.typeLiteral370:type.","pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::spocPlacements::typeLiteral370::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::spocPlacements::typeLiteral370::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocPlacements.typeLiteral370:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1517"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocPositions.typeLiteral368:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocPositions.typeLiteral368:type.","pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::spocPositions::typeLiteral368::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::spocPositions::typeLiteral368::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:spocPositions.typeLiteral368:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1509"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:tilesCounts.typeLiteral376:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:tilesCounts.typeLiteral376:type.","pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::tilesCounts::typeLiteral376::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::tilesCounts::typeLiteral376::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:tilesCounts.typeLiteral376:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1541"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:tilesPlacements.typeLiteral374:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:tilesPlacements.typeLiteral374:type.","pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::tilesPlacements::typeLiteral374::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabSponsoredContent::typeLiteral366::variables::typeLiteral367::tilesPlacements::typeLiteral374::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabSponsoredContent.typeLiteral366:variables.typeLiteral367:tilesPlacements.typeLiteral374:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1533"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:availableTopics.typeLiteral395:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:availableTopics.typeLiteral395:type.","pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::availableTopics::typeLiteral395::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::availableTopics::typeLiteral395::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:availableTopics.typeLiteral395:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1615"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:localeTopicLabelConfig.typeLiteral407:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:localeTopicLabelConfig.typeLiteral407:type.","pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::localeTopicLabelConfig::typeLiteral407::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::localeTopicLabelConfig::typeLiteral407::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:localeTopicLabelConfig.typeLiteral407:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1664"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:localeTopicsConfig.typeLiteral403:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:localeTopicsConfig.typeLiteral403:type.","pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::localeTopicsConfig::typeLiteral403::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::localeTopicsConfig::typeLiteral403::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:localeTopicsConfig.typeLiteral403:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1648"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:regionTopicLabelConfig.typeLiteral405:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:regionTopicLabelConfig.typeLiteral405:type.","pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::regionTopicLabelConfig::typeLiteral405::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::regionTopicLabelConfig::typeLiteral405::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:regionTopicLabelConfig.typeLiteral405:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1656"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:regionTopicsConfig.typeLiteral401:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:regionTopicsConfig.typeLiteral401:type.","pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::regionTopicsConfig::typeLiteral401::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::regionTopicsConfig::typeLiteral401::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:regionTopicsConfig.typeLiteral401:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1640"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:suggestedTopics.typeLiteral397:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:suggestedTopics.typeLiteral397:type.","pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::suggestedTopics::typeLiteral397::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::suggestedTopics::typeLiteral397::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:suggestedTopics.typeLiteral397:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1623"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:topicSelectionOnboarding.typeLiteral399:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:topicSelectionOnboarding.typeLiteral399:type.","pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::topicSelectionOnboarding::typeLiteral399::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTopicSelection::typeLiteral393::variables::typeLiteral394::topicSelectionOnboarding::typeLiteral399::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTopicSelection.typeLiteral393:variables.typeLiteral394:topicSelectionOnboarding.typeLiteral399:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1631"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:payload.typeLiteral384:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:payload.typeLiteral384:type.","pretty":"FeatureManifest::typeLiteral0::newtabTrainhop::typeLiteral381::variables::typeLiteral382::payload::typeLiteral384::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTrainhop::typeLiteral381::variables::typeLiteral382::payload::typeLiteral384::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:payload.typeLiteral384:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1573"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:type.","pretty":"FeatureManifest::typeLiteral0::newtabTrainhop::typeLiteral381::variables::typeLiteral382::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTrainhop::typeLiteral381::variables::typeLiteral382::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:type.","js_sym":"#type","type_pretty":"string; }","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1568"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:type.typeLiteral383:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:type.typeLiteral383:type.","pretty":"FeatureManifest::typeLiteral0::newtabTrainhop::typeLiteral381::variables::typeLiteral382::type::typeLiteral383::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTrainhop::typeLiteral381::variables::typeLiteral382::type::typeLiteral383::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhop.typeLiteral381:variables.typeLiteral382:type.typeLiteral383:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1569"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopAddon.typeLiteral385:variables.typeLiteral386:addon_version.typeLiteral388:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopAddon.typeLiteral385:variables.typeLiteral386:addon_version.typeLiteral388:type.","pretty":"FeatureManifest::typeLiteral0::newtabTrainhopAddon::typeLiteral385::variables::typeLiteral386::addon_version::typeLiteral388::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTrainhopAddon::typeLiteral385::variables::typeLiteral386::addon_version::typeLiteral388::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopAddon.typeLiteral385:variables.typeLiteral386:addon_version.typeLiteral388:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1589"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopAddon.typeLiteral385:variables.typeLiteral386:xpi_download_path.typeLiteral387:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopAddon.typeLiteral385:variables.typeLiteral386:xpi_download_path.typeLiteral387:type.","pretty":"FeatureManifest::typeLiteral0::newtabTrainhopAddon::typeLiteral385::variables::typeLiteral386::xpi_download_path::typeLiteral387::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTrainhopAddon::typeLiteral385::variables::typeLiteral386::xpi_download_path::typeLiteral387::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopAddon.typeLiteral385:variables.typeLiteral386:xpi_download_path.typeLiteral387:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1585"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopFirstStartup.typeLiteral390:variables.typeLiteral391:enabled.typeLiteral392:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopFirstStartup.typeLiteral390:variables.typeLiteral391:enabled.typeLiteral392:type.","pretty":"FeatureManifest::typeLiteral0::newtabTrainhopFirstStartup::typeLiteral390::variables::typeLiteral391::enabled::typeLiteral392::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabTrainhopFirstStartup::typeLiteral390::variables::typeLiteral391::enabled::typeLiteral392::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabTrainhopFirstStartup.typeLiteral390:variables.typeLiteral391:enabled.typeLiteral392:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1604"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsEndpoint.typeLiteral411:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsEndpoint.typeLiteral411:type.","pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsEndpoint::typeLiteral411::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsEndpoint::typeLiteral411::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsEndpoint.typeLiteral411:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1679"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsFeedEnabled.typeLiteral417:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsFeedEnabled.typeLiteral417:type.","pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsFeedEnabled::typeLiteral417::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsFeedEnabled::typeLiteral417::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsFeedEnabled.typeLiteral417:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1702"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsFeedTilesEnabled.typeLiteral419:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsFeedTilesEnabled.typeLiteral419:type.","pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsFeedTilesEnabled::typeLiteral419::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsFeedTilesEnabled::typeLiteral419::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsFeedTilesEnabled.typeLiteral419:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1710"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsSpocsEnabled.typeLiteral413:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsSpocsEnabled.typeLiteral413:type.","pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsSpocsEnabled::typeLiteral413::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsSpocsEnabled::typeLiteral413::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsSpocsEnabled.typeLiteral413:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1686"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsTilesEnabled.typeLiteral415:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsTilesEnabled.typeLiteral415:type.","pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsTilesEnabled::typeLiteral415::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabUnifiedAds::typeLiteral409::variables::typeLiteral410::unifiedAdsTilesEnabled::typeLiteral415::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabUnifiedAds.typeLiteral409:variables.typeLiteral410:unifiedAdsTilesEnabled.typeLiteral415:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1694"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:clocksEnabled.typeLiteral426:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:clocksEnabled.typeLiteral426:type.","pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::clocksEnabled::typeLiteral426::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::clocksEnabled::typeLiteral426::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:clocksEnabled.typeLiteral426:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1737"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:enabled.typeLiteral423:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:enabled.typeLiteral423:type.","pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::enabled::typeLiteral423::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::enabled::typeLiteral423::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:enabled.typeLiteral423:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1725"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsBadgeEnabled.typeLiteral428:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsBadgeEnabled.typeLiteral428:type.","pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::listsBadgeEnabled::typeLiteral428::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::listsBadgeEnabled::typeLiteral428::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsBadgeEnabled.typeLiteral428:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1745"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsBadgeLabel.typeLiteral429:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsBadgeLabel.typeLiteral429:type.","pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::listsBadgeLabel::typeLiteral429::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::listsBadgeLabel::typeLiteral429::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsBadgeLabel.typeLiteral429:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1749"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsEnabled.typeLiteral424:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsEnabled.typeLiteral424:type.","pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::listsEnabled::typeLiteral424::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::listsEnabled::typeLiteral424::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:listsEnabled.typeLiteral424:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1729"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:sportsWidgetEnabled.typeLiteral427:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:sportsWidgetEnabled.typeLiteral427:type.","pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::sportsWidgetEnabled::typeLiteral427::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::sportsWidgetEnabled::typeLiteral427::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:sportsWidgetEnabled.typeLiteral427:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1741"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:timerEnabled.typeLiteral425:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:timerEnabled.typeLiteral425:type.","pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::timerEnabled::typeLiteral425::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::newtabWidgets::typeLiteral421::variables::typeLiteral422::timerEnabled::typeLiteral425::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:newtabWidgets.typeLiteral421:variables.typeLiteral422:timerEnabled.typeLiteral425:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1733"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusIsReady.typeLiteral1270:variables.typeLiteral1271:eventCount.typeLiteral1272:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusIsReady.typeLiteral1270:variables.typeLiteral1271:eventCount.typeLiteral1272:type.","pretty":"FeatureManifest::typeLiteral0::nimbusIsReady::typeLiteral1270::variables::typeLiteral1271::eventCount::typeLiteral1272::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::nimbusIsReady::typeLiteral1270::variables::typeLiteral1271::eventCount::typeLiteral1272::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusIsReady.typeLiteral1270:variables.typeLiteral1271:eventCount.typeLiteral1272:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5208"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:variables.typeLiteral1274:gleanMetricConfiguration.typeLiteral1275:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:variables.typeLiteral1274:gleanMetricConfiguration.typeLiteral1275:type.","pretty":"FeatureManifest::typeLiteral0::nimbusTelemetry::typeLiteral1273::variables::typeLiteral1274::gleanMetricConfiguration::typeLiteral1275::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::nimbusTelemetry::typeLiteral1273::variables::typeLiteral1274::gleanMetricConfiguration::typeLiteral1275::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:variables.typeLiteral1274:gleanMetricConfiguration.typeLiteral1275:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5220"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:variables.typeLiteral1274:nimbusTargetingEnvironment.typeLiteral1276:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:variables.typeLiteral1274:nimbusTargetingEnvironment.typeLiteral1276:type.","pretty":"FeatureManifest::typeLiteral0::nimbusTelemetry::typeLiteral1273::variables::typeLiteral1274::nimbusTargetingEnvironment::typeLiteral1276::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::nimbusTelemetry::typeLiteral1273::variables::typeLiteral1274::nimbusTargetingEnvironment::typeLiteral1276::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:nimbusTelemetry.typeLiteral1273:variables.typeLiteral1274:nimbusTargetingEnvironment.typeLiteral1276:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5224"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:enabled.typeLiteral1176:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:enabled.typeLiteral1176:type.","pretty":"FeatureManifest::typeLiteral0::opaqueResponseBlocking::typeLiteral1174::variables::typeLiteral1175::enabled::typeLiteral1176::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::opaqueResponseBlocking::typeLiteral1174::variables::typeLiteral1175::enabled::typeLiteral1176::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:enabled.typeLiteral1176:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4825"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:filterFetchResponse.typeLiteral1180:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:filterFetchResponse.typeLiteral1180:type.","pretty":"FeatureManifest::typeLiteral0::opaqueResponseBlocking::typeLiteral1174::variables::typeLiteral1175::filterFetchResponse::typeLiteral1180::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::opaqueResponseBlocking::typeLiteral1174::variables::typeLiteral1175::filterFetchResponse::typeLiteral1180::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:filterFetchResponse.typeLiteral1180:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4841"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:javascriptValidator.typeLiteral1178:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:javascriptValidator.typeLiteral1178:type.","pretty":"FeatureManifest::typeLiteral0::opaqueResponseBlocking::typeLiteral1174::variables::typeLiteral1175::javascriptValidator::typeLiteral1178::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::opaqueResponseBlocking::typeLiteral1174::variables::typeLiteral1175::javascriptValidator::typeLiteral1178::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:javascriptValidator.typeLiteral1178:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4833"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:mediaExceptionsStrategy.typeLiteral1182:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:mediaExceptionsStrategy.typeLiteral1182:type.","pretty":"FeatureManifest::typeLiteral0::opaqueResponseBlocking::typeLiteral1174::variables::typeLiteral1175::mediaExceptionsStrategy::typeLiteral1182::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::opaqueResponseBlocking::typeLiteral1174::variables::typeLiteral1175::mediaExceptionsStrategy::typeLiteral1182::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:opaqueResponseBlocking.typeLiteral1174:variables.typeLiteral1175:mediaExceptionsStrategy.typeLiteral1182:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4849"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:passwordManager.typeLiteral1497:variables.typeLiteral1498:reencryptionNeeded.typeLiteral1499:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:passwordManager.typeLiteral1497:variables.typeLiteral1498:reencryptionNeeded.typeLiteral1499:type.","pretty":"FeatureManifest::typeLiteral0::passwordManager::typeLiteral1497::variables::typeLiteral1498::reencryptionNeeded::typeLiteral1499::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::passwordManager::typeLiteral1497::variables::typeLiteral1498::reencryptionNeeded::typeLiteral1499::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:passwordManager.typeLiteral1497:variables.typeLiteral1498:reencryptionNeeded.typeLiteral1499:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6093"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:browserMlEnable.typeLiteral559:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:browserMlEnable.typeLiteral559:type.","pretty":"FeatureManifest::typeLiteral0::pdfjs::typeLiteral553::variables::typeLiteral554::browserMlEnable::typeLiteral559::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pdfjs::typeLiteral553::variables::typeLiteral554::browserMlEnable::typeLiteral559::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:browserMlEnable.typeLiteral559:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2306"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableAltText.typeLiteral555:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableAltText.typeLiteral555:type.","pretty":"FeatureManifest::typeLiteral0::pdfjs::typeLiteral553::variables::typeLiteral554::enableAltText::typeLiteral555::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pdfjs::typeLiteral553::variables::typeLiteral554::enableAltText::typeLiteral555::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableAltText.typeLiteral555:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2290"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableSignatureEditor.typeLiteral561:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableSignatureEditor.typeLiteral561:type.","pretty":"FeatureManifest::typeLiteral0::pdfjs::typeLiteral553::variables::typeLiteral554::enableSignatureEditor::typeLiteral561::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pdfjs::typeLiteral553::variables::typeLiteral554::enableSignatureEditor::typeLiteral561::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableSignatureEditor.typeLiteral561:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2314"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableUpdatedAddImage.typeLiteral557:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableUpdatedAddImage.typeLiteral557:type.","pretty":"FeatureManifest::typeLiteral0::pdfjs::typeLiteral553::variables::typeLiteral554::enableUpdatedAddImage::typeLiteral557::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pdfjs::typeLiteral553::variables::typeLiteral554::enableUpdatedAddImage::typeLiteral557::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pdfjs.typeLiteral553:variables.typeLiteral554:enableUpdatedAddImage.typeLiteral557:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2298"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentFirst.typeLiteral1256:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentFirst.typeLiteral1256:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayContentFirst::typeLiteral1256::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayContentFirst::typeLiteral1256::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentFirst.typeLiteral1256:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5140"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentNormal.typeLiteral1258:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentNormal.typeLiteral1258:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayContentNormal::typeLiteral1258::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayContentNormal::typeLiteral1258::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentNormal.typeLiteral1258:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5148"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentPageReuse.typeLiteral1260:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentPageReuse.typeLiteral1260:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayContentPageReuse::typeLiteral1260::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayContentPageReuse::typeLiteral1260::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayContentPageReuse.typeLiteral1260:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5156"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayFirst.typeLiteral1250:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayFirst.typeLiteral1250:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayFirst::typeLiteral1250::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayFirst::typeLiteral1250::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayFirst.typeLiteral1250:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5116"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayNormal.typeLiteral1252:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayNormal.typeLiteral1252:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayNormal::typeLiteral1252::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayNormal::typeLiteral1252::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayNormal.typeLiteral1252:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5124"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayPageReuse.typeLiteral1254:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayPageReuse.typeLiteral1254:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayPageReuse::typeLiteral1254::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcAvgDelayPageReuse::typeLiteral1254::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcAvgDelayPageReuse.typeLiteral1254:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5132"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcEnabled.typeLiteral1246:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcEnabled.typeLiteral1246:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcEnabled::typeLiteral1246::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcEnabled::typeLiteral1246::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcEnabled.typeLiteral1246:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5100"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcMaxSize.typeLiteral1262:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcMaxSize.typeLiteral1262:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcMaxSize::typeLiteral1262::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcMaxSize::typeLiteral1262::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcMaxSize.typeLiteral1262:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5164"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcMinRamMB.typeLiteral1248:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcMinRamMB.typeLiteral1248:type.","pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcMinRamMB::typeLiteral1248::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::phc::typeLiteral1244::variables::typeLiteral1245::phcMinRamMB::typeLiteral1248::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:phc.typeLiteral1244:variables.typeLiteral1245:phcMinRamMB.typeLiteral1248:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5108"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:displayDuration.typeLiteral643:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:displayDuration.typeLiteral643:type.","pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::displayDuration::typeLiteral643::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::displayDuration::typeLiteral643::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:displayDuration.typeLiteral643:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2731"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:message.typeLiteral640:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:message.typeLiteral640:type.","pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::message::typeLiteral640::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::message::typeLiteral640::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:message.typeLiteral640:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2719"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:oldToggle.typeLiteral642:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:oldToggle.typeLiteral642:type.","pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::oldToggle::typeLiteral642::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::oldToggle::typeLiteral642::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:oldToggle.typeLiteral642:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2727"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:showIconOnly.typeLiteral641:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:showIconOnly.typeLiteral641:type.","pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::showIconOnly::typeLiteral641::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::showIconOnly::typeLiteral641::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:showIconOnly.typeLiteral641:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2723"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:title.typeLiteral639:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:title.typeLiteral639:type.","pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::title::typeLiteral639::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pictureinpicture::typeLiteral637::variables::typeLiteral638::title::typeLiteral639::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pictureinpicture.typeLiteral637:variables.typeLiteral638:title.typeLiteral639:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2715"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pingsender.typeLiteral913:variables.typeLiteral914:backgroundTaskEnabled.typeLiteral915:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pingsender.typeLiteral913:variables.typeLiteral914:backgroundTaskEnabled.typeLiteral915:type.","pretty":"FeatureManifest::typeLiteral0::pingsender::typeLiteral913::variables::typeLiteral914::backgroundTaskEnabled::typeLiteral915::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pingsender::typeLiteral913::variables::typeLiteral914::backgroundTaskEnabled::typeLiteral915::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pingsender.typeLiteral913:variables.typeLiteral914:backgroundTaskEnabled.typeLiteral915:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3802"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:compactGrid.typeLiteral443:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:compactGrid.typeLiteral443:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::compactGrid::typeLiteral443::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::compactGrid::typeLiteral443::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:compactGrid.typeLiteral443:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1816"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:compactImages.typeLiteral444:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:compactImages.typeLiteral444:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::compactImages::typeLiteral444::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::compactImages::typeLiteral444::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:compactImages.typeLiteral444:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1821"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:contileTopsitesPositions.typeLiteral432:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:contileTopsitesPositions.typeLiteral432:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::contileTopsitesPositions::typeLiteral432::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::contileTopsitesPositions::typeLiteral432::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:contileTopsitesPositions.typeLiteral432:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1761"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:ctaButtonSponsors.typeLiteral468:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:ctaButtonSponsors.typeLiteral468:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::ctaButtonSponsors::typeLiteral468::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::ctaButtonSponsors::typeLiteral468::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:ctaButtonSponsors.typeLiteral468:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1924"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:ctaButtonVariant.typeLiteral469:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:ctaButtonVariant.typeLiteral469:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::ctaButtonVariant::typeLiteral469::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::ctaButtonVariant::typeLiteral469::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:ctaButtonVariant.typeLiteral469:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1929"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:currentWallpaper.typeLiteral460:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:currentWallpaper.typeLiteral460:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::currentWallpaper::typeLiteral460::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::currentWallpaper::typeLiteral460::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:currentWallpaper.typeLiteral460:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1891"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:descLines.typeLiteral447:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:descLines.typeLiteral447:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::descLines::typeLiteral447::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::descLines::typeLiteral447::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:descLines.typeLiteral447:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1836"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:fourCardLayout.typeLiteral439:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:fourCardLayout.typeLiteral439:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::fourCardLayout::typeLiteral439::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::fourCardLayout::typeLiteral439::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:fourCardLayout.typeLiteral439:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1796"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideCardBackground.typeLiteral438:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideCardBackground.typeLiteral438:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::hideCardBackground::typeLiteral438::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::hideCardBackground::typeLiteral438::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideCardBackground.typeLiteral438:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1791"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideDescriptions.typeLiteral441:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideDescriptions.typeLiteral441:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::hideDescriptions::typeLiteral441::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::hideDescriptions::typeLiteral441::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideDescriptions.typeLiteral441:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1806"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideDescriptionsRegions.typeLiteral442:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideDescriptionsRegions.typeLiteral442:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::hideDescriptionsRegions::typeLiteral442::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::hideDescriptionsRegions::typeLiteral442::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hideDescriptionsRegions.typeLiteral442:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1811"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hybridLayout.typeLiteral437:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hybridLayout.typeLiteral437:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::hybridLayout::typeLiteral437::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::hybridLayout::typeLiteral437::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:hybridLayout.typeLiteral437:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1786"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:imageGradient.typeLiteral445:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:imageGradient.typeLiteral445:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::imageGradient::typeLiteral445::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::imageGradient::typeLiteral445::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:imageGradient.typeLiteral445:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1826"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:localeListConfig.typeLiteral473:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:localeListConfig.typeLiteral473:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::localeListConfig::typeLiteral473::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::localeListConfig::typeLiteral473::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:localeListConfig.typeLiteral473:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1949"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:localeWeatherConfig.typeLiteral477:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:localeWeatherConfig.typeLiteral477:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::localeWeatherConfig::typeLiteral477::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::localeWeatherConfig::typeLiteral477::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:localeWeatherConfig.typeLiteral477:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1967"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:merinoFeedExperiment.typeLiteral482:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:merinoFeedExperiment.typeLiteral482:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::merinoFeedExperiment::typeLiteral482::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::merinoFeedExperiment::typeLiteral482::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:merinoFeedExperiment.typeLiteral482:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1987"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:merinoProviderEndpoint.typeLiteral471:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:merinoProviderEndpoint.typeLiteral471:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::merinoProviderEndpoint::typeLiteral471::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::merinoProviderEndpoint::typeLiteral471::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:merinoProviderEndpoint.typeLiteral471:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1938"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:newFooterSection.typeLiteral440:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:newFooterSection.typeLiteral440:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::newFooterSection::typeLiteral440::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::newFooterSection::typeLiteral440::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:newFooterSection.typeLiteral440:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1801"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:newSponsoredLabel.typeLiteral449:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:newSponsoredLabel.typeLiteral449:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::newSponsoredLabel::typeLiteral449::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::newSponsoredLabel::typeLiteral449::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:newSponsoredLabel.typeLiteral449:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1846"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:pocketFeedParameters.typeLiteral481:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:pocketFeedParameters.typeLiteral481:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::pocketFeedParameters::typeLiteral481::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::pocketFeedParameters::typeLiteral481::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:pocketFeedParameters.typeLiteral481:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1982"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:readTime.typeLiteral448:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:readTime.typeLiteral448:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::readTime::typeLiteral448::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::readTime::typeLiteral448::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:readTime.typeLiteral448:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1841"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionSpocsConfig.typeLiteral474:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionSpocsConfig.typeLiteral474:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::regionSpocsConfig::typeLiteral474::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::regionSpocsConfig::typeLiteral474::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionSpocsConfig.typeLiteral474:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1954"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionStoriesBlock.typeLiteral472:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionStoriesBlock.typeLiteral472:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::regionStoriesBlock::typeLiteral472::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::regionStoriesBlock::typeLiteral472::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionStoriesBlock.typeLiteral472:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1944"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionStoriesConfig.typeLiteral470:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionStoriesConfig.typeLiteral470:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::regionStoriesConfig::typeLiteral470::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::regionStoriesConfig::typeLiteral470::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionStoriesConfig.typeLiteral470:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1934"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionWeatherConfig.typeLiteral475:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionWeatherConfig.typeLiteral475:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::regionWeatherConfig::typeLiteral475::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::regionWeatherConfig::typeLiteral475::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:regionWeatherConfig.typeLiteral475:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1959"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocAdTypes.typeLiteral433:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocAdTypes.typeLiteral433:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocAdTypes::typeLiteral433::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocAdTypes::typeLiteral433::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocAdTypes.typeLiteral433:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1766"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocSiteId.typeLiteral435:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocSiteId.typeLiteral435:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocSiteId::typeLiteral435::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocSiteId::typeLiteral435::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocSiteId.typeLiteral435:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1776"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocZoneIds.typeLiteral434:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocZoneIds.typeLiteral434:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocZoneIds::typeLiteral434::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocZoneIds::typeLiteral434::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocZoneIds.typeLiteral434:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1771"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocsEndpoint.typeLiteral464:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocsEndpoint.typeLiteral464:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocsEndpoint::typeLiteral464::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocsEndpoint::typeLiteral464::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocsEndpoint.typeLiteral464:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1908"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocsEndpointAllowlist.typeLiteral466:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocsEndpointAllowlist.typeLiteral466:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocsEndpointAllowlist::typeLiteral466::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::spocsEndpointAllowlist::typeLiteral466::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:spocsEndpointAllowlist.typeLiteral466:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1916"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:titleLines.typeLiteral446:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:titleLines.typeLiteral446:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::titleLines::typeLiteral446::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::titleLines::typeLiteral446::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:titleLines.typeLiteral446:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1831"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:topSitesContileMaxSponsored.typeLiteral480:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:topSitesContileMaxSponsored.typeLiteral480:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::topSitesContileMaxSponsored::typeLiteral480::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::topSitesContileMaxSponsored::typeLiteral480::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:topSitesContileMaxSponsored.typeLiteral480:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1978"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:topSitesMaxSponsored.typeLiteral479:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:topSitesMaxSponsored.typeLiteral479:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::topSitesMaxSponsored::typeLiteral479::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::topSitesMaxSponsored::typeLiteral479::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:topSitesMaxSponsored.typeLiteral479:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1974"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightContentText.typeLiteral456:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightContentText.typeLiteral456:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpaperHighlightContentText::typeLiteral456::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpaperHighlightContentText::typeLiteral456::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightContentText.typeLiteral456:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1875"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightCtaText.typeLiteral458:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightCtaText.typeLiteral458:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpaperHighlightCtaText::typeLiteral458::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpaperHighlightCtaText::typeLiteral458::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightCtaText.typeLiteral458:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1883"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightHeaderText.typeLiteral454:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightHeaderText.typeLiteral454:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpaperHighlightHeaderText::typeLiteral454::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpaperHighlightHeaderText::typeLiteral454::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpaperHighlightHeaderText.typeLiteral454:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1867"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpapers.typeLiteral450:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpapers.typeLiteral450:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpapers::typeLiteral450::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpapers::typeLiteral450::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpapers.typeLiteral450:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1851"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpapersHighlightEnabled.typeLiteral452:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpapersHighlightEnabled.typeLiteral452:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpapersHighlightEnabled::typeLiteral452::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::wallpapersHighlightEnabled::typeLiteral452::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:wallpapersHighlightEnabled.typeLiteral452:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1859"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:weatherLocationSearch.typeLiteral462:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:weatherLocationSearch.typeLiteral462:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::weatherLocationSearch::typeLiteral462::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::weatherLocationSearch::typeLiteral462::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:weatherLocationSearch.typeLiteral462:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1899"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:widgetPositions.typeLiteral436:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:widgetPositions.typeLiteral436:type.","pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::widgetPositions::typeLiteral436::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pocketNewtab::typeLiteral430::variables::typeLiteral431::widgetPositions::typeLiteral436::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pocketNewtab.typeLiteral430:variables.typeLiteral431:widgetPositions.typeLiteral436:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#1781"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:backgroundTimerMinTime.typeLiteral1194:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:backgroundTimerMinTime.typeLiteral1194:type.","pretty":"FeatureManifest::typeLiteral0::powerSaver::typeLiteral1188::variables::typeLiteral1189::backgroundTimerMinTime::typeLiteral1194::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::powerSaver::typeLiteral1188::variables::typeLiteral1189::backgroundTimerMinTime::typeLiteral1194::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:backgroundTimerMinTime.typeLiteral1194:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4896"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:backgroundTimerRegenerationRate.typeLiteral1196:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:backgroundTimerRegenerationRate.typeLiteral1196:type.","pretty":"FeatureManifest::typeLiteral0::powerSaver::typeLiteral1188::variables::typeLiteral1189::backgroundTimerRegenerationRate::typeLiteral1196::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::powerSaver::typeLiteral1188::variables::typeLiteral1189::backgroundTimerRegenerationRate::typeLiteral1196::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:backgroundTimerRegenerationRate.typeLiteral1196:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4904"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:mediaAutoPlay.typeLiteral1192:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:mediaAutoPlay.typeLiteral1192:type.","pretty":"FeatureManifest::typeLiteral0::powerSaver::typeLiteral1188::variables::typeLiteral1189::mediaAutoPlay::typeLiteral1192::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::powerSaver::typeLiteral1188::variables::typeLiteral1189::mediaAutoPlay::typeLiteral1192::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:mediaAutoPlay.typeLiteral1192:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4888"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:reduceFrameRates.typeLiteral1190:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:reduceFrameRates.typeLiteral1190:type.","pretty":"FeatureManifest::typeLiteral0::powerSaver::typeLiteral1188::variables::typeLiteral1189::reduceFrameRates::typeLiteral1190::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::powerSaver::typeLiteral1188::variables::typeLiteral1189::reduceFrameRates::typeLiteral1190::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:powerSaver.typeLiteral1188:variables.typeLiteral1189:reduceFrameRates.typeLiteral1190:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4880"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:dtlsWebRTCEnableMlkem.typeLiteral1316:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:dtlsWebRTCEnableMlkem.typeLiteral1316:type.","pretty":"FeatureManifest::typeLiteral0::pqcrypto::typeLiteral1310::variables::typeLiteral1311::dtlsWebRTCEnableMlkem::typeLiteral1316::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pqcrypto::typeLiteral1310::variables::typeLiteral1311::dtlsWebRTCEnableMlkem::typeLiteral1316::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:dtlsWebRTCEnableMlkem.typeLiteral1316:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5381"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:h3EnableMlkem.typeLiteral1314:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:h3EnableMlkem.typeLiteral1314:type.","pretty":"FeatureManifest::typeLiteral0::pqcrypto::typeLiteral1310::variables::typeLiteral1311::h3EnableMlkem::typeLiteral1314::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pqcrypto::typeLiteral1310::variables::typeLiteral1311::h3EnableMlkem::typeLiteral1314::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:h3EnableMlkem.typeLiteral1314:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5373"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:tlsEnableMlkem.typeLiteral1312:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:tlsEnableMlkem.typeLiteral1312:type.","pretty":"FeatureManifest::typeLiteral0::pqcrypto::typeLiteral1310::variables::typeLiteral1311::tlsEnableMlkem::typeLiteral1312::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::pqcrypto::typeLiteral1310::variables::typeLiteral1311::tlsEnableMlkem::typeLiteral1312::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:pqcrypto.typeLiteral1310:variables.typeLiteral1311:tlsEnableMlkem.typeLiteral1312:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5365"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.typeLiteral18:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.typeLiteral18:type.","pretty":"FeatureManifest::typeLiteral0::prefFlips::typeLiteral16::variables::typeLiteral17::prefs::typeLiteral18::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::prefFlips::typeLiteral16::variables::typeLiteral17::prefs::typeLiteral18::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.typeLiteral18:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#73"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:currentVersion.typeLiteral191:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:currentVersion.typeLiteral191:type.","pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::currentVersion::typeLiteral191::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::currentVersion::typeLiteral191::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:currentVersion.typeLiteral191:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#812"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:enabled.typeLiteral188:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:enabled.typeLiteral188:type.","pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::enabled::typeLiteral188::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::enabled::typeLiteral188::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:enabled.typeLiteral188:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#797"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:firstRunURL.typeLiteral193:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:firstRunURL.typeLiteral193:type.","pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::firstRunURL::typeLiteral193::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::firstRunURL::typeLiteral193::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:firstRunURL.typeLiteral193:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#822"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:minimumVersion.typeLiteral192:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:minimumVersion.typeLiteral192:type.","pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::minimumVersion::typeLiteral192::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::minimumVersion::typeLiteral192::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:minimumVersion.typeLiteral192:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#817"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:requireAction.typeLiteral190:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:requireAction.typeLiteral190:type.","pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::requireAction::typeLiteral190::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::requireAction::typeLiteral190::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:requireAction.typeLiteral190:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#807"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:screens.typeLiteral189:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:screens.typeLiteral189:type.","pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::screens::typeLiteral189::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::preonboarding::typeLiteral186::variables::typeLiteral187::screens::typeLiteral189::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:preonboarding.typeLiteral186:variables.typeLiteral187:screens.typeLiteral189:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#802"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestoneMessagingEnabled.typeLiteral531:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestoneMessagingEnabled.typeLiteral531:type.","pretty":"FeatureManifest::typeLiteral0::privacySecurityMessaging::typeLiteral529::variables::typeLiteral530::blockingMilestoneMessagingEnabled::typeLiteral531::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::privacySecurityMessaging::typeLiteral529::variables::typeLiteral530::blockingMilestoneMessagingEnabled::typeLiteral531::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestoneMessagingEnabled.typeLiteral531:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2197"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestoneUpdateInterval.typeLiteral535:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestoneUpdateInterval.typeLiteral535:type.","pretty":"FeatureManifest::typeLiteral0::privacySecurityMessaging::typeLiteral529::variables::typeLiteral530::blockingMilestoneUpdateInterval::typeLiteral535::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::privacySecurityMessaging::typeLiteral529::variables::typeLiteral530::blockingMilestoneUpdateInterval::typeLiteral535::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestoneUpdateInterval.typeLiteral535:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2213"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestones.typeLiteral533:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestones.typeLiteral533:type.","pretty":"FeatureManifest::typeLiteral0::privacySecurityMessaging::typeLiteral529::variables::typeLiteral530::blockingMilestones::typeLiteral533::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::privacySecurityMessaging::typeLiteral529::variables::typeLiteral530::blockingMilestones::typeLiteral533::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:privacySecurityMessaging.typeLiteral529:variables.typeLiteral530:blockingMilestones.typeLiteral533:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2205"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:allowList.typeLiteral1016:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:allowList.typeLiteral1016:type.","pretty":"FeatureManifest::typeLiteral0::queryStripping::typeLiteral1010::variables::typeLiteral1011::allowList::typeLiteral1016::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::queryStripping::typeLiteral1010::variables::typeLiteral1011::allowList::typeLiteral1016::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:allowList.typeLiteral1016:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4194"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:enabledNormalBrowsing.typeLiteral1012:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:enabledNormalBrowsing.typeLiteral1012:type.","pretty":"FeatureManifest::typeLiteral0::queryStripping::typeLiteral1010::variables::typeLiteral1011::enabledNormalBrowsing::typeLiteral1012::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::queryStripping::typeLiteral1010::variables::typeLiteral1011::enabledNormalBrowsing::typeLiteral1012::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:enabledNormalBrowsing.typeLiteral1012:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4178"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:enabledPrivateBrowsing.typeLiteral1014:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:enabledPrivateBrowsing.typeLiteral1014:type.","pretty":"FeatureManifest::typeLiteral0::queryStripping::typeLiteral1010::variables::typeLiteral1011::enabledPrivateBrowsing::typeLiteral1014::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::queryStripping::typeLiteral1010::variables::typeLiteral1011::enabledPrivateBrowsing::typeLiteral1014::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:enabledPrivateBrowsing.typeLiteral1014:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4186"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:stripList.typeLiteral1018:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:stripList.typeLiteral1018:type.","pretty":"FeatureManifest::typeLiteral0::queryStripping::typeLiteral1010::variables::typeLiteral1011::stripList::typeLiteral1018::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::queryStripping::typeLiteral1010::variables::typeLiteral1011::stripList::typeLiteral1018::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:queryStripping.typeLiteral1010:variables.typeLiteral1011:stripList.typeLiteral1018:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4202"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:remoteTabManagement.typeLiteral1342:variables.typeLiteral1343:closeTabsEnabled.typeLiteral1344:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:remoteTabManagement.typeLiteral1342:variables.typeLiteral1343:closeTabsEnabled.typeLiteral1344:type.","pretty":"FeatureManifest::typeLiteral0::remoteTabManagement::typeLiteral1342::variables::typeLiteral1343::closeTabsEnabled::typeLiteral1344::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::remoteTabManagement::typeLiteral1342::variables::typeLiteral1343::closeTabsEnabled::typeLiteral1344::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:remoteTabManagement.typeLiteral1342:variables.typeLiteral1343:closeTabsEnabled.typeLiteral1344:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5492"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:enabled.typeLiteral1232:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:enabled.typeLiteral1232:type.","pretty":"FeatureManifest::typeLiteral0::reportBrokenSite::typeLiteral1230::variables::typeLiteral1231::enabled::typeLiteral1232::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::reportBrokenSite::typeLiteral1230::variables::typeLiteral1231::enabled::typeLiteral1232::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:enabled.typeLiteral1232:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5044"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:reasonDropdown.typeLiteral1236:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:reasonDropdown.typeLiteral1236:type.","pretty":"FeatureManifest::typeLiteral0::reportBrokenSite::typeLiteral1230::variables::typeLiteral1231::reasonDropdown::typeLiteral1236::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::reportBrokenSite::typeLiteral1230::variables::typeLiteral1231::reasonDropdown::typeLiteral1236::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:reasonDropdown.typeLiteral1236:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5060"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:sendMoreInfo.typeLiteral1234:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:sendMoreInfo.typeLiteral1234:type.","pretty":"FeatureManifest::typeLiteral0::reportBrokenSite::typeLiteral1230::variables::typeLiteral1231::sendMoreInfo::typeLiteral1234::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::reportBrokenSite::typeLiteral1230::variables::typeLiteral1231::sendMoreInfo::typeLiteral1234::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:reportBrokenSite.typeLiteral1230:variables.typeLiteral1231:sendMoreInfo.typeLiteral1234:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5052"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:enabled.typeLiteral969:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:enabled.typeLiteral969:type.","pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::enabled::typeLiteral969::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::enabled::typeLiteral969::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:enabled.typeLiteral969:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4011"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:globalCacheEnabled.typeLiteral971:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:globalCacheEnabled.typeLiteral971:type.","pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::globalCacheEnabled::typeLiteral971::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::globalCacheEnabled::typeLiteral971::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:globalCacheEnabled.typeLiteral971:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4019"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationCacheTTLSec.typeLiteral975:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationCacheTTLSec.typeLiteral975:type.","pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationCacheTTLSec::typeLiteral975::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationCacheTTLSec::typeLiteral975::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationCacheTTLSec.typeLiteral975:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4035"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationEnabled.typeLiteral973:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationEnabled.typeLiteral973:type.","pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationEnabled::typeLiteral973::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationEnabled::typeLiteral973::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationEnabled.typeLiteral973:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4027"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationHitProbability.typeLiteral977:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationHitProbability.typeLiteral977:type.","pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationHitProbability::typeLiteral977::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationHitProbability::typeLiteral977::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationHitProbability.typeLiteral977:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4043"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationNegativeCacheEnabled.typeLiteral979:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationNegativeCacheEnabled.typeLiteral979:type.","pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationNegativeCacheEnabled::typeLiteral979::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationNegativeCacheEnabled::typeLiteral979::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationNegativeCacheEnabled.typeLiteral979:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4051"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationNegativeCacheTTLSec.typeLiteral981:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationNegativeCacheTTLSec.typeLiteral981:type.","pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationNegativeCacheTTLSec::typeLiteral981::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::safeBrowsingRealTime::typeLiteral967::variables::typeLiteral968::simulationNegativeCacheTTLSec::typeLiteral981::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:safeBrowsingRealTime.typeLiteral967:variables.typeLiteral968:simulationNegativeCacheTTLSec.typeLiteral981:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4059"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:screenshots.typeLiteral488:variables.typeLiteral489:buttonOnToolbarByDefault.typeLiteral490:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:screenshots.typeLiteral488:variables.typeLiteral489:buttonOnToolbarByDefault.typeLiteral490:type.","pretty":"FeatureManifest::typeLiteral0::screenshots::typeLiteral488::variables::typeLiteral489::buttonOnToolbarByDefault::typeLiteral490::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::screenshots::typeLiteral488::variables::typeLiteral489::buttonOnToolbarByDefault::typeLiteral490::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:screenshots.typeLiteral488:variables.typeLiteral489:buttonOnToolbarByDefault.typeLiteral490:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2017"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:bytecode_cache_strategy.typeLiteral1156:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:bytecode_cache_strategy.typeLiteral1156:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::bytecode_cache_strategy::typeLiteral1156::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::bytecode_cache_strategy::typeLiteral1156::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:bytecode_cache_strategy.typeLiteral1156:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4745"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_max_size.typeLiteral1160:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_max_size.typeLiteral1160:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::delazification_max_size::typeLiteral1160::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::delazification_max_size::typeLiteral1160::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_max_size.typeLiteral1160:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4761"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_min_mem.typeLiteral1162:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_min_mem.typeLiteral1162:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::delazification_min_mem::typeLiteral1162::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::delazification_min_mem::typeLiteral1162::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_min_mem.typeLiteral1162:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4769"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_strategy.typeLiteral1158:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_strategy.typeLiteral1158:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::delazification_strategy::typeLiteral1158::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::delazification_strategy::typeLiteral1158::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:delazification_strategy.typeLiteral1158:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4753"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:navigation_cache_enabled.typeLiteral1172:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:navigation_cache_enabled.typeLiteral1172:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::navigation_cache_enabled::typeLiteral1172::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::navigation_cache_enabled::typeLiteral1172::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:navigation_cache_enabled.typeLiteral1172:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4809"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_async_enabled.typeLiteral1164:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_async_enabled.typeLiteral1164:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::speculate_async_enabled::typeLiteral1164::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::speculate_async_enabled::typeLiteral1164::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_async_enabled.typeLiteral1164:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4777"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_enabled.typeLiteral1170:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_enabled.typeLiteral1170:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::speculate_enabled::typeLiteral1170::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::speculate_enabled::typeLiteral1170::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_enabled.typeLiteral1170:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4801"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_link_preload_enabled.typeLiteral1166:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_link_preload_enabled.typeLiteral1166:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::speculate_link_preload_enabled::typeLiteral1166::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::speculate_link_preload_enabled::typeLiteral1166::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_link_preload_enabled.typeLiteral1166:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4785"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_non_parser_inserted_enabled.typeLiteral1168:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_non_parser_inserted_enabled.typeLiteral1168:type.","pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::speculate_non_parser_inserted_enabled::typeLiteral1168::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::scriptloader::typeLiteral1154::variables::typeLiteral1155::speculate_non_parser_inserted_enabled::typeLiteral1168::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:scriptloader.typeLiteral1154:variables.typeLiteral1155:speculate_non_parser_inserted_enabled.typeLiteral1168:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4793"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:scotchBonnetEnableOverride.typeLiteral22:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:scotchBonnetEnableOverride.typeLiteral22:type.","pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::scotchBonnetEnableOverride::typeLiteral22::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::scotchBonnetEnableOverride::typeLiteral22::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:scotchBonnetEnableOverride.typeLiteral22:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#89"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:targetExperiment.typeLiteral28:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:targetExperiment.typeLiteral28:type.","pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::targetExperiment::typeLiteral28::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::targetExperiment::typeLiteral28::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:targetExperiment.typeLiteral28:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#113"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:trendingMaxResultsNoSearchMode.typeLiteral26:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:trendingMaxResultsNoSearchMode.typeLiteral26:type.","pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::trendingMaxResultsNoSearchMode::typeLiteral26::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::trendingMaxResultsNoSearchMode::typeLiteral26::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:trendingMaxResultsNoSearchMode.typeLiteral26:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#105"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:trendingRequireSearchMode.typeLiteral24:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:trendingRequireSearchMode.typeLiteral24:type.","pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::trendingRequireSearchMode::typeLiteral24::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::trendingRequireSearchMode::typeLiteral24::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:trendingRequireSearchMode.typeLiteral24:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#97"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:visualSearchEnabled.typeLiteral29:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:visualSearchEnabled.typeLiteral29:type.","pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::visualSearchEnabled::typeLiteral29::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::search::typeLiteral20::variables::typeLiteral21::visualSearchEnabled::typeLiteral29::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:search.typeLiteral20:variables.typeLiteral21:visualSearchEnabled.typeLiteral29:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#117"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:experiment.typeLiteral33:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:experiment.typeLiteral33:type.","pretty":"FeatureManifest::typeLiteral0::searchConfiguration::typeLiteral31::variables::typeLiteral32::experiment::typeLiteral33::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::searchConfiguration::typeLiteral31::variables::typeLiteral32::experiment::typeLiteral33::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:experiment.typeLiteral33:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#132"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:extraParams.typeLiteral35:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:extraParams.typeLiteral35:type.","pretty":"FeatureManifest::typeLiteral0::searchConfiguration::typeLiteral31::variables::typeLiteral32::extraParams::typeLiteral35::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::searchConfiguration::typeLiteral31::variables::typeLiteral32::extraParams::typeLiteral35::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:extraParams.typeLiteral35:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#140"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:separatePrivateDefaultUIEnabled.typeLiteral36:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:separatePrivateDefaultUIEnabled.typeLiteral36:type.","pretty":"FeatureManifest::typeLiteral0::searchConfiguration::typeLiteral31::variables::typeLiteral32::separatePrivateDefaultUIEnabled::typeLiteral36::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::searchConfiguration::typeLiteral31::variables::typeLiteral32::separatePrivateDefaultUIEnabled::typeLiteral36::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:separatePrivateDefaultUIEnabled.typeLiteral36:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#144"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:separatePrivateDefaultUrlbarResultEnabled.typeLiteral38:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:separatePrivateDefaultUrlbarResultEnabled.typeLiteral38:type.","pretty":"FeatureManifest::typeLiteral0::searchConfiguration::typeLiteral31::variables::typeLiteral32::separatePrivateDefaultUrlbarResultEnabled::typeLiteral38::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::searchConfiguration::typeLiteral31::variables::typeLiteral32::separatePrivateDefaultUrlbarResultEnabled::typeLiteral38::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:searchConfiguration.typeLiteral31:variables.typeLiteral32:separatePrivateDefaultUrlbarResultEnabled.typeLiteral38:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#152"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:selectTranslation.typeLiteral545:variables.typeLiteral546:enabled.typeLiteral547:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:selectTranslation.typeLiteral545:variables.typeLiteral546:enabled.typeLiteral547:type.","pretty":"FeatureManifest::typeLiteral0::selectTranslation::typeLiteral545::variables::typeLiteral546::enabled::typeLiteral547::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::selectTranslation::typeLiteral545::variables::typeLiteral546::enabled::typeLiteral547::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:selectTranslation.typeLiteral545:variables.typeLiteral546:enabled.typeLiteral547:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2259"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:selectableProfiles.typeLiteral1414:variables.typeLiteral1415:enabled.typeLiteral1416:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:selectableProfiles.typeLiteral1414:variables.typeLiteral1415:enabled.typeLiteral1416:type.","pretty":"FeatureManifest::typeLiteral0::selectableProfiles::typeLiteral1414::variables::typeLiteral1415::enabled::typeLiteral1416::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::selectableProfiles::typeLiteral1414::variables::typeLiteral1415::enabled::typeLiteral1416::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:selectableProfiles.typeLiteral1414:variables.typeLiteral1415:enabled.typeLiteral1416:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5774"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sessionRestore.typeLiteral484:variables.typeLiteral485:startupBehavior.typeLiteral486:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sessionRestore.typeLiteral484:variables.typeLiteral485:startupBehavior.typeLiteral486:type.","pretty":"FeatureManifest::typeLiteral0::sessionRestore::typeLiteral484::variables::typeLiteral485::startupBehavior::typeLiteral486::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::sessionRestore::typeLiteral484::variables::typeLiteral485::startupBehavior::typeLiteral486::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sessionRestore.typeLiteral484:variables.typeLiteral485:startupBehavior.typeLiteral486:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2002"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:message.typeLiteral1384:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:message.typeLiteral1384:type.","pretty":"FeatureManifest::typeLiteral0::setToDefaultPrompt::typeLiteral1381::variables::typeLiteral1382::message::typeLiteral1384::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::setToDefaultPrompt::typeLiteral1381::variables::typeLiteral1382::message::typeLiteral1384::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:message.typeLiteral1384:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5650"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:showSpotlightPrompt.typeLiteral1383:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:showSpotlightPrompt.typeLiteral1383:type.","pretty":"FeatureManifest::typeLiteral0::setToDefaultPrompt::typeLiteral1381::variables::typeLiteral1382::showSpotlightPrompt::typeLiteral1383::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::setToDefaultPrompt::typeLiteral1381::variables::typeLiteral1382::showSpotlightPrompt::typeLiteral1383::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:setToDefaultPrompt.typeLiteral1381:variables.typeLiteral1382:showSpotlightPrompt.typeLiteral1383:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5646"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:disablePin.typeLiteral504:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:disablePin.typeLiteral504:type.","pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::disablePin::typeLiteral504::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::disablePin::typeLiteral504::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:disablePin.typeLiteral504:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2070"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:disableStartMenuPin.typeLiteral505:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:disableStartMenuPin.typeLiteral505:type.","pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::disableStartMenuPin::typeLiteral505::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::disableStartMenuPin::typeLiteral505::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:disableStartMenuPin.typeLiteral505:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2074"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:focusSetDefaultBrowserButton.typeLiteral514:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:focusSetDefaultBrowserButton.typeLiteral514:type.","pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::focusSetDefaultBrowserButton::typeLiteral514::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::focusSetDefaultBrowserButton::typeLiteral514::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:focusSetDefaultBrowserButton.typeLiteral514:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2118"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultBrowserUserChoice.typeLiteral507:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultBrowserUserChoice.typeLiteral507:type.","pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultBrowserUserChoice::typeLiteral507::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultBrowserUserChoice::typeLiteral507::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultBrowserUserChoice.typeLiteral507:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2082"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultBrowserUserChoiceRegRename.typeLiteral509:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultBrowserUserChoiceRegRename.typeLiteral509:type.","pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultBrowserUserChoiceRegRename::typeLiteral509::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultBrowserUserChoiceRegRename::typeLiteral509::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultBrowserUserChoiceRegRename.typeLiteral509:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2090"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultGuidanceNotifications.typeLiteral513:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultGuidanceNotifications.typeLiteral513:type.","pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultGuidanceNotifications::typeLiteral513::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultGuidanceNotifications::typeLiteral513::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultGuidanceNotifications.typeLiteral513:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2108"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultPDFHandler.typeLiteral511:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultPDFHandler.typeLiteral511:type.","pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultPDFHandler::typeLiteral511::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultPDFHandler::typeLiteral511::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultPDFHandler.typeLiteral511:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2098"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultPDFHandlerOnlyReplaceBrowsers.typeLiteral512:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultPDFHandlerOnlyReplaceBrowsers.typeLiteral512:type.","pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultPDFHandlerOnlyReplaceBrowsers::typeLiteral512::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::shellService::typeLiteral502::variables::typeLiteral503::setDefaultPDFHandlerOnlyReplaceBrowsers::typeLiteral512::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:shellService.typeLiteral502:variables.typeLiteral503:setDefaultPDFHandlerOnlyReplaceBrowsers.typeLiteral512:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2103"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:minVersion.typeLiteral1367:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:minVersion.typeLiteral1367:type.","pretty":"FeatureManifest::typeLiteral0::sidebar::typeLiteral1365::variables::typeLiteral1366::minVersion::typeLiteral1367::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::sidebar::typeLiteral1365::variables::typeLiteral1366::minVersion::typeLiteral1367::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:minVersion.typeLiteral1367:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5580"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:revamp.typeLiteral1368:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:revamp.typeLiteral1368:type.","pretty":"FeatureManifest::typeLiteral0::sidebar::typeLiteral1365::variables::typeLiteral1366::revamp::typeLiteral1368::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::sidebar::typeLiteral1365::variables::typeLiteral1366::revamp::typeLiteral1368::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:revamp.typeLiteral1368:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5584"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:verticalTabs.typeLiteral1369:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:verticalTabs.typeLiteral1369:type.","pretty":"FeatureManifest::typeLiteral0::sidebar::typeLiteral1365::variables::typeLiteral1366::verticalTabs::typeLiteral1369::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::sidebar::typeLiteral1365::variables::typeLiteral1366::verticalTabs::typeLiteral1369::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:verticalTabs.typeLiteral1369:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5588"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:visibility.typeLiteral1370:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:visibility.typeLiteral1370:type.","pretty":"FeatureManifest::typeLiteral0::sidebar::typeLiteral1365::variables::typeLiteral1366::visibility::typeLiteral1370::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::sidebar::typeLiteral1365::variables::typeLiteral1366::visibility::typeLiteral1370::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:sidebar.typeLiteral1365:variables.typeLiteral1366:visibility.typeLiteral1370:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5592"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:embeddingModelRevision.typeLiteral1401:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:embeddingModelRevision.typeLiteral1401:type.","pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::embeddingModelRevision::typeLiteral1401::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::embeddingModelRevision::typeLiteral1401::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:embeddingModelRevision.typeLiteral1401:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5714"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:enabled.typeLiteral1395:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:enabled.typeLiteral1395:type.","pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::enabled::typeLiteral1395::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::enabled::typeLiteral1395::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:enabled.typeLiteral1395:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5690"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:nearestNeighborThresholdInt.typeLiteral1403:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:nearestNeighborThresholdInt.typeLiteral1403:type.","pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::nearestNeighborThresholdInt::typeLiteral1403::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::nearestNeighborThresholdInt::typeLiteral1403::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:nearestNeighborThresholdInt.typeLiteral1403:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5722"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:searchTopicEnabled.typeLiteral1405:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:searchTopicEnabled.typeLiteral1405:type.","pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::searchTopicEnabled::typeLiteral1405::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::searchTopicEnabled::typeLiteral1405::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:searchTopicEnabled.typeLiteral1405:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5730"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:suggestOtherTabsMethod.typeLiteral1397:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:suggestOtherTabsMethod.typeLiteral1397:type.","pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::suggestOtherTabsMethod::typeLiteral1397::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::suggestOtherTabsMethod::typeLiteral1397::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:suggestOtherTabsMethod.typeLiteral1397:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5698"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:topicModelRevision.typeLiteral1399:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:topicModelRevision.typeLiteral1399:type.","pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::topicModelRevision::typeLiteral1399::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::smartTabGroups::typeLiteral1393::variables::typeLiteral1394::topicModelRevision::typeLiteral1399::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartTabGroups.typeLiteral1393:variables.typeLiteral1394:topicModelRevision.typeLiteral1399:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5706"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartWindow.typeLiteral1574:variables.typeLiteral1575:isDefault.typeLiteral1576:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartWindow.typeLiteral1574:variables.typeLiteral1575:isDefault.typeLiteral1576:type.","pretty":"FeatureManifest::typeLiteral0::smartWindow::typeLiteral1574::variables::typeLiteral1575::isDefault::typeLiteral1576::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::smartWindow::typeLiteral1574::variables::typeLiteral1575::isDefault::typeLiteral1576::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartWindow.typeLiteral1574:variables.typeLiteral1575:isDefault.typeLiteral1576:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6393"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartblockEmbeds.typeLiteral1410:variables.typeLiteral1411:enabled.typeLiteral1412:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartblockEmbeds.typeLiteral1410:variables.typeLiteral1411:enabled.typeLiteral1412:type.","pretty":"FeatureManifest::typeLiteral0::smartblockEmbeds::typeLiteral1410::variables::typeLiteral1411::enabled::typeLiteral1412::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::smartblockEmbeds::typeLiteral1410::variables::typeLiteral1411::enabled::typeLiteral1412::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:smartblockEmbeds.typeLiteral1410:variables.typeLiteral1411:enabled.typeLiteral1412:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5759"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:navigation.typeLiteral1423:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:navigation.typeLiteral1423:type.","pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::navigation::typeLiteral1423::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::navigation::typeLiteral1423::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:navigation.typeLiteral1423:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5801"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:popup_interaction.typeLiteral1421:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:popup_interaction.typeLiteral1421:type.","pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::popup_interaction::typeLiteral1421::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::popup_interaction::typeLiteral1421::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:popup_interaction.typeLiteral1421:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5793"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:popup_past_interaction.typeLiteral1419:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:popup_past_interaction.typeLiteral1419:type.","pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::popup_past_interaction::typeLiteral1419::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::popup_past_interaction::typeLiteral1419::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:popup_past_interaction.typeLiteral1419:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5785"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:redirect.typeLiteral1425:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:redirect.typeLiteral1425:type.","pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::redirect::typeLiteral1425::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::redirect::typeLiteral1425::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:redirect.typeLiteral1425:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5809"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:redirect_tracker.typeLiteral1427:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:redirect_tracker.typeLiteral1427:type.","pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::redirect_tracker::typeLiteral1427::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::storageAccessHeuristics::typeLiteral1417::variables::typeLiteral1418::redirect_tracker::typeLiteral1427::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:storageAccessHeuristics.typeLiteral1417:variables.typeLiteral1418:redirect_tracker.typeLiteral1427:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5817"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:tabGroups.typeLiteral1389:variables.typeLiteral1390:enabled.typeLiteral1391:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:tabGroups.typeLiteral1389:variables.typeLiteral1390:enabled.typeLiteral1391:type.","pretty":"FeatureManifest::typeLiteral0::tabGroups::typeLiteral1389::variables::typeLiteral1390::enabled::typeLiteral1391::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::tabGroups::typeLiteral1389::variables::typeLiteral1390::enabled::typeLiteral1391::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:tabGroups.typeLiteral1389:variables.typeLiteral1390:enabled.typeLiteral1391:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5675"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:tabNotes.typeLiteral1385:variables.typeLiteral1386:enabled.typeLiteral1387:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:tabNotes.typeLiteral1385:variables.typeLiteral1386:enabled.typeLiteral1387:type.","pretty":"FeatureManifest::typeLiteral0::tabNotes::typeLiteral1385::variables::typeLiteral1386::enabled::typeLiteral1387::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::tabNotes::typeLiteral1385::variables::typeLiteral1386::enabled::typeLiteral1387::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:tabNotes.typeLiteral1385:variables.typeLiteral1386:enabled.typeLiteral1387:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5660"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:enabled.typeLiteral4:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:enabled.typeLiteral4:type.","pretty":"FeatureManifest::typeLiteral0::testFeature::typeLiteral2::variables::typeLiteral3::enabled::typeLiteral4::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::testFeature::typeLiteral2::variables::typeLiteral3::enabled::typeLiteral4::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:enabled.typeLiteral4:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#18"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:testInt.typeLiteral5:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:testInt.typeLiteral5:type.","pretty":"FeatureManifest::typeLiteral0::testFeature::typeLiteral2::variables::typeLiteral3::testInt::typeLiteral5::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::testFeature::typeLiteral2::variables::typeLiteral3::testInt::typeLiteral5::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:testInt.typeLiteral5:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#22"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:testSetString.typeLiteral6:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:testSetString.typeLiteral6:type.","pretty":"FeatureManifest::typeLiteral0::testFeature::typeLiteral2::variables::typeLiteral3::testSetString::typeLiteral6::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::testFeature::typeLiteral2::variables::typeLiteral3::testSetString::typeLiteral6::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:testFeature.typeLiteral2:variables.typeLiteral3:testSetString.typeLiteral6:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#27"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyCookieBlocking.typeLiteral953:variables.typeLiteral954:enabled.typeLiteral955:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyCookieBlocking.typeLiteral953:variables.typeLiteral954:enabled.typeLiteral955:type.","pretty":"FeatureManifest::typeLiteral0::thirdPartyCookieBlocking::typeLiteral953::variables::typeLiteral954::enabled::typeLiteral955::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::thirdPartyCookieBlocking::typeLiteral953::variables::typeLiteral954::enabled::typeLiteral955::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyCookieBlocking.typeLiteral953:variables.typeLiteral954:enabled.typeLiteral955:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3958"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyCookieBlocking.typeLiteral953:variables.typeLiteral954:enabledPBM.typeLiteral957:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyCookieBlocking.typeLiteral953:variables.typeLiteral954:enabledPBM.typeLiteral957:type.","pretty":"FeatureManifest::typeLiteral0::thirdPartyCookieBlocking::typeLiteral953::variables::typeLiteral954::enabledPBM::typeLiteral957::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::thirdPartyCookieBlocking::typeLiteral953::variables::typeLiteral954::enabledPBM::typeLiteral957::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyCookieBlocking.typeLiteral953:variables.typeLiteral954:enabledPBM.typeLiteral957:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3966"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyTrackerCookieBlocking.typeLiteral959:variables.typeLiteral960:enabled.typeLiteral961:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyTrackerCookieBlocking.typeLiteral959:variables.typeLiteral960:enabled.typeLiteral961:type.","pretty":"FeatureManifest::typeLiteral0::thirdPartyTrackerCookieBlocking::typeLiteral959::variables::typeLiteral960::enabled::typeLiteral961::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::thirdPartyTrackerCookieBlocking::typeLiteral959::variables::typeLiteral960::enabled::typeLiteral961::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:thirdPartyTrackerCookieBlocking.typeLiteral959:variables.typeLiteral960:enabled.typeLiteral961:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#3981"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:trackingProtectionExperimentation.typeLiteral1443:variables.typeLiteral1444:deferAnnotationEnabled.typeLiteral1445:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:trackingProtectionExperimentation.typeLiteral1443:variables.typeLiteral1444:deferAnnotationEnabled.typeLiteral1445:type.","pretty":"FeatureManifest::typeLiteral0::trackingProtectionExperimentation::typeLiteral1443::variables::typeLiteral1444::deferAnnotationEnabled::typeLiteral1445::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::trackingProtectionExperimentation::typeLiteral1443::variables::typeLiteral1444::deferAnnotationEnabled::typeLiteral1445::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:trackingProtectionExperimentation.typeLiteral1443:variables.typeLiteral1444:deferAnnotationEnabled.typeLiteral1445:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5888"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:translationsQuickAction.typeLiteral549:variables.typeLiteral550:enabled.typeLiteral551:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:translationsQuickAction.typeLiteral549:variables.typeLiteral550:enabled.typeLiteral551:type.","pretty":"FeatureManifest::typeLiteral0::translationsQuickAction::typeLiteral549::variables::typeLiteral550::enabled::typeLiteral551::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::translationsQuickAction::typeLiteral549::variables::typeLiteral550::enabled::typeLiteral551::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:translationsQuickAction.typeLiteral549:variables.typeLiteral550:enabled.typeLiteral551:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2274"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:updatePrompt.typeLiteral1184:variables.typeLiteral1185:releaseNotesURL.typeLiteral1187:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:updatePrompt.typeLiteral1184:variables.typeLiteral1185:releaseNotesURL.typeLiteral1187:type.","pretty":"FeatureManifest::typeLiteral0::updatePrompt::typeLiteral1184::variables::typeLiteral1185::releaseNotesURL::typeLiteral1187::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::updatePrompt::typeLiteral1184::variables::typeLiteral1185::releaseNotesURL::typeLiteral1187::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:updatePrompt.typeLiteral1184:variables.typeLiteral1185:releaseNotesURL.typeLiteral1187:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4868"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:updatePrompt.typeLiteral1184:variables.typeLiteral1185:showReleaseNotesLink.typeLiteral1186:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:updatePrompt.typeLiteral1184:variables.typeLiteral1185:showReleaseNotesLink.typeLiteral1186:type.","pretty":"FeatureManifest::typeLiteral0::updatePrompt::typeLiteral1184::variables::typeLiteral1185::showReleaseNotesLink::typeLiteral1186::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::updatePrompt::typeLiteral1184::variables::typeLiteral1185::showReleaseNotesLink::typeLiteral1186::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:updatePrompt.typeLiteral1184:variables.typeLiteral1185:showReleaseNotesLink.typeLiteral1186:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4864"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:upgradeDialog.typeLiteral516:variables.typeLiteral517:enabled.typeLiteral518:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:upgradeDialog.typeLiteral516:variables.typeLiteral517:enabled.typeLiteral518:type.","pretty":"FeatureManifest::typeLiteral0::upgradeDialog::typeLiteral516::variables::typeLiteral517::enabled::typeLiteral518::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::upgradeDialog::typeLiteral516::variables::typeLiteral517::enabled::typeLiteral518::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:upgradeDialog.typeLiteral516:variables.typeLiteral517:enabled.typeLiteral518:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2129"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:actionsOnboardingTimesToShow.typeLiteral42:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:actionsOnboardingTimesToShow.typeLiteral42:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::actionsOnboardingTimesToShow::typeLiteral42::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::actionsOnboardingTimesToShow::typeLiteral42::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:actionsOnboardingTimesToShow.typeLiteral42:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#168"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:addonsFeatureGate.typeLiteral43:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:addonsFeatureGate.typeLiteral43:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::addonsFeatureGate::typeLiteral43::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::addonsFeatureGate::typeLiteral43::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:addonsFeatureGate.typeLiteral43:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#173"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:addonsShowLessFrequentlyCap.typeLiteral44:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:addonsShowLessFrequentlyCap.typeLiteral44:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::addonsShowLessFrequentlyCap::typeLiteral44::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::addonsShowLessFrequentlyCap::typeLiteral44::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:addonsShowLessFrequentlyCap.typeLiteral44:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#178"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:allowSearchSuggestionsForSimpleOrigins.typeLiteral45:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:allowSearchSuggestionsForSimpleOrigins.typeLiteral45:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::allowSearchSuggestionsForSimpleOrigins::typeLiteral45::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::allowSearchSuggestionsForSimpleOrigins::typeLiteral45::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:allowSearchSuggestionsForSimpleOrigins.typeLiteral45:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#182"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:ampFeatureGate.typeLiteral46:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:ampFeatureGate.typeLiteral46:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::ampFeatureGate::typeLiteral46::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::ampFeatureGate::typeLiteral46::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:ampFeatureGate.typeLiteral46:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#187"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:ampMatchingStrategy.typeLiteral47:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:ampMatchingStrategy.typeLiteral47:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::ampMatchingStrategy::typeLiteral47::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::ampMatchingStrategy::typeLiteral47::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:ampMatchingStrategy.typeLiteral47:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#192"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryEnabled.typeLiteral48:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryEnabled.typeLiteral48:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillAdaptiveHistoryEnabled::typeLiteral48::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillAdaptiveHistoryEnabled::typeLiteral48::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryEnabled.typeLiteral48:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#197"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryMinCharsThreshold.typeLiteral50:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryMinCharsThreshold.typeLiteral50:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillAdaptiveHistoryMinCharsThreshold::typeLiteral50::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillAdaptiveHistoryMinCharsThreshold::typeLiteral50::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryMinCharsThreshold.typeLiteral50:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#205"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryUseCountThreshold.typeLiteral52:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryUseCountThreshold.typeLiteral52:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillAdaptiveHistoryUseCountThreshold::typeLiteral52::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillAdaptiveHistoryUseCountThreshold::typeLiteral52::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillAdaptiveHistoryUseCountThreshold.typeLiteral52:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#213"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillBackspaceBlockDurationMs.typeLiteral53:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillBackspaceBlockDurationMs.typeLiteral53:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillBackspaceBlockDurationMs::typeLiteral53::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillBackspaceBlockDurationMs::typeLiteral53::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillBackspaceBlockDurationMs.typeLiteral53:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#217"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillBackspaceThreshold.typeLiteral55:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillBackspaceThreshold.typeLiteral55:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillBackspaceThreshold::typeLiteral55::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillBackspaceThreshold::typeLiteral55::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillBackspaceThreshold.typeLiteral55:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#225"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillDismissalBlockDurationMs.typeLiteral57:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillDismissalBlockDurationMs.typeLiteral57:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillDismissalBlockDurationMs::typeLiteral57::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::autoFillDismissalBlockDurationMs::typeLiteral57::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:autoFillDismissalBlockDurationMs.typeLiteral57:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#233"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:deduplicationEnabled.typeLiteral59:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:deduplicationEnabled.typeLiteral59:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::deduplicationEnabled::typeLiteral59::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::deduplicationEnabled::typeLiteral59::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:deduplicationEnabled.typeLiteral59:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#241"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:exposureResults.typeLiteral75:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:exposureResults.typeLiteral75:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::exposureResults::typeLiteral75::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::exposureResults::typeLiteral75::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:exposureResults.typeLiteral75:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#315"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:fakespotFeatureGate.typeLiteral61:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:fakespotFeatureGate.typeLiteral61:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::fakespotFeatureGate::typeLiteral61::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::fakespotFeatureGate::typeLiteral61::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:fakespotFeatureGate.typeLiteral61:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#249"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:flightStatusFeatureGate.typeLiteral62:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:flightStatusFeatureGate.typeLiteral62:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::flightStatusFeatureGate::typeLiteral62::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::flightStatusFeatureGate::typeLiteral62::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:flightStatusFeatureGate.typeLiteral62:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#254"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:importantDatesFeatureGate.typeLiteral63:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:importantDatesFeatureGate.typeLiteral63:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::importantDatesFeatureGate::typeLiteral63::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::importantDatesFeatureGate::typeLiteral63::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:importantDatesFeatureGate.typeLiteral63:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#259"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:keywordExposureResults.typeLiteral64:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:keywordExposureResults.typeLiteral64:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::keywordExposureResults::typeLiteral64::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::keywordExposureResults::typeLiteral64::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:keywordExposureResults.typeLiteral64:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#264"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:manyKeypresses.typeLiteral166:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:manyKeypresses.typeLiteral166:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::manyKeypresses::typeLiteral166::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::manyKeypresses::typeLiteral166::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:manyKeypresses.typeLiteral166:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#705"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:marketFeatureGate.typeLiteral66:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:marketFeatureGate.typeLiteral66:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::marketFeatureGate::typeLiteral66::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::marketFeatureGate::typeLiteral66::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:marketFeatureGate.typeLiteral66:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#272"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:mdnFeatureGate.typeLiteral67:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:mdnFeatureGate.typeLiteral67:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::mdnFeatureGate::typeLiteral67::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::mdnFeatureGate::typeLiteral67::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:mdnFeatureGate.typeLiteral67:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#277"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoClientVariants.typeLiteral69:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoClientVariants.typeLiteral69:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoClientVariants::typeLiteral69::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoClientVariants::typeLiteral69::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoClientVariants.typeLiteral69:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#285"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoEndpointURL.typeLiteral70:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoEndpointURL.typeLiteral70:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoEndpointURL::typeLiteral70::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoEndpointURL::typeLiteral70::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoEndpointURL.typeLiteral70:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#290"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoOhttpConfigURL.typeLiteral71:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoOhttpConfigURL.typeLiteral71:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoOhttpConfigURL::typeLiteral71::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoOhttpConfigURL::typeLiteral71::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoOhttpConfigURL.typeLiteral71:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#295"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoOhttpRelayURL.typeLiteral72:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoOhttpRelayURL.typeLiteral72:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoOhttpRelayURL::typeLiteral72::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoOhttpRelayURL::typeLiteral72::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoOhttpRelayURL.typeLiteral72:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#300"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoProviders.typeLiteral73:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoProviders.typeLiteral73:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoProviders::typeLiteral73::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoProviders::typeLiteral73::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoProviders.typeLiteral73:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#305"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoTimeoutMs.typeLiteral74:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoTimeoutMs.typeLiteral74:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoTimeoutMs::typeLiteral74::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::merinoTimeoutMs::typeLiteral74::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:merinoTimeoutMs.typeLiteral74:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#310"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:originsAlternativeEnable.typeLiteral150:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:originsAlternativeEnable.typeLiteral150:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::originsAlternativeEnable::typeLiteral150::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::originsAlternativeEnable::typeLiteral150::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:originsAlternativeEnable.typeLiteral150:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#641"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:originsDaysCutOff.typeLiteral152:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:originsDaysCutOff.typeLiteral152:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::originsDaysCutOff::typeLiteral152::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::originsDaysCutOff::typeLiteral152::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:originsDaysCutOff.typeLiteral152:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#649"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pageViewTimeIfManyKeypressesSeconds.typeLiteral164:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pageViewTimeIfManyKeypressesSeconds.typeLiteral164:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pageViewTimeIfManyKeypressesSeconds::typeLiteral164::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pageViewTimeIfManyKeypressesSeconds::typeLiteral164::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pageViewTimeIfManyKeypressesSeconds.typeLiteral164:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#697"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesAlternativeEnable.typeLiteral154:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesAlternativeEnable.typeLiteral154:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesAlternativeEnable::typeLiteral154::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesAlternativeEnable::typeLiteral154::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesAlternativeEnable.typeLiteral154:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#657"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesHalfLifeDays.typeLiteral158:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesHalfLifeDays.typeLiteral158:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesHalfLifeDays::typeLiteral158::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesHalfLifeDays::typeLiteral158::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesHalfLifeDays.typeLiteral158:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#673"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesHighWeight.typeLiteral170:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesHighWeight.typeLiteral170:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesHighWeight::typeLiteral170::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesHighWeight::typeLiteral170::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesHighWeight.typeLiteral170:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#721"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesLowWeight.typeLiteral174:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesLowWeight.typeLiteral174:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesLowWeight::typeLiteral174::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesLowWeight::typeLiteral174::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesLowWeight.typeLiteral174:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#737"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesMaxVisitGap.typeLiteral160:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesMaxVisitGap.typeLiteral160:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesMaxVisitGap::typeLiteral160::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesMaxVisitGap::typeLiteral160::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesMaxVisitGap.typeLiteral160:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#681"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesMediumWeight.typeLiteral172:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesMediumWeight.typeLiteral172:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesMediumWeight::typeLiteral172::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesMediumWeight::typeLiteral172::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesMediumWeight.typeLiteral172:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#729"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesNumSampledVisits.typeLiteral156:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesNumSampledVisits.typeLiteral156:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesNumSampledVisits::typeLiteral156::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesNumSampledVisits::typeLiteral156::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesNumSampledVisits.typeLiteral156:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#665"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesVeryHighWeight.typeLiteral168:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesVeryHighWeight.typeLiteral168:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesVeryHighWeight::typeLiteral168::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesVeryHighWeight::typeLiteral168::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesVeryHighWeight.typeLiteral168:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#713"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesViewTimeSeconds.typeLiteral162:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesViewTimeSeconds.typeLiteral162:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesViewTimeSeconds::typeLiteral162::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::pagesViewTimeSeconds::typeLiteral162::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:pagesViewTimeSeconds.typeLiteral162:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#689"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestAmpTopPickCharThreshold.typeLiteral79:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestAmpTopPickCharThreshold.typeLiteral79:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestAmpTopPickCharThreshold::typeLiteral79::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestAmpTopPickCharThreshold::typeLiteral79::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestAmpTopPickCharThreshold.typeLiteral79:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#331"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestAmpTopPickUseNovaIconSize.typeLiteral80:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestAmpTopPickUseNovaIconSize.typeLiteral80:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestAmpTopPickUseNovaIconSize::typeLiteral80::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestAmpTopPickUseNovaIconSize::typeLiteral80::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestAmpTopPickUseNovaIconSize.typeLiteral80:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#336"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInEnabled.typeLiteral81:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInEnabled.typeLiteral81:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInEnabled::typeLiteral81::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInEnabled::typeLiteral81::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInEnabled.typeLiteral81:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#341"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInFirstReshowAfterPeriodDays.typeLiteral83:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInFirstReshowAfterPeriodDays.typeLiteral83:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInFirstReshowAfterPeriodDays::typeLiteral83::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInFirstReshowAfterPeriodDays::typeLiteral83::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInFirstReshowAfterPeriodDays.typeLiteral83:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#349"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInImpressionDaysLimit.typeLiteral91:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInImpressionDaysLimit.typeLiteral91:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInImpressionDaysLimit::typeLiteral91::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInImpressionDaysLimit::typeLiteral91::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInImpressionDaysLimit.typeLiteral91:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#381"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInImpressionLimit.typeLiteral89:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInImpressionLimit.typeLiteral89:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInImpressionLimit::typeLiteral89::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInImpressionLimit::typeLiteral89::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInImpressionLimit.typeLiteral89:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#373"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInSecondReshowAfterPeriodDays.typeLiteral85:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInSecondReshowAfterPeriodDays.typeLiteral85:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInSecondReshowAfterPeriodDays::typeLiteral85::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInSecondReshowAfterPeriodDays::typeLiteral85::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInSecondReshowAfterPeriodDays.typeLiteral85:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#357"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInThirdReshowAfterPeriodDays.typeLiteral87:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInThirdReshowAfterPeriodDays.typeLiteral87:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInThirdReshowAfterPeriodDays::typeLiteral87::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestContextualOptInThirdReshowAfterPeriodDays::typeLiteral87::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestContextualOptInThirdReshowAfterPeriodDays.typeLiteral87:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#365"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestDynamicSuggestionTypes.typeLiteral93:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestDynamicSuggestionTypes.typeLiteral93:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestDynamicSuggestionTypes::typeLiteral93::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestDynamicSuggestionTypes::typeLiteral93::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestDynamicSuggestionTypes.typeLiteral93:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#389"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestEnabled.typeLiteral95:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestEnabled.typeLiteral95:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestEnabled::typeLiteral95::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestEnabled::typeLiteral95::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestEnabled.typeLiteral95:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#397"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestImpressionCapsNonSponsoredEnabled.typeLiteral97:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestImpressionCapsNonSponsoredEnabled.typeLiteral97:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestImpressionCapsNonSponsoredEnabled::typeLiteral97::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestImpressionCapsNonSponsoredEnabled::typeLiteral97::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestImpressionCapsNonSponsoredEnabled.typeLiteral97:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#407"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestImpressionCapsSponsoredEnabled.typeLiteral96:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestImpressionCapsSponsoredEnabled.typeLiteral96:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestImpressionCapsSponsoredEnabled::typeLiteral96::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestImpressionCapsSponsoredEnabled::typeLiteral96::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestImpressionCapsSponsoredEnabled.typeLiteral96:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#402"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestMlEnabled.typeLiteral99:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestMlEnabled.typeLiteral99:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestMlEnabled::typeLiteral99::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestMlEnabled::typeLiteral99::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestMlEnabled.typeLiteral99:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#417"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestMlInitDelaySeconds.typeLiteral98:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestMlInitDelaySeconds.typeLiteral98:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestMlInitDelaySeconds::typeLiteral98::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestMlInitDelaySeconds::typeLiteral98::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestMlInitDelaySeconds.typeLiteral98:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#412"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestNonSponsoredEnabled.typeLiteral100:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestNonSponsoredEnabled.typeLiteral100:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestNonSponsoredEnabled::typeLiteral100::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestNonSponsoredEnabled::typeLiteral100::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestNonSponsoredEnabled.typeLiteral100:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#422"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestNonSponsoredIndex.typeLiteral101:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestNonSponsoredIndex.typeLiteral101:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestNonSponsoredIndex::typeLiteral101::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestNonSponsoredIndex::typeLiteral101::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestNonSponsoredIndex.typeLiteral101:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#426"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestOnlineAvailable.typeLiteral102:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestOnlineAvailable.typeLiteral102:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestOnlineAvailable::typeLiteral102::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestOnlineAvailable::typeLiteral102::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestOnlineAvailable.typeLiteral102:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#431"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestRankingMode.typeLiteral103:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestRankingMode.typeLiteral103:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestRankingMode::typeLiteral103::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestRankingMode::typeLiteral103::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestRankingMode.typeLiteral103:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#436"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestScoreMap.typeLiteral104:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestScoreMap.typeLiteral104:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestScoreMap::typeLiteral104::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestScoreMap::typeLiteral104::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestScoreMap.typeLiteral104:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#442"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSettingsUi.typeLiteral105:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSettingsUi.typeLiteral105:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestSettingsUi::typeLiteral105::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestSettingsUi::typeLiteral105::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSettingsUi.typeLiteral105:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#446"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredEnabled.typeLiteral106:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredEnabled.typeLiteral106:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestSponsoredEnabled::typeLiteral106::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestSponsoredEnabled::typeLiteral106::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredEnabled.typeLiteral106:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#451"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredIndex.typeLiteral107:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredIndex.typeLiteral107:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestSponsoredIndex::typeLiteral107::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestSponsoredIndex::typeLiteral107::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredIndex.typeLiteral107:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#455"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredPriority.typeLiteral108:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredPriority.typeLiteral108:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestSponsoredPriority::typeLiteral108::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::quickSuggestSponsoredPriority::typeLiteral108::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:quickSuggestSponsoredPriority.typeLiteral108:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#460"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:realtimeMinKeywordLength.typeLiteral109:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:realtimeMinKeywordLength.typeLiteral109:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::realtimeMinKeywordLength::typeLiteral109::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::realtimeMinKeywordLength::typeLiteral109::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:realtimeMinKeywordLength.typeLiteral109:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#465"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:realtimeShowLessFrequentlyCap.typeLiteral110:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:realtimeShowLessFrequentlyCap.typeLiteral110:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::realtimeShowLessFrequentlyCap::typeLiteral110::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::realtimeShowLessFrequentlyCap::typeLiteral110::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:realtimeShowLessFrequentlyCap.typeLiteral110:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#469"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:recentSearchesFeatureGate.typeLiteral111:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:recentSearchesFeatureGate.typeLiteral111:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::recentSearchesFeatureGate::typeLiteral111::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::recentSearchesFeatureGate::typeLiteral111::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:recentSearchesFeatureGate.typeLiteral111:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#473"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:recentSearchesMaxResults.typeLiteral113:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:recentSearchesMaxResults.typeLiteral113:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::recentSearchesMaxResults::typeLiteral113::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::recentSearchesMaxResults::typeLiteral113::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:recentSearchesMaxResults.typeLiteral113:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#481"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:resultExplanationsFeatureGate.typeLiteral115:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:resultExplanationsFeatureGate.typeLiteral115:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::resultExplanationsFeatureGate::typeLiteral115::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::resultExplanationsFeatureGate::typeLiteral115::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:resultExplanationsFeatureGate.typeLiteral115:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#489"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryCompletionThreshold.typeLiteral118:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryCompletionThreshold.typeLiteral118:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryCompletionThreshold::typeLiteral118::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryCompletionThreshold::typeLiteral118::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryCompletionThreshold.typeLiteral118:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#502"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryDefaultBatchChunksize.typeLiteral120:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryDefaultBatchChunksize.typeLiteral120:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryDefaultBatchChunksize::typeLiteral120::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryDefaultBatchChunksize::typeLiteral120::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryDefaultBatchChunksize.typeLiteral120:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#510"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryDistanceThreshold.typeLiteral122:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryDistanceThreshold.typeLiteral122:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryDistanceThreshold::typeLiteral122::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryDistanceThreshold::typeLiteral122::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryDistanceThreshold.typeLiteral122:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#518"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryEmbeddingType.typeLiteral126:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryEmbeddingType.typeLiteral126:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryEmbeddingType::typeLiteral126::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryEmbeddingType::typeLiteral126::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryEmbeddingType.typeLiteral126:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#534"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryEnable.typeLiteral116:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryEnable.typeLiteral116:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryEnable::typeLiteral116::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistoryEnable::typeLiteral116::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistoryEnable.typeLiteral116:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#494"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistorySupportedRegions.typeLiteral124:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistorySupportedRegions.typeLiteral124:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistorySupportedRegions::typeLiteral124::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::semanticHistorySupportedRegions::typeLiteral124::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:semanticHistorySupportedRegions.typeLiteral124:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#526"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:showDebuggingIcons.typeLiteral128:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:showDebuggingIcons.typeLiteral128:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::showDebuggingIcons::typeLiteral128::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::showDebuggingIcons::typeLiteral128::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:showDebuggingIcons.typeLiteral128:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#542"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:showExposureResults.typeLiteral77:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:showExposureResults.typeLiteral77:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::showExposureResults::typeLiteral77::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::showExposureResults::typeLiteral77::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:showExposureResults.typeLiteral77:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#323"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:sportsFeatureGate.typeLiteral130:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:sportsFeatureGate.typeLiteral130:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::sportsFeatureGate::typeLiteral130::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::sportsFeatureGate::typeLiteral130::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:sportsFeatureGate.typeLiteral130:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#550"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:suggestCalculator.typeLiteral133:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:suggestCalculator.typeLiteral133:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::suggestCalculator::typeLiteral133::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::suggestCalculator::typeLiteral133::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:suggestCalculator.typeLiteral133:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#563"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:suggestSemanticHistoryMinLength.typeLiteral131:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:suggestSemanticHistoryMinLength.typeLiteral131:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::suggestSemanticHistoryMinLength::typeLiteral131::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::suggestSemanticHistoryMinLength::typeLiteral131::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:suggestSemanticHistoryMinLength.typeLiteral131:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#555"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:unitConversionEnabled.typeLiteral135:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:unitConversionEnabled.typeLiteral135:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::unitConversionEnabled::typeLiteral135::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::unitConversionEnabled::typeLiteral135::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:unitConversionEnabled.typeLiteral135:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#571"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherFeatureGate.typeLiteral137:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherFeatureGate.typeLiteral137:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::weatherFeatureGate::typeLiteral137::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::weatherFeatureGate::typeLiteral137::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherFeatureGate.typeLiteral137:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#579"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherKeywordsMinimumLength.typeLiteral138:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherKeywordsMinimumLength.typeLiteral138:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::weatherKeywordsMinimumLength::typeLiteral138::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::weatherKeywordsMinimumLength::typeLiteral138::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherKeywordsMinimumLength.typeLiteral138:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#584"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherShowLessFrequentlyCap.typeLiteral139:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherShowLessFrequentlyCap.typeLiteral139:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::weatherShowLessFrequentlyCap::typeLiteral139::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::weatherShowLessFrequentlyCap::typeLiteral139::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherShowLessFrequentlyCap.typeLiteral139:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#588"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherUiTreatment.typeLiteral140:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherUiTreatment.typeLiteral140:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::weatherUiTreatment::typeLiteral140::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::weatherUiTreatment::typeLiteral140::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:weatherUiTreatment.typeLiteral140:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#592"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:wikipediaFeatureGate.typeLiteral141:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:wikipediaFeatureGate.typeLiteral141:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::wikipediaFeatureGate::typeLiteral141::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::wikipediaFeatureGate::typeLiteral141::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:wikipediaFeatureGate.typeLiteral141:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#597"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpFeatureGate.typeLiteral144:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpFeatureGate.typeLiteral144:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpFeatureGate::typeLiteral144::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpFeatureGate::typeLiteral144::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpFeatureGate.typeLiteral144:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#611"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpMinKeywordLength.typeLiteral142:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpMinKeywordLength.typeLiteral142:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpMinKeywordLength::typeLiteral142::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpMinKeywordLength::typeLiteral142::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpMinKeywordLength.typeLiteral142:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#602"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpMlEnabled.typeLiteral143:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpMlEnabled.typeLiteral143:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpMlEnabled::typeLiteral143::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpMlEnabled::typeLiteral143::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpMlEnabled.typeLiteral143:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#606"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpRealtimeFeatureGate.typeLiteral149:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpRealtimeFeatureGate.typeLiteral149:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpRealtimeFeatureGate::typeLiteral149::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpRealtimeFeatureGate::typeLiteral149::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpRealtimeFeatureGate.typeLiteral149:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#635"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpServiceResultDistinction.typeLiteral145:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpServiceResultDistinction.typeLiteral145:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpServiceResultDistinction::typeLiteral145::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpServiceResultDistinction::typeLiteral145::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpServiceResultDistinction.typeLiteral145:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#616"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpShowLessFrequentlyCap.typeLiteral146:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpShowLessFrequentlyCap.typeLiteral146:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpShowLessFrequentlyCap::typeLiteral146::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpShowLessFrequentlyCap::typeLiteral146::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpShowLessFrequentlyCap.typeLiteral146:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#621"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpSuggestNonPriorityIndex.typeLiteral147:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpSuggestNonPriorityIndex.typeLiteral147:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpSuggestNonPriorityIndex::typeLiteral147::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpSuggestNonPriorityIndex::typeLiteral147::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpSuggestNonPriorityIndex.typeLiteral147:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#626"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpSuggestPriority.typeLiteral148:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpSuggestPriority.typeLiteral148:type.","pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpSuggestPriority::typeLiteral148::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::urlbar::typeLiteral40::variables::typeLiteral41::yelpSuggestPriority::typeLiteral148::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:urlbar.typeLiteral40:variables.typeLiteral41:yelpSuggestPriority.typeLiteral148:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#630"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:userCharacteristics.typeLiteral1036:variables.typeLiteral1037:currentVersion.typeLiteral1038:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:userCharacteristics.typeLiteral1036:variables.typeLiteral1037:currentVersion.typeLiteral1038:type.","pretty":"FeatureManifest::typeLiteral0::userCharacteristics::typeLiteral1036::variables::typeLiteral1037::currentVersion::typeLiteral1038::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::userCharacteristics::typeLiteral1036::variables::typeLiteral1037::currentVersion::typeLiteral1038::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:userCharacteristics.typeLiteral1036:variables.typeLiteral1037:currentVersion.typeLiteral1038:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#4280"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:walletCustomSchemes.typeLiteral1567:variables.typeLiteral1568:enabledSchemes.typeLiteral1569:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:walletCustomSchemes.typeLiteral1567:variables.typeLiteral1568:enabledSchemes.typeLiteral1569:type.","pretty":"FeatureManifest::typeLiteral0::walletCustomSchemes::typeLiteral1567::variables::typeLiteral1568::enabledSchemes::typeLiteral1569::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::walletCustomSchemes::typeLiteral1567::variables::typeLiteral1568::enabledSchemes::typeLiteral1569::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:walletCustomSchemes.typeLiteral1567:variables.typeLiteral1568:enabledSchemes.typeLiteral1569:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6367"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:webApps.typeLiteral1490:variables.typeLiteral1491:enabled.typeLiteral1492:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:webApps.typeLiteral1490:variables.typeLiteral1491:enabled.typeLiteral1492:type.","pretty":"FeatureManifest::typeLiteral0::webApps::typeLiteral1490::variables::typeLiteral1491::enabled::typeLiteral1492::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::webApps::typeLiteral1490::variables::typeLiteral1491::enabled::typeLiteral1492::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:webApps.typeLiteral1490:variables.typeLiteral1491:enabled.typeLiteral1492:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6065"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:disableWNP.typeLiteral623:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:disableWNP.typeLiteral623:type.","pretty":"FeatureManifest::typeLiteral0::whatsNewPage::typeLiteral615::variables::typeLiteral616::disableWNP::typeLiteral623::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::whatsNewPage::typeLiteral615::variables::typeLiteral616::disableWNP::typeLiteral623::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:disableWNP.typeLiteral623:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2641"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:maxVersion.typeLiteral619:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:maxVersion.typeLiteral619:type.","pretty":"FeatureManifest::typeLiteral0::whatsNewPage::typeLiteral615::variables::typeLiteral616::maxVersion::typeLiteral619::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::whatsNewPage::typeLiteral615::variables::typeLiteral616::maxVersion::typeLiteral619::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:maxVersion.typeLiteral619:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2625"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:minVersion.typeLiteral621:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:minVersion.typeLiteral621:type.","pretty":"FeatureManifest::typeLiteral0::whatsNewPage::typeLiteral615::variables::typeLiteral616::minVersion::typeLiteral621::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::whatsNewPage::typeLiteral615::variables::typeLiteral616::minVersion::typeLiteral621::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:minVersion.typeLiteral621:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2633"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:overrideUrl.typeLiteral617:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:overrideUrl.typeLiteral617:type.","pretty":"FeatureManifest::typeLiteral0::whatsNewPage::typeLiteral615::variables::typeLiteral616::overrideUrl::typeLiteral617::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::whatsNewPage::typeLiteral615::variables::typeLiteral616::overrideUrl::typeLiteral617::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:whatsNewPage.typeLiteral615:variables.typeLiteral616:overrideUrl.typeLiteral617:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#2617"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:windowsLaunchOnLogin.typeLiteral198:variables.typeLiteral199:enabled.typeLiteral200:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:windowsLaunchOnLogin.typeLiteral198:variables.typeLiteral199:enabled.typeLiteral200:type.","pretty":"FeatureManifest::typeLiteral0::windowsLaunchOnLogin::typeLiteral198::variables::typeLiteral199::enabled::typeLiteral200::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::windowsLaunchOnLogin::typeLiteral198::variables::typeLiteral199::enabled::typeLiteral200::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:windowsLaunchOnLogin.typeLiteral198:variables.typeLiteral199:enabled.typeLiteral200:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#853"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:windowsUIAutomation.typeLiteral1467:variables.typeLiteral1468:enabled.typeLiteral1469:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:windowsUIAutomation.typeLiteral1467:variables.typeLiteral1468:enabled.typeLiteral1469:type.","pretty":"FeatureManifest::typeLiteral0::windowsUIAutomation::typeLiteral1467::variables::typeLiteral1468::enabled::typeLiteral1469::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::windowsUIAutomation::typeLiteral1467::variables::typeLiteral1468::enabled::typeLiteral1469::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:windowsUIAutomation.typeLiteral1467:variables.typeLiteral1468:enabled.typeLiteral1469:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5977"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:xpcom.typeLiteral1501:variables.typeLiteral1502:low_commit_space_threshold_mb.typeLiteral1503:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:xpcom.typeLiteral1501:variables.typeLiteral1502:low_commit_space_threshold_mb.typeLiteral1503:type.","pretty":"FeatureManifest::typeLiteral0::xpcom::typeLiteral1501::variables::typeLiteral1502::low_commit_space_threshold_mb::typeLiteral1503::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::xpcom::typeLiteral1501::variables::typeLiteral1502::low_commit_space_threshold_mb::typeLiteral1503::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:xpcom.typeLiteral1501:variables.typeLiteral1502:low_commit_space_threshold_mb.typeLiteral1503:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6109"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:xpcom.typeLiteral1501:variables.typeLiteral1502:low_commit_space_threshold_percent.typeLiteral1505:type.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:xpcom.typeLiteral1501:variables.typeLiteral1502:low_commit_space_threshold_percent.typeLiteral1505:type.","pretty":"FeatureManifest::typeLiteral0::xpcom::typeLiteral1501::variables::typeLiteral1502::low_commit_space_threshold_percent::typeLiteral1505::type","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::xpcom::typeLiteral1501::variables::typeLiteral1502::low_commit_space_threshold_percent::typeLiteral1505::type","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:xpcom.typeLiteral1501:variables.typeLiteral1502:low_commit_space_threshold_percent.typeLiteral1505:type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#6117"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#type.":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#type.","pretty":"ArkoseLabsHandler::type","meta":{"structured":1,"pretty":"ArkoseLabsHandler::type","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/ArkoseLabsHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#458"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#type.":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#type.","pretty":"CFTurnstileHandler::type","meta":{"structured":1,"pretty":"CFTurnstileHandler::type","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CFTurnstileHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#182"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#type.":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#type.","pretty":"CaptchaHandler::type","meta":{"structured":1,"pretty":"CaptchaHandler::type","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/CaptchaHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#19"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#type.":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#type.","pretty":"DatadomeHandler::type","meta":{"structured":1,"pretty":"DatadomeHandler::type","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/DatadomeHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#300"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#type.":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#type.","pretty":"GoogleRecaptchaV2Handler::type","meta":{"structured":1,"pretty":"GoogleRecaptchaV2Handler::type","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/GoogleRecaptchaV2Handler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#83"}},"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#type.":{"sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#type.","pretty":"HCaptchaHandler::type","meta":{"structured":1,"pretty":"HCaptchaHandler::type","sym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#type.","js_sym":"#type","type_pretty":"string","kind":"field","subsystem":"Core/Privacy/Anti-Tracking","parentsym":"S_js_typescript_toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs/HCaptchaHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/captchadetection/CaptchaDetectionChild.sys.mjs#345"}},"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().":{"sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().","pretty":"Extension::once","meta":{"structured":1,"pretty":"Extension::once","sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/Extension.sys.mjs#3638"}},"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionCommon.sys.mjs#307"}},"S_js_typescript_toolkit/components/extensions/ProxyChannelFilter.sys.mjs/ProxyInfoData.type().":{"sym":"S_js_typescript_toolkit/components/extensions/ProxyChannelFilter.sys.mjs/ProxyInfoData.type().","pretty":"ProxyInfoData::type","meta":{"structured":1,"pretty":"ProxyInfoData::type","sym":"S_js_typescript_toolkit/components/extensions/ProxyChannelFilter.sys.mjs/ProxyInfoData.type().","js_sym":"#type","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ProxyChannelFilter.sys.mjs#62"}},"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#type.":{"sym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#type.","pretty":"ProgressAndStatusCallbackParams::type","meta":{"structured":1,"pretty":"ProgressAndStatusCallbackParams::type","sym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#type.","js_sym":"#type","type_pretty":"string | 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#142"}},"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/search/SearchEngine.sys.mjs/EngineURL#displayName.":{"sym":"S_js_typescript_toolkit/components/search/SearchEngine.sys.mjs/EngineURL#displayName.","pretty":"EngineURL::displayName","meta":{"structured":1,"pretty":"EngineURL::displayName","sym":"S_js_typescript_toolkit/components/search/SearchEngine.sys.mjs/EngineURL#displayName.","js_sym":"#displayName","type_pretty":"string","kind":"field","subsystem":"Firefox/Search","parentsym":"S_js_typescript_toolkit/components/search/SearchEngine.sys.mjs/EngineURL#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/search/SearchEngine.sys.mjs#167"}},"S_js_typescript_toolkit/components/translations/translations.d.ts/SupportedLanguage#displayName.":{"sym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SupportedLanguage#displayName.","pretty":"SupportedLanguage::displayName","meta":{"structured":1,"pretty":"SupportedLanguage::displayName","sym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SupportedLanguage#displayName.","js_sym":"#displayName","type_pretty":"string","kind":"field","subsystem":"Firefox/Translations","parentsym":"S_js_typescript_toolkit/components/translations/translations.d.ts/SupportedLanguage#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/translations/translations.d.ts#427"}},"S_js_typescript_toolkit/content/widgets/vendor/lit.all.mjs/join().":{"sym":"S_js_typescript_toolkit/content/widgets/vendor/lit.all.mjs/join().","pretty":"join","meta":{"structured":1,"pretty":"join","sym":"S_js_typescript_toolkit/content/widgets/vendor/lit.all.mjs/join().","js_sym":"#join","type_pretty":"Generator","kind":"method","subsystem":"Toolkit/UI Widgets","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/vendor/lit.all.mjs#3430"}},"S_js_typescript_toolkit/content/widgets/vendor/lit.all.mjs/walker.":{"sym":"S_js_typescript_toolkit/content/widgets/vendor/lit.all.mjs/walker.","pretty":"walker","meta":{"structured":1,"pretty":"walker","sym":"S_js_typescript_toolkit/content/widgets/vendor/lit.all.mjs/walker.","js_sym":"#walker","type_pretty":"TreeWalker","kind":"field","subsystem":"Toolkit/UI Widgets","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/vendor/lit.all.mjs#1326"}},"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().":{"sym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().","js_sym":"#once","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/EventEmitter.sys.mjs#83"}},"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"}},"expected#functionText":{"sym":"expected#functionText","pretty":"expected.functionText"},"expected#tooltipText":{"sym":"expected#tooltipText","pretty":"expected.tooltipText"},"functionNameEl#closest":{"sym":"functionNameEl#closest","pretty":"functionNameEl.closest"},"functionNameEl#ownerDocument":{"sym":"functionNameEl#ownerDocument","pretty":"functionNameEl.ownerDocument"},"functionNameEl#scrollIntoView":{"sym":"functionNameEl#scrollIntoView","pretty":"functionNameEl.scrollIntoView"},"inspector#markup":{"sym":"inspector#markup","pretty":"inspector.markup"},"secondLiAfterElementNodeFront#displayName":{"sym":"secondLiAfterElementNodeFront#displayName","pretty":"secondLiAfterElementNodeFront.displayName"},"secondLiNodeFrontChildren#nodes":{"sym":"secondLiNodeFrontChildren#nodes","pretty":"secondLiNodeFrontChildren.nodes"},"tooltip#once":{"sym":"tooltip#once","pretty":"tooltip.once"},"tooltip#panel":{"sym":"tooltip#panel","pretty":"tooltip.panel"},"valueSpan#querySelectorAll":{"sym":"valueSpan#querySelectorAll","pretty":"valueSpan.querySelectorAll"},"view#tooltips":{"sym":"view#tooltips","pretty":"view.tooltips"}};