From 2b11f4cebfe7f8207e1224e3feadbe2919739f87 Mon Sep 17 00:00:00 2001 From: Dima Vremekno Date: Fri, 21 Nov 2025 16:23:03 -0500 Subject: [PATCH 1/3] window props and content type --- output/Atomics.json | 120 + output/CSS.json | 527 + output/DevToolsAPI.json | 97 + output/DevToolsHost.json | 15 + output/Elements.json | 22 + output/Emulation.json | 22 + output/Extensions.json | 79 + output/GPUBufferUsage.json | 92 + output/GPUColorWrite.json | 57 + output/GPUMapMode.json | 36 + output/GPUShaderStage.json | 43 + output/GPUTextureUsage.json | 57 + output/Host.json | 121 + output/InspectorFrontendAPI.json | 211 + output/InspectorFrontendHost.json | 33 + output/Main.json | 22 + output/MobileThrottling.json | 27 + output/Protocol.json | 17372 +++++++++ output/ProtocolClient.json | 61 + output/QSI.json | 6999 ++++ output/UI.json | 30681 ++++++++++++++++ output/WebAssembly.json | 166 + output/__core-js_shared__.json | 238 + output/_qsie.json | 15 + output/chrome.json | 36 + output/console.json | 208 + output/cookieStore.json | 15 + output/customElements.json | 15 + output/dataLayer.json | 358 + output/exports.json | 29 + output/external.json | 15 + output/gaGlobal.json | 29 + output/google_tag_data.json | 932 + output/google_tag_manager.json | 673 + output/jQuery361053639817415354451.json | 32 + output/jQuery361074058757280353391.json | 32 + output/jQuery371053269243926709651.json | 32 + output/jQuery371071655011918650271.json | 32 + output/launchQueue.json | 15 + output/litPropertyMetadata.json | 20 + output/localStorage.json | 15 + output/locationbar.json | 15 + output/menubar.json | 15 + output/ncbi.json | 9107 +++++ output/personalbar.json | 15 + output/pingerDataLayer.json | 789 + output/runtime.json | 15 + output/scheduler.json | 15 + output/scrollbars.json | 15 + output/sessionStorage.json | 29 + output/sharedStorage.json | 15 + output/speechSynthesis.json | 15 + output/statusbar.json | 15 + output/storage_contents.json | 13 + output/styleMedia.json | 15 + output/symbol_table.json | 10492 ++++++ output/symbol_table_clean.json | 2324 ++ output/toolbar.json | 15 + output/trustedTypes.json | 15 + output/uswds.json | 36 + output/viewport.json | 15 + output/visualViewport.json | 15 + test.py | 715 + web_hacker/cdp/routine_execution.py | 45 +- web_hacker/data_models/production_routine.py | 14 +- web_hacker/routine_discovery/agent.py | 5 +- .../routine_discovery/context_manager.py | 6 +- 67 files changed, 83366 insertions(+), 20 deletions(-) create mode 100644 output/Atomics.json create mode 100644 output/CSS.json create mode 100644 output/DevToolsAPI.json create mode 100644 output/DevToolsHost.json create mode 100644 output/Elements.json create mode 100644 output/Emulation.json create mode 100644 output/Extensions.json create mode 100644 output/GPUBufferUsage.json create mode 100644 output/GPUColorWrite.json create mode 100644 output/GPUMapMode.json create mode 100644 output/GPUShaderStage.json create mode 100644 output/GPUTextureUsage.json create mode 100644 output/Host.json create mode 100644 output/InspectorFrontendAPI.json create mode 100644 output/InspectorFrontendHost.json create mode 100644 output/Main.json create mode 100644 output/MobileThrottling.json create mode 100644 output/Protocol.json create mode 100644 output/ProtocolClient.json create mode 100644 output/QSI.json create mode 100644 output/UI.json create mode 100644 output/WebAssembly.json create mode 100644 output/__core-js_shared__.json create mode 100644 output/_qsie.json create mode 100644 output/chrome.json create mode 100644 output/console.json create mode 100644 output/cookieStore.json create mode 100644 output/customElements.json create mode 100644 output/dataLayer.json create mode 100644 output/exports.json create mode 100644 output/external.json create mode 100644 output/gaGlobal.json create mode 100644 output/google_tag_data.json create mode 100644 output/google_tag_manager.json create mode 100644 output/jQuery361053639817415354451.json create mode 100644 output/jQuery361074058757280353391.json create mode 100644 output/jQuery371053269243926709651.json create mode 100644 output/jQuery371071655011918650271.json create mode 100644 output/launchQueue.json create mode 100644 output/litPropertyMetadata.json create mode 100644 output/localStorage.json create mode 100644 output/locationbar.json create mode 100644 output/menubar.json create mode 100644 output/ncbi.json create mode 100644 output/personalbar.json create mode 100644 output/pingerDataLayer.json create mode 100644 output/runtime.json create mode 100644 output/scheduler.json create mode 100644 output/scrollbars.json create mode 100644 output/sessionStorage.json create mode 100644 output/sharedStorage.json create mode 100644 output/speechSynthesis.json create mode 100644 output/statusbar.json create mode 100644 output/storage_contents.json create mode 100644 output/styleMedia.json create mode 100644 output/symbol_table.json create mode 100644 output/symbol_table_clean.json create mode 100644 output/toolbar.json create mode 100644 output/trustedTypes.json create mode 100644 output/uswds.json create mode 100644 output/viewport.json create mode 100644 output/visualViewport.json create mode 100644 test.py diff --git a/output/Atomics.json b/output/Atomics.json new file mode 100644 index 0000000..8a76001 --- /dev/null +++ b/output/Atomics.json @@ -0,0 +1,120 @@ +{ + "property_name": "Atomics", + "className": "Atomics", + "description": "Atomics", + "objectId": "3290802516498786405.1.1235", + "resolved_data": { + "load": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function load() { [native code] }" + }, + "store": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function store() { [native code] }" + }, + "add": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function add() { [native code] }" + }, + "sub": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function sub() { [native code] }" + }, + "and": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function and() { [native code] }" + }, + "or": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function or() { [native code] }" + }, + "xor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function xor() { [native code] }" + }, + "exchange": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function exchange() { [native code] }" + }, + "compareExchange": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function compareExchange() { [native code] }" + }, + "isLockFree": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function isLockFree() { [native code] }" + }, + "wait": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function wait() { [native code] }" + }, + "waitAsync": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function waitAsync() { [native code] }" + }, + "notify": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function notify() { [native code] }" + }, + "pause": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function pause() { [native code] }" + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "Atomics" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4267", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/CSS.json b/output/CSS.json new file mode 100644 index 0000000..87231dc --- /dev/null +++ b/output/CSS.json @@ -0,0 +1,527 @@ +{ + "property_name": "CSS", + "className": "CSS", + "description": "CSS", + "objectId": "3290802516498786405.1.1843", + "resolved_data": { + "highlights": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "className": "HighlightRegistry", + "description": "HighlightRegistry", + "objectId": "3290802516498786405.1.4296", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4367", + "className": "HighlightRegistry" + } + ] + } + }, + "Hz": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function Hz() { [native code] }" + }, + "Q": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function Q() { [native code] }" + }, + "cap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function cap() { [native code] }" + }, + "ch": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function ch() { [native code] }" + }, + "cm": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function cm() { [native code] }" + }, + "cqb": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function cqb() { [native code] }" + }, + "cqh": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function cqh() { [native code] }" + }, + "cqi": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function cqi() { [native code] }" + }, + "cqmax": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function cqmax() { [native code] }" + }, + "cqmin": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function cqmin() { [native code] }" + }, + "cqw": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function cqw() { [native code] }" + }, + "deg": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function deg() { [native code] }" + }, + "dpcm": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dpcm() { [native code] }" + }, + "dpi": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dpi() { [native code] }" + }, + "dppx": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dppx() { [native code] }" + }, + "dvb": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dvb() { [native code] }" + }, + "dvh": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dvh() { [native code] }" + }, + "dvi": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dvi() { [native code] }" + }, + "dvmax": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dvmax() { [native code] }" + }, + "dvmin": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dvmin() { [native code] }" + }, + "dvw": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dvw() { [native code] }" + }, + "em": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function em() { [native code] }" + }, + "escape": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function escape() { [native code] }" + }, + "ex": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function ex() { [native code] }" + }, + "fr": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function fr() { [native code] }" + }, + "grad": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function grad() { [native code] }" + }, + "ic": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function ic() { [native code] }" + }, + "in": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function in() { [native code] }" + }, + "kHz": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function kHz() { [native code] }" + }, + "lh": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function lh() { [native code] }" + }, + "lvb": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function lvb() { [native code] }" + }, + "lvh": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function lvh() { [native code] }" + }, + "lvi": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function lvi() { [native code] }" + }, + "lvmax": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function lvmax() { [native code] }" + }, + "lvmin": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function lvmin() { [native code] }" + }, + "lvw": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function lvw() { [native code] }" + }, + "mm": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function mm() { [native code] }" + }, + "ms": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function ms() { [native code] }" + }, + "number": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function number() { [native code] }" + }, + "pc": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function pc() { [native code] }" + }, + "percent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function percent() { [native code] }" + }, + "pt": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function pt() { [native code] }" + }, + "px": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function px() { [native code] }" + }, + "rad": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function rad() { [native code] }" + }, + "rcap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function rcap() { [native code] }" + }, + "rch": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function rch() { [native code] }" + }, + "registerProperty": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function registerProperty() { [native code] }" + }, + "rem": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function rem() { [native code] }" + }, + "rex": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function rex() { [native code] }" + }, + "ric": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function ric() { [native code] }" + }, + "rlh": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function rlh() { [native code] }" + }, + "s": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function s() { [native code] }" + }, + "supports": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function supports() { [native code] }" + }, + "svb": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function svb() { [native code] }" + }, + "svh": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function svh() { [native code] }" + }, + "svi": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function svi() { [native code] }" + }, + "svmax": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function svmax() { [native code] }" + }, + "svmin": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function svmin() { [native code] }" + }, + "svw": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function svw() { [native code] }" + }, + "turn": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function turn() { [native code] }" + }, + "vb": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function vb() { [native code] }" + }, + "vh": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function vh() { [native code] }" + }, + "vi": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function vi() { [native code] }" + }, + "vmax": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function vmax() { [native code] }" + }, + "vmin": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function vmin() { [native code] }" + }, + "vw": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function vw() { [native code] }" + }, + "x": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function x() { [native code] }" + }, + "paintWorklet": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "className": "Worklet", + "description": "Worklet", + "objectId": "3290802516498786405.1.4364", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4368", + "className": "Worklet" + } + ] + } + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "CSS" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4366", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/DevToolsAPI.json b/output/DevToolsAPI.json new file mode 100644 index 0000000..eee9c0e --- /dev/null +++ b/output/DevToolsAPI.json @@ -0,0 +1,97 @@ +{ + "property_name": "DevToolsAPI", + "className": "DevToolsAPIImpl", + "description": "DevToolsAPIImpl", + "objectId": "-8799355714042909497.1.1210", + "resolved_data": { + "_lastCallId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1285 + }, + "_callbacks": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2244", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2251", + "className": "Object" + } + ] + } + }, + "_pendingExtensionDescriptors": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(0)", + "objectId": "-8799355714042909497.1.2245", + "nested": { + "_skipped": "Native API" + } + }, + "_addExtensionCallback": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "_originsForbiddenForExtensions": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(6)", + "objectId": "-8799355714042909497.1.2247", + "nested": { + "_skipped": "Native API" + } + }, + "_setInitialTargetId": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "_initialTargetIdPromise": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Promise", + "description": "Promise", + "objectId": "-8799355714042909497.1.2249", + "nested": { + "_skipped": "Native API" + } + }, + "_inspectedTabIdValue": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1476860939 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2250", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/DevToolsHost.json b/output/DevToolsHost.json new file mode 100644 index 0000000..b6a9bb3 --- /dev/null +++ b/output/DevToolsHost.json @@ -0,0 +1,15 @@ +{ + "property_name": "DevToolsHost", + "className": "DevToolsHost", + "description": "DevToolsHost", + "objectId": "-8799355714042909497.1.1209", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2243", + "className": "DevToolsHost" + } + ] + } +} \ No newline at end of file diff --git a/output/Elements.json b/output/Elements.json new file mode 100644 index 0000000..e405857 --- /dev/null +++ b/output/Elements.json @@ -0,0 +1,22 @@ +{ + "property_name": "Elements", + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.1248", + "resolved_data": { + "ElementsPanel": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "class co extends i.Panel.Panel{splitWidget;#_t;mainContainer;domTreeContainer;splitMode;accessibilityTreeView;breadcrumbs;stylesWidget;computedStyleWidget;metricsWidget;searchResults;currentSearchResultIndex;pendingNodeReveal;adornerManager;adornersByName;accessibilityTreeButton;domTreeButton;selectedNodeOnReset;hasNonDefaultSelectedNode;searchConfig;omitDefaultSelection;notFirstInspectElement;sidebarPaneView;stylesViewToReveal;nodeInsertedTaskRunner={queue:Promise.resolve(),run(e){this.queue=this.queue.then(e)}};cssStyleTrackerByCSSModel;#Vt;getTreeOutlineForTesting(){return this.#Vt.getTreeOutlineForTesting()}constructor(){super(\"elements\"),this.registerRequiredCSS(_i),this.splitWidget=new i.SplitWidget.SplitWidget(!0,!0,\"elements-panel-split-view-state\",325,325),this.splitWidget.addEventListener(\"SidebarSizeChanged\",this.updateTreeOutlineVisibleWidth.bind(this)),this.splitWidget.show(this.element),this.#_t=new i.SearchableView.SearchableView(this,null),this.#_t.setMinimalSearchQuerySize(0),this.#_t.setMinimumSize(25,28),this.#_t.setPlaceholder(ro(so.findByStringSelectorOrXpath));const s=this.#_t.element;this.mainContainer=document.createElement(\"div\"),this.domTreeContainer=document.createElement(\"div\");const o=document.createElement(\"div\");t.Runtime.experiments.isEnabled(\"full-accessibility-tree\")&&this.initializeFullAccessibilityTreeView(),this.mainContainer.appendChild(this.domTreeContainer),s.appendChild(this.mainContainer),s.appendChild(o),i.ARIAUtils.markAsMain(this.domTreeContainer),i.ARIAUtils.setLabel(this.domTreeContainer,ro(so.domTreeExplorer)),this.splitWidget.setMainWidget(this.#_t),this.splitMode=null,this.mainContainer.id=\"main-content\",this.domTreeContainer.id=\"elements-content\",this.domTreeContainer.tabIndex=-1,e.Settings.Settings.instance().moduleSetting(\"dom-word-wrap\").get()&&this.domTreeContainer.classList.add(\"elements-wrap\"),e.Settings.Settings.instance().moduleSetting(\"dom-word-wrap\").addChangeListener(this.domWordWrapSettingChanged.bind(this)),o.id=\"elements-crumbs\",this.domTreeButton&&(this.accessibilityTreeView=new X(this.domTreeButton,new h.TreeOutline.TreeOutline)),this.breadcrumbs=new p.ElementsBreadcrumbs.ElementsBreadcrumbs,this.breadcrumbs.addEventListener(\"breadcrumbsnodeselected\",e=>{this.crumbNodeSelected(e)}),o.appendChild(this.breadcrumbs);const r=new Fi;this.stylesWidget=new ei(r),this.computedStyleWidget=new Li(r),this.metricsWidget=new no(r),e.Settings.Settings.instance().moduleSetting(\"sidebar-position\").addChangeListener(this.updateSidebarPosition.bind(this)),this.updateSidebarPosition(),this.cssStyleTrackerByCSSModel=new Map,this.currentSearchResultIndex=-1,this.pendingNodeReveal=!1,this.adornerManager=new p.AdornerManager.AdornerManager(e.Settings.Settings.instance().moduleSetting(\"adorner-settings\")),this.adornersByName=new Map,this.#Vt=new Fs,this.#Vt.omitRootDOMNode=!0,this.#Vt.selectEnabled=!0,this.#Vt.onSelectedNodeChanged=this.selectedNodeChanged.bind(this),this.#Vt.onElementsTreeUpdated=this.updateBreadcrumbIfNeeded.bind(this),this.#Vt.onDocumentUpdated=this.documentUpdated.bind(this),this.#Vt.setWordWrap(e.Settings.Settings.instance().moduleSetting(\"dom-word-wrap\").get()),n.TargetManager.TargetManager.instance().observeModels(n.DOMModel.DOMModel,this,{scoped:!0}),n.TargetManager.TargetManager.instance().addEventListener(\"NameChanged\",e=>this.targetNameChanged(e.data)),e.Settings.Settings.instance().moduleSetting(\"show-ua-shadow-dom\").addChangeListener(this.showUAShadowDOMChanged.bind(this)),d.ExtensionServer.ExtensionServer.instance().addEventListener(\"SidebarPaneAdded\",this.extensionSidebarPaneAdded,this)}initializeFullAccessibilityTreeView(){this.accessibilityTreeButton=ao(!1),this.accessibilityTreeButton.addEventListener(\"click\",this.showAccessibilityTree.bind(this)),this.domTreeButton=ao(!0),this.domTreeButton.addEventListener(\"click\",this.showDOMTree.bind(this)),this.mainContainer.appendChild(this.accessibilityTreeButton)}showAccessibilityTree(){this.accessibilityTreeView&&this.splitWidget.setMainWidget(this.accessibilityTreeView)}showDOMTree(){this.splitWidget.setMainWidget(this.#_t);const e=this.selectedDOMNode();e&&this.#Vt.selectDOMNodeWithoutReveal(e)}toggleAccessibilityTree(){this.domTreeButton&&(this.splitWidget.mainWidget()===this.accessibilityTreeView?this.showDOMTree():this.showAccessibilityTree())}static instance(e={forceNew:null}){const{forceNew:t}=e;return lo&&!t||(lo=new co),lo}revealProperty(e){return this.sidebarPaneView&&this.stylesViewToReveal?this.sidebarPaneView.showView(this.stylesViewToReveal).then(()=>{this.stylesWidget.revealProperty(e)}):Promise.resolve()}resolveLocation(e){return this.sidebarPaneView||null}showToolbarPane(e,t){this.stylesWidget.showToolbarPane(e,t)}modelAdded(e){this.setupStyleTracking(e.cssModel()),this.#Vt.modelAdded(e),this.isShowing()&&this.wasShown(),this.domTreeContainer.hasFocus()&&this.#Vt.focus(),e.addEventListener(n.DOMModel.Events.DocumentUpdated,this.documentUpdatedEvent,this),e.addEventListener(n.DOMModel.Events.NodeInserted,this.handleNodeInserted,this)}modelRemoved(e){e.removeEventListener(n.DOMModel.Events.DocumentUpdated,this.documentUpdatedEvent,this),e.removeEventListener(n.DOMModel.Events.NodeInserted,this.handleNodeInserted,this),this.#Vt.modelRemoved(e),e.parentModel()||this.#Vt.detach(),this.removeStyleTracking(e.cssModel())}handleNodeInserted(e){this.nodeInsertedTaskRunner.run(async()=>{const t=e.data;if(!t.isViewTransitionPseudoNode())return;const n=t.domModel().cssModel(),i=await n.requestViaInspectorStylesheet(t.frameId());if(!i)return;const s=await n.getStyleSheetText(i.id);s?.includes(`${t.simpleSelector()} {`)||await n.setStyleSheetText(i.id,`${s}\\n${t.simpleSelector()} {}`,!1)})}targetNameChanged(e){e.model(n.DOMModel.DOMModel)}updateTreeOutlineVisibleWidth(){let e=this.splitWidget.element.offsetWidth;this.splitWidget.isVertical()&&(e-=this.splitWidget.sidebarSize()),this.#Vt.visibleWidth=e}focus(){this.#Vt.empty()?this.domTreeContainer.focus():this.#Vt.focus()}searchableView(){return this.#_t}wasShown(){super.wasShown(),i.Context.Context.instance().setFlavor(co,this),this.#Vt.show(this.domTreeContainer)}willHide(){n.OverlayModel.OverlayModel.hideDOMNodeHighlight(),this.#Vt.detach(),super.willHide(),i.Context.Context.instance().setFlavor(co,null)}onResize(){this.element.window().requestAnimationFrame(this.updateSidebarPosition.bind(this)),this.updateTreeOutlineVisibleWidth()}selectedNodeChanged(e){let t=e.data.node;t?.pseudoType()&&!t.parentNode&&(t=null);const{focus:s}=e.data;if(t||this.#Vt.selectDOMNode(null),t){const e=[p.Helper.legacyNodeToElementsComponentsNode(t)];for(let n=t.parentNode;n;n=n.parentNode)e.push(p.Helper.legacyNodeToElementsComponentsNode(n));this.breadcrumbs.data={crumbs:e,selectedNode:p.Helper.legacyNodeToElementsComponentsNode(t)},this.accessibilityTreeView&&this.accessibilityTreeView.selectedNodeChanged(t)}else this.breadcrumbs.data={crumbs:[],selectedNode:null};if(i.Context.Context.instance().setFlavor(n.DOMModel.DOMNode,t),!t)return;t.setAsInspectedNode(),s&&(this.selectedNodeOnReset=t,this.hasNonDefaultSelectedNode=!0);const o=t.domModel().runtimeModel().executionContexts(),r=t.frameId();for(const e of o)if(e.frameId===r){i.Context.Context.instance().setFlavor(n.RuntimeModel.ExecutionContext,e);break}}documentUpdatedEvent(e){const t=e.data;this.documentUpdated(t),this.removeStyleTracking(t.cssModel()),this.setupStyleTracking(t.cssModel())}documentUpdated(e){if(this.#_t.cancelSearch(),!e.existingDocument())return void(this.isShowing()&&e.requestDocument());if(this.hasNonDefaultSelectedNode=!1,this.omitDefaultSelection)return;const t=this.selectedNodeOnReset;(async function(e,n){const i=n?n.path():null,s=i?await e.pushNodeByPathToFrontend(i):null;if(t!==this.selectedNodeOnReset)return;let o=e.nodeForId(s);if(!o){const t=e.existingDocument();o=t?t.body||t.documentElement:null}o&&(this.setDefaultSelectedNode(o),this.lastSelectedNodeSelectedForTest())}).call(this,e,this.selectedNodeOnReset||null)}lastSelectedNodeSelectedForTest(){}setDefaultSelectedNode(e){!e||this.hasNonDefaultSelectedNode||this.pendingNodeReveal||(this.selectDOMNode(e),this.#Vt.expand())}onSearchClosed(){const e=this.selectedDOMNode();e&&this.#Vt.selectDOMNodeWithoutReveal(e)}onSearchCanceled(){this.searchConfig=void 0,this.hideSearchHighlights(),this.#_t.updateSearchMatchesCount(0),this.currentSearchResultIndex=-1,delete this.searchResults,n.DOMModel.DOMModel.cancelSearch()}performSearch(t,i,s){const o=t.query,r=o.trim();if(!r.length)return;this.searchConfig&&this.searchConfig.query===o?this.hideSearchHighlights():this.onSearchCanceled(),this.searchConfig=t;const a=e.Settings.Settings.instance().moduleSetting(\"show-ua-shadow-dom\").get(),l=n.TargetManager.TargetManager.instance().models(n.DOMModel.DOMModel,{scoped:!0}),d=l.map(e=>e.performSearch(r,a));Promise.all(d).then(e=>{this.searchResults=[];for(let t=0;t=this.searchResults.length&&(this.currentSearchResultIndex=-1);let t=this.currentSearchResultIndex;i&&(t=-1===this.currentSearchResultIndex?s?-1:0:s?t-1:t+1,this.jumpToSearchResult(t))})}domWordWrapSettingChanged(e){this.domTreeContainer.classList.toggle(\"elements-wrap\",e.data),this.#Vt.setWordWrap(e.data)}jumpToSearchResult(e){this.searchResults&&(this.currentSearchResultIndex=(e+this.searchResults.length)%this.searchResults.length,this.highlightCurrentSearchResult())}jumpToNextSearchResult(){this.searchResults&&this.searchConfig&&this.performSearch(this.searchConfig,!0)}jumpToPreviousSearchResult(){this.searchResults&&this.searchConfig&&this.performSearch(this.searchConfig,!0,!0)}supportsCaseSensitiveSearch(){return!1}supportsWholeWordSearch(){return!1}supportsRegexSearch(){return!1}highlightCurrentSearchResult(){const e=this.currentSearchResultIndex,t=this.searchResults;if(!t)return;const n=t[e];this.#_t.updateCurrentMatchIndex(e),null!==n.node&&(void 0!==n.node?(n.node.scrollIntoView(),n.node&&this.#Vt.highlightMatch(n.node,this.searchConfig?.query)):n.domModel.searchResult(n.index).then(e=>{n.node=e;this.searchConfig&&this.searchResults&&-1!==this.currentSearchResultIndex&&this.highlightCurrentSearchResult()}))}hideSearchHighlights(){if(!this.searchResults?.length||-1===this.currentSearchResultIndex)return;const e=this.searchResults[this.currentSearchResultIndex];e.node&&this.#Vt.hideMatchHighlights(e.node)}selectedDOMNode(){return this.#Vt.selectedDOMNode()}selectDOMNode(e,t){this.#Vt.selectDOMNode(e,t)}highlightNodeAttribute(e,t){this.#Vt.highlightNodeAttribute(e,t)}selectAndShowSidebarTab(e){this.sidebarPaneView&&(this.sidebarPaneView.tabbedPane().selectTab(e),this.isShowing()||i.ViewManager.ViewManager.instance().showView(\"elements\"))}updateBreadcrumbIfNeeded(e){const t=e.data,n=this.selectedDOMNode();if(!n)return void(this.breadcrumbs.data={crumbs:[],selectedNode:null});const i=p.Helper.legacyNodeToElementsComponentsNode(n),s=[i];for(let e=n.parentNode;e;e=e.parentNode)s.push(p.Helper.legacyNodeToElementsComponentsNode(e));const o=t.map(p.Helper.legacyNodeToElementsComponentsNode),r=new Map;o.forEach(e=>r.set(e.id,e));const a=s.map(e=>r.get(e.id)||e);this.breadcrumbs.data={crumbs:a,selectedNode:i}}crumbNodeSelected(e){this.selectDOMNode(e.legacyDomNode,!0)}leaveUserAgentShadowDOM(e){let t;for(;(t=e.ancestorUserAgentShadowRoot())&&t.parentNode;)e=t.parentNode;return e}async revealAndSelectNode(t,n){const{showPanel:s=!0,focusNode:r=!1,highlightInOverlay:a=!0}=n??{};this.omitDefaultSelection=!0;const l=e.Settings.Settings.instance().moduleSetting(\"show-ua-shadow-dom\").get()?t:this.leaveUserAgentShadowDOM(t);a&&l.highlightForTwoSeconds(),this.accessibilityTreeView&&this.accessibilityTreeView.revealAndSelectNode(t),s&&await i.ViewManager.ViewManager.instance().showView(\"elements\",!1,!focus),this.selectDOMNode(l,r),delete this.omitDefaultSelection,this.notFirstInspectElement||(co.firstInspectElementNodeNameForTest=l.nodeName(),co.firstInspectElementCompletedForTest(),o.InspectorFrontendHost.InspectorFrontendHostInstance.inspectElementCompleted()),this.notFirstInspectElement=!0}showUAShadowDOMChanged(){this.#Vt.reload()}setupTextSelectionHack(e){const t=i.bind(this),n=e=>{0===e.buttons&&i.call(this)};function i(){this.splitWidget.element.classList.remove(\"disable-resizer-for-elements-hack\"),e.style.removeProperty(\"left\"),e.style.removeProperty(\"padding-left\"),e.style.removeProperty(\"width\"),e.style.removeProperty(\"position\"),e.window().removeEventListener(\"blur\",t),e.window().removeEventListener(\"contextmenu\",t,!0),e.window().removeEventListener(\"dragstart\",t,!0),e.window().removeEventListener(\"mousemove\",n,!0),e.window().removeEventListener(\"mouseup\",t,!0),e.window().removeEventListener(\"visibilitychange\",t)}e.addEventListener(\"mousedown\",i=>{if(0!==i.button)return;this.splitWidget.element.classList.add(\"disable-resizer-for-elements-hack\"),e.style.setProperty(\"height\",`${e.offsetHeight}px`);e.style.setProperty(\"left\",\"-1000000px\"),e.style.setProperty(\"padding-left\",\"1000000px\"),e.style.setProperty(\"width\",\"calc(100% + 1000000px)\"),e.style.setProperty(\"position\",\"fixed\"),e.window().addEventListener(\"blur\",t),e.window().addEventListener(\"contextmenu\",t,!0),e.window().addEventListener(\"dragstart\",t,!0),e.window().addEventListener(\"mousemove\",n,!0),e.window().addEventListener(\"mouseup\",t,!0),e.window().addEventListener(\"visibilitychange\",t)},!0)}initializeSidebarPanes(e){this.splitWidget.setVertical(\"Vertical\"===e),this.showToolbarPane(null,null);const t=new i.Widget.VBox;t.element.classList.add(\"style-panes-wrapper\"),t.element.setAttribute(\"jslog\",`${s.pane(\"styles\").track({resize:!0})}`),this.stylesWidget.show(t.element),this.setupTextSelectionHack(t.element);const n=new i.Widget.VBox;n.element.classList.add(\"style-panes-wrapper\"),n.element.setAttribute(\"jslog\",`${s.pane(\"computed\").track({resize:!0})}`),this.computedStyleWidget.show(n.element);const o=new i.SplitWidget.SplitWidget(!0,!0,\"elements.styles.sidebar.width\",100);o.setMainWidget(t),o.hideSidebar(),o.enableShowModeSaving(),o.addEventListener(\"ShowModeChanged\",()=>{a()}),this.stylesWidget.addEventListener(\"InitialUpdateCompleted\",()=>{this.stylesWidget.appendToolbarItem(o.createShowHideSidebarButton(ro(so.showComputedStylesSidebar),ro(so.hideComputedStylesSidebar),ro(so.computedStylesShown),ro(so.computedStylesHidden),\"computed-styles\"))});const r=()=>{this.metricsWidget.show(n.element,this.computedStyleWidget.element),this.metricsWidget.toggleVisibility(!0),this.stylesWidget.removeEventListener(\"StylesUpdateCompleted\",l)},a=()=>{\"Both\"===o.showMode()?r():(this.metricsWidget.show(t.element),this.stylesWidget.hasMatchedStyles||this.metricsWidget.toggleVisibility(!1),this.stylesWidget.addEventListener(\"StylesUpdateCompleted\",l))},l=e=>{this.metricsWidget.toggleVisibility(e.data.hasMatchedStyles)};this.sidebarPaneView=i.ViewManager.ViewManager.instance().createTabbedLocation(()=>i.ViewManager.ViewManager.instance().showView(\"elements\"),\"styles-pane-sidebar\",!0,!0);const c=this.sidebarPaneView.tabbedPane();c.headerElement().setAttribute(\"jslog\",`${s.toolbar(\"sidebar\").track({keydown:\"ArrowUp|ArrowLeft|ArrowDown|ArrowRight|Enter|Space\"})}`),\"Vertical\"!==this.splitMode&&this.splitWidget.installResizer(c.headerElement());const h=c.headerElement();i.ARIAUtils.markAsNavigation(h),i.ARIAUtils.setLabel(h,ro(so.sidePanelToolbar));const p=c.tabbedPaneContentElement();i.ARIAUtils.markAsComplementary(p),i.ARIAUtils.setLabel(p,ro(so.sidePanelContent));const u=new i.View.SimpleView({title:ro(so.styles),viewId:\"styles\"});this.sidebarPaneView.appendView(u),u.element.classList.add(\"flex-auto\"),o.show(u.element);const m=new i.View.SimpleView({title:ro(so.computed),viewId:\"computed\"});m.element.classList.add(\"composite\",\"fill\"),c.addEventListener(i.TabbedPane.Events.TabSelected,e=>{const{tabId:t}=e.data;\"computed\"===t?(n.show(m.element),r()):\"styles\"===t&&(o.setSidebarWidget(n),a())},this),this.sidebarPaneView.appendView(m),this.stylesViewToReveal=u,this.sidebarPaneView.appendApplicableItems(\"elements-sidebar\");const g=d.ExtensionServer.ExtensionServer.instance().sidebarPanes();for(let e=0;e680)&&(n=\"Vertical\"),!this.sidebarPaneView)return void this.initializeSidebarPanes(n);if(n===this.splitMode)return;this.splitMode=n;const i=this.sidebarPaneView.tabbedPane();this.splitWidget.uninstallResizer(i.headerElement()),this.splitWidget.setVertical(\"Vertical\"===this.splitMode),this.showToolbarPane(null,null),\"Vertical\"!==this.splitMode&&this.splitWidget.installResizer(i.headerElement())}extensionSidebarPaneAdded(e){this.addExtensionSidebarPane(e.data)}addExtensionSidebarPane(e){this.sidebarPaneView&&e.panelName()===this.name&&this.sidebarPaneView.appendView(e)}getComputedStyleWidget(){return this.computedStyleWidget}setupStyleTracking(e){const t=e.createCSSPropertyTracker(ho);t.start(),this.cssStyleTrackerByCSSModel.set(e,t),t.addEventListener(\"TrackedCSSPropertiesUpdated\",this.trackedCSSPropertiesUpdated,this)}removeStyleTracking(e){const t=this.cssStyleTrackerByCSSModel.get(e);t&&(t.stop(),this.cssStyleTrackerByCSSModel.delete(e),t.removeEventListener(\"TrackedCSSPropertiesUpdated\",this.trackedCSSPropertiesUpdated,this))}trackedCSSPropertiesUpdated({data:e}){for(const t of e)t&&this.#Vt.updateNodeAdorners(t);Zs.instance().requestUpdate()}populateAdornerSettingsContextMenu(e){const t=e.viewSection().appendSubMenuItem(ro(so.adornerSettings),!1,\"show-adorner-settings\"),n=this.adornerManager.getSettings();for(const[e,i]of n)t.defaultSection().appendCheckboxItem(e,()=>{const t=!i,s=this.adornersByName.get(e);if(s)for(const e of s)t?e.show():e.hide();this.adornerManager.getSettings().set(e,t),this.adornerManager.updateSettings(n)},{checked:i,jslogContext:e})}isAdornerEnabled(e){return this.adornerManager.isAdornerEnabled(e)}registerAdorner(e){let t=this.adornersByName.get(e.name);t||(t=new Set,this.adornersByName.set(e.name,t)),t.add(e),this.isAdornerEnabled(e.name)||e.hide()}deregisterAdorner(e){const t=this.adornersByName.get(e.name);t&&t.delete(e)}toggleHideElement(e){this.#Vt.toggleHideElement(e)}toggleEditAsHTML(e){this.#Vt.toggleEditAsHTML(e)}duplicateNode(e){this.#Vt.duplicateNode(e)}copyStyles(e){this.#Vt.copyStyles(e)}static firstInspectElementCompletedForTest=function(){};static firstInspectElementNodeNameForTest=\"\"}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2881", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/Emulation.json b/output/Emulation.json new file mode 100644 index 0000000..7f164e0 --- /dev/null +++ b/output/Emulation.json @@ -0,0 +1,22 @@ +{ + "property_name": "Emulation", + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.1247", + "resolved_data": { + "AdvancedApp": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "class H{rootSplitWidget;deviceModeView;inspectedPagePlaceholder;toolboxWindow;toolboxRootView;changingDockSide;constructor(){t.DockController.DockController.instance().addEventListener(\"BeforeDockSideChanged\",this.openToolboxWindow,this)}static instance(){return Q||(Q=new H),Q}presentUI(e){const i=new t.RootView.RootView;this.rootSplitWidget=new t.SplitWidget.SplitWidget(!1,!0,\"inspector-view.split-view-state\",555,300,!0),this.rootSplitWidget.show(i.element),this.rootSplitWidget.setSidebarWidget(t.InspectorView.InspectorView.instance()),this.rootSplitWidget.setDefaultFocusedChild(t.InspectorView.InspectorView.instance()),t.InspectorView.InspectorView.instance().setOwnerSplit(this.rootSplitWidget),this.inspectedPagePlaceholder=j.instance(),this.inspectedPagePlaceholder.addEventListener(\"Update\",this.onSetInspectedPageBounds.bind(this),this),this.deviceModeView=W.instance({inspectedPagePlaceholder:this.inspectedPagePlaceholder,forceNew:!1}),t.DockController.DockController.instance().addEventListener(\"BeforeDockSideChanged\",this.onBeforeDockSideChange,this),t.DockController.DockController.instance().addEventListener(\"DockSideChanged\",this.onDockSideChange,this),t.DockController.DockController.instance().addEventListener(\"AfterDockSideChanged\",this.onAfterDockSideChange,this),this.onDockSideChange(),console.timeStamp(\"AdvancedApp.attachToBody\"),i.attachToDocument(e),i.focus(),this.inspectedPagePlaceholder.update()}openToolboxWindow(e){if(\"undocked\"!==e.data.to)return;if(this.toolboxWindow)return;const t=window.location.href.replace(\"devtools_app.html\",\"device_mode_emulation_frame.html\");this.toolboxWindow=window.open(t,void 0)}deviceModeEmulationFrameLoaded(e){i.ThemeSupport.instance().addDocumentToTheme(e),t.UIUtils.initializeUIUtils(e),t.UIUtils.addPlatformClass(e.documentElement),t.UIUtils.installComponentRootStyles(e.body),t.ContextMenu.ContextMenu.installHandler(e),this.toolboxRootView=new t.RootView.RootView,this.toolboxRootView.attachToDocument(e),this.updateDeviceModeView()}updateDeviceModeView(){this.isDocked()?this.rootSplitWidget.setMainWidget(this.deviceModeView):this.toolboxRootView&&this.deviceModeView.show(this.toolboxRootView.element)}onBeforeDockSideChange(e){\"undocked\"===e.data.to&&this.toolboxRootView&&(this.rootSplitWidget.hideSidebar(),this.inspectedPagePlaceholder.update()),this.changingDockSide=!0}onDockSideChange(e){this.updateDeviceModeView();const i=e?e.data.to:t.DockController.DockController.instance().dockSide();if(void 0===i)throw new Error(\"Got onDockSideChange event with unexpected undefined for dockSide()\");\"undocked\"===i?this.updateForUndocked():this.toolboxRootView&&e&&\"undocked\"===e.data.from?this.rootSplitWidget.hideSidebar():this.updateForDocked(i)}onAfterDockSideChange(e){this.changingDockSide&&(e.data.from&&\"undocked\"===e.data.from&&this.updateForDocked(e.data.to),this.changingDockSide=!1,this.inspectedPagePlaceholder.update())}updateForDocked(e){this.rootSplitWidget.resizerElement().style.transform=\"right\"===e?\"translateX(2px)\":\"left\"===e?\"translateX(-2px)\":\"\",this.rootSplitWidget.setVertical(\"right\"===e||\"left\"===e),this.rootSplitWidget.setSecondIsSidebar(\"right\"===e||\"bottom\"===e),this.rootSplitWidget.toggleResizer(this.rootSplitWidget.resizerElement(),!0),this.rootSplitWidget.toggleResizer(t.InspectorView.InspectorView.instance().topResizerElement(),\"bottom\"===e),this.rootSplitWidget.showBoth()}updateForUndocked(){this.rootSplitWidget.toggleResizer(this.rootSplitWidget.resizerElement(),!1),this.rootSplitWidget.toggleResizer(t.InspectorView.InspectorView.instance().topResizerElement(),!1),this.rootSplitWidget.hideMain()}isDocked(){return\"undocked\"!==t.DockController.DockController.instance().dockSide()}onSetInspectedPageBounds(t){if(this.changingDockSide)return;const i=this.inspectedPagePlaceholder.element.window();if(!i.innerWidth||!i.innerHeight)return;if(!this.inspectedPagePlaceholder.isShowing())return;const o=t.data;console.timeStamp(\"AdvancedApp.setInspectedPageBounds\"),e.InspectorFrontendHost.InspectorFrontendHostInstance.setInspectedPageBounds(o)}}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2879", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/Extensions.json b/output/Extensions.json new file mode 100644 index 0000000..759db5d --- /dev/null +++ b/output/Extensions.json @@ -0,0 +1,79 @@ +{ + "property_name": "Extensions", + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.1243", + "resolved_data": { + "extensionServer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "G", + "description": "G", + "objectId": "-8799355714042909497.1.2827", + "nested": { + "lastRequestId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "status": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$", + "description": "$", + "objectId": "-8799355714042909497.1.2839", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2854", + "className": "Object" + } + ] + } + }, + "extensionsEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "inspectedTabId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1476860939 + }, + "extensionAPITestHook": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2842", + "className": "It" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2828", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/GPUBufferUsage.json b/output/GPUBufferUsage.json new file mode 100644 index 0000000..7265a70 --- /dev/null +++ b/output/GPUBufferUsage.json @@ -0,0 +1,92 @@ +{ + "property_name": "GPUBufferUsage", + "className": "GPUBufferUsage", + "description": "GPUBufferUsage", + "objectId": "3290802516498786405.1.1911", + "resolved_data": { + "MAP_READ": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 1 + }, + "MAP_WRITE": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 2 + }, + "COPY_SRC": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 4 + }, + "COPY_DST": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 8 + }, + "INDEX": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 16 + }, + "VERTEX": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 32 + }, + "UNIFORM": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 64 + }, + "STORAGE": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 128 + }, + "INDIRECT": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 256 + }, + "QUERY_RESOLVE": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 512 + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "GPUBufferUsage" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4392", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/GPUColorWrite.json b/output/GPUColorWrite.json new file mode 100644 index 0000000..b57b027 --- /dev/null +++ b/output/GPUColorWrite.json @@ -0,0 +1,57 @@ +{ + "property_name": "GPUColorWrite", + "className": "GPUColorWrite", + "description": "GPUColorWrite", + "objectId": "3290802516498786405.1.1913", + "resolved_data": { + "RED": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 1 + }, + "GREEN": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 2 + }, + "BLUE": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 4 + }, + "ALPHA": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 8 + }, + "ALL": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 15 + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "GPUColorWrite" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4394", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/GPUMapMode.json b/output/GPUMapMode.json new file mode 100644 index 0000000..f236297 --- /dev/null +++ b/output/GPUMapMode.json @@ -0,0 +1,36 @@ +{ + "property_name": "GPUMapMode", + "className": "GPUMapMode", + "description": "GPUMapMode", + "objectId": "3290802516498786405.1.1925", + "resolved_data": { + "READ": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 1 + }, + "WRITE": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 2 + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "GPUMapMode" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4396", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/GPUShaderStage.json b/output/GPUShaderStage.json new file mode 100644 index 0000000..ab11791 --- /dev/null +++ b/output/GPUShaderStage.json @@ -0,0 +1,43 @@ +{ + "property_name": "GPUShaderStage", + "className": "GPUShaderStage", + "description": "GPUShaderStage", + "objectId": "3290802516498786405.1.1937", + "resolved_data": { + "VERTEX": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 1 + }, + "FRAGMENT": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 2 + }, + "COMPUTE": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 4 + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "GPUShaderStage" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4398", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/GPUTextureUsage.json b/output/GPUTextureUsage.json new file mode 100644 index 0000000..b4e96bb --- /dev/null +++ b/output/GPUTextureUsage.json @@ -0,0 +1,57 @@ +{ + "property_name": "GPUTextureUsage", + "className": "GPUTextureUsage", + "description": "GPUTextureUsage", + "objectId": "3290802516498786405.1.1941", + "resolved_data": { + "COPY_SRC": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 1 + }, + "COPY_DST": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 2 + }, + "TEXTURE_BINDING": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 4 + }, + "STORAGE_BINDING": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 8 + }, + "RENDER_ATTACHMENT": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": true, + "value": 16 + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "GPUTextureUsage" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4400", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/Host.json b/output/Host.json new file mode 100644 index 0000000..2893d90 --- /dev/null +++ b/output/Host.json @@ -0,0 +1,121 @@ +{ + "property_name": "Host", + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.1244", + "resolved_data": { + "userMetrics": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ve", + "description": "ve", + "objectId": "-8799355714042909497.1.2855", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2858", + "className": "Object" + } + ] + } + }, + "UserMetrics": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2856", + "nested": { + "Action": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "DevtoolsExperiments": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "IssueCreated": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "IssueExpanded": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "IssueResourceOpened": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "KeybindSetSettings": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "KeyboardShortcutAction": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "Language": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "ManifestSectionCodes": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "MediaTypes": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + }, + "PanelCodes": { + "type": "unknown", + "writable": false, + "configurable": false, + "enumerable": true, + "value": null + } + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2857", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/InspectorFrontendAPI.json b/output/InspectorFrontendAPI.json new file mode 100644 index 0000000..19834ee --- /dev/null +++ b/output/InspectorFrontendAPI.json @@ -0,0 +1,211 @@ +{ + "property_name": "InspectorFrontendAPI", + "className": "k", + "description": "k", + "objectId": "-8799355714042909497.1.1217", + "resolved_data": { + "appendedToURL": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "canceledSaveURL": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "colorThemeChanged": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "contextMenuCleared": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "contextMenuItemSelected": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "deviceCountUpdated": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "devicesDiscoveryConfigChanged": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "devicesPortForwardingStatusChanged": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "devicesUpdated": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "dispatchMessage": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "dispatchMessageChunk": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "enterInspectElementMode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "eyeDropperPickedColor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "fileSystemsLoaded": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "fileSystemRemoved": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "fileSystemAdded": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "fileSystemFilesChangedAddedRemoved": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "indexingTotalWorkCalculated": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "indexingWorked": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "indexingDone": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "keyEventUnhandled": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "reloadInspectedPage": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "revealSourceLine": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "savedURL": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "searchCompleted": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "setInspectedTabId": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "setUseSoftMenu": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "showPanel": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2284", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/InspectorFrontendHost.json b/output/InspectorFrontendHost.json new file mode 100644 index 0000000..62ac4b3 --- /dev/null +++ b/output/InspectorFrontendHost.json @@ -0,0 +1,33 @@ +{ + "property_name": "InspectorFrontendHost", + "className": "InspectorFrontendHostImpl", + "description": "InspectorFrontendHostImpl", + "objectId": "-8799355714042909497.1.1211", + "resolved_data": { + "events": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.2252", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2255", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2253", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/Main.json b/output/Main.json new file mode 100644 index 0000000..ec6c661 --- /dev/null +++ b/output/Main.json @@ -0,0 +1,22 @@ +{ + "property_name": "Main", + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.1239", + "resolved_data": { + "Main": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "class Q{#C=Promise.withResolvers();#R;constructor(){W.instanceForTest=this,this.#L()}static time(e){c.InspectorFrontendHost.isUnderTest()||console.time(e)}static timeEnd(e){c.InspectorFrontendHost.isUnderTest()||console.timeEnd(e)}async#L(){console.timeStamp(\"Main._loaded\"),o.Runtime.Runtime.setPlatform(c.Platform.platform());const[e,n]=await Promise.all([new Promise(e=>{c.InspectorFrontendHost.InspectorFrontendHostInstance.getHostConfig(e)}),new Promise(e=>c.InspectorFrontendHost.InspectorFrontendHostInstance.getPreferences(e))]);console.timeStamp(\"Main._gotPreferences\"),this.#A(),Object.assign(o.Runtime.hostConfig,e),this.createSettings(n),await this.requestAndRegisterLocaleData(),c.userMetrics.syncSetting(t.Settings.Settings.instance().moduleSetting(\"sync-preferences\").get());const s=e.devToolsVeLogging,i=t.Settings.Settings.instance().createSetting(\"veLogsTestMode\",!1).get();if(s?.enabled)if(s?.testing||i){l.setVeDebugLoggingEnabled(!0,\"Test\");const e={processingThrottler:new t.Throttler.Throttler(0),keyboardLogThrottler:new t.Throttler.Throttler(10),hoverLogThrottler:new t.Throttler.Throttler(50),dragLogThrottler:new t.Throttler.Throttler(50),clickLogThrottler:new t.Throttler.Throttler(10),resizeLogThrottler:new t.Throttler.Throttler(10)};this.#R=l.startLogging(e)}else this.#R=l.startLogging();this.#P()}#A(){self.Extensions||={},self.Host||={},self.Host.userMetrics||=c.userMetrics,self.Host.UserMetrics||=c.UserMetrics,self.ProtocolClient||={},self.ProtocolClient.test||=g.InspectorBackend.test}async requestAndRegisterLocaleData(){const e=t.Settings.Settings.instance().moduleSetting(\"language\").get(),o=n.DevToolsLocale.DevToolsLocale.instance({create:!0,data:{navigatorLanguage:navigator.language,settingLanguage:e,lookupClosestDevToolsLocale:n.i18n.lookupClosestSupportedDevToolsLocale}});c.userMetrics.language(o.locale),\"en-US\"!==o.locale&&await n.i18n.fetchAndRegisterLocaleData(\"en-US\");try{await n.i18n.fetchAndRegisterLocaleData(o.locale)}catch(e){console.warn(`Unable to fetch & register locale data for '${o.locale}', falling back to 'en-US'. Cause: `,e),o.forceFallbackLocale()}}createSettings(e){this.#D();let n,s=\"\";if(c.Platform.isCustomDevtoolsFrontend()?s=\"__custom__\":o.Runtime.Runtime.queryParam(\"can_dock\")||!Boolean(o.Runtime.Runtime.queryParam(\"debugFrontend\"))||c.InspectorFrontendHost.isUnderTest()||(s=\"__bundled__\"),!c.InspectorFrontendHost.isUnderTest()&&window.localStorage){const e={...t.Settings.NOOP_STORAGE,clear:()=>window.localStorage.clear()};n=new t.Settings.SettingsStorage(window.localStorage,e,s)}else n=new t.Settings.SettingsStorage({},t.Settings.NOOP_STORAGE,s);const i={register:e=>c.InspectorFrontendHost.InspectorFrontendHostInstance.registerPreference(e,{synced:!1}),set:c.InspectorFrontendHost.InspectorFrontendHostInstance.setPreference,get:e=>new Promise(t=>{c.InspectorFrontendHost.InspectorFrontendHostInstance.getPreference(e,t)}),remove:c.InspectorFrontendHost.InspectorFrontendHostInstance.removePreference,clear:c.InspectorFrontendHost.InspectorFrontendHostInstance.clearPreferences},r={...i,register:e=>c.InspectorFrontendHost.InspectorFrontendHostInstance.registerPreference(e,{synced:!0})},a=new t.Settings.SettingsStorage(e,r,s),d=new t.Settings.SettingsStorage(e,i,s);t.Settings.Settings.instance({forceNew:!0,syncedStorage:a,globalStorage:d,localStorage:n,logSettingAccess:l.logSettingAccess}),c.InspectorFrontendHost.isUnderTest()||(new t.Settings.VersionController).updateVersion()}#D(){o.Runtime.experiments.register(\"capture-node-creation-stacks\",\"Capture node creation stacks\"),o.Runtime.experiments.register(\"live-heap-profile\",\"Live heap profile\",!0),o.Runtime.experiments.register(\"protocol-monitor\",\"Protocol Monitor\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-92/#protocol-monitor\"),o.Runtime.experiments.register(\"sampling-heap-profiler-timeline\",\"Sampling heap profiler timeline\",!0),o.Runtime.experiments.register(\"show-option-tp-expose-internals-in-heap-snapshot\",\"Show option to expose internals in heap snapshots\"),o.Runtime.experiments.register(\"timeline-invalidation-tracking\",\"Performance panel: invalidation tracking\",!0),o.Runtime.experiments.register(\"timeline-show-all-events\",\"Performance panel: show all events\",!0),o.Runtime.experiments.register(\"timeline-v8-runtime-call-stats\",\"Performance panel: V8 runtime call stats\",!0),o.Runtime.experiments.register(\"timeline-enhanced-traces\",\"Performance panel: Enable collecting enhanced traces\",!0),o.Runtime.experiments.register(\"timeline-compiled-sources\",\"Performance panel: Enable collecting source text for compiled script\",!0),o.Runtime.experiments.register(\"timeline-debug-mode\",\"Performance panel: Enable debug mode (trace event details, etc)\",!0),o.Runtime.experiments.register(\"instrumentation-breakpoints\",\"Enable instrumentation breakpoints\",!0),o.Runtime.experiments.register(\"use-source-map-scopes\",\"Use scope information from source maps\",!0),o.Runtime.experiments.register(\"apca\",\"Enable new Advanced Perceptual Contrast Algorithm (APCA) replacing previous contrast ratio and AA/AAA guidelines\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-89/#apca\"),o.Runtime.experiments.register(\"full-accessibility-tree\",\"Enable full accessibility tree view in the Elements panel\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-90/#accessibility-tree\",\"https://g.co/devtools/a11y-tree-feedback\"),o.Runtime.experiments.register(\"font-editor\",\"Enable new font editor within the Styles tab\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-89/#font\"),o.Runtime.experiments.register(\"contrast-issues\",\"Enable automatic contrast issue reporting via the Issues panel\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-90/#low-contrast\"),o.Runtime.experiments.register(\"experimental-cookie-features\",\"Enable experimental cookie features\"),o.Runtime.experiments.register(\"authored-deployed-grouping\",\"Group sources into authored and deployed trees\",void 0,\"https://goo.gle/authored-deployed\",\"https://goo.gle/authored-deployed-feedback\"),o.Runtime.experiments.register(\"just-my-code\",\"Hide ignore-listed code in Sources tree view\"),o.Runtime.experiments.register(\"timeline-show-postmessage-events\",\"Performance panel: show postMessage dispatch and handling flows\"),o.Runtime.experiments.enableExperimentsByDefault([\"full-accessibility-tree\",...o.Runtime.Runtime.queryParam(\"isChromeForTesting\")?[\"protocol-monitor\"]:[]]),o.Runtime.experiments.cleanUpStaleExperiments();const e=o.Runtime.Runtime.queryParam(\"enabledExperiments\");if(e&&o.Runtime.experiments.setServerEnabledExperiments(e.split(\";\")),o.Runtime.experiments.enableExperimentsTransiently([]),c.InspectorFrontendHost.isUnderTest()){const e=o.Runtime.Runtime.queryParam(\"test\");e?.includes(\"live-line-level-heap-profile.js\")&&o.Runtime.experiments.enableForTest(\"live-heap-profile\")}for(const e of o.Runtime.experiments.allConfigurableExperiments())e.isEnabled()?c.userMetrics.experimentEnabledAtLaunch(e.name):c.userMetrics.experimentDisabledAtLaunch(e.name)}async#P(){W.time(\"Main._createAppUI\");const n=S.IsolatedFileSystemManager.IsolatedFileSystemManager.instance();n.addEventListener(S.IsolatedFileSystemManager.Events.FileSystemError,e=>y.Snackbar.Snackbar.show({message:e.data}));const i=t.Settings.Settings.instance().createSetting(\"ui-theme\",\"systemPreferred\");s.UIUtils.initializeUIUtils(document),E.ThemeSupport.hasInstance()||E.ThemeSupport.instance({forceNew:!0,setting:i}),s.UIUtils.addPlatformClass(document.documentElement),s.UIUtils.installComponentRootStyles(document.body),this.#F(document);const r=Boolean(o.Runtime.Runtime.queryParam(\"can_dock\"));s.ZoomManager.ZoomManager.instance({forceNew:!0,win:window,frontendHost:c.InspectorFrontendHost.InspectorFrontendHostInstance}),s.ContextMenu.ContextMenu.initialize(),s.ContextMenu.ContextMenu.installHandler(document),T.NetworkLog.NetworkLog.instance(),e.FrameManager.FrameManager.instance(),T.LogManager.LogManager.instance(),v.IssuesManager.IssuesManager.instance({forceNew:!0,ensureFirst:!0,showThirdPartyIssuesSetting:v.Issue.getShowThirdPartyIssuesSetting(),hideIssueSetting:v.IssuesManager.getHideIssueByCodeSetting()}),v.ContrastCheckTrigger.ContrastCheckTrigger.instance(),s.DockController.DockController.instance({forceNew:!0,canDock:r}),e.NetworkManager.MultitargetNetworkManager.instance({forceNew:!0}),e.DOMDebuggerModel.DOMDebuggerManager.instance({forceNew:!0});const a=e.TargetManager.TargetManager.instance();a.addEventListener(\"SuspendStateChanged\",this.#H.bind(this)),x.FileManager.FileManager.instance({forceNew:!0}),x.Workspace.WorkspaceImpl.instance(),p.NetworkProject.NetworkProjectManager.instance();const d=new p.ResourceMapping.ResourceMapping(a,x.Workspace.WorkspaceImpl.instance());new p.PresentationConsoleMessageHelper.PresentationConsoleMessageManager,p.CSSWorkspaceBinding.CSSWorkspaceBinding.instance({forceNew:!0,resourceMapping:d,targetManager:a}),x.IgnoreListManager.IgnoreListManager.instance({forceNew:!0}),p.DebuggerWorkspaceBinding.DebuggerWorkspaceBinding.instance({forceNew:!0,resourceMapping:d,targetManager:a,ignoreListManager:x.IgnoreListManager.IgnoreListManager.instance()}),a.setScopeTarget(a.primaryPageTarget()),s.Context.Context.instance().addFlavorChangeListener(e.Target.Target,({data:e})=>{const t=e?.outermostTarget();a.setScopeTarget(t)}),h.BreakpointManager.BreakpointManager.instance({forceNew:!0,workspace:x.Workspace.WorkspaceImpl.instance(),targetManager:a,debuggerWorkspaceBinding:p.DebuggerWorkspaceBinding.DebuggerWorkspaceBinding.instance()}),self.Extensions.extensionServer=w.ExtensionServer.ExtensionServer.instance({forceNew:!0}),new S.FileSystemWorkspaceBinding.FileSystemWorkspaceBinding(n,x.Workspace.WorkspaceImpl.instance()),n.addPlatformFileSystem(\"snippet://\",new M.ScriptSnippetFileSystem.SnippetFileSystem),S.Persistence.PersistenceImpl.instance({forceNew:!0,workspace:x.Workspace.WorkspaceImpl.instance(),breakpointManager:h.BreakpointManager.BreakpointManager.instance()}),S.NetworkPersistenceManager.NetworkPersistenceManager.instance({forceNew:!0,workspace:x.Workspace.WorkspaceImpl.instance()}),new C(a,s.Context.Context.instance());const g=I.ProjectSettingsModel.ProjectSettingsModel.instance({forceNew:!0,hostConfig:o.Runtime.hostConfig,pageResourceLoader:e.PageResourceLoader.PageResourceLoader.instance(),targetManager:a}),k=S.AutomaticFileSystemManager.AutomaticFileSystemManager.instance({forceNew:!0,inspectorFrontendHost:c.InspectorFrontendHost.InspectorFrontendHostInstance,projectSettingsModel:g});S.AutomaticFileSystemWorkspaceBinding.AutomaticFileSystemWorkspaceBinding.instance({forceNew:!0,automaticFileSystemManager:k,isolatedFileSystemManager:n,workspace:x.Workspace.WorkspaceImpl.instance()}),u.AutofillManager.AutofillManager.instance(),b.LiveMetrics.instance(),f.CrUXManager.instance(),new te;const R=s.ActionRegistry.ActionRegistry.instance({forceNew:!0});s.ShortcutRegistry.ShortcutRegistry.instance({forceNew:!0,actionRegistry:R}),this.#_(),c.GdpClient.isGdpProfilesAvailable()&&(c.GdpClient.GdpClient.instance().getProfile().then(e=>{if(!e)return;const{profile:t,isEligible:n}=e,o=Boolean(t)?\"has-profile\":n?\"no-profile-and-eligible\":\"no-profile-and-not-eligible\";l.logFunctionCall(\"gdp-client-initialize\",o)}),m.UserBadges.instance().initialize(),m.UserBadges.instance().addEventListener(\"BadgeTriggered\",async e=>{Z??=await import(\"../../panels/common/common.js\");(new Z.BadgeNotification).present(e.data)})),W.timeEnd(\"Main._createAppUI\");const L=t.AppProvider.getRegisteredAppProviders()[0];if(!L)throw new Error(\"Unable to boot DevTools, as the appprovider is missing\");await this.#U(await L.loadAppProvider())}async#U(e){W.time(\"Main._showAppUI\");const t=e.createApp();if(s.DockController.DockController.instance().initialize(),E.ThemeSupport.instance().fetchColorsAndApplyHostTheme(),t.presentUI(document),s.ActionRegistry.ActionRegistry.instance().hasAction(\"elements.toggle-element-search\")){const e=s.ActionRegistry.ActionRegistry.instance().getAction(\"elements.toggle-element-search\");c.InspectorFrontendHost.InspectorFrontendHostInstance.events.addEventListener(c.InspectorFrontendHostAPI.Events.EnterInspectElementMode,()=>{e.execute()},this)}c.InspectorFrontendHost.InspectorFrontendHostInstance.events.addEventListener(c.InspectorFrontendHostAPI.Events.RevealSourceLine,this.#N,this),await s.InspectorView.InspectorView.instance().createToolbars(),c.InspectorFrontendHost.InspectorFrontendHostInstance.loadCompleted();const n=o.Runtime.Runtime.queryParam(\"loadTimelineFromURL\");if(null!==n){(await import(\"../../panels/timeline/timeline.js\")).TimelinePanel.LoadTimelineHandler.instance().handleQueryParam(n)}s.ARIAUtils.LiveAnnouncer.initializeAnnouncerElements(),s.DockController.DockController.instance().announceDockLocation(),window.setTimeout(this.#j.bind(this),0),W.timeEnd(\"Main._showAppUI\")}async#j(){W.time(\"Main._initializeTarget\");for(const e of t.Runnable.earlyInitializationRunnables())await e().run();await this.#R,c.InspectorFrontendHost.InspectorFrontendHostInstance.readyForTest(),this.#C.resolve(),window.setTimeout(this.#V.bind(this),100),await this.#B(),W.timeEnd(\"Main._initializeTarget\")}async#B(){const n=e.TargetManager.TargetManager.instance().primaryPageTarget(),o=n?.targetInfo()?.url,s=o?t.ParsedURL.ParsedURL.extractOrigin(o):void 0,i=\"__devtools_ve_inspection_binding__\";if(n&&await l.isUnderInspection(s)){const t=n.model(e.RuntimeModel.RuntimeModel);await(t?.addBinding({name:i})),t?.addEventListener(e.RuntimeModel.Events.BindingCalled,e=>{e.data.name===i&&(\"true\"===e.data.payload||\"false\"===e.data.payload?l.setVeDebuggingEnabled(\"true\"===e.data.payload,e=>{l.setVeDebuggingEnabled(!1),t?.defaultExecutionContext()?.evaluate({expression:`window.inspect(${JSON.stringify(e)})`,includeCommandLineAPI:!1,silent:!0,returnByValue:!1,generatePreview:!1},!1,!1)}):l.setHighlightedVe(\"null\"===e.data.payload?null:e.data.payload))})}}async#V(){W.time(\"Main._lateInitialization\"),w.ExtensionServer.ExtensionServer.instance().initializeExtensions();const e=t.Runnable.lateInitializationRunnables().map(async e=>{const t=await e();return await t.run()});if(o.Runtime.experiments.isEnabled(\"live-heap-profile\")){const n=await import(\"../../ui/legacy/components/perf_ui/perf_ui.js\"),o=\"memory-live-heap-profile\";if(t.Settings.Settings.instance().moduleSetting(o).get())e.push(n.LiveHeapProfile.LiveHeapProfile.instance().run());else{const e=async s=>{s.data&&(t.Settings.Settings.instance().moduleSetting(o).removeChangeListener(e),n.LiveHeapProfile.LiveHeapProfile.instance().run())};t.Settings.Settings.instance().moduleSetting(o).addChangeListener(e)}}W.timeEnd(\"Main._lateInitialization\")}readyForTest(){return this.#C.promise}#_(){t.Console.Console.instance().addEventListener(\"messageAdded\",function({data:e}){e.show&&t.Console.Console.instance().show()})}#N(e){const{url:n,lineNumber:o,columnNumber:s}=e.data,i=x.Workspace.WorkspaceImpl.instance().uiSourceCodeForURL(n);i?t.Revealer.reveal(i.uiLocation(o,s)):x.Workspace.WorkspaceImpl.instance().addEventListener(x.Workspace.Events.UISourceCodeAdded,function e(i){const r=i.data;r.url()===n&&(t.Revealer.reveal(r.uiLocation(o,s)),x.Workspace.WorkspaceImpl.instance().removeEventListener(x.Workspace.Events.UISourceCodeAdded,e))})}#O(e){e.handled||s.ShortcutRegistry.ShortcutRegistry.instance().handleShortcut(e)}#$(e){const t=new CustomEvent(\"clipboard-\"+e.type,{bubbles:!0});t.original=e;const n=e.target&&e.target.ownerDocument,o=n?d.DOMUtilities.deepActiveElement(n):null;o&&o.dispatchEvent(t),t.handled&&e.preventDefault()}#W(e){(e.handled||e.target.classList.contains(\"popup-glasspane\"))&&e.preventDefault()}#F(e){e.addEventListener(\"keydown\",this.#O.bind(this),!1),e.addEventListener(\"beforecopy\",this.#$.bind(this),!0),e.addEventListener(\"copy\",this.#$.bind(this),!1),e.addEventListener(\"cut\",this.#$.bind(this),!1),e.addEventListener(\"paste\",this.#$.bind(this),!1),e.addEventListener(\"contextmenu\",this.#W.bind(this),!0)}#H(){const t=e.TargetManager.TargetManager.instance().allTargetsSuspended();s.InspectorView.InspectorView.instance().onSuspendStateChanged(t)}static instanceForTest=null}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2825", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/MobileThrottling.json b/output/MobileThrottling.json new file mode 100644 index 0000000..fa17191 --- /dev/null +++ b/output/MobileThrottling.json @@ -0,0 +1,27 @@ +{ + "property_name": "MobileThrottling", + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.1246", + "resolved_data": { + "networkPresets": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(4)", + "objectId": "-8799355714042909497.1.2876", + "nested": { + "_skipped": "Native API" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2877", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/Protocol.json b/output/Protocol.json new file mode 100644 index 0000000..1db553e --- /dev/null +++ b/output/Protocol.json @@ -0,0 +1,17372 @@ +{ + "property_name": "Protocol", + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.1219", + "resolved_data": { + "Accessibility": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2285", + "nested": { + "AXValueType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2324", + "nested": { + "Boolean": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "boolean" + }, + "Tristate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "tristate" + }, + "BooleanOrUndefined": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "booleanOrUndefined" + }, + "Idref": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "idref" + }, + "IdrefList": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "idrefList" + }, + "Integer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "integer" + }, + "Node": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "node" + }, + "NodeList": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "nodeList" + }, + "Number": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "number" + }, + "String": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "string" + }, + "ComputedString": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "computedString" + }, + "Token": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "token" + }, + "TokenList": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "tokenList" + }, + "DomRelation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "domRelation" + }, + "Role": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "role" + }, + "InternalRole": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "internalRole" + }, + "ValueUndefined": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "valueUndefined" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2329", + "className": "Object" + } + ] + } + }, + "AXValueSourceType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2325", + "nested": { + "Attribute": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "attribute" + }, + "Implicit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "implicit" + }, + "Style": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "style" + }, + "Contents": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "contents" + }, + "Placeholder": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "placeholder" + }, + "RelatedElement": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "relatedElement" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2330", + "className": "Object" + } + ] + } + }, + "AXValueNativeSourceType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2326", + "nested": { + "Description": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "description" + }, + "Figcaption": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "figcaption" + }, + "Label": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "label" + }, + "Labelfor": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "labelfor" + }, + "Labelwrapped": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "labelwrapped" + }, + "Legend": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "legend" + }, + "Rubyannotation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "rubyannotation" + }, + "Tablecaption": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "tablecaption" + }, + "Title": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "title" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2331", + "className": "Object" + } + ] + } + }, + "AXPropertyName": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2327", + "nested": { + "Actions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "actions" + }, + "Busy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "busy" + }, + "Disabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "disabled" + }, + "Editable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "editable" + }, + "Focusable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "focusable" + }, + "Focused": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "focused" + }, + "Hidden": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "hidden" + }, + "HiddenRoot": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "hiddenRoot" + }, + "Invalid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "invalid" + }, + "Keyshortcuts": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "keyshortcuts" + }, + "Settable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "settable" + }, + "Roledescription": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "roledescription" + }, + "Live": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "live" + }, + "Atomic": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "atomic" + }, + "Relevant": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "relevant" + }, + "Root": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "root" + }, + "Autocomplete": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autocomplete" + }, + "HasPopup": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "hasPopup" + }, + "Level": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "level" + }, + "Multiselectable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "multiselectable" + }, + "Orientation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "orientation" + }, + "Multiline": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "multiline" + }, + "Readonly": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "readonly" + }, + "Required": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "required" + }, + "Valuemin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "valuemin" + }, + "Valuemax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "valuemax" + }, + "Valuetext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "valuetext" + }, + "Checked": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "checked" + }, + "Expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "expanded" + }, + "Modal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "modal" + }, + "Pressed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pressed" + }, + "Selected": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "selected" + }, + "Activedescendant": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "activedescendant" + }, + "Controls": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "controls" + }, + "Describedby": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "describedby" + }, + "Details": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "details" + }, + "Errormessage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "errormessage" + }, + "Flowto": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "flowto" + }, + "Labelledby": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "labelledby" + }, + "Owns": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "owns" + }, + "Url": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "url" + }, + "ActiveFullscreenElement": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "activeFullscreenElement" + }, + "ActiveModalDialog": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "activeModalDialog" + }, + "ActiveAriaModalDialog": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "activeAriaModalDialog" + }, + "AriaHiddenElement": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ariaHiddenElement" + }, + "AriaHiddenSubtree": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ariaHiddenSubtree" + }, + "EmptyAlt": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "emptyAlt" + }, + "EmptyText": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "emptyText" + }, + "InertElement": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "inertElement" + }, + "InertSubtree": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "inertSubtree" + }, + "LabelContainer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "labelContainer" + }, + "LabelFor": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "labelFor" + }, + "NotRendered": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "notRendered" + }, + "NotVisible": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "notVisible" + }, + "PresentationalRole": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "presentationalRole" + }, + "ProbablyPresentational": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "probablyPresentational" + }, + "InactiveCarouselTabContent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "inactiveCarouselTabContent" + }, + "Uninteresting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "uninteresting" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2332", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2328", + "className": "Object" + } + ] + } + }, + "Animation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2286", + "nested": { + "AnimationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2333", + "nested": { + "CSSTransition": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CSSTransition" + }, + "CSSAnimation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CSSAnimation" + }, + "WebAnimation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebAnimation" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2335", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2334", + "className": "Object" + } + ] + } + }, + "Audits": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2287", + "nested": { + "CookieExclusionReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2336", + "nested": { + "ExcludeSameSiteUnspecifiedTreatedAsLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeSameSiteUnspecifiedTreatedAsLax" + }, + "ExcludeSameSiteNoneInsecure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeSameSiteNoneInsecure" + }, + "ExcludeSameSiteLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeSameSiteLax" + }, + "ExcludeSameSiteStrict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeSameSiteStrict" + }, + "ExcludeInvalidSameParty": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeInvalidSameParty" + }, + "ExcludeSamePartyCrossPartyContext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeSamePartyCrossPartyContext" + }, + "ExcludeDomainNonASCII": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeDomainNonASCII" + }, + "ExcludeThirdPartyCookieBlockedInFirstPartySet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeThirdPartyCookieBlockedInFirstPartySet" + }, + "ExcludeThirdPartyPhaseout": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeThirdPartyPhaseout" + }, + "ExcludePortMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludePortMismatch" + }, + "ExcludeSchemeMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExcludeSchemeMismatch" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2363", + "className": "Object" + } + ] + } + }, + "CookieWarningReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2337", + "nested": { + "WarnSameSiteUnspecifiedCrossSiteContext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnSameSiteUnspecifiedCrossSiteContext" + }, + "WarnSameSiteNoneInsecure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnSameSiteNoneInsecure" + }, + "WarnSameSiteUnspecifiedLaxAllowUnsafe": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnSameSiteUnspecifiedLaxAllowUnsafe" + }, + "WarnSameSiteStrictLaxDowngradeStrict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnSameSiteStrictLaxDowngradeStrict" + }, + "WarnSameSiteStrictCrossDowngradeStrict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnSameSiteStrictCrossDowngradeStrict" + }, + "WarnSameSiteStrictCrossDowngradeLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnSameSiteStrictCrossDowngradeLax" + }, + "WarnSameSiteLaxCrossDowngradeStrict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnSameSiteLaxCrossDowngradeStrict" + }, + "WarnSameSiteLaxCrossDowngradeLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnSameSiteLaxCrossDowngradeLax" + }, + "WarnAttributeValueExceedsMaxSize": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnAttributeValueExceedsMaxSize" + }, + "WarnDomainNonASCII": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnDomainNonASCII" + }, + "WarnThirdPartyPhaseout": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnThirdPartyPhaseout" + }, + "WarnCrossSiteRedirectDowngradeChangesInclusion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnCrossSiteRedirectDowngradeChangesInclusion" + }, + "WarnDeprecationTrialMetadata": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnDeprecationTrialMetadata" + }, + "WarnThirdPartyCookieHeuristic": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnThirdPartyCookieHeuristic" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2364", + "className": "Object" + } + ] + } + }, + "CookieOperation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2338", + "nested": { + "SetCookie": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SetCookie" + }, + "ReadCookie": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ReadCookie" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2365", + "className": "Object" + } + ] + } + }, + "InsightType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2339", + "nested": { + "GitHubResource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "GitHubResource" + }, + "GracePeriod": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "GracePeriod" + }, + "Heuristics": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Heuristics" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2366", + "className": "Object" + } + ] + } + }, + "MixedContentResolutionStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2340", + "nested": { + "MixedContentBlocked": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MixedContentBlocked" + }, + "MixedContentAutomaticallyUpgraded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MixedContentAutomaticallyUpgraded" + }, + "MixedContentWarning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MixedContentWarning" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2367", + "className": "Object" + } + ] + } + }, + "MixedContentResourceType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2341", + "nested": { + "AttributionSrc": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AttributionSrc" + }, + "Audio": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Audio" + }, + "Beacon": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Beacon" + }, + "CSPReport": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CSPReport" + }, + "Download": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Download" + }, + "EventSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EventSource" + }, + "Favicon": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Favicon" + }, + "Font": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Font" + }, + "Form": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Form" + }, + "Frame": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Frame" + }, + "Image": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Image" + }, + "Import": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Import" + }, + "JSON": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "JSON" + }, + "Manifest": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Manifest" + }, + "Ping": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Ping" + }, + "PluginData": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PluginData" + }, + "PluginResource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PluginResource" + }, + "Prefetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Prefetch" + }, + "Resource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Resource" + }, + "Script": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Script" + }, + "ServiceWorker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ServiceWorker" + }, + "SharedWorker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SharedWorker" + }, + "SpeculationRules": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SpeculationRules" + }, + "Stylesheet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Stylesheet" + }, + "Track": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Track" + }, + "Video": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Video" + }, + "Worker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Worker" + }, + "XMLHttpRequest": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "XMLHttpRequest" + }, + "XSLT": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "XSLT" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2368", + "className": "Object" + } + ] + } + }, + "BlockedByResponseReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2342", + "nested": { + "CoepFrameResourceNeedsCoepHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CoepFrameResourceNeedsCoepHeader" + }, + "CoopSandboxedIFrameCannotNavigateToCoopPage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CoopSandboxedIFrameCannotNavigateToCoopPage" + }, + "CorpNotSameOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CorpNotSameOrigin" + }, + "CorpNotSameOriginAfterDefaultedToSameOriginByCoep": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CorpNotSameOriginAfterDefaultedToSameOriginByCoep" + }, + "CorpNotSameOriginAfterDefaultedToSameOriginByDip": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CorpNotSameOriginAfterDefaultedToSameOriginByDip" + }, + "CorpNotSameOriginAfterDefaultedToSameOriginByCoepAndDip": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CorpNotSameOriginAfterDefaultedToSameOriginByCoepAndDip" + }, + "CorpNotSameSite": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CorpNotSameSite" + }, + "SRIMessageSignatureMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SRIMessageSignatureMismatch" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2369", + "className": "Object" + } + ] + } + }, + "HeavyAdResolutionStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2343", + "nested": { + "HeavyAdBlocked": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HeavyAdBlocked" + }, + "HeavyAdWarning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HeavyAdWarning" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2370", + "className": "Object" + } + ] + } + }, + "HeavyAdReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2344", + "nested": { + "NetworkTotalLimit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NetworkTotalLimit" + }, + "CpuTotalLimit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CpuTotalLimit" + }, + "CpuPeakLimit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CpuPeakLimit" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2371", + "className": "Object" + } + ] + } + }, + "ContentSecurityPolicyViolationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2345", + "nested": { + "KInlineViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "kInlineViolation" + }, + "KEvalViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "kEvalViolation" + }, + "KURLViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "kURLViolation" + }, + "KSRIViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "kSRIViolation" + }, + "KTrustedTypesSinkViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "kTrustedTypesSinkViolation" + }, + "KTrustedTypesPolicyViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "kTrustedTypesPolicyViolation" + }, + "KWasmEvalViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "kWasmEvalViolation" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2372", + "className": "Object" + } + ] + } + }, + "SharedArrayBufferIssueType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2346", + "nested": { + "TransferIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TransferIssue" + }, + "CreationIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CreationIssue" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2373", + "className": "Object" + } + ] + } + }, + "AttributionReportingIssueType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2347", + "nested": { + "PermissionPolicyDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PermissionPolicyDisabled" + }, + "UntrustworthyReportingOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UntrustworthyReportingOrigin" + }, + "InsecureContext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InsecureContext" + }, + "InvalidHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidHeader" + }, + "InvalidRegisterTriggerHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidRegisterTriggerHeader" + }, + "SourceAndTriggerHeaders": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SourceAndTriggerHeaders" + }, + "SourceIgnored": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SourceIgnored" + }, + "TriggerIgnored": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TriggerIgnored" + }, + "OsSourceIgnored": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OsSourceIgnored" + }, + "OsTriggerIgnored": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OsTriggerIgnored" + }, + "InvalidRegisterOsSourceHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidRegisterOsSourceHeader" + }, + "InvalidRegisterOsTriggerHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidRegisterOsTriggerHeader" + }, + "WebAndOsHeaders": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebAndOsHeaders" + }, + "NoWebOrOsSupport": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoWebOrOsSupport" + }, + "NavigationRegistrationWithoutTransientUserActivation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NavigationRegistrationWithoutTransientUserActivation" + }, + "InvalidInfoHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidInfoHeader" + }, + "NoRegisterSourceHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoRegisterSourceHeader" + }, + "NoRegisterTriggerHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoRegisterTriggerHeader" + }, + "NoRegisterOsSourceHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoRegisterOsSourceHeader" + }, + "NoRegisterOsTriggerHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoRegisterOsTriggerHeader" + }, + "NavigationRegistrationUniqueScopeAlreadySet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NavigationRegistrationUniqueScopeAlreadySet" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2374", + "className": "Object" + } + ] + } + }, + "SharedDictionaryError": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2348", + "nested": { + "UseErrorCrossOriginNoCorsRequest": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UseErrorCrossOriginNoCorsRequest" + }, + "UseErrorDictionaryLoadFailure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UseErrorDictionaryLoadFailure" + }, + "UseErrorMatchingDictionaryNotUsed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UseErrorMatchingDictionaryNotUsed" + }, + "UseErrorUnexpectedContentDictionaryHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UseErrorUnexpectedContentDictionaryHeader" + }, + "WriteErrorCossOriginNoCorsRequest": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorCossOriginNoCorsRequest" + }, + "WriteErrorDisallowedBySettings": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorDisallowedBySettings" + }, + "WriteErrorExpiredResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorExpiredResponse" + }, + "WriteErrorFeatureDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorFeatureDisabled" + }, + "WriteErrorInsufficientResources": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorInsufficientResources" + }, + "WriteErrorInvalidMatchField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorInvalidMatchField" + }, + "WriteErrorInvalidStructuredHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorInvalidStructuredHeader" + }, + "WriteErrorInvalidTTLField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorInvalidTTLField" + }, + "WriteErrorNavigationRequest": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNavigationRequest" + }, + "WriteErrorNoMatchField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNoMatchField" + }, + "WriteErrorNonIntegerTTLField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNonIntegerTTLField" + }, + "WriteErrorNonListMatchDestField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNonListMatchDestField" + }, + "WriteErrorNonSecureContext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNonSecureContext" + }, + "WriteErrorNonStringIdField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNonStringIdField" + }, + "WriteErrorNonStringInMatchDestList": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNonStringInMatchDestList" + }, + "WriteErrorNonStringMatchField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNonStringMatchField" + }, + "WriteErrorNonTokenTypeField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorNonTokenTypeField" + }, + "WriteErrorRequestAborted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorRequestAborted" + }, + "WriteErrorShuttingDown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorShuttingDown" + }, + "WriteErrorTooLongIdField": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorTooLongIdField" + }, + "WriteErrorUnsupportedType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WriteErrorUnsupportedType" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2375", + "className": "Object" + } + ] + } + }, + "SRIMessageSignatureError": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2349", + "nested": { + "MissingSignatureHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MissingSignatureHeader" + }, + "MissingSignatureInputHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MissingSignatureInputHeader" + }, + "InvalidSignatureHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidSignatureHeader" + }, + "InvalidSignatureInputHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidSignatureInputHeader" + }, + "SignatureHeaderValueIsNotByteSequence": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureHeaderValueIsNotByteSequence" + }, + "SignatureHeaderValueIsParameterized": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureHeaderValueIsParameterized" + }, + "SignatureHeaderValueIsIncorrectLength": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureHeaderValueIsIncorrectLength" + }, + "SignatureInputHeaderMissingLabel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderMissingLabel" + }, + "SignatureInputHeaderValueNotInnerList": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderValueNotInnerList" + }, + "SignatureInputHeaderValueMissingComponents": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderValueMissingComponents" + }, + "SignatureInputHeaderInvalidComponentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderInvalidComponentType" + }, + "SignatureInputHeaderInvalidComponentName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderInvalidComponentName" + }, + "SignatureInputHeaderInvalidHeaderComponentParameter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderInvalidHeaderComponentParameter" + }, + "SignatureInputHeaderInvalidDerivedComponentParameter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderInvalidDerivedComponentParameter" + }, + "SignatureInputHeaderKeyIdLength": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderKeyIdLength" + }, + "SignatureInputHeaderInvalidParameter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderInvalidParameter" + }, + "SignatureInputHeaderMissingRequiredParameters": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignatureInputHeaderMissingRequiredParameters" + }, + "ValidationFailedSignatureExpired": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ValidationFailedSignatureExpired" + }, + "ValidationFailedInvalidLength": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ValidationFailedInvalidLength" + }, + "ValidationFailedSignatureMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ValidationFailedSignatureMismatch" + }, + "ValidationFailedIntegrityMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ValidationFailedIntegrityMismatch" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2376", + "className": "Object" + } + ] + } + }, + "UnencodedDigestError": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2350", + "nested": { + "MalformedDictionary": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MalformedDictionary" + }, + "UnknownAlgorithm": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnknownAlgorithm" + }, + "IncorrectDigestType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IncorrectDigestType" + }, + "IncorrectDigestLength": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IncorrectDigestLength" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2377", + "className": "Object" + } + ] + } + }, + "GenericIssueErrorType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2351", + "nested": { + "FormLabelForNameError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormLabelForNameError" + }, + "FormDuplicateIdForInputError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormDuplicateIdForInputError" + }, + "FormInputWithNoLabelError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormInputWithNoLabelError" + }, + "FormAutocompleteAttributeEmptyError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormAutocompleteAttributeEmptyError" + }, + "FormEmptyIdAndNameAttributesForInputError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormEmptyIdAndNameAttributesForInputError" + }, + "FormAriaLabelledByToNonExistingId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormAriaLabelledByToNonExistingId" + }, + "FormInputAssignedAutocompleteValueToIdOrNameAttributeError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormInputAssignedAutocompleteValueToIdOrNameAttributeError" + }, + "FormLabelHasNeitherForNorNestedInput": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormLabelHasNeitherForNorNestedInput" + }, + "FormLabelForMatchesNonExistingIdError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormLabelForMatchesNonExistingIdError" + }, + "FormInputHasWrongButWellIntendedAutocompleteValueError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FormInputHasWrongButWellIntendedAutocompleteValueError" + }, + "ResponseWasBlockedByORB": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ResponseWasBlockedByORB" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2378", + "className": "Object" + } + ] + } + }, + "ClientHintIssueReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2352", + "nested": { + "MetaTagAllowListInvalidOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MetaTagAllowListInvalidOrigin" + }, + "MetaTagModifiedHTML": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MetaTagModifiedHTML" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2379", + "className": "Object" + } + ] + } + }, + "FederatedAuthRequestIssueReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2353", + "nested": { + "ShouldEmbargo": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ShouldEmbargo" + }, + "TooManyRequests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TooManyRequests" + }, + "WellKnownHttpNotFound": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WellKnownHttpNotFound" + }, + "WellKnownNoResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WellKnownNoResponse" + }, + "WellKnownInvalidResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WellKnownInvalidResponse" + }, + "WellKnownListEmpty": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WellKnownListEmpty" + }, + "WellKnownInvalidContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WellKnownInvalidContentType" + }, + "ConfigNotInWellKnown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConfigNotInWellKnown" + }, + "WellKnownTooBig": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WellKnownTooBig" + }, + "ConfigHttpNotFound": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConfigHttpNotFound" + }, + "ConfigNoResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConfigNoResponse" + }, + "ConfigInvalidResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConfigInvalidResponse" + }, + "ConfigInvalidContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConfigInvalidContentType" + }, + "ClientMetadataHttpNotFound": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ClientMetadataHttpNotFound" + }, + "ClientMetadataNoResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ClientMetadataNoResponse" + }, + "ClientMetadataInvalidResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ClientMetadataInvalidResponse" + }, + "ClientMetadataInvalidContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ClientMetadataInvalidContentType" + }, + "IdpNotPotentiallyTrustworthy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdpNotPotentiallyTrustworthy" + }, + "DisabledInSettings": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DisabledInSettings" + }, + "DisabledInFlags": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DisabledInFlags" + }, + "ErrorFetchingSignin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ErrorFetchingSignin" + }, + "InvalidSigninResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidSigninResponse" + }, + "AccountsHttpNotFound": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AccountsHttpNotFound" + }, + "AccountsNoResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AccountsNoResponse" + }, + "AccountsInvalidResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AccountsInvalidResponse" + }, + "AccountsListEmpty": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AccountsListEmpty" + }, + "AccountsInvalidContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AccountsInvalidContentType" + }, + "IdTokenHttpNotFound": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdTokenHttpNotFound" + }, + "IdTokenNoResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdTokenNoResponse" + }, + "IdTokenInvalidResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdTokenInvalidResponse" + }, + "IdTokenIdpErrorResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdTokenIdpErrorResponse" + }, + "IdTokenCrossSiteIdpErrorResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdTokenCrossSiteIdpErrorResponse" + }, + "IdTokenInvalidRequest": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdTokenInvalidRequest" + }, + "IdTokenInvalidContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdTokenInvalidContentType" + }, + "ErrorIdToken": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ErrorIdToken" + }, + "Canceled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Canceled" + }, + "RpPageNotVisible": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RpPageNotVisible" + }, + "SilentMediationFailure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SilentMediationFailure" + }, + "ThirdPartyCookiesBlocked": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ThirdPartyCookiesBlocked" + }, + "NotSignedInWithIdp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotSignedInWithIdp" + }, + "MissingTransientUserActivation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MissingTransientUserActivation" + }, + "ReplacedByActiveMode": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ReplacedByActiveMode" + }, + "InvalidFieldsSpecified": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidFieldsSpecified" + }, + "RelyingPartyOriginIsOpaque": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RelyingPartyOriginIsOpaque" + }, + "TypeNotMatching": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TypeNotMatching" + }, + "UiDismissedNoEmbargo": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UiDismissedNoEmbargo" + }, + "CorsError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CorsError" + }, + "SuppressedBySegmentationPlatform": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SuppressedBySegmentationPlatform" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2380", + "className": "Object" + } + ] + } + }, + "FederatedAuthUserInfoRequestIssueReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2354", + "nested": { + "NotSameOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotSameOrigin" + }, + "NotIframe": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotIframe" + }, + "NotPotentiallyTrustworthy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotPotentiallyTrustworthy" + }, + "NoAPIPermission": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoApiPermission" + }, + "NotSignedInWithIdp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotSignedInWithIdp" + }, + "NoAccountSharingPermission": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoAccountSharingPermission" + }, + "InvalidConfigOrWellKnown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidConfigOrWellKnown" + }, + "InvalidAccountsResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidAccountsResponse" + }, + "NoReturningUserFromFetchedAccounts": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoReturningUserFromFetchedAccounts" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2381", + "className": "Object" + } + ] + } + }, + "PartitioningBlobURLInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2355", + "nested": { + "BlockedCrossPartitionFetching": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BlockedCrossPartitionFetching" + }, + "EnforceNoopenerForNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EnforceNoopenerForNavigation" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2382", + "className": "Object" + } + ] + } + }, + "ElementAccessibilityIssueReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2356", + "nested": { + "DisallowedSelectChild": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DisallowedSelectChild" + }, + "DisallowedOptGroupChild": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DisallowedOptGroupChild" + }, + "NonPhrasingContentOptionChild": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NonPhrasingContentOptionChild" + }, + "InteractiveContentOptionChild": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InteractiveContentOptionChild" + }, + "InteractiveContentLegendChild": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InteractiveContentLegendChild" + }, + "InteractiveContentSummaryDescendant": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InteractiveContentSummaryDescendant" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2383", + "className": "Object" + } + ] + } + }, + "StyleSheetLoadingIssueReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2357", + "nested": { + "LateImportRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "LateImportRule" + }, + "RequestFailed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequestFailed" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2384", + "className": "Object" + } + ] + } + }, + "PropertyRuleIssueReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2358", + "nested": { + "InvalidSyntax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidSyntax" + }, + "InvalidInitialValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidInitialValue" + }, + "InvalidInherits": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidInherits" + }, + "InvalidName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidName" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2385", + "className": "Object" + } + ] + } + }, + "UserReidentificationIssueType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2359", + "nested": { + "BlockedFrameNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BlockedFrameNavigation" + }, + "BlockedSubresource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BlockedSubresource" + }, + "NoisedCanvasReadback": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoisedCanvasReadback" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2386", + "className": "Object" + } + ] + } + }, + "InspectorIssueCode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2360", + "nested": { + "CookieIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CookieIssue" + }, + "MixedContentIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MixedContentIssue" + }, + "BlockedByResponseIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BlockedByResponseIssue" + }, + "HeavyAdIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HeavyAdIssue" + }, + "ContentSecurityPolicyIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentSecurityPolicyIssue" + }, + "SharedArrayBufferIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SharedArrayBufferIssue" + }, + "LowTextContrastIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "LowTextContrastIssue" + }, + "CorsIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CorsIssue" + }, + "AttributionReportingIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AttributionReportingIssue" + }, + "QuirksModeIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "QuirksModeIssue" + }, + "PartitioningBlobURLIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PartitioningBlobURLIssue" + }, + "NavigatorUserAgentIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NavigatorUserAgentIssue" + }, + "GenericIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "GenericIssue" + }, + "DeprecationIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DeprecationIssue" + }, + "ClientHintIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ClientHintIssue" + }, + "FederatedAuthRequestIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FederatedAuthRequestIssue" + }, + "BounceTrackingIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BounceTrackingIssue" + }, + "CookieDeprecationMetadataIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CookieDeprecationMetadataIssue" + }, + "StylesheetLoadingIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "StylesheetLoadingIssue" + }, + "FederatedAuthUserInfoRequestIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FederatedAuthUserInfoRequestIssue" + }, + "PropertyRuleIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PropertyRuleIssue" + }, + "SharedDictionaryIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SharedDictionaryIssue" + }, + "ElementAccessibilityIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ElementAccessibilityIssue" + }, + "SRIMessageSignatureIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SRIMessageSignatureIssue" + }, + "UnencodedDigestIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnencodedDigestIssue" + }, + "UserReidentificationIssue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UserReidentificationIssue" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2387", + "className": "Object" + } + ] + } + }, + "GetEncodedResponseRequestEncoding": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2361", + "nested": { + "Webp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webp" + }, + "Jpeg": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "jpeg" + }, + "Png": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "png" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2388", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2362", + "className": "Object" + } + ] + } + }, + "Autofill": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2288", + "nested": { + "FillingStrategy": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2389", + "nested": { + "AutocompleteAttribute": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autocompleteAttribute" + }, + "AutofillInferred": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autofillInferred" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2391", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2390", + "className": "Object" + } + ] + } + }, + "BackgroundService": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2289", + "nested": { + "ServiceName": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2392", + "nested": { + "BackgroundFetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "backgroundFetch" + }, + "BackgroundSync": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "backgroundSync" + }, + "PushMessaging": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pushMessaging" + }, + "Notifications": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "notifications" + }, + "PaymentHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "paymentHandler" + }, + "PeriodicBackgroundSync": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "periodicBackgroundSync" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2394", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2393", + "className": "Object" + } + ] + } + }, + "BluetoothEmulation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2290", + "nested": { + "CentralState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2395", + "nested": { + "Absent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "absent" + }, + "PoweredOff": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "powered-off" + }, + "PoweredOn": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "powered-on" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2401", + "className": "Object" + } + ] + } + }, + "GATTOperationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2396", + "nested": { + "Connection": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "connection" + }, + "Discovery": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "discovery" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2402", + "className": "Object" + } + ] + } + }, + "CharacteristicWriteType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2397", + "nested": { + "WriteDefaultDeprecated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "write-default-deprecated" + }, + "WriteWithResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "write-with-response" + }, + "WriteWithoutResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "write-without-response" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2403", + "className": "Object" + } + ] + } + }, + "CharacteristicOperationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2398", + "nested": { + "Read": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "read" + }, + "Write": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "write" + }, + "SubscribeToNotifications": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "subscribe-to-notifications" + }, + "UnsubscribeFromNotifications": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unsubscribe-from-notifications" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2404", + "className": "Object" + } + ] + } + }, + "DescriptorOperationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2399", + "nested": { + "Read": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "read" + }, + "Write": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "write" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2405", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2400", + "className": "Object" + } + ] + } + }, + "Browser": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2291", + "nested": { + "WindowState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2406", + "nested": { + "Normal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "normal" + }, + "Minimized": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "minimized" + }, + "Maximized": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "maximized" + }, + "Fullscreen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "fullscreen" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2414", + "className": "Object" + } + ] + } + }, + "PermissionType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2407", + "nested": { + "Ar": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ar" + }, + "AudioCapture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "audioCapture" + }, + "AutomaticFullscreen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "automaticFullscreen" + }, + "BackgroundFetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "backgroundFetch" + }, + "BackgroundSync": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "backgroundSync" + }, + "CameraPanTiltZoom": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cameraPanTiltZoom" + }, + "CapturedSurfaceControl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "capturedSurfaceControl" + }, + "ClipboardReadWrite": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "clipboardReadWrite" + }, + "ClipboardSanitizedWrite": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "clipboardSanitizedWrite" + }, + "DisplayCapture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "displayCapture" + }, + "DurableStorage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "durableStorage" + }, + "Geolocation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "geolocation" + }, + "HandTracking": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "handTracking" + }, + "IdleDetection": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "idleDetection" + }, + "KeyboardLock": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "keyboardLock" + }, + "LocalFonts": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "localFonts" + }, + "LocalNetworkAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "localNetworkAccess" + }, + "Midi": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "midi" + }, + "MidiSysex": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "midiSysex" + }, + "Nfc": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "nfc" + }, + "Notifications": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "notifications" + }, + "PaymentHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "paymentHandler" + }, + "PeriodicBackgroundSync": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "periodicBackgroundSync" + }, + "PointerLock": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pointerLock" + }, + "ProtectedMediaIdentifier": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "protectedMediaIdentifier" + }, + "Sensors": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sensors" + }, + "SmartCard": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "smartCard" + }, + "SpeakerSelection": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "speakerSelection" + }, + "StorageAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "storageAccess" + }, + "TopLevelStorageAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "topLevelStorageAccess" + }, + "VideoCapture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "videoCapture" + }, + "Vr": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "vr" + }, + "WakeLockScreen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "wakeLockScreen" + }, + "WakeLockSystem": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "wakeLockSystem" + }, + "WebAppInstallation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webAppInstallation" + }, + "WebPrinting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webPrinting" + }, + "WindowManagement": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "windowManagement" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2415", + "className": "Object" + } + ] + } + }, + "PermissionSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2408", + "nested": { + "Granted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "granted" + }, + "Denied": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "denied" + }, + "Prompt": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "prompt" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2416", + "className": "Object" + } + ] + } + }, + "BrowserCommandId": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2409", + "nested": { + "OpenTabSearch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "openTabSearch" + }, + "CloseTabSearch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "closeTabSearch" + }, + "OpenGlic": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "openGlic" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2417", + "className": "Object" + } + ] + } + }, + "PrivacySandboxAPI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2410", + "nested": { + "BiddingAndAuctionServices": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BiddingAndAuctionServices" + }, + "TrustedKeyValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TrustedKeyValue" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2418", + "className": "Object" + } + ] + } + }, + "DownloadProgressEventState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2411", + "nested": { + "InProgress": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "inProgress" + }, + "Completed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "completed" + }, + "Canceled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "canceled" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2419", + "className": "Object" + } + ] + } + }, + "SetDownloadBehaviorRequestBehavior": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2412", + "nested": { + "Deny": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deny" + }, + "Allow": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "allow" + }, + "AllowAndName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "allowAndName" + }, + "Default": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "default" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2420", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2413", + "className": "Object" + } + ] + } + }, + "CSS": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2292", + "nested": { + "StyleSheetOrigin": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2421", + "nested": { + "Injected": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "injected" + }, + "UserAgent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "user-agent" + }, + "Inspector": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "inspector" + }, + "Regular": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "regular" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2425", + "className": "Object" + } + ] + } + }, + "CSSRuleType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2422", + "nested": { + "MediaRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MediaRule" + }, + "SupportsRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SupportsRule" + }, + "ContainerRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContainerRule" + }, + "LayerRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "LayerRule" + }, + "ScopeRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ScopeRule" + }, + "StyleRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "StyleRule" + }, + "StartingStyleRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "StartingStyleRule" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2426", + "className": "Object" + } + ] + } + }, + "CSSMediaSource": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2423", + "nested": { + "MediaRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mediaRule" + }, + "ImportRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "importRule" + }, + "LinkedSheet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "linkedSheet" + }, + "InlineSheet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "inlineSheet" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2427", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2424", + "className": "Object" + } + ] + } + }, + "CacheStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2293", + "nested": { + "CachedResponseType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2428", + "nested": { + "Basic": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "basic" + }, + "Cors": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cors" + }, + "Default": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "default" + }, + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "error" + }, + "OpaqueResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "opaqueResponse" + }, + "OpaqueRedirect": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "opaqueRedirect" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2430", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2429", + "className": "Object" + } + ] + } + }, + "DOM": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2294", + "nested": { + "PseudoType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2431", + "nested": { + "FirstLine": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "first-line" + }, + "FirstLetter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "first-letter" + }, + "Checkmark": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "checkmark" + }, + "Before": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "before" + }, + "After": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "after" + }, + "PickerIcon": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "picker-icon" + }, + "InterestHint": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "interest-hint" + }, + "Marker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "marker" + }, + "Backdrop": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "backdrop" + }, + "Column": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "column" + }, + "Selection": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "selection" + }, + "SearchText": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "search-text" + }, + "TargetText": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "target-text" + }, + "SpellingError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "spelling-error" + }, + "GrammarError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "grammar-error" + }, + "Highlight": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "highlight" + }, + "FirstLineInherited": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "first-line-inherited" + }, + "ScrollMarker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scroll-marker" + }, + "ScrollMarkerGroup": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scroll-marker-group" + }, + "ScrollButton": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scroll-button" + }, + "Scrollbar": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scrollbar" + }, + "ScrollbarThumb": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scrollbar-thumb" + }, + "ScrollbarButton": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scrollbar-button" + }, + "ScrollbarTrack": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scrollbar-track" + }, + "ScrollbarTrackPiece": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scrollbar-track-piece" + }, + "ScrollbarCorner": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scrollbar-corner" + }, + "Resizer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "resizer" + }, + "InputListButton": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "input-list-button" + }, + "ViewTransition": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "view-transition" + }, + "ViewTransitionGroup": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "view-transition-group" + }, + "ViewTransitionImagePair": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "view-transition-image-pair" + }, + "ViewTransitionGroupChildren": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "view-transition-group-children" + }, + "ViewTransitionOld": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "view-transition-old" + }, + "ViewTransitionNew": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "view-transition-new" + }, + "Placeholder": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "placeholder" + }, + "FileSelectorButton": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "file-selector-button" + }, + "DetailsContent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "details-content" + }, + "Picker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "picker" + }, + "PermissionIcon": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "permission-icon" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2440", + "className": "Object" + } + ] + } + }, + "ShadowRootType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2432", + "nested": { + "UserAgent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "user-agent" + }, + "Open": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "open" + }, + "Closed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "closed" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2441", + "className": "Object" + } + ] + } + }, + "CompatibilityMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2433", + "nested": { + "QuirksMode": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "QuirksMode" + }, + "LimitedQuirksMode": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "LimitedQuirksMode" + }, + "NoQuirksMode": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoQuirksMode" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2442", + "className": "Object" + } + ] + } + }, + "PhysicalAxes": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2434", + "nested": { + "Horizontal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Horizontal" + }, + "Vertical": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Vertical" + }, + "Both": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Both" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2443", + "className": "Object" + } + ] + } + }, + "LogicalAxes": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2435", + "nested": { + "Inline": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Inline" + }, + "Block": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Block" + }, + "Both": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Both" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2444", + "className": "Object" + } + ] + } + }, + "ScrollOrientation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2436", + "nested": { + "Horizontal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "horizontal" + }, + "Vertical": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "vertical" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2445", + "className": "Object" + } + ] + } + }, + "EnableRequestIncludeWhitespace": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2437", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "All": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "all" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2446", + "className": "Object" + } + ] + } + }, + "GetElementByRelationRequestRelation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2438", + "nested": { + "PopoverTarget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PopoverTarget" + }, + "InterestTarget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InterestTarget" + }, + "CommandFor": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CommandFor" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2447", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2439", + "className": "Object" + } + ] + } + }, + "DOMDebugger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2295", + "nested": { + "DOMBreakpointType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2448", + "nested": { + "SubtreeModified": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "subtree-modified" + }, + "AttributeModified": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "attribute-modified" + }, + "NodeRemoved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "node-removed" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2451", + "className": "Object" + } + ] + } + }, + "CSPViolationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2449", + "nested": { + "TrustedtypeSinkViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "trustedtype-sink-violation" + }, + "TrustedtypePolicyViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "trustedtype-policy-violation" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2452", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2450", + "className": "Object" + } + ] + } + }, + "Emulation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2296", + "nested": { + "ScreenOrientationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2453", + "nested": { + "PortraitPrimary": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "portraitPrimary" + }, + "PortraitSecondary": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "portraitSecondary" + }, + "LandscapePrimary": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "landscapePrimary" + }, + "LandscapeSecondary": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "landscapeSecondary" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2464", + "className": "Object" + } + ] + } + }, + "DisplayFeatureOrientation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2454", + "nested": { + "Vertical": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "vertical" + }, + "Horizontal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "horizontal" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2465", + "className": "Object" + } + ] + } + }, + "DevicePostureType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2455", + "nested": { + "Continuous": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "continuous" + }, + "Folded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "folded" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2466", + "className": "Object" + } + ] + } + }, + "VirtualTimePolicy": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2456", + "nested": { + "Advance": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "advance" + }, + "Pause": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pause" + }, + "PauseIfNetworkFetchesPending": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pauseIfNetworkFetchesPending" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2467", + "className": "Object" + } + ] + } + }, + "SensorType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2457", + "nested": { + "AbsoluteOrientation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "absolute-orientation" + }, + "Accelerometer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "accelerometer" + }, + "AmbientLight": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ambient-light" + }, + "Gravity": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gravity" + }, + "Gyroscope": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gyroscope" + }, + "LinearAcceleration": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "linear-acceleration" + }, + "Magnetometer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "magnetometer" + }, + "RelativeOrientation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "relative-orientation" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2468", + "className": "Object" + } + ] + } + }, + "PressureSource": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2458", + "nested": { + "Cpu": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cpu" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2469", + "className": "Object" + } + ] + } + }, + "PressureState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2459", + "nested": { + "Nominal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "nominal" + }, + "Fair": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "fair" + }, + "Serious": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "serious" + }, + "Critical": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "critical" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2470", + "className": "Object" + } + ] + } + }, + "DisabledImageType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2460", + "nested": { + "Avif": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "avif" + }, + "Webp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webp" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2471", + "className": "Object" + } + ] + } + }, + "SetEmitTouchEventsForMouseRequestConfiguration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2461", + "nested": { + "Mobile": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mobile" + }, + "Desktop": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "desktop" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2472", + "className": "Object" + } + ] + } + }, + "SetEmulatedVisionDeficiencyRequestType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2462", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "BlurredVision": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "blurredVision" + }, + "ReducedContrast": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reducedContrast" + }, + "Achromatopsia": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "achromatopsia" + }, + "Deuteranopia": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deuteranopia" + }, + "Protanopia": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "protanopia" + }, + "Tritanopia": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "tritanopia" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2473", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2463", + "className": "Object" + } + ] + } + }, + "Extensions": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2297", + "nested": { + "StorageArea": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2474", + "nested": { + "Session": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "session" + }, + "Local": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "local" + }, + "Sync": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sync" + }, + "Managed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "managed" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2476", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2475", + "className": "Object" + } + ] + } + }, + "FedCm": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2298", + "nested": { + "LoginState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2477", + "nested": { + "SignIn": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignIn" + }, + "SignUp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignUp" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2482", + "className": "Object" + } + ] + } + }, + "DialogType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2478", + "nested": { + "AccountChooser": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AccountChooser" + }, + "AutoReauthn": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AutoReauthn" + }, + "ConfirmIdpLogin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConfirmIdpLogin" + }, + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Error" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2483", + "className": "Object" + } + ] + } + }, + "DialogButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2479", + "nested": { + "ConfirmIdpLoginContinue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConfirmIdpLoginContinue" + }, + "ErrorGotIt": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ErrorGotIt" + }, + "ErrorMoreDetails": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ErrorMoreDetails" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2484", + "className": "Object" + } + ] + } + }, + "AccountUrlType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2480", + "nested": { + "TermsOfService": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TermsOfService" + }, + "PrivacyPolicy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrivacyPolicy" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2485", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2481", + "className": "Object" + } + ] + } + }, + "Fetch": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2299", + "nested": { + "RequestStage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2486", + "nested": { + "Request": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Request" + }, + "Response": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Response" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2490", + "className": "Object" + } + ] + } + }, + "AuthChallengeSource": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2487", + "nested": { + "Server": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Server" + }, + "Proxy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Proxy" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2491", + "className": "Object" + } + ] + } + }, + "AuthChallengeResponseResponse": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2488", + "nested": { + "Default": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Default" + }, + "CancelAuth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CancelAuth" + }, + "ProvideCredentials": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ProvideCredentials" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2492", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2489", + "className": "Object" + } + ] + } + }, + "HeadlessExperimental": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2300", + "nested": { + "ScreenshotParamsFormat": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2493", + "nested": { + "Jpeg": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "jpeg" + }, + "Png": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "png" + }, + "Webp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webp" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2495", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2494", + "className": "Object" + } + ] + } + }, + "IndexedDB": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2301", + "nested": { + "KeyType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2496", + "nested": { + "Number": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "number" + }, + "String": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "string" + }, + "Date": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "date" + }, + "Array": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "array" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2499", + "className": "Object" + } + ] + } + }, + "KeyPathType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2497", + "nested": { + "Null": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "null" + }, + "String": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "string" + }, + "Array": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "array" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2500", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2498", + "className": "Object" + } + ] + } + }, + "Input": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2302", + "nested": { + "GestureSourceType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2501", + "nested": { + "Default": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "default" + }, + "Touch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "touch" + }, + "Mouse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mouse" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2510", + "className": "Object" + } + ] + } + }, + "MouseButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2502", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "Left": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "left" + }, + "Middle": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "middle" + }, + "Right": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "right" + }, + "Back": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "back" + }, + "Forward": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "forward" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2511", + "className": "Object" + } + ] + } + }, + "DispatchDragEventRequestType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2503", + "nested": { + "DragEnter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dragEnter" + }, + "DragOver": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dragOver" + }, + "Drop": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "drop" + }, + "DragCancel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dragCancel" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2512", + "className": "Object" + } + ] + } + }, + "DispatchKeyEventRequestType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2504", + "nested": { + "KeyDown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "keyDown" + }, + "KeyUp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "keyUp" + }, + "RawKeyDown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "rawKeyDown" + }, + "Char": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "char" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2513", + "className": "Object" + } + ] + } + }, + "DispatchMouseEventRequestType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2505", + "nested": { + "MousePressed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mousePressed" + }, + "MouseReleased": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mouseReleased" + }, + "MouseMoved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mouseMoved" + }, + "MouseWheel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mouseWheel" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2514", + "className": "Object" + } + ] + } + }, + "DispatchMouseEventRequestPointerType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2506", + "nested": { + "Mouse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mouse" + }, + "Pen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pen" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2515", + "className": "Object" + } + ] + } + }, + "DispatchTouchEventRequestType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2507", + "nested": { + "TouchStart": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "touchStart" + }, + "TouchEnd": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "touchEnd" + }, + "TouchMove": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "touchMove" + }, + "TouchCancel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "touchCancel" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2516", + "className": "Object" + } + ] + } + }, + "EmulateTouchFromMouseEventRequestType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2508", + "nested": { + "MousePressed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mousePressed" + }, + "MouseReleased": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mouseReleased" + }, + "MouseMoved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mouseMoved" + }, + "MouseWheel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mouseWheel" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2517", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2509", + "className": "Object" + } + ] + } + }, + "LayerTree": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2303", + "nested": { + "ScrollRectType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2518", + "nested": { + "RepaintsOnScroll": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RepaintsOnScroll" + }, + "TouchEventHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TouchEventHandler" + }, + "WheelEventHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WheelEventHandler" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2520", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2519", + "className": "Object" + } + ] + } + }, + "Log": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2304", + "nested": { + "LogEntrySource": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2521", + "nested": { + "XML": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "xml" + }, + "Javascript": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "javascript" + }, + "Network": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network" + }, + "Storage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "storage" + }, + "Appcache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "appcache" + }, + "Rendering": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "rendering" + }, + "Security": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "security" + }, + "Deprecation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deprecation" + }, + "Worker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "worker" + }, + "Violation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "violation" + }, + "Intervention": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "intervention" + }, + "Recommendation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "recommendation" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2526", + "className": "Object" + } + ] + } + }, + "LogEntryLevel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2522", + "nested": { + "Verbose": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "verbose" + }, + "Info": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "info" + }, + "Warning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "warning" + }, + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "error" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2527", + "className": "Object" + } + ] + } + }, + "LogEntryCategory": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2523", + "nested": { + "Cors": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cors" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2528", + "className": "Object" + } + ] + } + }, + "ViolationSettingName": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2524", + "nested": { + "LongTask": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "longTask" + }, + "LongLayout": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "longLayout" + }, + "BlockedEvent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "blockedEvent" + }, + "BlockedParser": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "blockedParser" + }, + "DiscouragedAPIUse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "discouragedAPIUse" + }, + "Handler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "handler" + }, + "RecurringHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "recurringHandler" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2529", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2525", + "className": "Object" + } + ] + } + }, + "Media": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2305", + "nested": { + "PlayerMessageLevel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2530", + "nested": { + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "error" + }, + "Warning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "warning" + }, + "Info": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "info" + }, + "Debug": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debug" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2532", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2531", + "className": "Object" + } + ] + } + }, + "Memory": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2306", + "nested": { + "PressureLevel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2533", + "nested": { + "Moderate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "moderate" + }, + "Critical": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "critical" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2535", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2534", + "className": "Object" + } + ] + } + }, + "Network": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2307", + "nested": { + "ResourceType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2536", + "nested": { + "Document": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Document" + }, + "Stylesheet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Stylesheet" + }, + "Image": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Image" + }, + "Media": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Media" + }, + "Font": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Font" + }, + "Script": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Script" + }, + "TextTrack": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TextTrack" + }, + "XHR": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "XHR" + }, + "Fetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Fetch" + }, + "Prefetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Prefetch" + }, + "EventSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EventSource" + }, + "WebSocket": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebSocket" + }, + "Manifest": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Manifest" + }, + "SignedExchange": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignedExchange" + }, + "Ping": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Ping" + }, + "CSPViolationReport": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CSPViolationReport" + }, + "Preflight": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Preflight" + }, + "FedCM": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FedCM" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Other" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2571", + "className": "Object" + } + ] + } + }, + "ErrorReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2537", + "nested": { + "Failed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Failed" + }, + "Aborted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Aborted" + }, + "TimedOut": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TimedOut" + }, + "AccessDenied": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AccessDenied" + }, + "ConnectionClosed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConnectionClosed" + }, + "ConnectionReset": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConnectionReset" + }, + "ConnectionRefused": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConnectionRefused" + }, + "ConnectionAborted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConnectionAborted" + }, + "ConnectionFailed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConnectionFailed" + }, + "NameNotResolved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NameNotResolved" + }, + "InternetDisconnected": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InternetDisconnected" + }, + "AddressUnreachable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AddressUnreachable" + }, + "BlockedByClient": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BlockedByClient" + }, + "BlockedByResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BlockedByResponse" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2572", + "className": "Object" + } + ] + } + }, + "ConnectionType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2538", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "Cellular2g": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cellular2g" + }, + "Cellular3g": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cellular3g" + }, + "Cellular4g": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cellular4g" + }, + "Bluetooth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bluetooth" + }, + "Ethernet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ethernet" + }, + "Wifi": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "wifi" + }, + "Wimax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "wimax" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2573", + "className": "Object" + } + ] + } + }, + "CookieSameSite": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2539", + "nested": { + "Strict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Strict" + }, + "Lax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Lax" + }, + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "None" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2574", + "className": "Object" + } + ] + } + }, + "CookiePriority": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2540", + "nested": { + "Low": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Low" + }, + "Medium": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Medium" + }, + "High": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "High" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2575", + "className": "Object" + } + ] + } + }, + "CookieSourceScheme": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2541", + "nested": { + "Unset": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Unset" + }, + "NonSecure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NonSecure" + }, + "Secure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Secure" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2576", + "className": "Object" + } + ] + } + }, + "ResourcePriority": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2542", + "nested": { + "VeryLow": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "VeryLow" + }, + "Low": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Low" + }, + "Medium": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Medium" + }, + "High": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "High" + }, + "VeryHigh": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "VeryHigh" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2577", + "className": "Object" + } + ] + } + }, + "RequestReferrerPolicy": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2543", + "nested": { + "UnsafeUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unsafe-url" + }, + "NoReferrerWhenDowngrade": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "no-referrer-when-downgrade" + }, + "NoReferrer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "no-referrer" + }, + "Origin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "origin" + }, + "OriginWhenCrossOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "origin-when-cross-origin" + }, + "SameOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "same-origin" + }, + "StrictOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "strict-origin" + }, + "StrictOriginWhenCrossOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "strict-origin-when-cross-origin" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2578", + "className": "Object" + } + ] + } + }, + "CertificateTransparencyCompliance": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2544", + "nested": { + "Unknown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unknown" + }, + "NotCompliant": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "not-compliant" + }, + "Compliant": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "compliant" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2579", + "className": "Object" + } + ] + } + }, + "BlockedReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2545", + "nested": { + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "Csp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "csp" + }, + "MixedContent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mixed-content" + }, + "Origin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "origin" + }, + "Inspector": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "inspector" + }, + "Integrity": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "integrity" + }, + "SubresourceFilter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "subresource-filter" + }, + "ContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "content-type" + }, + "CoepFrameResourceNeedsCoepHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "coep-frame-resource-needs-coep-header" + }, + "CoopSandboxedIframeCannotNavigateToCoopPage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "coop-sandboxed-iframe-cannot-navigate-to-coop-page" + }, + "CorpNotSameOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "corp-not-same-origin" + }, + "CorpNotSameOriginAfterDefaultedToSameOriginByCoep": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "corp-not-same-origin-after-defaulted-to-same-origin-by-coep" + }, + "CorpNotSameOriginAfterDefaultedToSameOriginByDip": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "corp-not-same-origin-after-defaulted-to-same-origin-by-dip" + }, + "CorpNotSameOriginAfterDefaultedToSameOriginByCoepAndDip": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip" + }, + "CorpNotSameSite": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "corp-not-same-site" + }, + "SriMessageSignatureMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sri-message-signature-mismatch" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2580", + "className": "Object" + } + ] + } + }, + "IpProxyStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2546", + "nested": { + "Available": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Available" + }, + "FeatureNotEnabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FeatureNotEnabled" + }, + "MaskedDomainListNotEnabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MaskedDomainListNotEnabled" + }, + "MaskedDomainListNotPopulated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MaskedDomainListNotPopulated" + }, + "AuthTokensUnavailable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AuthTokensUnavailable" + }, + "Unavailable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Unavailable" + }, + "BypassedByDevTools": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BypassedByDevTools" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2581", + "className": "Object" + } + ] + } + }, + "CorsError": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2547", + "nested": { + "DisallowedByMode": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DisallowedByMode" + }, + "InvalidResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidResponse" + }, + "WildcardOriginNotAllowed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WildcardOriginNotAllowed" + }, + "MissingAllowOriginHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MissingAllowOriginHeader" + }, + "MultipleAllowOriginValues": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MultipleAllowOriginValues" + }, + "InvalidAllowOriginValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidAllowOriginValue" + }, + "AllowOriginMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AllowOriginMismatch" + }, + "InvalidAllowCredentials": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidAllowCredentials" + }, + "CorsDisabledScheme": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CorsDisabledScheme" + }, + "PreflightInvalidStatus": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightInvalidStatus" + }, + "PreflightDisallowedRedirect": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightDisallowedRedirect" + }, + "PreflightWildcardOriginNotAllowed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightWildcardOriginNotAllowed" + }, + "PreflightMissingAllowOriginHeader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightMissingAllowOriginHeader" + }, + "PreflightMultipleAllowOriginValues": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightMultipleAllowOriginValues" + }, + "PreflightInvalidAllowOriginValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightInvalidAllowOriginValue" + }, + "PreflightAllowOriginMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightAllowOriginMismatch" + }, + "PreflightInvalidAllowCredentials": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightInvalidAllowCredentials" + }, + "PreflightMissingAllowExternal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightMissingAllowExternal" + }, + "PreflightInvalidAllowExternal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightInvalidAllowExternal" + }, + "PreflightMissingAllowPrivateNetwork": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightMissingAllowPrivateNetwork" + }, + "PreflightInvalidAllowPrivateNetwork": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightInvalidAllowPrivateNetwork" + }, + "InvalidAllowMethodsPreflightResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidAllowMethodsPreflightResponse" + }, + "InvalidAllowHeadersPreflightResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidAllowHeadersPreflightResponse" + }, + "MethodDisallowedByPreflightResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MethodDisallowedByPreflightResponse" + }, + "HeaderDisallowedByPreflightResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HeaderDisallowedByPreflightResponse" + }, + "RedirectContainsCredentials": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RedirectContainsCredentials" + }, + "InsecurePrivateNetwork": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InsecurePrivateNetwork" + }, + "InvalidPrivateNetworkAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidPrivateNetworkAccess" + }, + "UnexpectedPrivateNetworkAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnexpectedPrivateNetworkAccess" + }, + "NoCorsRedirectModeNotFollow": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoCorsRedirectModeNotFollow" + }, + "PreflightMissingPrivateNetworkAccessId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightMissingPrivateNetworkAccessId" + }, + "PreflightMissingPrivateNetworkAccessName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightMissingPrivateNetworkAccessName" + }, + "PrivateNetworkAccessPermissionUnavailable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrivateNetworkAccessPermissionUnavailable" + }, + "PrivateNetworkAccessPermissionDenied": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrivateNetworkAccessPermissionDenied" + }, + "LocalNetworkAccessPermissionDenied": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "LocalNetworkAccessPermissionDenied" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2582", + "className": "Object" + } + ] + } + }, + "ServiceWorkerResponseSource": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2548", + "nested": { + "CacheStorage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cache-storage" + }, + "HttpCache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "http-cache" + }, + "FallbackCode": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "fallback-code" + }, + "Network": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2583", + "className": "Object" + } + ] + } + }, + "TrustTokenParamsRefreshPolicy": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2549", + "nested": { + "UseCached": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UseCached" + }, + "Refresh": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Refresh" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2584", + "className": "Object" + } + ] + } + }, + "TrustTokenOperationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2550", + "nested": { + "Issuance": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Issuance" + }, + "Redemption": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Redemption" + }, + "Signing": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Signing" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2585", + "className": "Object" + } + ] + } + }, + "AlternateProtocolUsage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2551", + "nested": { + "AlternativeJobWonWithoutRace": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "alternativeJobWonWithoutRace" + }, + "AlternativeJobWonRace": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "alternativeJobWonRace" + }, + "MainJobWonRace": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mainJobWonRace" + }, + "MappingMissing": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mappingMissing" + }, + "Broken": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "broken" + }, + "DnsAlpnH3JobWonWithoutRace": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dnsAlpnH3JobWonWithoutRace" + }, + "DnsAlpnH3JobWonRace": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dnsAlpnH3JobWonRace" + }, + "UnspecifiedReason": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unspecifiedReason" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2586", + "className": "Object" + } + ] + } + }, + "ServiceWorkerRouterSource": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2552", + "nested": { + "Network": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network" + }, + "Cache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cache" + }, + "FetchEvent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "fetch-event" + }, + "RaceNetworkAndFetchHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "race-network-and-fetch-handler" + }, + "RaceNetworkAndCache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "race-network-and-cache" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2587", + "className": "Object" + } + ] + } + }, + "InitiatorType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2553", + "nested": { + "Parser": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "parser" + }, + "Script": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "script" + }, + "Preload": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "preload" + }, + "SignedExchange": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SignedExchange" + }, + "Preflight": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "preflight" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2588", + "className": "Object" + } + ] + } + }, + "SetCookieBlockedReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2554", + "nested": { + "SecureOnly": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SecureOnly" + }, + "SameSiteStrict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteStrict" + }, + "SameSiteLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteLax" + }, + "SameSiteUnspecifiedTreatedAsLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteUnspecifiedTreatedAsLax" + }, + "SameSiteNoneInsecure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteNoneInsecure" + }, + "UserPreferences": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UserPreferences" + }, + "ThirdPartyPhaseout": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ThirdPartyPhaseout" + }, + "ThirdPartyBlockedInFirstPartySet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ThirdPartyBlockedInFirstPartySet" + }, + "SyntaxError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SyntaxError" + }, + "SchemeNotSupported": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemeNotSupported" + }, + "OverwriteSecure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OverwriteSecure" + }, + "InvalidDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidDomain" + }, + "InvalidPrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidPrefix" + }, + "UnknownError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnknownError" + }, + "SchemefulSameSiteStrict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemefulSameSiteStrict" + }, + "SchemefulSameSiteLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemefulSameSiteLax" + }, + "SchemefulSameSiteUnspecifiedTreatedAsLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemefulSameSiteUnspecifiedTreatedAsLax" + }, + "SamePartyFromCrossPartyContext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SamePartyFromCrossPartyContext" + }, + "SamePartyConflictsWithOtherAttributes": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SamePartyConflictsWithOtherAttributes" + }, + "NameValuePairExceedsMaxSize": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NameValuePairExceedsMaxSize" + }, + "DisallowedCharacter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DisallowedCharacter" + }, + "NoCookieContent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoCookieContent" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2589", + "className": "Object" + } + ] + } + }, + "CookieBlockedReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2555", + "nested": { + "SecureOnly": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SecureOnly" + }, + "NotOnPath": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotOnPath" + }, + "DomainMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DomainMismatch" + }, + "SameSiteStrict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteStrict" + }, + "SameSiteLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteLax" + }, + "SameSiteUnspecifiedTreatedAsLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteUnspecifiedTreatedAsLax" + }, + "SameSiteNoneInsecure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteNoneInsecure" + }, + "UserPreferences": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UserPreferences" + }, + "ThirdPartyPhaseout": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ThirdPartyPhaseout" + }, + "ThirdPartyBlockedInFirstPartySet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ThirdPartyBlockedInFirstPartySet" + }, + "UnknownError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnknownError" + }, + "SchemefulSameSiteStrict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemefulSameSiteStrict" + }, + "SchemefulSameSiteLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemefulSameSiteLax" + }, + "SchemefulSameSiteUnspecifiedTreatedAsLax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemefulSameSiteUnspecifiedTreatedAsLax" + }, + "SamePartyFromCrossPartyContext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SamePartyFromCrossPartyContext" + }, + "NameValuePairExceedsMaxSize": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NameValuePairExceedsMaxSize" + }, + "PortMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PortMismatch" + }, + "SchemeMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemeMismatch" + }, + "AnonymousContext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AnonymousContext" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2590", + "className": "Object" + } + ] + } + }, + "CookieExemptionReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2556", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "None" + }, + "UserSetting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UserSetting" + }, + "TPCDMetadata": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TPCDMetadata" + }, + "TPCDDeprecationTrial": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TPCDDeprecationTrial" + }, + "TopLevelTPCDDeprecationTrial": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TopLevelTPCDDeprecationTrial" + }, + "TPCDHeuristics": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TPCDHeuristics" + }, + "EnterprisePolicy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EnterprisePolicy" + }, + "StorageAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "StorageAccess" + }, + "TopLevelStorageAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TopLevelStorageAccess" + }, + "Scheme": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Scheme" + }, + "SameSiteNoneCookiesInSandbox": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteNoneCookiesInSandbox" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2591", + "className": "Object" + } + ] + } + }, + "AuthChallengeSource": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2557", + "nested": { + "Server": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Server" + }, + "Proxy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Proxy" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2592", + "className": "Object" + } + ] + } + }, + "AuthChallengeResponseResponse": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2558", + "nested": { + "Default": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Default" + }, + "CancelAuth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CancelAuth" + }, + "ProvideCredentials": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ProvideCredentials" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2593", + "className": "Object" + } + ] + } + }, + "InterceptionStage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2559", + "nested": { + "Request": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Request" + }, + "HeadersReceived": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HeadersReceived" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2594", + "className": "Object" + } + ] + } + }, + "SignedExchangeErrorField": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2560", + "nested": { + "SignatureSig": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "signatureSig" + }, + "SignatureIntegrity": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "signatureIntegrity" + }, + "SignatureCertUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "signatureCertUrl" + }, + "SignatureCertSha256": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "signatureCertSha256" + }, + "SignatureValidityUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "signatureValidityUrl" + }, + "SignatureTimestamps": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "signatureTimestamps" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2595", + "className": "Object" + } + ] + } + }, + "ContentEncoding": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2561", + "nested": { + "Deflate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deflate" + }, + "Gzip": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gzip" + }, + "Br": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "br" + }, + "Zstd": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "zstd" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2596", + "className": "Object" + } + ] + } + }, + "DirectSocketDnsQueryType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2562", + "nested": { + "Ipv4": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ipv4" + }, + "Ipv6": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ipv6" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2597", + "className": "Object" + } + ] + } + }, + "PrivateNetworkRequestPolicy": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2563", + "nested": { + "Allow": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Allow" + }, + "BlockFromInsecureToMorePrivate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BlockFromInsecureToMorePrivate" + }, + "WarnFromInsecureToMorePrivate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WarnFromInsecureToMorePrivate" + }, + "PreflightBlock": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightBlock" + }, + "PreflightWarn": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreflightWarn" + }, + "PermissionBlock": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PermissionBlock" + }, + "PermissionWarn": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PermissionWarn" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2598", + "className": "Object" + } + ] + } + }, + "IPAddressSpace": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2564", + "nested": { + "Loopback": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Loopback" + }, + "Local": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Local" + }, + "Public": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Public" + }, + "Unknown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Unknown" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2599", + "className": "Object" + } + ] + } + }, + "CrossOriginOpenerPolicyValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2565", + "nested": { + "SameOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameOrigin" + }, + "SameOriginAllowPopups": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameOriginAllowPopups" + }, + "RestrictProperties": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RestrictProperties" + }, + "UnsafeNone": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnsafeNone" + }, + "SameOriginPlusCoep": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameOriginPlusCoep" + }, + "RestrictPropertiesPlusCoep": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RestrictPropertiesPlusCoep" + }, + "NoopenerAllowPopups": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoopenerAllowPopups" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2600", + "className": "Object" + } + ] + } + }, + "CrossOriginEmbedderPolicyValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2566", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "None" + }, + "Credentialless": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Credentialless" + }, + "RequireCorp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequireCorp" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2601", + "className": "Object" + } + ] + } + }, + "ContentSecurityPolicySource": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2567", + "nested": { + "HTTP": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HTTP" + }, + "Meta": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Meta" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2602", + "className": "Object" + } + ] + } + }, + "ReportStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2568", + "nested": { + "Queued": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Queued" + }, + "Pending": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Pending" + }, + "MarkedForRemoval": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MarkedForRemoval" + }, + "Success": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Success" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2603", + "className": "Object" + } + ] + } + }, + "TrustTokenOperationDoneEventStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2569", + "nested": { + "Ok": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Ok" + }, + "InvalidArgument": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidArgument" + }, + "MissingIssuerKeys": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MissingIssuerKeys" + }, + "FailedPrecondition": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FailedPrecondition" + }, + "ResourceExhausted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ResourceExhausted" + }, + "AlreadyExists": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AlreadyExists" + }, + "ResourceLimited": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ResourceLimited" + }, + "Unauthorized": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Unauthorized" + }, + "BadResponse": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BadResponse" + }, + "InternalError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InternalError" + }, + "UnknownError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnknownError" + }, + "FulfilledLocally": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FulfilledLocally" + }, + "SiteIssuerLimit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SiteIssuerLimit" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2604", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2570", + "className": "Object" + } + ] + } + }, + "Overlay": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2308", + "nested": { + "LineStylePattern": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2605", + "nested": { + "Dashed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dashed" + }, + "Dotted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dotted" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2610", + "className": "Object" + } + ] + } + }, + "ContrastAlgorithm": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2606", + "nested": { + "Aa": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "aa" + }, + "Aaa": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "aaa" + }, + "Apca": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "apca" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2611", + "className": "Object" + } + ] + } + }, + "ColorFormat": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2607", + "nested": { + "Rgb": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "rgb" + }, + "Hsl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "hsl" + }, + "Hwb": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "hwb" + }, + "Hex": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "hex" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2612", + "className": "Object" + } + ] + } + }, + "InspectMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2608", + "nested": { + "SearchForNode": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "searchForNode" + }, + "SearchForUAShadowDOM": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "searchForUAShadowDOM" + }, + "CaptureAreaScreenshot": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "captureAreaScreenshot" + }, + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2613", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2609", + "className": "Object" + } + ] + } + }, + "PWA": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2309", + "nested": { + "DisplayMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2614", + "nested": { + "Standalone": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "standalone" + }, + "Browser": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "browser" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2616", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2615", + "className": "Object" + } + ] + } + }, + "Page": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2310", + "nested": { + "AdFrameType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2617", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "Child": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "child" + }, + "Root": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "root" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2650", + "className": "Object" + } + ] + } + }, + "AdFrameExplanation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2618", + "nested": { + "ParentIsAd": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ParentIsAd" + }, + "CreatedByAdScript": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CreatedByAdScript" + }, + "MatchedBlockingRule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MatchedBlockingRule" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2651", + "className": "Object" + } + ] + } + }, + "SecureContextType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2619", + "nested": { + "Secure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Secure" + }, + "SecureLocalhost": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SecureLocalhost" + }, + "InsecureScheme": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InsecureScheme" + }, + "InsecureAncestor": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InsecureAncestor" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2652", + "className": "Object" + } + ] + } + }, + "CrossOriginIsolatedContextType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2620", + "nested": { + "Isolated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Isolated" + }, + "NotIsolated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotIsolated" + }, + "NotIsolatedFeatureDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotIsolatedFeatureDisabled" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2653", + "className": "Object" + } + ] + } + }, + "GatedAPIFeatures": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2621", + "nested": { + "SharedArrayBuffers": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SharedArrayBuffers" + }, + "SharedArrayBuffersTransferAllowed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SharedArrayBuffersTransferAllowed" + }, + "PerformanceMeasureMemory": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PerformanceMeasureMemory" + }, + "PerformanceProfile": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PerformanceProfile" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2654", + "className": "Object" + } + ] + } + }, + "PermissionsPolicyFeature": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2622", + "nested": { + "Accelerometer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "accelerometer" + }, + "AllScreensCapture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "all-screens-capture" + }, + "AmbientLightSensor": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ambient-light-sensor" + }, + "AriaNotify": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "aria-notify" + }, + "AttributionReporting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "attribution-reporting" + }, + "Autoplay": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autoplay" + }, + "Bluetooth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bluetooth" + }, + "BrowsingTopics": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "browsing-topics" + }, + "Camera": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "camera" + }, + "CapturedSurfaceControl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "captured-surface-control" + }, + "ChDpr": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-dpr" + }, + "ChDeviceMemory": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-device-memory" + }, + "ChDownlink": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-downlink" + }, + "ChEct": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ect" + }, + "ChPrefersColorScheme": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-prefers-color-scheme" + }, + "ChPrefersReducedMotion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-prefers-reduced-motion" + }, + "ChPrefersReducedTransparency": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-prefers-reduced-transparency" + }, + "ChRtt": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-rtt" + }, + "ChSaveData": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-save-data" + }, + "ChUa": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua" + }, + "ChUaArch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-arch" + }, + "ChUaBitness": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-bitness" + }, + "ChUaHighEntropyValues": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-high-entropy-values" + }, + "ChUaPlatform": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-platform" + }, + "ChUaModel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-model" + }, + "ChUaMobile": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-mobile" + }, + "ChUaFormFactors": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-form-factors" + }, + "ChUaFullVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-full-version" + }, + "ChUaFullVersionList": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-full-version-list" + }, + "ChUaPlatformVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-platform-version" + }, + "ChUaWow64": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-ua-wow64" + }, + "ChViewportHeight": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-viewport-height" + }, + "ChViewportWidth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-viewport-width" + }, + "ChWidth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ch-width" + }, + "ClipboardRead": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "clipboard-read" + }, + "ClipboardWrite": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "clipboard-write" + }, + "ComputePressure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "compute-pressure" + }, + "ControlledFrame": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "controlled-frame" + }, + "CrossOriginIsolated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cross-origin-isolated" + }, + "DeferredFetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deferred-fetch" + }, + "DeferredFetchMinimal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deferred-fetch-minimal" + }, + "DeviceAttributes": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "device-attributes" + }, + "DigitalCredentialsCreate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "digital-credentials-create" + }, + "DigitalCredentialsGet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "digital-credentials-get" + }, + "DirectSockets": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "direct-sockets" + }, + "DirectSocketsMulticast": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "direct-sockets-multicast" + }, + "DirectSocketsPrivate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "direct-sockets-private" + }, + "DisplayCapture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "display-capture" + }, + "DocumentDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document-domain" + }, + "EncryptedMedia": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "encrypted-media" + }, + "ExecutionWhileOutOfViewport": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "execution-while-out-of-viewport" + }, + "ExecutionWhileNotRendered": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "execution-while-not-rendered" + }, + "FencedUnpartitionedStorageRead": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "fenced-unpartitioned-storage-read" + }, + "FocusWithoutUserActivation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "focus-without-user-activation" + }, + "Fullscreen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "fullscreen" + }, + "Frobulate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "frobulate" + }, + "Gamepad": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gamepad" + }, + "Geolocation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "geolocation" + }, + "Gyroscope": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gyroscope" + }, + "Hid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "hid" + }, + "IdentityCredentialsGet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "identity-credentials-get" + }, + "IdleDetection": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "idle-detection" + }, + "InterestCohort": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "interest-cohort" + }, + "JoinAdInterestGroup": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "join-ad-interest-group" + }, + "KeyboardMap": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "keyboard-map" + }, + "LanguageDetector": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "language-detector" + }, + "LanguageModel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "language-model" + }, + "LocalFonts": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "local-fonts" + }, + "LocalNetworkAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "local-network-access" + }, + "Magnetometer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "magnetometer" + }, + "MediaPlaybackWhileNotVisible": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "media-playback-while-not-visible" + }, + "Microphone": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "microphone" + }, + "Midi": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "midi" + }, + "OnDeviceSpeechRecognition": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "on-device-speech-recognition" + }, + "OtpCredentials": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "otp-credentials" + }, + "Payment": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "payment" + }, + "PictureInPicture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "picture-in-picture" + }, + "Popins": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "popins" + }, + "PrivateAggregation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "private-aggregation" + }, + "PrivateStateTokenIssuance": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "private-state-token-issuance" + }, + "PrivateStateTokenRedemption": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "private-state-token-redemption" + }, + "PublickeyCredentialsCreate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "publickey-credentials-create" + }, + "PublickeyCredentialsGet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "publickey-credentials-get" + }, + "RecordAdAuctionEvents": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "record-ad-auction-events" + }, + "Rewriter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "rewriter" + }, + "RunAdAuction": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "run-ad-auction" + }, + "ScreenWakeLock": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "screen-wake-lock" + }, + "Serial": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "serial" + }, + "SharedAutofill": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "shared-autofill" + }, + "SharedStorage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "shared-storage" + }, + "SharedStorageSelectUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "shared-storage-select-url" + }, + "SmartCard": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "smart-card" + }, + "SpeakerSelection": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "speaker-selection" + }, + "StorageAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "storage-access" + }, + "SubApps": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sub-apps" + }, + "Summarizer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "summarizer" + }, + "SyncXhr": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sync-xhr" + }, + "Translator": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "translator" + }, + "Unload": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unload" + }, + "Usb": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "usb" + }, + "UsbUnrestricted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "usb-unrestricted" + }, + "VerticalScroll": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "vertical-scroll" + }, + "WebAppInstallation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "web-app-installation" + }, + "WebPrinting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "web-printing" + }, + "WebShare": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "web-share" + }, + "WindowManagement": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "window-management" + }, + "Writer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "writer" + }, + "XrSpatialTracking": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "xr-spatial-tracking" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2655", + "className": "Object" + } + ] + } + }, + "PermissionsPolicyBlockReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2623", + "nested": { + "Header": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Header" + }, + "IframeAttribute": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IframeAttribute" + }, + "InFencedFrameTree": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InFencedFrameTree" + }, + "InIsolatedApp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InIsolatedApp" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2656", + "className": "Object" + } + ] + } + }, + "OriginTrialTokenStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2624", + "nested": { + "Success": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Success" + }, + "NotSupported": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotSupported" + }, + "Insecure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Insecure" + }, + "Expired": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Expired" + }, + "WrongOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WrongOrigin" + }, + "InvalidSignature": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidSignature" + }, + "Malformed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Malformed" + }, + "WrongVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WrongVersion" + }, + "FeatureDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FeatureDisabled" + }, + "TokenDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TokenDisabled" + }, + "FeatureDisabledForUser": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FeatureDisabledForUser" + }, + "UnknownTrial": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnknownTrial" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2657", + "className": "Object" + } + ] + } + }, + "OriginTrialStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2625", + "nested": { + "Enabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Enabled" + }, + "ValidTokenNotProvided": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ValidTokenNotProvided" + }, + "OSNotSupported": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OSNotSupported" + }, + "TrialNotAllowed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TrialNotAllowed" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2658", + "className": "Object" + } + ] + } + }, + "OriginTrialUsageRestriction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2626", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "None" + }, + "Subset": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Subset" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2659", + "className": "Object" + } + ] + } + }, + "TransitionType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2627", + "nested": { + "Link": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "link" + }, + "Typed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "typed" + }, + "Address_bar": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "address_bar" + }, + "Auto_bookmark": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "auto_bookmark" + }, + "Auto_subframe": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "auto_subframe" + }, + "Manual_subframe": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "manual_subframe" + }, + "Generated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "generated" + }, + "Auto_toplevel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "auto_toplevel" + }, + "Form_submit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "form_submit" + }, + "Reload": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reload" + }, + "Keyword": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "keyword" + }, + "Keyword_generated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "keyword_generated" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2660", + "className": "Object" + } + ] + } + }, + "DialogType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2628", + "nested": { + "Alert": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "alert" + }, + "Confirm": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "confirm" + }, + "Prompt": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "prompt" + }, + "Beforeunload": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "beforeunload" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2661", + "className": "Object" + } + ] + } + }, + "ClientNavigationReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2629", + "nested": { + "AnchorClick": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "anchorClick" + }, + "FormSubmissionGet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "formSubmissionGet" + }, + "FormSubmissionPost": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "formSubmissionPost" + }, + "HttpHeaderRefresh": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "httpHeaderRefresh" + }, + "InitialFrameNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "initialFrameNavigation" + }, + "MetaTagRefresh": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "metaTagRefresh" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "PageBlockInterstitial": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pageBlockInterstitial" + }, + "Reload": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reload" + }, + "ScriptInitiated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "scriptInitiated" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2662", + "className": "Object" + } + ] + } + }, + "ClientNavigationDisposition": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2630", + "nested": { + "CurrentTab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "currentTab" + }, + "NewTab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "newTab" + }, + "NewWindow": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "newWindow" + }, + "Download": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "download" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2663", + "className": "Object" + } + ] + } + }, + "ReferrerPolicy": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2631", + "nested": { + "NoReferrer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noReferrer" + }, + "NoReferrerWhenDowngrade": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noReferrerWhenDowngrade" + }, + "Origin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "origin" + }, + "OriginWhenCrossOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "originWhenCrossOrigin" + }, + "SameOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sameOrigin" + }, + "StrictOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "strictOrigin" + }, + "StrictOriginWhenCrossOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "strictOriginWhenCrossOrigin" + }, + "UnsafeUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unsafeUrl" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2664", + "className": "Object" + } + ] + } + }, + "NavigationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2632", + "nested": { + "Navigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Navigation" + }, + "BackForwardCacheRestore": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BackForwardCacheRestore" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2665", + "className": "Object" + } + ] + } + }, + "BackForwardCacheNotRestoredReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2633", + "nested": { + "NotPrimaryMainFrame": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotPrimaryMainFrame" + }, + "BackForwardCacheDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BackForwardCacheDisabled" + }, + "RelatedActiveContentsExist": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RelatedActiveContentsExist" + }, + "HTTPStatusNotOK": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HTTPStatusNotOK" + }, + "SchemeNotHTTPOrHTTPS": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchemeNotHTTPOrHTTPS" + }, + "Loading": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Loading" + }, + "WasGrantedMediaAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WasGrantedMediaAccess" + }, + "DisableForRenderFrameHostCalled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DisableForRenderFrameHostCalled" + }, + "DomainNotAllowed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DomainNotAllowed" + }, + "HTTPMethodNotGET": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HTTPMethodNotGET" + }, + "SubframeIsNavigating": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SubframeIsNavigating" + }, + "Timeout": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Timeout" + }, + "CacheLimit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CacheLimit" + }, + "JavaScriptExecution": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "JavaScriptExecution" + }, + "RendererProcessKilled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RendererProcessKilled" + }, + "RendererProcessCrashed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RendererProcessCrashed" + }, + "SchedulerTrackedFeatureUsed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SchedulerTrackedFeatureUsed" + }, + "ConflictingBrowsingInstance": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ConflictingBrowsingInstance" + }, + "CacheFlushed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CacheFlushed" + }, + "ServiceWorkerVersionActivation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ServiceWorkerVersionActivation" + }, + "SessionRestored": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SessionRestored" + }, + "ServiceWorkerPostMessage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ServiceWorkerPostMessage" + }, + "EnteredBackForwardCacheBeforeServiceWorkerHostAdded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EnteredBackForwardCacheBeforeServiceWorkerHostAdded" + }, + "RenderFrameHostReused_SameSite": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RenderFrameHostReused_SameSite" + }, + "RenderFrameHostReused_CrossSite": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RenderFrameHostReused_CrossSite" + }, + "ServiceWorkerClaim": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ServiceWorkerClaim" + }, + "IgnoreEventAndEvict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IgnoreEventAndEvict" + }, + "HaveInnerContents": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HaveInnerContents" + }, + "TimeoutPuttingInCache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TimeoutPuttingInCache" + }, + "BackForwardCacheDisabledByLowMemory": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BackForwardCacheDisabledByLowMemory" + }, + "BackForwardCacheDisabledByCommandLine": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BackForwardCacheDisabledByCommandLine" + }, + "NetworkRequestDatAPIpeDrainedAsBytesConsumer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NetworkRequestDatapipeDrainedAsBytesConsumer" + }, + "NetworkRequestRedirected": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NetworkRequestRedirected" + }, + "NetworkRequestTimeout": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NetworkRequestTimeout" + }, + "NetworkExceedsBufferLimit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NetworkExceedsBufferLimit" + }, + "NavigationCancelledWhileRestoring": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NavigationCancelledWhileRestoring" + }, + "NotMostRecentNavigationEntry": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotMostRecentNavigationEntry" + }, + "BackForwardCacheDisabledForPrerender": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BackForwardCacheDisabledForPrerender" + }, + "UserAgentOverrideDiffers": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UserAgentOverrideDiffers" + }, + "ForegroundCacheLimit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ForegroundCacheLimit" + }, + "BrowsingInstanceNotSwapped": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BrowsingInstanceNotSwapped" + }, + "BackForwardCacheDisabledForDelegate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BackForwardCacheDisabledForDelegate" + }, + "UnloadHandlerExistsInMainFrame": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnloadHandlerExistsInMainFrame" + }, + "UnloadHandlerExistsInSubFrame": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnloadHandlerExistsInSubFrame" + }, + "ServiceWorkerUnregistration": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ServiceWorkerUnregistration" + }, + "CacheControlNoStore": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CacheControlNoStore" + }, + "CacheControlNoStoreCookieModified": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CacheControlNoStoreCookieModified" + }, + "CacheControlNoStoreHTTPOnlyCookieModified": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CacheControlNoStoreHTTPOnlyCookieModified" + }, + "NoResponseHead": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoResponseHead" + }, + "Unknown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Unknown" + }, + "ActivationNavigationsDisallowedForBug1234857": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivationNavigationsDisallowedForBug1234857" + }, + "ErrorDocument": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ErrorDocument" + }, + "FencedFramesEmbedder": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FencedFramesEmbedder" + }, + "CookieDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CookieDisabled" + }, + "HTTPAuthRequired": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HTTPAuthRequired" + }, + "CookieFlushed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CookieFlushed" + }, + "BroadcastChannelOnMessage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BroadcastChannelOnMessage" + }, + "WebViewSettingsChanged": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebViewSettingsChanged" + }, + "WebViewJavaScriptObjectChanged": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebViewJavaScriptObjectChanged" + }, + "WebViewMessageListenerInjected": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebViewMessageListenerInjected" + }, + "WebViewSafeBrowsingAllowlistChanged": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebViewSafeBrowsingAllowlistChanged" + }, + "WebViewDocumentStartJavascriptChanged": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebViewDocumentStartJavascriptChanged" + }, + "WebSocket": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebSocket" + }, + "WebTransport": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebTransport" + }, + "WebRTC": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebRTC" + }, + "MainResourceHasCacheControlNoStore": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MainResourceHasCacheControlNoStore" + }, + "MainResourceHasCacheControlNoCache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MainResourceHasCacheControlNoCache" + }, + "SubresourceHasCacheControlNoStore": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SubresourceHasCacheControlNoStore" + }, + "SubresourceHasCacheControlNoCache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SubresourceHasCacheControlNoCache" + }, + "ContainsPlugins": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContainsPlugins" + }, + "DocumentLoaded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DocumentLoaded" + }, + "OutstandingNetworkRequestOthers": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OutstandingNetworkRequestOthers" + }, + "RequestedMIDIPermission": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequestedMIDIPermission" + }, + "RequestedAudioCapturePermission": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequestedAudioCapturePermission" + }, + "RequestedVideoCapturePermission": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequestedVideoCapturePermission" + }, + "RequestedBackForwardCacheBlockedSensors": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequestedBackForwardCacheBlockedSensors" + }, + "RequestedBackgroundWorkPermission": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequestedBackgroundWorkPermission" + }, + "BroadcastChannel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BroadcastChannel" + }, + "WebXR": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebXR" + }, + "SharedWorker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SharedWorker" + }, + "SharedWorkerMessage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SharedWorkerMessage" + }, + "SharedWorkerWithNoActiveClient": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SharedWorkerWithNoActiveClient" + }, + "WebLocks": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebLocks" + }, + "WebHID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebHID" + }, + "WebBluetooth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebBluetooth" + }, + "WebShare": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebShare" + }, + "RequestedStorageAccessGrant": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequestedStorageAccessGrant" + }, + "WebNfc": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebNfc" + }, + "OutstandingNetworkRequestFetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OutstandingNetworkRequestFetch" + }, + "OutstandingNetworkRequestXHR": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OutstandingNetworkRequestXHR" + }, + "AppBanner": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AppBanner" + }, + "Printing": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Printing" + }, + "WebDatabase": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebDatabase" + }, + "PictureInPicture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PictureInPicture" + }, + "SpeechRecognizer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SpeechRecognizer" + }, + "IdleManager": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IdleManager" + }, + "PaymentManager": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PaymentManager" + }, + "SpeechSynthesis": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SpeechSynthesis" + }, + "KeyboardLock": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "KeyboardLock" + }, + "WebOTPService": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebOTPService" + }, + "OutstandingNetworkRequestDirectSocket": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OutstandingNetworkRequestDirectSocket" + }, + "InjectedJavascript": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InjectedJavascript" + }, + "InjectedStyleSheet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InjectedStyleSheet" + }, + "KeepaliveRequest": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "KeepaliveRequest" + }, + "IndexedDBEvent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IndexedDBEvent" + }, + "Dummy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Dummy" + }, + "JsNetworkRequestReceivedCacheControlNoStoreResource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "JsNetworkRequestReceivedCacheControlNoStoreResource" + }, + "WebRTCUsedWithCCNS": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebRTCUsedWithCCNS" + }, + "WebTransportUsedWithCCNS": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebTransportUsedWithCCNS" + }, + "WebSocketUsedWithCCNS": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebSocketUsedWithCCNS" + }, + "SmartCard": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SmartCard" + }, + "LiveMediaStreamTrack": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "LiveMediaStreamTrack" + }, + "UnloadHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UnloadHandler" + }, + "ParserAborted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ParserAborted" + }, + "ContentSecurityHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentSecurityHandler" + }, + "ContentWebAuthenticationAPI": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentWebAuthenticationAPI" + }, + "ContentFileChooser": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentFileChooser" + }, + "ContentSerial": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentSerial" + }, + "ContentFileSystemAccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentFileSystemAccess" + }, + "ContentMediaDevicesDispatcherHost": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentMediaDevicesDispatcherHost" + }, + "ContentWebBluetooth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentWebBluetooth" + }, + "ContentWebUSB": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentWebUSB" + }, + "ContentMediaSessionService": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentMediaSessionService" + }, + "ContentScreenReader": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentScreenReader" + }, + "ContentDiscarded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ContentDiscarded" + }, + "EmbedderPopupBlockerTabHelper": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderPopupBlockerTabHelper" + }, + "EmbedderSafeBrowsingTriggeredPopupBlocker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderSafeBrowsingTriggeredPopupBlocker" + }, + "EmbedderSafeBrowsingThreatDetails": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderSafeBrowsingThreatDetails" + }, + "EmbedderAppBannerManager": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderAppBannerManager" + }, + "EmbedderDomDistillerViewerSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderDomDistillerViewerSource" + }, + "EmbedderDomDistillerSelfDeletingRequestDelegate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderDomDistillerSelfDeletingRequestDelegate" + }, + "EmbedderOomInterventionTabHelper": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderOomInterventionTabHelper" + }, + "EmbedderOfflinePage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderOfflinePage" + }, + "EmbedderChromePasswordManagerClientBindCredentialManager": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderChromePasswordManagerClientBindCredentialManager" + }, + "EmbedderPermissionRequestManager": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderPermissionRequestManager" + }, + "EmbedderModalDialog": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderModalDialog" + }, + "EmbedderExtensions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderExtensions" + }, + "EmbedderExtensionMessaging": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderExtensionMessaging" + }, + "EmbedderExtensionMessagingForOpenPort": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderExtensionMessagingForOpenPort" + }, + "EmbedderExtensionSentMessageToCachedFrame": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderExtensionSentMessageToCachedFrame" + }, + "RequestedByWebViewClient": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RequestedByWebViewClient" + }, + "PostMessageByWebViewClient": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PostMessageByWebViewClient" + }, + "CacheControlNoStoreDeviceBoundSessionTerminated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CacheControlNoStoreDeviceBoundSessionTerminated" + }, + "CacheLimitPrunedOnModerateMemoryPressure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CacheLimitPrunedOnModerateMemoryPressure" + }, + "CacheLimitPrunedOnCriticalMemoryPressure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CacheLimitPrunedOnCriticalMemoryPressure" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2666", + "className": "Object" + } + ] + } + }, + "BackForwardCacheNotRestoredReasonType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2634", + "nested": { + "SupportPending": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SupportPending" + }, + "PageSupportNeeded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PageSupportNeeded" + }, + "Circumstantial": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Circumstantial" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2667", + "className": "Object" + } + ] + } + }, + "FileChooserOpenedEventMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2635", + "nested": { + "SelectSingle": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "selectSingle" + }, + "SelectMultiple": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "selectMultiple" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2668", + "className": "Object" + } + ] + } + }, + "FrameDetachedEventReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2636", + "nested": { + "Remove": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "remove" + }, + "Swap": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "swap" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2669", + "className": "Object" + } + ] + } + }, + "FrameStartedNavigatingEventNavigationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2637", + "nested": { + "Reload": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reload" + }, + "ReloadBypassingCache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reloadBypassingCache" + }, + "Restore": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "restore" + }, + "RestoreWithPost": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "restoreWithPost" + }, + "HistorySameDocument": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "historySameDocument" + }, + "HistoryDifferentDocument": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "historyDifferentDocument" + }, + "SameDocument": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sameDocument" + }, + "DifferentDocument": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "differentDocument" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2670", + "className": "Object" + } + ] + } + }, + "DownloadProgressEventState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2638", + "nested": { + "InProgress": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "inProgress" + }, + "Completed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "completed" + }, + "Canceled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "canceled" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2671", + "className": "Object" + } + ] + } + }, + "NavigatedWithinDocumentEventNavigationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2639", + "nested": { + "Fragment": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "fragment" + }, + "HistoryAPI": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "historyApi" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2672", + "className": "Object" + } + ] + } + }, + "CaptureScreenshotRequestFormat": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2640", + "nested": { + "Jpeg": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "jpeg" + }, + "Png": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "png" + }, + "Webp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webp" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2673", + "className": "Object" + } + ] + } + }, + "CaptureSnapshotRequestFormat": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2641", + "nested": { + "MHTML": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mhtml" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2674", + "className": "Object" + } + ] + } + }, + "PrintToPDFRequestTransferMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2642", + "nested": { + "ReturnAsBase64": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ReturnAsBase64" + }, + "ReturnAsStream": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ReturnAsStream" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2675", + "className": "Object" + } + ] + } + }, + "SetDownloadBehaviorRequestBehavior": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2643", + "nested": { + "Deny": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deny" + }, + "Allow": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "allow" + }, + "Default": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "default" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2676", + "className": "Object" + } + ] + } + }, + "SetTouchEmulationEnabledRequestConfiguration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2644", + "nested": { + "Mobile": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "mobile" + }, + "Desktop": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "desktop" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2677", + "className": "Object" + } + ] + } + }, + "StartScreencastRequestFormat": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2645", + "nested": { + "Jpeg": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "jpeg" + }, + "Png": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "png" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2678", + "className": "Object" + } + ] + } + }, + "SetWebLifecycleStateRequestState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2646", + "nested": { + "Frozen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "frozen" + }, + "Active": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "active" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2679", + "className": "Object" + } + ] + } + }, + "SetSPCTransactionModeRequestMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2647", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "AutoAccept": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autoAccept" + }, + "AutoChooseToAuthAnotherWay": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autoChooseToAuthAnotherWay" + }, + "AutoReject": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autoReject" + }, + "AutoOptOut": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autoOptOut" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2680", + "className": "Object" + } + ] + } + }, + "SetRPHRegistrationModeRequestMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2648", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "AutoAccept": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autoAccept" + }, + "AutoReject": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "autoReject" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2681", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2649", + "className": "Object" + } + ] + } + }, + "Performance": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2311", + "nested": { + "EnableRequestTimeDomain": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2682", + "nested": { + "TimeTicks": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "timeTicks" + }, + "ThreadTicks": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "threadTicks" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2685", + "className": "Object" + } + ] + } + }, + "SetTimeDomainRequestTimeDomain": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2683", + "nested": { + "TimeTicks": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "timeTicks" + }, + "ThreadTicks": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "threadTicks" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2686", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2684", + "className": "Object" + } + ] + } + }, + "Preload": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2312", + "nested": { + "RuleSetErrorType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2687", + "nested": { + "SourceIsNotJsonObject": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SourceIsNotJsonObject" + }, + "InvalidRulesSkipped": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidRulesSkipped" + }, + "InvalidRulesetLevelTag": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidRulesetLevelTag" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2694", + "className": "Object" + } + ] + } + }, + "SpeculationAction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2688", + "nested": { + "Prefetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Prefetch" + }, + "Prerender": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Prerender" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2695", + "className": "Object" + } + ] + } + }, + "SpeculationTargetHint": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2689", + "nested": { + "Blank": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Blank" + }, + "Self": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Self" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2696", + "className": "Object" + } + ] + } + }, + "PrerenderFinalStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2690", + "nested": { + "Activated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Activated" + }, + "Destroyed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Destroyed" + }, + "LowEndDevice": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "LowEndDevice" + }, + "InvalidSchemeRedirect": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidSchemeRedirect" + }, + "InvalidSchemeNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InvalidSchemeNavigation" + }, + "NavigationRequestBlockedByCsp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NavigationRequestBlockedByCsp" + }, + "MojoBinderPolicy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MojoBinderPolicy" + }, + "RendererProcessCrashed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RendererProcessCrashed" + }, + "RendererProcessKilled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RendererProcessKilled" + }, + "Download": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Download" + }, + "TriggerDestroyed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TriggerDestroyed" + }, + "NavigationNotCommitted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NavigationNotCommitted" + }, + "NavigationBadHttpStatus": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NavigationBadHttpStatus" + }, + "ClientCertRequested": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ClientCertRequested" + }, + "NavigationRequestNetworkError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NavigationRequestNetworkError" + }, + "CancelAllHostsForTesting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CancelAllHostsForTesting" + }, + "DidFailLoad": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DidFailLoad" + }, + "Stop": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Stop" + }, + "SslCertificateError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SslCertificateError" + }, + "LoginAuthRequested": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "LoginAuthRequested" + }, + "UaChangeRequiresReload": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UaChangeRequiresReload" + }, + "BlockedByClient": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BlockedByClient" + }, + "AudioOutputDeviceRequested": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AudioOutputDeviceRequested" + }, + "MixedContent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MixedContent" + }, + "TriggerBackgrounded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TriggerBackgrounded" + }, + "MemoryLimitExceeded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MemoryLimitExceeded" + }, + "DataSaverEnabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DataSaverEnabled" + }, + "TriggerUrlHasEffectiveUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TriggerUrlHasEffectiveUrl" + }, + "ActivatedBeforeStarted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivatedBeforeStarted" + }, + "InactivePageRestriction": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InactivePageRestriction" + }, + "StartFailed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "StartFailed" + }, + "TimeoutBackgrounded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TimeoutBackgrounded" + }, + "CrossSiteRedirectInInitialNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CrossSiteRedirectInInitialNavigation" + }, + "CrossSiteNavigationInInitialNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CrossSiteNavigationInInitialNavigation" + }, + "SameSiteCrossOriginRedirectNotOptInInInitialNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteCrossOriginRedirectNotOptInInInitialNavigation" + }, + "SameSiteCrossOriginNavigationNotOptInInInitialNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteCrossOriginNavigationNotOptInInInitialNavigation" + }, + "ActivationNavigationParameterMismatch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivationNavigationParameterMismatch" + }, + "ActivatedInBackground": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivatedInBackground" + }, + "EmbedderHostDisallowed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbedderHostDisallowed" + }, + "ActivationNavigationDestroyedBeforeSuccess": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivationNavigationDestroyedBeforeSuccess" + }, + "TabClosedByUserGesture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TabClosedByUserGesture" + }, + "TabClosedWithoutUserGesture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "TabClosedWithoutUserGesture" + }, + "PrimaryMainFrameRendererProcessCrashed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrimaryMainFrameRendererProcessCrashed" + }, + "PrimaryMainFrameRendererProcessKilled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrimaryMainFrameRendererProcessKilled" + }, + "ActivationFramePolicyNotCompatible": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivationFramePolicyNotCompatible" + }, + "PreloadingDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreloadingDisabled" + }, + "BatterySaverEnabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BatterySaverEnabled" + }, + "ActivatedDuringMainFrameNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivatedDuringMainFrameNavigation" + }, + "PreloadingUnsupportedByWebContents": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreloadingUnsupportedByWebContents" + }, + "CrossSiteRedirectInMainFrameNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CrossSiteRedirectInMainFrameNavigation" + }, + "CrossSiteNavigationInMainFrameNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CrossSiteNavigationInMainFrameNavigation" + }, + "SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation" + }, + "SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation" + }, + "MemoryPressureOnTrigger": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MemoryPressureOnTrigger" + }, + "MemoryPressureAfterTriggered": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MemoryPressureAfterTriggered" + }, + "PrerenderingDisabledByDevTools": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrerenderingDisabledByDevTools" + }, + "SpeculationRuleRemoved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SpeculationRuleRemoved" + }, + "ActivatedWithAuxiliaryBrowsingContexts": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivatedWithAuxiliaryBrowsingContexts" + }, + "MaxNumOfRunningEagerPrerendersExceeded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MaxNumOfRunningEagerPrerendersExceeded" + }, + "MaxNumOfRunningNonEagerPrerendersExceeded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MaxNumOfRunningNonEagerPrerendersExceeded" + }, + "MaxNumOfRunningEmbedderPrerendersExceeded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MaxNumOfRunningEmbedderPrerendersExceeded" + }, + "PrerenderingUrlHasEffectiveUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrerenderingUrlHasEffectiveUrl" + }, + "RedirectedPrerenderingUrlHasEffectiveUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RedirectedPrerenderingUrlHasEffectiveUrl" + }, + "ActivationUrlHasEffectiveUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ActivationUrlHasEffectiveUrl" + }, + "JavaScriptInterfaceAdded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "JavaScriptInterfaceAdded" + }, + "JavaScriptInterfaceRemoved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "JavaScriptInterfaceRemoved" + }, + "AllPrerenderingCanceled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "AllPrerenderingCanceled" + }, + "WindowClosed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WindowClosed" + }, + "SlowNetwork": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SlowNetwork" + }, + "OtherPrerenderedPageActivated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OtherPrerenderedPageActivated" + }, + "V8OptimizerDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "V8OptimizerDisabled" + }, + "PrerenderFailedDuringPrefetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrerenderFailedDuringPrefetch" + }, + "BrowsingDataRemoved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "BrowsingDataRemoved" + }, + "PrerenderHostReused": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrerenderHostReused" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2697", + "className": "Object" + } + ] + } + }, + "PreloadingStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2691", + "nested": { + "Pending": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Pending" + }, + "Running": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Running" + }, + "Ready": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Ready" + }, + "Success": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Success" + }, + "Failure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Failure" + }, + "NotSupported": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NotSupported" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2698", + "className": "Object" + } + ] + } + }, + "PrefetchStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2692", + "nested": { + "PrefetchAllowed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchAllowed" + }, + "PrefetchFailedIneligibleRedirect": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchFailedIneligibleRedirect" + }, + "PrefetchFailedInvalidRedirect": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchFailedInvalidRedirect" + }, + "PrefetchFailedMIMENotSupported": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchFailedMIMENotSupported" + }, + "PrefetchFailedNetError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchFailedNetError" + }, + "PrefetchFailedNon2XX": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchFailedNon2XX" + }, + "PrefetchEvictedAfterBrowsingDataRemoved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchEvictedAfterBrowsingDataRemoved" + }, + "PrefetchEvictedAfterCandidateRemoved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchEvictedAfterCandidateRemoved" + }, + "PrefetchEvictedForNewerPrefetch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchEvictedForNewerPrefetch" + }, + "PrefetchHeldback": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchHeldback" + }, + "PrefetchIneligibleRetryAfter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchIneligibleRetryAfter" + }, + "PrefetchIsPrivacyDecoy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchIsPrivacyDecoy" + }, + "PrefetchIsStale": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchIsStale" + }, + "PrefetchNotEligibleBrowserContextOffTheRecord": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleBrowserContextOffTheRecord" + }, + "PrefetchNotEligibleDataSaverEnabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleDataSaverEnabled" + }, + "PrefetchNotEligibleExistingProxy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleExistingProxy" + }, + "PrefetchNotEligibleHostIsNonUnique": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleHostIsNonUnique" + }, + "PrefetchNotEligibleNonDefaultStoragePartition": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleNonDefaultStoragePartition" + }, + "PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy" + }, + "PrefetchNotEligibleSchemeIsNotHttps": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleSchemeIsNotHttps" + }, + "PrefetchNotEligibleUserHasCookies": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleUserHasCookies" + }, + "PrefetchNotEligibleUserHasServiceWorker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleUserHasServiceWorker" + }, + "PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler" + }, + "PrefetchNotEligibleRedirectFromServiceWorker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleRedirectFromServiceWorker" + }, + "PrefetchNotEligibleRedirectToServiceWorker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleRedirectToServiceWorker" + }, + "PrefetchNotEligibleBatterySaverEnabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligibleBatterySaverEnabled" + }, + "PrefetchNotEligiblePreloadingDisabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotEligiblePreloadingDisabled" + }, + "PrefetchNotFinishedInTime": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotFinishedInTime" + }, + "PrefetchNotStarted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotStarted" + }, + "PrefetchNotUsedCookiesChanged": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotUsedCookiesChanged" + }, + "PrefetchProxyNotAvailable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchProxyNotAvailable" + }, + "PrefetchResponseUsed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchResponseUsed" + }, + "PrefetchSuccessfulButNotUsed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchSuccessfulButNotUsed" + }, + "PrefetchNotUsedProbeFailed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PrefetchNotUsedProbeFailed" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2699", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2693", + "className": "Object" + } + ] + } + }, + "Security": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2313", + "nested": { + "MixedContentType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2700", + "nested": { + "Blockable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "blockable" + }, + "OptionallyBlockable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "optionally-blockable" + }, + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2705", + "className": "Object" + } + ] + } + }, + "SecurityState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2701", + "nested": { + "Unknown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unknown" + }, + "Neutral": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "neutral" + }, + "Insecure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "insecure" + }, + "Secure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "secure" + }, + "Info": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "info" + }, + "InsecureBroken": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "insecure-broken" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2706", + "className": "Object" + } + ] + } + }, + "SafetyTipStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2702", + "nested": { + "BadReputation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "badReputation" + }, + "Lookalike": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "lookalike" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2707", + "className": "Object" + } + ] + } + }, + "CertificateErrorAction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2703", + "nested": { + "Continue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "continue" + }, + "Cancel": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cancel" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2708", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2704", + "className": "Object" + } + ] + } + }, + "ServiceWorker": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2314", + "nested": { + "ServiceWorkerVersionRunningStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2709", + "nested": { + "Stopped": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "stopped" + }, + "Starting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "starting" + }, + "Running": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "running" + }, + "Stopping": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "stopping" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2712", + "className": "Object" + } + ] + } + }, + "ServiceWorkerVersionStatus": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2710", + "nested": { + "New": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "new" + }, + "Installing": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "installing" + }, + "Installed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "installed" + }, + "Activating": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "activating" + }, + "Activated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "activated" + }, + "Redundant": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "redundant" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2713", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2711", + "className": "Object" + } + ] + } + }, + "Storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2315", + "nested": { + "StorageType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2714", + "nested": { + "Cookies": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cookies" + }, + "File_systems": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "file_systems" + }, + "Indexeddb": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "indexeddb" + }, + "Local_storage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "local_storage" + }, + "Shader_cache": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "shader_cache" + }, + "Websql": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "websql" + }, + "Service_workers": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "service_workers" + }, + "Cache_storage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cache_storage" + }, + "Interest_groups": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "interest_groups" + }, + "Shared_storage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "shared_storage" + }, + "Storage_buckets": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "storage_buckets" + }, + "All": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "all" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2729", + "className": "Object" + } + ] + } + }, + "InterestGroupAccessType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2715", + "nested": { + "Join": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "join" + }, + "Leave": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "leave" + }, + "Update": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "update" + }, + "Loaded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "loaded" + }, + "Bid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bid" + }, + "Win": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "win" + }, + "AdditionalBid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "additionalBid" + }, + "AdditionalBidWin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "additionalBidWin" + }, + "TopLevelBid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "topLevelBid" + }, + "TopLevelAdditionalBid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "topLevelAdditionalBid" + }, + "Clear": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "clear" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2730", + "className": "Object" + } + ] + } + }, + "InterestGroupAuctionEventType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2716", + "nested": { + "Started": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "started" + }, + "ConfigResolved": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "configResolved" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2731", + "className": "Object" + } + ] + } + }, + "InterestGroupAuctionFetchType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2717", + "nested": { + "BidderJs": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bidderJs" + }, + "BidderWasm": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bidderWasm" + }, + "SellerJs": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sellerJs" + }, + "BidderTrustedSignals": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bidderTrustedSignals" + }, + "SellerTrustedSignals": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sellerTrustedSignals" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2732", + "className": "Object" + } + ] + } + }, + "SharedStorageAccessScope": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2718", + "nested": { + "Window": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "window" + }, + "SharedStorageWorklet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sharedStorageWorklet" + }, + "ProtectedAudienceWorklet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "protectedAudienceWorklet" + }, + "Header": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "header" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2733", + "className": "Object" + } + ] + } + }, + "SharedStorageAccessMethod": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2719", + "nested": { + "AddModule": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "addModule" + }, + "CreateWorklet": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "createWorklet" + }, + "SelectURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "selectURL" + }, + "Run": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "run" + }, + "BatchUpdate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "batchUpdate" + }, + "Set": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "set" + }, + "Append": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "append" + }, + "Delete": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "delete" + }, + "Clear": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "clear" + }, + "Get": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "get" + }, + "Keys": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "keys" + }, + "Values": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "values" + }, + "Entries": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "entries" + }, + "Length": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "length" + }, + "RemainingBudget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "remainingBudget" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2734", + "className": "Object" + } + ] + } + }, + "StorageBucketsDurability": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2720", + "nested": { + "Relaxed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "relaxed" + }, + "Strict": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "strict" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2735", + "className": "Object" + } + ] + } + }, + "AttributionReportingSourceType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2721", + "nested": { + "Navigation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "navigation" + }, + "Event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "event" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2736", + "className": "Object" + } + ] + } + }, + "AttributionReportingTriggerDataMatching": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2722", + "nested": { + "Exact": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "exact" + }, + "Modulus": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "modulus" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2737", + "className": "Object" + } + ] + } + }, + "AttributionReportingSourceRegistrationResult": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2723", + "nested": { + "Success": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "success" + }, + "InternalError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "internalError" + }, + "InsufficientSourceCapacity": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "insufficientSourceCapacity" + }, + "InsufficientUniqueDestinationCapacity": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "insufficientUniqueDestinationCapacity" + }, + "ExcessiveReportingOrigins": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "excessiveReportingOrigins" + }, + "ProhibitedByBrowserPolicy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "prohibitedByBrowserPolicy" + }, + "SuccessNoised": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "successNoised" + }, + "DestinationReportingLimitReached": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "destinationReportingLimitReached" + }, + "DestinationGlobalLimitReached": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "destinationGlobalLimitReached" + }, + "DestinationBothLimitsReached": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "destinationBothLimitsReached" + }, + "ReportingOriginsPerSiteLimitReached": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reportingOriginsPerSiteLimitReached" + }, + "ExceedsMaxChannelCapacity": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "exceedsMaxChannelCapacity" + }, + "ExceedsMaxScopesChannelCapacity": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "exceedsMaxScopesChannelCapacity" + }, + "ExceedsMaxTriggerStateCardinality": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "exceedsMaxTriggerStateCardinality" + }, + "ExceedsMaxEventStatesLimit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "exceedsMaxEventStatesLimit" + }, + "DestinationPerDayReportingLimitReached": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "destinationPerDayReportingLimitReached" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2738", + "className": "Object" + } + ] + } + }, + "AttributionReportingSourceRegistrationTimeConfig": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2724", + "nested": { + "Include": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "include" + }, + "Exclude": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "exclude" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2739", + "className": "Object" + } + ] + } + }, + "AttributionReportingEventLevelResult": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2725", + "nested": { + "Success": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "success" + }, + "SuccessDroppedLowerPriority": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "successDroppedLowerPriority" + }, + "InternalError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "internalError" + }, + "NoCapacityForAttributionDestination": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noCapacityForAttributionDestination" + }, + "NoMatchingSources": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noMatchingSources" + }, + "Deduplicated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deduplicated" + }, + "ExcessiveAttributions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "excessiveAttributions" + }, + "PriorityTooLow": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "priorityTooLow" + }, + "NeverAttributedSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "neverAttributedSource" + }, + "ExcessiveReportingOrigins": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "excessiveReportingOrigins" + }, + "NoMatchingSourceFilterData": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noMatchingSourceFilterData" + }, + "ProhibitedByBrowserPolicy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "prohibitedByBrowserPolicy" + }, + "NoMatchingConfigurations": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noMatchingConfigurations" + }, + "ExcessiveReports": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "excessiveReports" + }, + "FalselyAttributedSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "falselyAttributedSource" + }, + "ReportWindowPassed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reportWindowPassed" + }, + "NotRegistered": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "notRegistered" + }, + "ReportWindowNotStarted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reportWindowNotStarted" + }, + "NoMatchingTriggerData": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noMatchingTriggerData" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2740", + "className": "Object" + } + ] + } + }, + "AttributionReportingAggregatableResult": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2726", + "nested": { + "Success": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "success" + }, + "InternalError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "internalError" + }, + "NoCapacityForAttributionDestination": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noCapacityForAttributionDestination" + }, + "NoMatchingSources": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noMatchingSources" + }, + "ExcessiveAttributions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "excessiveAttributions" + }, + "ExcessiveReportingOrigins": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "excessiveReportingOrigins" + }, + "NoHistograms": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noHistograms" + }, + "InsufficientBudget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "insufficientBudget" + }, + "InsufficientNamedBudget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "insufficientNamedBudget" + }, + "NoMatchingSourceFilterData": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "noMatchingSourceFilterData" + }, + "NotRegistered": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "notRegistered" + }, + "ProhibitedByBrowserPolicy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "prohibitedByBrowserPolicy" + }, + "Deduplicated": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deduplicated" + }, + "ReportWindowPassed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "reportWindowPassed" + }, + "ExcessiveReports": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "excessiveReports" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2741", + "className": "Object" + } + ] + } + }, + "AttributionReportingReportResult": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2727", + "nested": { + "Sent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sent" + }, + "Prohibited": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "prohibited" + }, + "FailedToAssemble": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "failedToAssemble" + }, + "Expired": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "expired" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2742", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2728", + "className": "Object" + } + ] + } + }, + "SystemInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2316", + "nested": { + "SubsamplingFormat": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2743", + "nested": { + "Yuv420": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "yuv420" + }, + "Yuv422": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "yuv422" + }, + "Yuv444": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "yuv444" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2746", + "className": "Object" + } + ] + } + }, + "ImageType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2744", + "nested": { + "Jpeg": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "jpeg" + }, + "Webp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webp" + }, + "Unknown": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unknown" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2747", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2745", + "className": "Object" + } + ] + } + }, + "Target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2317", + "nested": { + "WindowState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2748", + "nested": { + "Normal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "normal" + }, + "Minimized": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "minimized" + }, + "Maximized": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "maximized" + }, + "Fullscreen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "fullscreen" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2750", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2749", + "className": "Object" + } + ] + } + }, + "Tracing": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2318", + "nested": { + "TraceConfigRecordMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2751", + "nested": { + "RecordUntilFull": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "recordUntilFull" + }, + "RecordContinuously": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "recordContinuously" + }, + "RecordAsMuchAsPossible": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "recordAsMuchAsPossible" + }, + "EchoToConsole": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "echoToConsole" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2758", + "className": "Object" + } + ] + } + }, + "StreamFormat": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2752", + "nested": { + "Json": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "json" + }, + "Proto": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "proto" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2759", + "className": "Object" + } + ] + } + }, + "StreamCompression": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2753", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "Gzip": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gzip" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2760", + "className": "Object" + } + ] + } + }, + "MemoryDumpLevelOfDetail": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2754", + "nested": { + "Background": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "background" + }, + "Light": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "light" + }, + "Detailed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "detailed" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2761", + "className": "Object" + } + ] + } + }, + "TracingBackend": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2755", + "nested": { + "Auto": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "auto" + }, + "Chrome": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "chrome" + }, + "System": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "system" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2762", + "className": "Object" + } + ] + } + }, + "StartRequestTransferMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2756", + "nested": { + "ReportEvents": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ReportEvents" + }, + "ReturnAsStream": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ReturnAsStream" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2763", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2757", + "className": "Object" + } + ] + } + }, + "WebAudio": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2319", + "nested": { + "ContextType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2764", + "nested": { + "Realtime": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "realtime" + }, + "Offline": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "offline" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2770", + "className": "Object" + } + ] + } + }, + "ContextState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2765", + "nested": { + "Suspended": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "suspended" + }, + "Running": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "running" + }, + "Closed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "closed" + }, + "Interrupted": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "interrupted" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2771", + "className": "Object" + } + ] + } + }, + "ChannelCountMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2766", + "nested": { + "ClampedMax": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "clamped-max" + }, + "Explicit": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "explicit" + }, + "Max": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "max" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2772", + "className": "Object" + } + ] + } + }, + "ChannelInterpretation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2767", + "nested": { + "Discrete": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "discrete" + }, + "Speakers": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "speakers" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2773", + "className": "Object" + } + ] + } + }, + "AutomationRate": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2768", + "nested": { + "ARate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "a-rate" + }, + "KRate": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "k-rate" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2774", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2769", + "className": "Object" + } + ] + } + }, + "WebAuthn": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2320", + "nested": { + "AuthenticatorProtocol": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2775", + "nested": { + "U2f": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "u2f" + }, + "Ctap2": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ctap2" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2779", + "className": "Object" + } + ] + } + }, + "Ctap2Version": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2776", + "nested": { + "Ctap2_0": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ctap2_0" + }, + "Ctap2_1": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ctap2_1" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2780", + "className": "Object" + } + ] + } + }, + "AuthenticatorTransport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2777", + "nested": { + "Usb": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "usb" + }, + "Nfc": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "nfc" + }, + "Ble": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ble" + }, + "Cable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "cable" + }, + "Internal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "internal" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2781", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2778", + "className": "Object" + } + ] + } + }, + "Debugger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2321", + "nested": { + "ScopeType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2782", + "nested": { + "Global": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "global" + }, + "Local": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "local" + }, + "With": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "with" + }, + "Closure": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "closure" + }, + "Catch": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "catch" + }, + "Block": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "block" + }, + "Script": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "script" + }, + "Eval": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "eval" + }, + "Module": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "module" + }, + "WasmExpressionStack": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "wasm-expression-stack" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2792", + "className": "Object" + } + ] + } + }, + "BreakLocationType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2783", + "nested": { + "DebuggerStatement": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debuggerStatement" + }, + "Call": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "call" + }, + "Return": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "return" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2793", + "className": "Object" + } + ] + } + }, + "ScriptLanguage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2784", + "nested": { + "JavaScript": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "JavaScript" + }, + "WebAssembly": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "WebAssembly" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2794", + "className": "Object" + } + ] + } + }, + "DebugSymbolsType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2785", + "nested": { + "SourceMap": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SourceMap" + }, + "EmbeddedDWARF": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EmbeddedDWARF" + }, + "ExternalDWARF": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ExternalDWARF" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2795", + "className": "Object" + } + ] + } + }, + "PausedEventReason": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2786", + "nested": { + "Ambiguous": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ambiguous" + }, + "Assert": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "assert" + }, + "CSPViolation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "CSPViolation" + }, + "DebugCommand": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debugCommand" + }, + "DOM": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DOM" + }, + "EventListener": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "EventListener" + }, + "Exception": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "exception" + }, + "Instrumentation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "instrumentation" + }, + "OOM": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "OOM" + }, + "Other": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "other" + }, + "PromiseRejection": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "promiseRejection" + }, + "XHR": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "XHR" + }, + "Step": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "step" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2796", + "className": "Object" + } + ] + } + }, + "ContinueToLocationRequestTargetCallFrames": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2787", + "nested": { + "Any": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "any" + }, + "Current": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "current" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2797", + "className": "Object" + } + ] + } + }, + "RestartFrameRequestMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2788", + "nested": { + "StepInto": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "StepInto" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2798", + "className": "Object" + } + ] + } + }, + "SetInstrumentationBreakpointRequestInstrumentation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2789", + "nested": { + "BeforeScriptExecution": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "beforeScriptExecution" + }, + "BeforeScriptWithSourceMapExecution": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "beforeScriptWithSourceMapExecution" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2799", + "className": "Object" + } + ] + } + }, + "SetPauseOnExceptionsRequestState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2790", + "nested": { + "None": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "Caught": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "caught" + }, + "Uncaught": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "uncaught" + }, + "All": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "all" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2800", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2791", + "className": "Object" + } + ] + } + }, + "Runtime": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2322", + "nested": { + "SerializationOptionsSerialization": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2801", + "nested": { + "Deep": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "deep" + }, + "Json": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "json" + }, + "IdOnly": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "idOnly" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2811", + "className": "Object" + } + ] + } + }, + "DeepSerializedValueType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2802", + "nested": { + "Undefined": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "undefined" + }, + "Null": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "null" + }, + "String": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "string" + }, + "Number": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "number" + }, + "Boolean": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "boolean" + }, + "Bigint": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bigint" + }, + "Regexp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "regexp" + }, + "Date": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "date" + }, + "Symbol": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "symbol" + }, + "Array": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "array" + }, + "Object": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "object" + }, + "Function": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "function" + }, + "Map": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "map" + }, + "Set": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "set" + }, + "Weakmap": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "weakmap" + }, + "Weakset": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "weakset" + }, + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "error" + }, + "Proxy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "proxy" + }, + "Promise": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "promise" + }, + "Typedarray": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "typedarray" + }, + "Arraybuffer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "arraybuffer" + }, + "Node": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "node" + }, + "Window": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "window" + }, + "Generator": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "generator" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2812", + "className": "Object" + } + ] + } + }, + "RemoteObjectType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2803", + "nested": { + "Object": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "object" + }, + "Function": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "function" + }, + "Undefined": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "undefined" + }, + "String": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "string" + }, + "Number": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "number" + }, + "Boolean": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "boolean" + }, + "Symbol": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "symbol" + }, + "Bigint": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bigint" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2813", + "className": "Object" + } + ] + } + }, + "RemoteObjectSubtype": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2804", + "nested": { + "Array": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "array" + }, + "Null": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "null" + }, + "Node": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "node" + }, + "Regexp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "regexp" + }, + "Date": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "date" + }, + "Map": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "map" + }, + "Set": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "set" + }, + "Weakmap": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "weakmap" + }, + "Weakset": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "weakset" + }, + "Iterator": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "iterator" + }, + "Generator": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "generator" + }, + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "error" + }, + "Proxy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "proxy" + }, + "Promise": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "promise" + }, + "Typedarray": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "typedarray" + }, + "Arraybuffer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "arraybuffer" + }, + "Dataview": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dataview" + }, + "Webassemblymemory": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webassemblymemory" + }, + "Wasmvalue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "wasmvalue" + }, + "Trustedtype": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "trustedtype" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2814", + "className": "Object" + } + ] + } + }, + "ObjectPreviewType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2805", + "nested": { + "Object": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "object" + }, + "Function": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "function" + }, + "Undefined": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "undefined" + }, + "String": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "string" + }, + "Number": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "number" + }, + "Boolean": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "boolean" + }, + "Symbol": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "symbol" + }, + "Bigint": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bigint" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2815", + "className": "Object" + } + ] + } + }, + "ObjectPreviewSubtype": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2806", + "nested": { + "Array": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "array" + }, + "Null": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "null" + }, + "Node": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "node" + }, + "Regexp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "regexp" + }, + "Date": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "date" + }, + "Map": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "map" + }, + "Set": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "set" + }, + "Weakmap": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "weakmap" + }, + "Weakset": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "weakset" + }, + "Iterator": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "iterator" + }, + "Generator": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "generator" + }, + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "error" + }, + "Proxy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "proxy" + }, + "Promise": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "promise" + }, + "Typedarray": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "typedarray" + }, + "Arraybuffer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "arraybuffer" + }, + "Dataview": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dataview" + }, + "Webassemblymemory": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webassemblymemory" + }, + "Wasmvalue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "wasmvalue" + }, + "Trustedtype": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "trustedtype" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2816", + "className": "Object" + } + ] + } + }, + "PropertyPreviewType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2807", + "nested": { + "Object": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "object" + }, + "Function": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "function" + }, + "Undefined": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "undefined" + }, + "String": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "string" + }, + "Number": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "number" + }, + "Boolean": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "boolean" + }, + "Symbol": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "symbol" + }, + "Accessor": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "accessor" + }, + "Bigint": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "bigint" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2817", + "className": "Object" + } + ] + } + }, + "PropertyPreviewSubtype": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2808", + "nested": { + "Array": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "array" + }, + "Null": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "null" + }, + "Node": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "node" + }, + "Regexp": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "regexp" + }, + "Date": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "date" + }, + "Map": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "map" + }, + "Set": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "set" + }, + "Weakmap": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "weakmap" + }, + "Weakset": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "weakset" + }, + "Iterator": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "iterator" + }, + "Generator": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "generator" + }, + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "error" + }, + "Proxy": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "proxy" + }, + "Promise": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "promise" + }, + "Typedarray": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "typedarray" + }, + "Arraybuffer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "arraybuffer" + }, + "Dataview": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dataview" + }, + "Webassemblymemory": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "webassemblymemory" + }, + "Wasmvalue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "wasmvalue" + }, + "Trustedtype": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "trustedtype" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2818", + "className": "Object" + } + ] + } + }, + "ConsoleAPICalledEventType": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2809", + "nested": { + "Log": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "log" + }, + "Debug": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debug" + }, + "Info": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "info" + }, + "Error": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "error" + }, + "Warning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "warning" + }, + "Dir": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dir" + }, + "DirXML": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dirxml" + }, + "Table": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "table" + }, + "Trace": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "trace" + }, + "Clear": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "clear" + }, + "StartGroup": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "startGroup" + }, + "StartGroupCollapsed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "startGroupCollapsed" + }, + "EndGroup": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "endGroup" + }, + "Assert": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "assert" + }, + "Profile": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "profile" + }, + "ProfileEnd": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "profileEnd" + }, + "Count": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "count" + }, + "TimeEnd": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "timeEnd" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2819", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2810", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2323", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/ProtocolClient.json b/output/ProtocolClient.json new file mode 100644 index 0000000..3a3617f --- /dev/null +++ b/output/ProtocolClient.json @@ -0,0 +1,61 @@ +{ + "property_name": "ProtocolClient", + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.1245", + "resolved_data": { + "test": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.2871", + "nested": { + "dumpProtocol": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "suppressRequestErrors": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "onMessageSent": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "onMessageReceived": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2875", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2872", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/QSI.json b/output/QSI.json new file mode 100644 index 0000000..809d2ab --- /dev/null +++ b/output/QSI.json @@ -0,0 +1,6999 @@ +{ + "property_name": "QSI", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.1207", + "resolved_data": { + "config": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3517", + "nested": { + "zoneId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "brandId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "hostedJSLocation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://siteintercept.qualtrics.com/dxjsmodule/" + }, + "baseURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://siteintercept.qualtrics.com" + }, + "surveyTakingBaseURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://s.qualtrics.com/spoke/all/jam" + }, + "BrandTier": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RQqcwhV2J1" + }, + "gtmContainerID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "customJavaScriptPermission": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3587", + "className": "Object" + } + ] + } + }, + "shouldStripQueryParamsInQLoc": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "reg": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3518", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3588", + "className": "Object" + } + ] + } + }, + "ed": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3519", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3589", + "className": "Object" + } + ] + } + }, + "reqID": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3520", + "nested": { + "ZN_dikYWqsjiUWN0Q5": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3590", + "className": "Object" + } + ] + } + }, + "Request": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3521", + "nested": { + "ZN_dikYWqsjiUWN0Q5": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3591", + "nested": { + "Intercepts": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3593", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3596", + "className": "Object" + } + ] + } + }, + "Params": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3594", + "nested": { + "id": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "ZoneID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "Q_CLIENTVERSION": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "2.38.0" + }, + "Q_CLIENTTYPE": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "web" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3597", + "className": "Object" + } + ] + } + }, + "hasDependencies": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "hasBeenResolved": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "displayInterceptType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "zoneManualDisplay": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3595", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3592", + "className": "Object" + } + ] + } + }, + "overrides": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3522", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3598", + "className": "Object" + } + ] + } + }, + "global": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3523", + "nested": { + "srMultiZoneErrors": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "currentZIndex": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2000000000 + }, + "intercepts": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3600", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3607", + "className": "Object" + } + ] + } + }, + "eventTrackers": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3601", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3608", + "className": "Object" + } + ] + } + }, + "featureFlags": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3602", + "nested": { + "DX.PepperPotts_TestingTools": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DUX.ClientSideTargetingM1": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "SI.ResponsiveDialog.EnableDisplayOptions": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.GoogleDataLayer": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.CustomCSSChanges": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_XMD": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.UpdateAssetHostName": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.UseDXAIngestionV2": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_PakoCompression": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isClientLoggingEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.EmbeddedFeedback_NewAPIs": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PostToStart": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_UseSyntheticPageChangeEvents": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.UseHtmlToImage": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_iFrames": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_FunnelAnalyticsPOC": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_No_Delay": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_VisitorEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXAConditionalTargeting_EA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Error_Capture": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "deferredSliderLoadingFeatureEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Enforce_MinSessionLength": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_NearestClickableTarget": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.EmbeddedFeedback_GA_Visitor": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isLatencyLoggingEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_DI_EA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.StatsAccuracy": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.RealTimeTriggeredIntercepts": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Auto_SPA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_Collect_KPIs": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3609", + "className": "Object" + } + ] + } + }, + "enableJSSanitization": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "latencySamplePercentage": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0.02 + }, + "maxCookieSize": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "clientType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "web" + }, + "clientVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "2.38.0" + }, + "hostedJSLocation": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://siteintercept.qualtrics.com/dxjsmodule/" + }, + "legacyId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "baseURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://siteintercept.qualtrics.com" + }, + "srBaseUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://sr.qualtrics.com" + }, + "brandID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "nlmenterprise" + }, + "brandDC": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "iad1.qualtrics.com" + }, + "geo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3605", + "nested": { + "country": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "US" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3610", + "className": "Object" + } + ] + } + }, + "graphicPath": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://iad1.qualtrics.com/WRQualtricsSiteIntercept/Graphic.php?IM=" + }, + "imagePath": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://siteintercept.qualtrics.com/WRQualtricsShared/Graphics" + }, + "screenCaptureServiceBaseURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://iad1.qualtrics.com/htmltoimage/" + }, + "brandBaseUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://nlmenterprise.co1.qualtrics.com" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3606", + "className": "Object" + } + ] + } + }, + "isFullDbgInitialized": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "baseURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://siteintercept.qualtrics.com/WRSiteInterceptEngine/" + }, + "LoadingState": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(0)", + "objectId": "3290802516498786405.1.3524", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": false, + "enumerable": false, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3611", + "className": "Array" + } + ] + } + }, + "PendingQueue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(0)", + "objectId": "3290802516498786405.1.3525", + "nested": { + "_skipped": "Native API" + } + }, + "debugConfig": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3526", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3612", + "className": "Object" + } + ] + } + }, + "getBaseURLFromConfigAndOverrides": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){var e=\"\";if(u.overrides.baseURL)e=u.overrides.baseURL;else if(u.config.baseURL)e=u.config.baseURL;else if(e=\"siteintercept.qualtrics.com\",u.config.brandId){if(!u.config.zoneId)throw\"You must specify a zoneId\";e=u.config.zoneId.replace(\"_\",\"\").toLowerCase()+\"-\"+u.config.brandId.toLowerCase()+\".\"+e}return 0===e.indexOf(\"https://\")?e=e.substring(8):0===e.indexOf(\"http://\")?e=e.substring(7):0===e.indexOf(\"//\")&&(e=e.substring(2)),\"https://\"+e}" + }, + "getSRBaseURLFromConfigAndOverrides": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){var n=u.global.baseURL;if(u.overrides.srBaseURL)n=u.overrides.srBaseURL;else if((null==e?void 0:e.includes(\"gov1\"))||n.includes(\"gov1\"))n=\"gov1.sr.qualtrics.com\";else switch(n){case\"https://s1.b1-prv.qualtrics.com\":n=\"https://sr.b1-prv.qualtrics.com\";break;case\"https://s1.st3.qualtrics.com\":case\"https://s1.g1-iad.qualtrics.com\":case\"https://s1.g1-cmh.qualtrics.com\":n=\"https://sr.st3.qualtrics.com\";break;default:n=\"https://sr.qualtrics.com\"}return 0===n.indexOf(\"https://\")?n=n.substring(8):0===n.indexOf(\"http://\")?n=n.substring(7):0===n.indexOf(\"//\")&&(n=n.substring(2)),\"https://\"+n}" + }, + "initFullDbg": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){u.isFullDbgInitialized=!0}" + }, + "getClientVersionQueryString": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){var e={Q_CLIENTVERSION:u.global.clientVersion||\"unknown\",Q_CLIENTTYPE:u.global.clientType||\"unknown\"};return void 0!==u.clientTypeVariant&&(e.Q_CLIENTTYPE+=u.clientTypeVariant),u.generateQueryString(e)}" + }, + "generateQueryString": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){var n=[];for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t)){var o=t;e[t]&&(o+=\"=\"+encodeURIComponent(e[t])),n.push(o)}return n.join(\"&\")}" + }, + "__webpack_get_script_src__": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e,n,t){return t+\"&Q_BRANDID=\"+encodeURIComponent(window.QSI.config.brandId||window.QSI.global.brandID||window.location.host)}" + }, + "historyStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3533", + "nested": { + "historySessionName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "QSI_HistorySession" + }, + "useCookie": { + "type": "unknown", + "writable": false, + "configurable": true, + "enumerable": true, + "value": null + }, + "limit": { + "type": "unknown", + "writable": false, + "configurable": true, + "enumerable": true, + "value": null + }, + "getHistorySessionData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){return this.useCookie?QSI.cookie.get(this.historySessionName):sessionStorage.getItem(this.historySessionName)}" + }, + "eraseHistorySessionData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){this.useCookie?QSI.cookie.erase(this.historySessionName):sessionStorage.removeItem(this.historySessionName)}" + }, + "setHistorySessionData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){this.useCookie?QSI.cookie.set(this.historySessionName,e,{daysToExpire:0}):sessionStorage.setItem(this.historySessionName,e)}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3618", + "className": "Object" + } + ] + } + }, + "history": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3534", + "nested": { + "historyStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3619", + "nested": { + "historySessionName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "QSI_HistorySession" + }, + "useCookie": { + "type": "unknown", + "writable": false, + "configurable": true, + "enumerable": true, + "value": null + }, + "limit": { + "type": "unknown", + "writable": false, + "configurable": true, + "enumerable": true, + "value": null + }, + "getHistorySessionData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){return this.useCookie?QSI.cookie.get(this.historySessionName):sessionStorage.getItem(this.historySessionName)}" + }, + "eraseHistorySessionData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){this.useCookie?QSI.cookie.erase(this.historySessionName):sessionStorage.removeItem(this.historySessionName)}" + }, + "setHistorySessionData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){this.useCookie?QSI.cookie.set(this.historySessionName,e,{daysToExpire:0}):sessionStorage.setItem(this.historySessionName,e)}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3647", + "className": "Object" + } + ] + } + }, + "started": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "focusTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "blurTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "focused": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3641", + "className": "Object" + } + ] + } + }, + "profile": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3535", + "nested": { + "namespace": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "QSI_" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3653", + "className": "Object" + } + ] + } + }, + "util": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3536", + "nested": { + "creativeTypes": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3654", + "nested": { + "EMPTY": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Empty" + }, + "FEEDBACK_LINK": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "FeedbackLink" + }, + "HTTP_REDIRECT": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HTTPRedirect" + }, + "IFRAME": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "IFrame" + }, + "INFO_BAR": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "InfoBar" + }, + "LINK": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Link" + }, + "NO_CREATIVE": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NoCreative" + }, + "POP_OVER": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PopOver" + }, + "POP_UNDER": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PopUnder" + }, + "POP_UP": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PopUp" + }, + "RELAY": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Relay" + }, + "SLIDER": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Slider" + }, + "USER_DEFINED_HTML": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UserDefinedHTML" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3759", + "className": "Object" + } + ] + } + }, + "originalDocumentOverflow": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "auto" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3758", + "className": "Object" + } + ] + } + }, + "doEvalJS": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(js){return eval(js)}" + }, + "strToVal": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e,t){try{for(var n,i=e.split(/[\\'\"\\[\\]]/).filter((function(e){return\"\"!=e})),r=i[0].split(\".\"),o=i.slice(1,i.length),a=r.concat(o),s=0;s0}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3779", + "className": "Object" + } + ] + } + }, + "ClientLog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3542", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3785", + "className": "Object" + } + ] + } + }, + "dbg": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "x", + "description": "x", + "objectId": "3290802516498786405.1.3543", + "nested": { + "isFullDbgInitialized": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3796", + "className": "Object" + } + ] + } + }, + "LatencyLog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3544", + "nested": { + "components": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3797", + "nested": { + "CORE_MODULE": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "coreModuleRequest" + }, + "TARGETING": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "targetingRequest" + }, + "DPR_TARGETING": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dprTargetingRequest" + }, + "XMD_DEBUG_TARGETING": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "xmdDebugTargetingRequest" + }, + "ASSETS_AND_MODULES": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "allAssetDefinitionsAndJSModules" + }, + "CONTACT_FREQUENCY": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "contactFrequencyCheck" + }, + "SR": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sessionReplayRequest" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3816", + "className": "Object" + } + ] + } + }, + "overallLatencyStartTime": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "overallLatency": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 190 + }, + "componentStartTimes": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3798", + "nested": { + "targetingRequest": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758701977 + }, + "JSModule-Core": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758702086 + }, + "allAssetDefinitionsAndJSModules": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758702141 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3817", + "className": "Object" + } + ] + } + }, + "componentLatencies": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3799", + "nested": { + "targetingRequest": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 107 + }, + "JSModule-Core": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 39 + }, + "allAssetDefinitionsAndJSModules": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3818", + "className": "Object" + } + ] + } + }, + "componentStatuses": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3800", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3819", + "className": "Object" + } + ] + } + }, + "isDuplicateScriptExecution": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "buildLoggingData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){if(e&&e.length>0){var t={},n={};return e.forEach((function(e){e in o.componentLatencies&&(t[e]=o.componentLatencies[e]),e in o.componentStatuses&&(n[e]=o.componentStatuses[e])})),{MetricName:o.metricName,Latency:-1,ComponentLatencies:t,ComponentStatuses:n,AdditionalData:{RequestID:o.requestId,UserAgent:navigator.userAgent,BrandID:i.a.global.brandID,BrandDC:i.a.global.brandDC,OtherRequestIDsExecuted:[],IsDuplicateScriptExecution:!1}}}var r=[];for(var a in i.a.Request)Object.prototype.hasOwnProperty.call(i.a.Request,a)&&a!==o.requestId&&r.push(a);var s={};for(var c in o.componentLatencies)c.startsWith(o.components.SR)||(s[c]=o.componentLatencies[c]);var u={};for(var c in o.componentStatuses)c.startsWith(o.components.SR)||(u[c]=o.componentStatuses[c]);var l={MetricName:o.metricName,Latency:o.overallLatency,ComponentLatencies:s,ComponentStatuses:u,AdditionalData:{RequestID:o.requestId,UserAgent:navigator.userAgent,BrandID:i.a.global.brandID,BrandDC:i.a.global.brandDC,OtherRequestIDsExecuted:r,IsDuplicateScriptExecution:o.isDuplicateScriptExecution}},d=o.getPerformanceResourceTiming();return d&&Object.keys(d).length&&(l.PerformanceResourceTiming=d),l}" + }, + "debugLog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "x", + "description": "x", + "objectId": "3290802516498786405.1.3814", + "nested": { + "isFullDbgInitialized": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3830", + "className": "Object" + } + ] + } + }, + "metricName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "si.SILatency" + }, + "latencyStartTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758701977 + }, + "requestId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3815", + "className": "Object" + } + ] + } + }, + "EventTracker": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "d", + "description": "d", + "objectId": "3290802516498786405.1.3545", + "nested": { + "storeCounts": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){if(!0===e.clicked){var t=window.QSI.cookie,n=JSON.stringify(e.counts);t.set(e.cookieName,n)}}" + }, + "counts": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3838", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3840", + "className": "Object" + } + ] + } + }, + "cookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "QSI_CT" + }, + "loaded": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "clicked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3839", + "className": "Object" + } + ] + } + }, + "cookie": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3546", + "nested": { + "cookieSize": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3841", + "className": "Object" + } + ] + } + }, + "CookieStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3547", + "nested": { + "storageCache": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3842", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3844", + "className": "Object" + } + ] + } + }, + "cookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "QSI_DATA" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3843", + "className": "Object" + } + ] + } + }, + "Orchestrator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3548", + "nested": { + "latencyLog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3854", + "nested": { + "components": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3861", + "nested": { + "CORE_MODULE": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "coreModuleRequest" + }, + "TARGETING": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "targetingRequest" + }, + "DPR_TARGETING": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dprTargetingRequest" + }, + "XMD_DEBUG_TARGETING": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "xmdDebugTargetingRequest" + }, + "ASSETS_AND_MODULES": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "allAssetDefinitionsAndJSModules" + }, + "CONTACT_FREQUENCY": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "contactFrequencyCheck" + }, + "SR": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sessionReplayRequest" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3880", + "className": "Object" + } + ] + } + }, + "overallLatencyStartTime": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "overallLatency": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 190 + }, + "componentStartTimes": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3862", + "nested": { + "targetingRequest": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758701977 + }, + "JSModule-Core": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758702086 + }, + "allAssetDefinitionsAndJSModules": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758702141 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3881", + "className": "Object" + } + ] + } + }, + "componentLatencies": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3863", + "nested": { + "targetingRequest": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 107 + }, + "JSModule-Core": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 39 + }, + "allAssetDefinitionsAndJSModules": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3882", + "className": "Object" + } + ] + } + }, + "componentStatuses": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3864", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3883", + "className": "Object" + } + ] + } + }, + "isDuplicateScriptExecution": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "buildLoggingData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){if(e&&e.length>0){var t={},n={};return e.forEach((function(e){e in o.componentLatencies&&(t[e]=o.componentLatencies[e]),e in o.componentStatuses&&(n[e]=o.componentStatuses[e])})),{MetricName:o.metricName,Latency:-1,ComponentLatencies:t,ComponentStatuses:n,AdditionalData:{RequestID:o.requestId,UserAgent:navigator.userAgent,BrandID:i.a.global.brandID,BrandDC:i.a.global.brandDC,OtherRequestIDsExecuted:[],IsDuplicateScriptExecution:!1}}}var r=[];for(var a in i.a.Request)Object.prototype.hasOwnProperty.call(i.a.Request,a)&&a!==o.requestId&&r.push(a);var s={};for(var c in o.componentLatencies)c.startsWith(o.components.SR)||(s[c]=o.componentLatencies[c]);var u={};for(var c in o.componentStatuses)c.startsWith(o.components.SR)||(u[c]=o.componentStatuses[c]);var l={MetricName:o.metricName,Latency:o.overallLatency,ComponentLatencies:s,ComponentStatuses:u,AdditionalData:{RequestID:o.requestId,UserAgent:navigator.userAgent,BrandID:i.a.global.brandID,BrandDC:i.a.global.brandDC,OtherRequestIDsExecuted:r,IsDuplicateScriptExecution:o.isDuplicateScriptExecution}},d=o.getPerformanceResourceTiming();return d&&Object.keys(d).length&&(l.PerformanceResourceTiming=d),l}" + }, + "debugLog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "x", + "description": "x", + "objectId": "3290802516498786405.1.3878", + "nested": { + "isFullDbgInitialized": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3894", + "className": "Object" + } + ] + } + }, + "metricName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "si.SILatency" + }, + "latencyStartTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758701977 + }, + "requestId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3879", + "className": "Object" + } + ] + } + }, + "debugLog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "x", + "description": "x", + "objectId": "3290802516498786405.1.3855", + "nested": { + "isFullDbgInitialized": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3905", + "className": "Object" + } + ] + } + }, + "scriptSrc": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://zndikywqsjiuwn0q5-nlmenterprise.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_dikYWqsjiUWN0Q5" + }, + "defaultClientSideDelayMilliseconds": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5000 + }, + "targetingRetryer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3856", + "nested": { + "retryerName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Targeting Call" + }, + "retryLimit": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5 + }, + "retryBackoff": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2500 + }, + "retryCount": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3906", + "className": "Object" + } + ] + } + }, + "xmdDebugRetryer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3857", + "nested": { + "retryerName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Q_XMD_DEBUG Call" + }, + "retryLimit": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 6 + }, + "retryBackoff": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2500 + }, + "retryCount": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3907", + "className": "Object" + } + ] + } + }, + "csTargetingParams": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3858", + "nested": { + "targetingResponse": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3908", + "nested": { + "Modules": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3914", + "nested": { + "Core": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "latest" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3919", + "className": "Object" + } + ] + } + }, + "FeatureFlags": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3915", + "nested": { + "DX.PepperPotts_TestingTools": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DUX.ClientSideTargetingM1": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "SI.ResponsiveDialog.EnableDisplayOptions": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.GoogleDataLayer": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.CustomCSSChanges": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_XMD": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.UpdateAssetHostName": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.UseDXAIngestionV2": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_PakoCompression": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isClientLoggingEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.EmbeddedFeedback_NewAPIs": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PostToStart": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_UseSyntheticPageChangeEvents": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.UseHtmlToImage": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_iFrames": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_FunnelAnalyticsPOC": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_No_Delay": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_VisitorEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXAConditionalTargeting_EA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Error_Capture": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "deferredSliderLoadingFeatureEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Enforce_MinSessionLength": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_NearestClickableTarget": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.EmbeddedFeedback_GA_Visitor": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isLatencyLoggingEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_DI_EA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.StatsAccuracy": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.RealTimeTriggeredIntercepts": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Auto_SPA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_Collect_KPIs": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3920", + "className": "Object" + } + ] + } + }, + "RequestData": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3916", + "nested": { + "CORSOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://pubmed.ncbi.nlm.nih.gov" + }, + "ID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "adobeSCVariable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "s" + }, + "bVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Published" + }, + "brandBaseUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://nlmenterprise.co1.qualtrics.com" + }, + "brandDC": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "iad1.qualtrics.com" + }, + "brandID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "nlmenterprise" + }, + "browser": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Chrome" + }, + "browserVersion": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 142 + }, + "cookieDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "googleDataLayerVariable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "displayInterceptType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "eventTrackers": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3921", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3927", + "className": "Object" + } + ] + } + }, + "extRefType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "extRefValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "hasBeenResolved": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "hasDependencies": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isBrowserSupported": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isDebug": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "isMobile": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "historyStorageType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sessionStorage" + }, + "historyStorageSize": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "maxCookieSize": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "osName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Mac OS X" + }, + "screenCaptureServiceBaseURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://iad1.qualtrics.com/htmltoimage/" + }, + "validIntercepts": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3922", + "nested": { + "SI_296MKPixLAAMCcm": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_0iiXVgeMqGRzRFc": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_0Bt9Iogt9sXfghM": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_bKiAbBcUpLnKJkG": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_9taoyHgHUXMXxTE": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_0Spg2GvEznjmU3I": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_3UHucpVKnaRu5tY": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3928", + "className": "Object" + } + ] + } + }, + "zoneManualDisplay": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "reevaluateInterceptOnUrlChange": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "geo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3923", + "nested": { + "country": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "US" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3929", + "className": "Object" + } + ] + } + }, + "customJavaScriptPermission": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "isolationStatus": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NOT_ISOLATED" + }, + "validatedIdentifier": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3926", + "className": "Object" + } + ] + } + }, + "Dependencies": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3917", + "nested": { + "JavaScript": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3931", + "nested": { + "QID_30873121": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_04213133": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_domain\")[0].getAttribute(\"content\")" + }, + "QID_16754558": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_99701488": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_58103178": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_75038853": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_04004533": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_83155976": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_87498663": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_21236367": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_58369838": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_70680836": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_35832185": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_51835835": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_73932164": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_26516200": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_56969003": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_23222142": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_91868696": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_10808204": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_68472191": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_70367943": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_53354991": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_61724333": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_51002017": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_93151429": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_29284446": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_81102798": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_14288894": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_94471713": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_70292950": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_50334603": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_80542298": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_33601003": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_10865926": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_89785787": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_56152893": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_46295371": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_79840043": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_domain\")[0].getAttribute(\"content\")" + }, + "QID_58647711": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_63053372": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_98103343": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_07461194": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_17499715": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_12535744": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_91005215": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_31952138": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_22384913": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_92990678": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_34025123": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_79590467": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_15222763": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_19958089": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_17655812": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_55554151": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_71697874": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_34809877": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_82941045": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_59477872": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_68547921": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_98507508": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_24445589": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_91609981": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_52239163": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_79733919": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_report\")[0].getAttribute(\"content\")" + }, + "QID_70970067": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_65612602": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_12728961": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_58735839": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_97828253": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_77113532": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_07443894": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_65929598": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_88864795": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_45794583": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_08735884": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_96972273": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_67216463": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_57144167": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_17710984": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_83953005": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_54655030": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_25314438": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_64996134": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_84602091": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_89209455": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_47385494": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_05366034": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_34449445": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_54847530": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_11877260": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_98572925": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_66568422": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_12443806": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_75822864": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3933", + "className": "Object" + } + ] + } + }, + "PageCount": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3932", + "className": "Object" + } + ] + } + }, + "SRTestConfiguration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3918", + "className": "Object" + } + ] + } + }, + "targetingRequest": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3909", + "nested": { + "Intercepts": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3934", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3937", + "className": "Object" + } + ] + } + }, + "Params": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3935", + "nested": { + "id": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "ZoneID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "Q_CLIENTVERSION": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "2.38.0" + }, + "Q_CLIENTTYPE": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "web" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3938", + "className": "Object" + } + ] + } + }, + "hasDependencies": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "hasBeenResolved": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "displayInterceptType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "zoneManualDisplay": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3936", + "className": "Object" + } + ] + } + }, + "clientVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "2.38.0" + }, + "assetLoadingParams": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3910", + "nested": { + "id": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "ZoneID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "Q_CLIENTVERSION": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "2.38.0" + }, + "Q_CLIENTTYPE": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "web" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3939", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3911", + "className": "Object" + } + ] + } + }, + "lastSiResponse": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3859", + "nested": { + "Modules": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3942", + "nested": { + "Core": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "latest" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3947", + "className": "Object" + } + ] + } + }, + "FeatureFlags": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3943", + "nested": { + "DX.PepperPotts_TestingTools": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DUX.ClientSideTargetingM1": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "SI.ResponsiveDialog.EnableDisplayOptions": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.GoogleDataLayer": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.CustomCSSChanges": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_XMD": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.UpdateAssetHostName": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.UseDXAIngestionV2": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_PakoCompression": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isClientLoggingEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.EmbeddedFeedback_NewAPIs": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PostToStart": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_UseSyntheticPageChangeEvents": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.UseHtmlToImage": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_iFrames": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_FunnelAnalyticsPOC": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_No_Delay": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.PepperPotts_VisitorEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXAConditionalTargeting_EA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Error_Capture": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "deferredSliderLoadingFeatureEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Enforce_MinSessionLength": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_NearestClickableTarget": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.EmbeddedFeedback_GA_Visitor": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isLatencyLoggingEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_DI_EA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.StatsAccuracy": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.RealTimeTriggeredIntercepts": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "DX.DXA_Auto_SPA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "DX.DXA_Collect_KPIs": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3948", + "className": "Object" + } + ] + } + }, + "RequestData": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3944", + "nested": { + "CORSOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://pubmed.ncbi.nlm.nih.gov" + }, + "ID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "adobeSCVariable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "s" + }, + "bVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Published" + }, + "brandBaseUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://nlmenterprise.co1.qualtrics.com" + }, + "brandDC": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "iad1.qualtrics.com" + }, + "brandID": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "nlmenterprise" + }, + "browser": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Chrome" + }, + "browserVersion": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 142 + }, + "cookieDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "googleDataLayerVariable": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "displayInterceptType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "eventTrackers": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3949", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3955", + "className": "Object" + } + ] + } + }, + "extRefType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "extRefValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "hasBeenResolved": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "hasDependencies": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isBrowserSupported": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isDebug": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "isMobile": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "historyStorageType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sessionStorage" + }, + "historyStorageSize": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "maxCookieSize": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "osName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Mac OS X" + }, + "screenCaptureServiceBaseURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://iad1.qualtrics.com/htmltoimage/" + }, + "validIntercepts": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3950", + "nested": { + "SI_296MKPixLAAMCcm": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_0iiXVgeMqGRzRFc": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_0Bt9Iogt9sXfghM": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_bKiAbBcUpLnKJkG": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_9taoyHgHUXMXxTE": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_0Spg2GvEznjmU3I": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "SI_3UHucpVKnaRu5tY": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DependencyResolver" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3956", + "className": "Object" + } + ] + } + }, + "zoneManualDisplay": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "reevaluateInterceptOnUrlChange": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "geo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3951", + "nested": { + "country": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "US" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3957", + "className": "Object" + } + ] + } + }, + "customJavaScriptPermission": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "isolationStatus": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NOT_ISOLATED" + }, + "validatedIdentifier": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3954", + "className": "Object" + } + ] + } + }, + "Dependencies": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3945", + "nested": { + "JavaScript": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3959", + "nested": { + "QID_30873121": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_04213133": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_domain\")[0].getAttribute(\"content\")" + }, + "QID_16754558": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_99701488": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_58103178": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_75038853": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_04004533": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_83155976": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_87498663": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_21236367": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_58369838": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_70680836": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_35832185": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_51835835": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_73932164": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_26516200": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_56969003": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_23222142": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_91868696": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_10808204": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_68472191": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_70367943": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_53354991": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_61724333": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_51002017": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_93151429": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_29284446": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_81102798": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_14288894": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_94471713": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_70292950": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_50334603": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_80542298": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_33601003": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_10865926": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_89785787": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_56152893": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_46295371": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_79840043": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_domain\")[0].getAttribute(\"content\")" + }, + "QID_58647711": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_63053372": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_98103343": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_07461194": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_17499715": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_12535744": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_91005215": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_31952138": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_22384913": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_92990678": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_34025123": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_79590467": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_15222763": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_19958089": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_17655812": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_55554151": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_71697874": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_34809877": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_82941045": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_59477872": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_68547921": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_98507508": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_24445589": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_91609981": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_52239163": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_79733919": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_report\")[0].getAttribute(\"content\")" + }, + "QID_70970067": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_65612602": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_12728961": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_58735839": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_97828253": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_77113532": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_07443894": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_65929598": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_88864795": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_45794583": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_08735884": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_96972273": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_67216463": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_57144167": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_17710984": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_83953005": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_54655030": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_25314438": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" + }, + "QID_64996134": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_84602091": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_89209455": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_47385494": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_05366034": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_34449445": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_54847530": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_11877260": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_98572925": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_66568422": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" + }, + "QID_12443806": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "QID_75822864": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3961", + "className": "Object" + } + ] + } + }, + "PageCount": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3960", + "className": "Object" + } + ] + } + }, + "SRTestConfiguration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3946", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3860", + "className": "Object" + } + ] + } + }, + "JFEListenerRegistered": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "windows": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3549", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3962", + "className": "Object" + } + ] + } + }, + "targetWindows": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(0)", + "objectId": "3290802516498786405.1.3550", + "nested": { + "_skipped": "Native API" + } + }, + "InitializeDataLayerHelper": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){var e=window.QSI.DataLayerHelper;if(null==e){var t=window.QSI.config.gtmContainerID;if(!t)throw new Error(\"Google Tag Manager container ID was not provided and is needed for the Qualtrics data layer integration\");if(!window.google_tag_manager||!window.google_tag_manager[t])throw new Error(\"Google Tag Manager container '\"+t+\"' does not exist\");var n=window.google_tag_manager[t].dataLayer.name;if(!n)throw new Error(\"Google Tag Manager container '\"+t+\"' does not have a data layer name\");var i=window[n];e=new g(i),window.QSI.DataLayerHelper=e}return window.QSI.InterceptReevaluator.isActive()||window.QSI.InterceptReevaluator.activate(),e}" + }, + "foundFrustrationLogic": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "InterceptReevaluator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3552", + "nested": { + "evaluationResults": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3963", + "nested": { + "SI_0Bt9Iogt9sXfghM": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3970", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4000", + "className": "Object" + } + ] + } + }, + "SI_0HhBb7Qmlxy2ZIF": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3971", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4001", + "className": "Object" + } + ] + } + }, + "SI_0Spg2GvEznjmU3I": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3972", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4002", + "className": "Object" + } + ] + } + }, + "SI_0fA9mP6zG65YjUF": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3973", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4003", + "className": "Object" + } + ] + } + }, + "SI_0iiXVgeMqGRzRFc": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3974", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4004", + "className": "Object" + } + ] + } + }, + "SI_0jtNKE2jCR4qOyO": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3975", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4005", + "className": "Object" + } + ] + } + }, + "SI_296MKPixLAAMCcm": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3976", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4006", + "className": "Object" + } + ] + } + }, + "SI_2gB90rW0u7VXh9r": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3977", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4007", + "className": "Object" + } + ] + } + }, + "SI_2uf767hGqQGdwdn": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3978", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4008", + "className": "Object" + } + ] + } + }, + "SI_38IbOU7w9WLkUN8": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3979", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4009", + "className": "Object" + } + ] + } + }, + "SI_3UHucpVKnaRu5tY": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3980", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4010", + "className": "Object" + } + ] + } + }, + "SI_4GtZaGPKyFrPo4B": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3981", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4011", + "className": "Object" + } + ] + } + }, + "SI_4UPW1UrHavJ3y2G": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3982", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4012", + "className": "Object" + } + ] + } + }, + "SI_4ZW5tSQNmEIzIvY": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3983", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4013", + "className": "Object" + } + ] + } + }, + "SI_6FiwL1BocPEL19Y": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3984", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4014", + "className": "Object" + } + ] + } + }, + "SI_6yZCb05G0kDhaXr": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3985", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4015", + "className": "Object" + } + ] + } + }, + "SI_74HHTwHyXgGIyqO": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3986", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4016", + "className": "Object" + } + ] + } + }, + "SI_82PU2w4h9FOUdsa": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3987", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4017", + "className": "Object" + } + ] + } + }, + "SI_85Mf5xLS9iIPJ4O": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3988", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4018", + "className": "Object" + } + ] + } + }, + "SI_8uWVuYyQjsSAZeK": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3989", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4019", + "className": "Object" + } + ] + } + }, + "SI_9B9kNJszVr5C1XD": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3990", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4020", + "className": "Object" + } + ] + } + }, + "SI_9p2ci2cOSG1dkA5": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3991", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4021", + "className": "Object" + } + ] + } + }, + "SI_9taoyHgHUXMXxTE": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3992", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4022", + "className": "Object" + } + ] + } + }, + "SI_aVGfI9HAVEqy8FE": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3993", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4023", + "className": "Object" + } + ] + } + }, + "SI_bKiAbBcUpLnKJkG": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3994", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4024", + "className": "Object" + } + ] + } + }, + "SI_bQ44qhqpeTdzKL3": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3995", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4025", + "className": "Object" + } + ] + } + }, + "SI_blp2VywNohCsrQy": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3996", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4026", + "className": "Object" + } + ] + } + }, + "SI_e8m8fTY2pmcrGZv": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3997", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4027", + "className": "Object" + } + ] + } + }, + "SI_eXN3ftil89DAdlI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3998", + "nested": { + "interceptEntry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "interceptDebugInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4028", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3999", + "className": "Object" + } + ] + } + }, + "oldEvaluationResults": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3964", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4029", + "className": "Object" + } + ] + } + }, + "moduleActive": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3969", + "className": "Object" + } + ] + } + }, + "Browser": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3553", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Chrome" + }, + "version": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 142 + }, + "isMobile": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "isBrowserSupported": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4030", + "className": "Object" + } + ] + } + }, + "CORSOrigin": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://pubmed.ncbi.nlm.nih.gov" + }, + "OS": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3554", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Mac OS X" + }, + "version": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4031", + "className": "Object" + } + ] + } + }, + "adobeVar": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "s" + }, + "id": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ZN_dikYWqsjiUWN0Q5" + }, + "CookieDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "historyStorageType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sessionStorage" + }, + "historyStorageSize": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentURL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://pubmed.ncbi.nlm.nih.gov/32845321/" + }, + "scrollbarWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "ActionModule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){var t=this;this.creative=e,this.actions={click:[],mouseout:[],mouseover:[],displayed:[]},this.add=function(e){t.actions[e.triggeringEvent]&&t.actions[e.triggeringEvent].push(t.buildAction(e))},this.buildAction=function(e){return{run:function(){switch(e.actionType){case\"AddCookie\":t.runAddCookieAction(e);break;case\"RemoveCookie\":t.runRemoveCookieAction(e);break;case\"GoogleEvent\":t.runGoogleEventAction(e);break;case\"JavaScript\":t.runJavaScriptAction(e)}}}},this.runAddCookieAction=function(e){window.QSI.cookie.set(e.cookieName,e.cookieValue,{domain:t.creative.interceptDisplayOptions.cookieDomain,daysToExpire:0})},this.runRemoveCookieAction=function(e){window.QSI.cookie.erase(e.cookieName,t.creative.interceptDisplayOptions.cookieDomain)},this.runGoogleEventAction=function(e){window.QSI.util.fireGoogleEventBeacon(e.accountNumber,e.actionCategory,e.actionName)},this.runJavaScriptAction=function(e){window.QSI.util.evalJS(e.javaScriptString)()},this.addToElement=function(e){var n=function(e){var n=window.QSI.dbg,i=!1;return function(){try{i||(i=!0,t.runAction(e))}catch(e){n.e(e)}}};for(var i in t.actions)t.actions[i].length&&(\"displayed\"===i?t.creative.displayed.done(n(t.actions[i])):Object(r.observe)(e,i,n(t.actions[i])))},this.runAction=function(e){for(var t=0;tnew((await h()).SourcesPanel.RevealingActionDelegate)" + }, + "options": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(2)", + "objectId": "-8799355714042909497.1.5057", + "nested": { + "0": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5060", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5060" + } + }, + "1": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5061", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5061" + } + }, + "length": { + "type": "number", + "writable": true, + "configurable": false, + "enumerable": false, + "value": 2 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5062", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5059", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5054", + "className": "It" + } + ] + } + }, + "stepOverAction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "C", + "description": "C", + "objectId": "-8799355714042909497.1.4936", + "nested": { + "actionRegistration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5064", + "nested": { + "category": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DEBUGGER" + }, + "actionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debugger.step-over" + }, + "loadActionDelegate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" + }, + "iconClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "step-over" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5070", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5065", + "className": "It" + } + ] + } + }, + "stepIntoAction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "C", + "description": "C", + "objectId": "-8799355714042909497.1.4937", + "nested": { + "actionRegistration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5072", + "nested": { + "category": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DEBUGGER" + }, + "actionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debugger.step-into" + }, + "loadActionDelegate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" + }, + "iconClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "step-into" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5078", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5073", + "className": "It" + } + ] + } + }, + "stepOutAction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "C", + "description": "C", + "objectId": "-8799355714042909497.1.4938", + "nested": { + "actionRegistration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5080", + "nested": { + "category": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DEBUGGER" + }, + "actionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debugger.step-out" + }, + "loadActionDelegate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" + }, + "iconClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "step-out" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5086", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5081", + "className": "It" + } + ] + } + }, + "stepAction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "C", + "description": "C", + "objectId": "-8799355714042909497.1.4939", + "nested": { + "actionRegistration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5088", + "nested": { + "category": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DEBUGGER" + }, + "actionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debugger.step" + }, + "loadActionDelegate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" + }, + "iconClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "step" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5094", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5089", + "className": "It" + } + ] + } + }, + "toggleBreakpointsActiveAction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "C", + "description": "C", + "objectId": "-8799355714042909497.1.4940", + "nested": { + "actionRegistration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5096", + "nested": { + "category": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DEBUGGER" + }, + "actionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "debugger.toggle-breakpoints-active" + }, + "iconClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "breakpoint-crossed" + }, + "toggledIconClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "breakpoint-crossed-filled" + }, + "toggleable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "loadActionDelegate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" + }, + "options": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(2)", + "objectId": "-8799355714042909497.1.5100", + "nested": { + "0": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5103", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5103" + } + }, + "1": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5104", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5104" + } + }, + "length": { + "type": "number", + "writable": true, + "configurable": false, + "enumerable": false, + "value": 2 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5105", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5102", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5097", + "className": "It" + } + ] + } + }, + "debugToolbar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zi", + "description": "devtools-toolbar.scripts-debug-toolbar", + "objectId": "-8799355714042909497.1.4941", + "nested": { + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "compactLayout": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5107", + "className": "HTMLElement" + } + ] + } + }, + "debuggerPausedMessage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$t", + "description": "$t", + "objectId": "-8799355714042909497.1.4943", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5110", + "className": "Object" + } + ] + } + }, + "overlayLoggables": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "splitWidget": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.4944", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5114", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "st", + "description": "st", + "objectId": "-8799355714042909497.1.5134", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5154", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5154" + } + }, + "currentTabLocked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "autoSelectFirstItemOnShow": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "triggerDropDownTimeout": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentDevicePixelRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "shrinkableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "verticalTabLayout": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "closeableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.5162", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5162" + } + }, + "sliderEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "placeholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "focusedPlaceholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "placeholderContainerElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "measuredDropDownButtonWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20 + }, + "allowTabReorder": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "automaticReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5163", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5164", + "className": "Array" + } + ] + } + }, + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5135", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sources-panel-navigator-split-view-state" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5176", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5176" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5177", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5177" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5178", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5178" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5179", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5180", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5136", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5137", + "className": "Array" + } + ] + } + }, + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5115", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sources-panel-split-view-state" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5184", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5192", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5185", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5194", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5186", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5195", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5195" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5196", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5196" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5197", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5187", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5188", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5116", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5117", + "className": "Array" + } + ] + } + }, + "editorView": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.4945", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "st", + "description": "st", + "objectId": "-8799355714042909497.1.5200", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5220", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ms", + "description": "ms", + "objectId": "-8799355714042909497.1.5244", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5244" + } + }, + "view": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "St", + "description": "St", + "objectId": "-8799355714042909497.1.5245", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5245" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5247", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5248", + "className": "Array" + } + ] + } + }, + "currentTabLocked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "autoSelectFirstItemOnShow": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "triggerDropDownTimeout": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentDevicePixelRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "shrinkableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "verticalTabLayout": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "closeableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.5228", + "nested": { + "closeable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "previewFeature": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "tabbedPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "st", + "description": "st", + "objectId": "-8799355714042909497.1.5254", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5254" + } + }, + "shown": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "measuredWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 49 + }, + "icon": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "suffixElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dragStartX": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5256", + "className": "Object" + } + ] + } + }, + "sliderEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "placeholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "focusedPlaceholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "placeholderContainerElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "measuredDropDownButtonWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20 + }, + "allowTabReorder": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "automaticReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5229", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5230", + "className": "Array" + } + ] + } + }, + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5201", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sources-panel-navigator-split-view-state" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5259", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5267", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5260", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5269", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5261", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5270", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5270" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5271", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5271" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5272", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5262", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5263", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5202", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5203", + "className": "Array" + } + ] + } + }, + "navigatorTabbedLocation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "At", + "description": "At", + "objectId": "-8799355714042909497.1.4946", + "nested": { + "manager": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "kt", + "description": "kt", + "objectId": "-8799355714042909497.1.5273", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "locationOverrideSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5284", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "views-location-override" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5286", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5286" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5287", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5287" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5288", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5288" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5289", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5290", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5285", + "className": "It" + } + ] + } + }, + "location": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "navigator-view" + }, + "allowReorder": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "closeableTabSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5275", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "closeable-tabs" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5294", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5302", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5295", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5304", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5296", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5305", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5305" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5306", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5306" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5307", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5297", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5298", + "className": "Array" + } + ] + } + }, + "tabOrderSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5276", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "navigator-view-tab-order" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5308", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5316", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5309", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5318", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5310", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5319", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5319" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5320", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5320" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5321", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5311", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5312", + "className": "Array" + } + ] + } + }, + "lastSelectedTabSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5277", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "navigator-view-selected-tab" + }, + "defaultValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5322", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5329", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5323", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5330", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5330" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5331", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5331" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5332", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5324", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5325", + "className": "Array" + } + ] + } + }, + "defaultTab": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5279", + "className": "Dt" + } + ] + } + }, + "toggleNavigatorSidebarButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ni", + "description": "Ni", + "objectId": "-8799355714042909497.1.4947", + "nested": { + "element": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "a", + "description": "devtools-button.toolbar-button", + "objectId": "-8799355714042909497.1.5334", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5338", + "className": "HTMLElement" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5339", + "className": "Array" + } + ] + } + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "toolbar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zi", + "description": "devtools-toolbar.tabbed-pane-left-toolbar", + "objectId": "-8799355714042909497.1.5335", + "nested": { + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "compactLayout": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5346", + "className": "HTMLElement" + } + ] + } + }, + "title": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Hide navigator" + }, + "button": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "a", + "description": "devtools-button.toolbar-button", + "objectId": "-8799355714042909497.1.5336", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5348", + "className": "HTMLElement" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5349", + "className": "Array" + } + ] + } + }, + "text": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "adorner": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5337", + "className": "Bi" + } + ] + } + }, + "toggleDebuggerSidebarButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ni", + "description": "Ni", + "objectId": "-8799355714042909497.1.4948", + "nested": { + "element": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "a", + "description": "devtools-button.toolbar-button", + "objectId": "-8799355714042909497.1.5356", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5360", + "className": "HTMLElement" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5361", + "className": "Array" + } + ] + } + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "toolbar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zi", + "description": "devtools-toolbar.tabbed-pane-right-toolbar", + "objectId": "-8799355714042909497.1.5357", + "nested": { + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "compactLayout": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5368", + "className": "HTMLElement" + } + ] + } + }, + "title": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Hide debugger" + }, + "button": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "a", + "description": "devtools-button.toolbar-button", + "objectId": "-8799355714042909497.1.5358", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5370", + "className": "HTMLElement" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5371", + "className": "Array" + } + ] + } + }, + "text": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "adorner": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5359", + "className": "Bi" + } + ] + } + }, + "threadsSidebarPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "watchSidebarPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "St", + "description": "St", + "objectId": "-8799355714042909497.1.4949", + "nested": { + "viewRegistration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5377", + "nested": { + "id": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "sources.watch" + }, + "persistence": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "permanent" + }, + "loadView": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "async()=>(await h()).WatchExpressionsSidebarPane.WatchExpressionsSidebarPane.instance()" + }, + "hasToolbar": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5382", + "className": "Object" + } + ] + } + }, + "widgetPromise": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5378", + "className": "Object" + } + ] + } + }, + "callstackPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Xe", + "description": "Xe", + "objectId": "-8799355714042909497.1.4950", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "items": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "vi", + "description": "vi", + "objectId": "-8799355714042909497.1.5389", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5406", + "className": "It" + } + ] + } + }, + "list": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "gi", + "description": "gi", + "objectId": "-8799355714042909497.1.5390", + "nested": { + "firstIndex": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "lastIndex": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "renderedHeight": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "topHeight": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "bottomHeight": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "model": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "vi", + "description": "vi", + "objectId": "-8799355714042909497.1.5410", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5417", + "className": "It" + } + ] + } + }, + "delegate": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Xe", + "description": "Xe", + "objectId": "-8799355714042909497.1.5412", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "items": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "vi", + "description": "vi", + "objectId": "-8799355714042909497.1.5424", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5424" + } + }, + "list": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "gi", + "description": "gi", + "objectId": "-8799355714042909497.1.5425", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5425" + } + }, + "showIgnoreListed": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "locationPool": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "w", + "description": "w", + "objectId": "-8799355714042909497.1.5427", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5427" + } + }, + "updateThrottler": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Throttler", + "description": "Throttler", + "objectId": "-8799355714042909497.1.5428", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5428" + } + }, + "maxAsyncStackChainDepth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 32 + }, + "updateItemThrottler": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Throttler", + "description": "Throttler", + "objectId": "-8799355714042909497.1.5429", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5429" + } + }, + "muteActivateItem": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "lastDebuggerModel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5431", + "className": "SimpleView" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5432", + "className": "Array" + } + ] + } + }, + "mode": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "UI.ListMode.NonViewport" + }, + "fixedHeight": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "variableOffsets": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Int32Array", + "description": "Int32Array(0)", + "objectId": "-8799355714042909497.1.5413", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5439", + "className": "TypedArray" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5414", + "className": "Object" + } + ] + } + }, + "showIgnoreListed": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "locationPool": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "w", + "description": "w", + "objectId": "-8799355714042909497.1.5392", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5440", + "className": "Object" + } + ] + } + }, + "updateThrottler": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Throttler", + "description": "Throttler", + "objectId": "-8799355714042909497.1.5393", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5442", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5443", + "className": "Array" + } + ] + } + }, + "maxAsyncStackChainDepth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 32 + }, + "updateItemThrottler": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Throttler", + "description": "Throttler", + "objectId": "-8799355714042909497.1.5394", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5445", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5446", + "className": "Array" + } + ] + } + }, + "muteActivateItem": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "lastDebuggerModel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5396", + "className": "SimpleView" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5397", + "className": "Array" + } + ] + } + }, + "liveLocationPool": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "w", + "description": "w", + "objectId": "-8799355714042909497.1.4951", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5448", + "className": "Object" + } + ] + } + }, + "lastModificationTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "switchToPausedTargetTimeout": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "executionLineLocation": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "sidebarPaneStack": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Rt", + "description": "Rt", + "objectId": "-8799355714042909497.1.4952", + "nested": { + "manager": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "kt", + "description": "kt", + "objectId": "-8799355714042909497.1.5450", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "locationOverrideSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5458", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "views-location-override" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5460", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5460" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5461", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5461" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5462", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5462" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5463", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5464", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5459", + "className": "It" + } + ] + } + }, + "vbox": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ne", + "description": "Ne", + "objectId": "-8799355714042909497.1.5452", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5470", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5471", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5454", + "className": "Dt" + } + ] + } + }, + "tabbedLocationHeader": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "extensionSidebarPanesContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Rt", + "description": "Rt", + "objectId": "-8799355714042909497.1.4953", + "nested": { + "manager": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "kt", + "description": "kt", + "objectId": "-8799355714042909497.1.5477", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "locationOverrideSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5485", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "views-location-override" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5487", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5487" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5488", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5488" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5489", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5489" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5490", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5491", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5486", + "className": "It" + } + ] + } + }, + "vbox": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ne", + "description": "Ne", + "objectId": "-8799355714042909497.1.5479", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5497", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5498", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5481", + "className": "Dt" + } + ] + } + }, + "sidebarPaneView": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ne", + "description": "Ne", + "objectId": "-8799355714042909497.1.4954", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5506", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5507", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.4955", + "className": "Jo" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.4956", + "className": "Array" + } + ] + } + }, + "network": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "nr", + "description": "nr", + "objectId": "-8799355714042909497.1.2887", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5515", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ne", + "description": "Ne", + "objectId": "-8799355714042909497.1.5550", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5569", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ne", + "description": "Ne", + "objectId": "-8799355714042909497.1.5579", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5579" + } + }, + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5580", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5580" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5581", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5582", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5570", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5571", + "className": "Array" + } + ] + } + }, + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5551", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-panel-sidebar-state" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5596", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5604", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5597", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5606", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5598", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5607", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5607" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5608", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5608" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5609", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5599", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5600", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5552", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5553", + "className": "Array" + } + ] + } + }, + "panelName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network" + }, + "networkLogShowOverviewSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5516", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-log-show-overview" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5610", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5617", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5611", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5618", + "nested": { + "adorner-settings": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" + }, + "closeable-tabs": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" + }, + "console.sidebar-selected-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"message\"" + }, + "console.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "currentDockState": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"right\"" + }, + "disable-self-xss-warning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "elements-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":360.23046875}}" + }, + "elements.styles.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspector-view.split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":832.09375}}" + }, + "inspector.drawer-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "network-hide-chrome-extensions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-hide-data-url": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-log.preserve-log": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "network-only-blocked-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-ip-protected-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-third-party-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" + }, + "network-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-panel-split-view-waterfall": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-resource-type-filters": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"all\":true}" + }, + "network-show-blocked-cookies-only-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-text-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"\"" + }, + "panel-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"console\"" + }, + "panel-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" + }, + "releaseNoteVersionSeen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "83" + }, + "request-info-form-data-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-general-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-query-string-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-payload-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-response-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resource-view-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"payload\"" + }, + "resources-cookies-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-last-selected-element-path": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[\"bounce-tracking-mitigations://\"]" + }, + "resources-local-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":392.55859375}}" + }, + "resources-session-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "selected-profile-type": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"HEAP\"" + }, + "sources-panel-debugger-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" + }, + "sources-panel-navigator-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "sources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "styles-pane-sidebar-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"elements.event-listeners\"" + }, + "styles-pane-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"styles\":10,\"computed\":20}" + }, + "sync-preferences": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "syncedInspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "timeline-counters-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0}}" + }, + "timeline-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "timeline-tree-view-details-split-widget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5621", + "className": "Object" + } + ] + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5619", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5627", + "className": "Object" + } + ] + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5620", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5612", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5613", + "className": "Array" + } + ] + } + }, + "networkLogLargeRowsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5517", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-log-large-rows" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5628", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5635", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5629", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5636", + "nested": { + "adorner-settings": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" + }, + "closeable-tabs": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" + }, + "console.sidebar-selected-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"message\"" + }, + "console.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "currentDockState": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"right\"" + }, + "disable-self-xss-warning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "elements-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":360.23046875}}" + }, + "elements.styles.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspector-view.split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":832.09375}}" + }, + "inspector.drawer-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "network-hide-chrome-extensions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-hide-data-url": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-log.preserve-log": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "network-only-blocked-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-ip-protected-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-third-party-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" + }, + "network-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-panel-split-view-waterfall": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-resource-type-filters": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"all\":true}" + }, + "network-show-blocked-cookies-only-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-text-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"\"" + }, + "panel-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"console\"" + }, + "panel-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" + }, + "releaseNoteVersionSeen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "83" + }, + "request-info-form-data-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-general-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-query-string-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-payload-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-response-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resource-view-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"payload\"" + }, + "resources-cookies-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-last-selected-element-path": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[\"bounce-tracking-mitigations://\"]" + }, + "resources-local-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":392.55859375}}" + }, + "resources-session-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "selected-profile-type": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"HEAP\"" + }, + "sources-panel-debugger-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" + }, + "sources-panel-navigator-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "sources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "styles-pane-sidebar-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"elements.event-listeners\"" + }, + "styles-pane-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"styles\":10,\"computed\":20}" + }, + "sync-preferences": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "syncedInspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "timeline-counters-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0}}" + }, + "timeline-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "timeline-tree-view-details-split-widget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5639", + "className": "Object" + } + ] + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5637", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5645", + "className": "Object" + } + ] + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5638", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5630", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5631", + "className": "Array" + } + ] + } + }, + "networkRecordFilmStripSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5518", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-record-film-strip-setting" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5646", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5653", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5647", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5654", + "nested": { + "adorner-settings": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" + }, + "closeable-tabs": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" + }, + "console.sidebar-selected-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"message\"" + }, + "console.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "currentDockState": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"right\"" + }, + "disable-self-xss-warning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "elements-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":360.23046875}}" + }, + "elements.styles.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspector-view.split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":832.09375}}" + }, + "inspector.drawer-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "network-hide-chrome-extensions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-hide-data-url": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-log.preserve-log": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "network-only-blocked-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-ip-protected-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-third-party-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" + }, + "network-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-panel-split-view-waterfall": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-resource-type-filters": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"all\":true}" + }, + "network-show-blocked-cookies-only-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-text-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"\"" + }, + "panel-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"console\"" + }, + "panel-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" + }, + "releaseNoteVersionSeen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "83" + }, + "request-info-form-data-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-general-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-query-string-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-payload-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-response-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resource-view-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"payload\"" + }, + "resources-cookies-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-last-selected-element-path": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[\"bounce-tracking-mitigations://\"]" + }, + "resources-local-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":392.55859375}}" + }, + "resources-session-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "selected-profile-type": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"HEAP\"" + }, + "sources-panel-debugger-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" + }, + "sources-panel-navigator-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "sources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "styles-pane-sidebar-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"elements.event-listeners\"" + }, + "styles-pane-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"styles\":10,\"computed\":20}" + }, + "sync-preferences": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "syncedInspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "timeline-counters-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0}}" + }, + "timeline-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "timeline-tree-view-details-split-widget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5657", + "className": "Object" + } + ] + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5655", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5663", + "className": "Object" + } + ] + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5656", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5648", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5649", + "className": "Array" + } + ] + } + }, + "toggleRecordAction": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "C", + "description": "C", + "objectId": "-8799355714042909497.1.5519", + "nested": { + "actionRegistration": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5665", + "nested": { + "actionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network.toggle-recording" + }, + "category": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NETWORK" + }, + "iconClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "record-start" + }, + "toggleable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "toggledIconClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "record-stop" + }, + "toggleWithRedColor": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "loadActionDelegate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "async()=>new((await C()).NetworkPanel.ActionDelegate)" + }, + "options": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(2)", + "objectId": "-8799355714042909497.1.5669", + "nested": { + "0": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5672", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5672" + } + }, + "1": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5673", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5673" + } + }, + "length": { + "type": "number", + "writable": true, + "configurable": false, + "enumerable": false, + "value": 2 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5674", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5671", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5666", + "className": "It" + } + ] + } + }, + "pendingStopTimer": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "networkItemView": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "oi", + "description": "oi", + "objectId": "-8799355714042909497.1.5520", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "_e", + "description": "_e", + "objectId": "-8799355714042909497.1.5677", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "request": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "go", + "description": "go", + "objectId": "-8799355714042909497.1.5708", + "nested": { + "statusCode": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 403 + }, + "statusText": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "requestMethod": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "POST" + }, + "requestTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "protocol": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "h2" + }, + "alternateProtocolUsage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unspecifiedReason" + }, + "mixedContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "connectionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "55014" + }, + "connectionReused": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "hasNetworkData": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "localizedFailDescription": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "responseReceivedPromiseResolve": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "directSocketInfo": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5721", + "className": "It" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5722", + "className": "Array" + } + ] + } + }, + "decodeRequestParameters": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "queryStringCategory": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5709", + "nested": { + "treeOutline": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$r", + "description": "$r", + "objectId": "-8799355714042909497.1.5750", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5750" + } + }, + "parent": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Gr", + "description": "Gr", + "objectId": "-8799355714042909497.1.5751", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5751" + } + }, + "previousSibling": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "nextSibling": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5752", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5752" + } + }, + "titleInternal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "expandLoggable": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5759", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5759" + } + }, + "hiddenInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "selectableInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "expanded": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "selected": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "expandable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "collapsible": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "toggleOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "button": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "root": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "tooltipInternal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "leadingIconsElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "trailingIconsElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "disableSelectFocus": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "expandedSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5761", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5761" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5762", + "className": "Gr" + } + ] + } + }, + "formDataCategory": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5710", + "nested": { + "treeOutline": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$r", + "description": "$r", + "objectId": "-8799355714042909497.1.5763", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5763" + } + }, + "parent": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Gr", + "description": "Gr", + "objectId": "-8799355714042909497.1.5764", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5764" + } + }, + "previousSibling": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5765", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5765" + } + }, + "nextSibling": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5766", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5766" + } + }, + "titleInternal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "expandLoggable": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5773", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5773" + } + }, + "hiddenInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "selectableInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "expanded": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "selected": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "expandable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "collapsible": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "toggleOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "button": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "root": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "tooltipInternal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "leadingIconsElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "trailingIconsElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "disableSelectFocus": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "expandedSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5775", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5775" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5776", + "className": "Gr" + } + ] + } + }, + "requestPayloadCategory": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5711", + "nested": { + "treeOutline": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$r", + "description": "$r", + "objectId": "-8799355714042909497.1.5777", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5777" + } + }, + "parent": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Gr", + "description": "Gr", + "objectId": "-8799355714042909497.1.5778", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5778" + } + }, + "previousSibling": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5779", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5779" + } + }, + "nextSibling": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "titleInternal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Request Payload" + }, + "expandLoggable": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5786", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5786" + } + }, + "hiddenInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "selectableInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "expanded": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "selected": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "expandable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "collapsible": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "toggleOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "button": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "root": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "tooltipInternal": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "leadingIconsElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "trailingIconsElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "disableSelectFocus": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "expandedSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5788", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5788" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5789", + "className": "Gr" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5712", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5713", + "className": "Array" + } + ] + } + }, + "currentTabLocked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "autoSelectFirstItemOnShow": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "triggerDropDownTimeout": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentDevicePixelRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "shrinkableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "verticalTabLayout": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "closeableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "sliderEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "placeholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "focusedPlaceholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "placeholderContainerElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "measuredDropDownButtonWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20 + }, + "allowTabReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "automaticReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "lastSelectedOverflowTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.5685", + "nested": { + "closeable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "previewFeature": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "tabbedPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "oi", + "description": "oi", + "objectId": "-8799355714042909497.1.5790", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "_e", + "description": "_e", + "objectId": "-8799355714042909497.1.5797", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5797" + } + }, + "currentTabLocked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "autoSelectFirstItemOnShow": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "triggerDropDownTimeout": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentDevicePixelRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "shrinkableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "verticalTabLayout": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "closeableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "sliderEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "placeholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "focusedPlaceholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "placeholderContainerElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "measuredDropDownButtonWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20 + }, + "allowTabReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "automaticReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "lastSelectedOverflowTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.5805", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5805" + } + }, + "currentTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.5806", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5806" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5807", + "className": "st" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5808", + "className": "Array" + } + ] + } + }, + "shown": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "measuredWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 66 + }, + "icon": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "suffixElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dragStartX": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5792", + "className": "Object" + } + ] + } + }, + "currentTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.5686", + "nested": { + "closeable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "previewFeature": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "tabbedPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "oi", + "description": "oi", + "objectId": "-8799355714042909497.1.5826", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "_e", + "description": "_e", + "objectId": "-8799355714042909497.1.5833", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5833" + } + }, + "currentTabLocked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "autoSelectFirstItemOnShow": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "triggerDropDownTimeout": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentDevicePixelRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "shrinkableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "verticalTabLayout": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "closeableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "sliderEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "placeholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "focusedPlaceholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "placeholderContainerElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "measuredDropDownButtonWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20 + }, + "allowTabReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "automaticReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "lastSelectedOverflowTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.5841", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5841" + } + }, + "currentTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.5842", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5842" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5843", + "className": "st" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5844", + "className": "Array" + } + ] + } + }, + "shown": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "measuredWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 66 + }, + "icon": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "suffixElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dragStartX": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5828", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5687", + "className": "st" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5688", + "className": "Array" + } + ] + } + }, + "filmStripView": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "filmStripRecorder": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentRequest": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "go", + "description": "go", + "objectId": "-8799355714042909497.1.5521", + "nested": { + "statusCode": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 403 + }, + "statusText": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "requestMethod": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "POST" + }, + "requestTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "protocol": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "h2" + }, + "alternateProtocolUsage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unspecifiedReason" + }, + "mixedContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "connectionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "55014" + }, + "connectionReused": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "hasNetworkData": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "localizedFailDescription": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "responseReceivedPromiseResolve": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "directSocketInfo": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5864", + "className": "It" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5865", + "className": "Array" + } + ] + } + }, + "panelToolbar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zi", + "description": "devtools-toolbar", + "objectId": "-8799355714042909497.1.5522", + "nested": { + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "compactLayout": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5894", + "className": "HTMLElement" + } + ] + } + }, + "rightToolbar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zi", + "description": "devtools-toolbar", + "objectId": "-8799355714042909497.1.5523", + "nested": { + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "compactLayout": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5897", + "className": "HTMLElement" + } + ] + } + }, + "filterBar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Bo", + "description": "Bo", + "objectId": "-8799355714042909497.1.5524", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "stateSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5901", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "filter-bar-network-panel-toggled" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5912", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5919", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5913", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5920", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5920" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5921", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5921" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5922", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5914", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5915", + "className": "Array" + } + ] + } + }, + "alwaysShowFilters": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "showingWidget": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5903", + "className": "We" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5904", + "className": "Array" + } + ] + } + }, + "showSettingsPaneSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5525", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-show-settings-toolbar" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.5923", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5930", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.5924", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5931", + "nested": { + "adorner-settings": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" + }, + "closeable-tabs": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" + }, + "console.sidebar-selected-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"message\"" + }, + "console.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "currentDockState": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"right\"" + }, + "disable-self-xss-warning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "elements-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":360.23046875}}" + }, + "elements.styles.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspector-view.split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":832.09375}}" + }, + "inspector.drawer-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "network-hide-chrome-extensions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-hide-data-url": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-log.preserve-log": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "network-only-blocked-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-ip-protected-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-third-party-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" + }, + "network-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-panel-split-view-waterfall": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-resource-type-filters": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"all\":true}" + }, + "network-show-blocked-cookies-only-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-text-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"\"" + }, + "panel-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"console\"" + }, + "panel-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" + }, + "releaseNoteVersionSeen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "83" + }, + "request-info-form-data-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-general-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-query-string-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-payload-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-response-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resource-view-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"payload\"" + }, + "resources-cookies-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-last-selected-element-path": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[\"bounce-tracking-mitigations://\"]" + }, + "resources-local-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":392.55859375}}" + }, + "resources-session-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "selected-profile-type": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"HEAP\"" + }, + "sources-panel-debugger-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" + }, + "sources-panel-navigator-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "sources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "styles-pane-sidebar-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"elements.event-listeners\"" + }, + "styles-pane-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"styles\":10,\"computed\":20}" + }, + "sync-preferences": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "syncedInspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "timeline-counters-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0}}" + }, + "timeline-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "timeline-tree-view-details-split-widget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5934", + "className": "Object" + } + ] + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.5932", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5940", + "className": "Object" + } + ] + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5933", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5925", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5926", + "className": "Array" + } + ] + } + }, + "overviewPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ne", + "description": "Ne", + "objectId": "-8799355714042909497.1.5527", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "overviewCalculator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "We", + "description": "We", + "objectId": "-8799355714042909497.1.5943", + "nested": { + "navStartTimes": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5961", + "className": "Object" + } + ] + } + }, + "overviewGrid": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Pe", + "description": "Pe", + "objectId": "-8799355714042909497.1.5944", + "nested": { + "grid": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "A", + "description": "A", + "objectId": "-8799355714042909497.1.5963", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5969", + "className": "Object" + } + ] + } + }, + "window": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Me", + "description": "Me", + "objectId": "-8799355714042909497.1.5964", + "nested": { + "calculator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "We", + "description": "We", + "objectId": "-8799355714042909497.1.5974", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.5974" + } + }, + "curtainsRange": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "breadcrumbZoomIcon": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "overviewWindowSelector": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "offsetLeft": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dragStartPointPixel": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dragStartLeftRatio": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dragStartRightRatio": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "windowLeftRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "windowRightRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "resizeEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "resizerParentOffsetLeft": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5982", + "className": "It" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5983", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5965", + "className": "Object" + } + ] + } + }, + "overviewInfo": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Xe", + "description": "Xe", + "objectId": "-8799355714042909497.1.5949", + "nested": { + "glassPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ln", + "description": "ln", + "objectId": "-8799355714042909497.1.5985", + "nested": { + "onClickOutsideCallback": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "maxSize": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "positionX": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "positionY": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "anchorBox": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "anchorBehavior": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "PreferTop" + }, + "sizeBehavior": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "MeasureContent" + }, + "marginBehavior": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DefaultMargin" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5991", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5992", + "className": "Array" + } + ] + } + }, + "visible": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5987", + "className": "Object" + } + ] + } + }, + "updateThrottler": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Throttler", + "description": "Throttler", + "objectId": "-8799355714042909497.1.5950", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5994", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5995", + "className": "Array" + } + ] + } + }, + "cursorEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "cursorPosition": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "lastWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 848 + }, + "windowStartTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "windowEndTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "muteOnWindowChanged": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "hasPointer": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5951", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5952", + "className": "Array" + } + ] + } + }, + "networkOverview": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "wi", + "description": "wi", + "objectId": "-8799355714042909497.1.5528", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "selectedFilmStripTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": -1 + }, + "numBands": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 17 + }, + "highlightedRequest": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "go", + "description": "go", + "objectId": "-8799355714042909497.1.6000", + "nested": { + "statusCode": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 403 + }, + "statusText": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "requestMethod": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "POST" + }, + "requestTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "protocol": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "h2" + }, + "alternateProtocolUsage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "unspecifiedReason" + }, + "mixedContentType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "none" + }, + "connectionId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "55014" + }, + "connectionReused": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "hasNetworkData": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "localizedFailDescription": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "responseReceivedPromiseResolve": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "directSocketInfo": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6018", + "className": "It" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6019", + "className": "Array" + } + ] + } + }, + "nextBand": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "span": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 108.42021724855044 + }, + "lastBoundary": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "o", + "description": "o", + "objectId": "-8799355714042909497.1.6006", + "nested": { + "minimum": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "maximum": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 108.42021724855044 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6047", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6007", + "className": "_e" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6008", + "className": "Array" + } + ] + } + }, + "calculator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "m", + "description": "m", + "objectId": "-8799355714042909497.1.5530", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "startAtZero": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6048", + "className": "s" + } + ] + } + }, + "splitWidget": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.5531", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ne", + "description": "Ne", + "objectId": "-8799355714042909497.1.6052", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "oi", + "description": "oi", + "objectId": "-8799355714042909497.1.6071", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "_e", + "description": "_e", + "objectId": "-8799355714042909497.1.6081", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6081" + } + }, + "currentTabLocked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "autoSelectFirstItemOnShow": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "triggerDropDownTimeout": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentDevicePixelRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "shrinkableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "verticalTabLayout": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "closeableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "sliderEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "placeholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "focusedPlaceholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "placeholderContainerElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "measuredDropDownButtonWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20 + }, + "allowTabReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "automaticReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "lastSelectedOverflowTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.6089", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6089" + } + }, + "currentTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.6090", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6090" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6091", + "className": "st" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6092", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6072", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6073", + "className": "Array" + } + ] + } + }, + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6053", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-panel-split-view-state" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6110", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6118", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6111", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6120", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6112", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6121", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6121" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6122", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6122" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6123", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6113", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6114", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6054", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6055", + "className": "Array" + } + ] + } + }, + "sidebarLocation": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "At", + "description": "At", + "objectId": "-8799355714042909497.1.5532", + "nested": { + "manager": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "kt", + "description": "kt", + "objectId": "-8799355714042909497.1.6124", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "locationOverrideSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6135", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "views-location-override" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6137", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6137" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6138", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6138" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6139", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6139" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6140", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6141", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6136", + "className": "It" + } + ] + } + }, + "revealCallback": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "async()=>{e.ViewManager.ViewManager.instance().showView(\"network\"),c.showBoth()}" + }, + "location": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-sidebar" + }, + "allowReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "closeableTabSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6126", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "closeable-tabs" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6145", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6153", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6146", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6155", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6147", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6156", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6156" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6157", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6157" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6158", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6148", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6149", + "className": "Array" + } + ] + } + }, + "tabOrderSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6127", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-sidebar-tab-order" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6159", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6166", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6160", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6168", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6161", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6169", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6169" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6170", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6170" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6171", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6162", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6163", + "className": "Array" + } + ] + } + }, + "lastSelectedTabSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6128", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-sidebar-selected-tab" + }, + "defaultValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6172", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6179", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6173", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6180", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6180" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6181", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6181" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6182", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6174", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6175", + "className": "Array" + } + ] + } + }, + "defaultTab": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6130", + "className": "Dt" + } + ] + } + }, + "networkLogView": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Oi", + "description": "Oi", + "objectId": "-8799355714042909497.1.5534", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.6185", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "y", + "description": "y", + "objectId": "-8799355714042909497.1.6226", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dataGrid": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "G", + "description": "G", + "objectId": "-8799355714042909497.1.6245", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6245" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6246", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6247", + "className": "Array" + } + ] + } + }, + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6227", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-panel-split-view-waterfall" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6254", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6254" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6255", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6255" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6256", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6256" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6257", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6258", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6228", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6229", + "className": "Array" + } + ] + } + }, + "networkInvertFilterSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6186", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-invert-filter" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6262", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6269", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6263", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6270", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6270" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6271", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6271" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6272", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6264", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6265", + "className": "Array" + } + ] + } + }, + "networkHideDataURLSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6187", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-hide-data-url" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6273", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6280", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6274", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6281", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6281" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6282", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6282" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6283", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6275", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6276", + "className": "Array" + } + ] + } + }, + "networkHideChromeExtensions": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6188", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-hide-chrome-extensions" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6284", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6291", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6285", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6292", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6292" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6293", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6293" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6294", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6286", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6287", + "className": "Array" + } + ] + } + }, + "networkShowBlockedCookiesOnlySetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6189", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-show-blocked-cookies-only-setting" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6295", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6302", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6296", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6303", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6303" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6304", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6304" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6305", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6297", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6298", + "className": "Array" + } + ] + } + }, + "networkOnlyBlockedRequestsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6190", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-only-blocked-requests" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6306", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6313", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6307", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6314", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6314" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6315", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6315" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6316", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6308", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6309", + "className": "Array" + } + ] + } + }, + "networkOnlyThirdPartySetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6191", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-only-third-party-setting" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6317", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6324", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6318", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6325", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6325" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6326", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6326" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6327", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6319", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6320", + "className": "Array" + } + ] + } + }, + "networkResourceTypeFiltersSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6192", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-resource-type-filters" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6328", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6336", + "className": "Object" + } + ] + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6329", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6338", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6330", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6339", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6339" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6340", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6340" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6341", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6331", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6332", + "className": "Array" + } + ] + } + }, + "networkShowOptionsToGenerateHarWithSensitiveData": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6193", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network.show-options-to-generate-har-with-sensitive-data" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6342", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6351", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6343", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6352", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6352" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6353", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6353" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6354", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6344", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6345", + "className": "Array" + } + ] + } + }, + "networkOnlyIPProtectedRequestsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6194", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-only-ip-protected-requests" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6355", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6362", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6356", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6363", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6363" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6364", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6364" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6365", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6357", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6358", + "className": "Array" + } + ] + } + }, + "networkLogLargeRowsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6196", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-log-large-rows" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6366", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6373", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6367", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6374", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6374" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6375", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6375" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6376", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6368", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6369", + "className": "Array" + } + ] + } + }, + "rowHeightInternal": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 21 + }, + "timeCalculatorInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "m", + "description": "m", + "objectId": "-8799355714042909497.1.6197", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "startAtZero": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6377", + "className": "s" + } + ] + } + }, + "durationCalculator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "u", + "description": "u", + "objectId": "-8799355714042909497.1.6198", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "startAtZero": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6379", + "className": "s" + } + ] + } + }, + "calculatorInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "m", + "description": "m", + "objectId": "-8799355714042909497.1.6199", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "startAtZero": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6381", + "className": "s" + } + ] + } + }, + "columnsInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Fi", + "description": "Fi", + "objectId": "-8799355714042909497.1.6200", + "nested": { + "networkLogView": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Oi", + "description": "Oi", + "objectId": "-8799355714042909497.1.6383", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.6404", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6404" + } + }, + "networkInvertFilterSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6405", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6405" + } + }, + "networkHideDataURLSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6406", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6406" + } + }, + "networkHideChromeExtensions": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6407", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6407" + } + }, + "networkShowBlockedCookiesOnlySetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6408", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6408" + } + }, + "networkOnlyBlockedRequestsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6409", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6409" + } + }, + "networkOnlyThirdPartySetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6410", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6410" + } + }, + "networkResourceTypeFiltersSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6411", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6411" + } + }, + "networkShowOptionsToGenerateHarWithSensitiveData": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6412", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6412" + } + }, + "networkOnlyIPProtectedRequestsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6413", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6413" + } + }, + "networkLogLargeRowsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6415", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6415" + } + }, + "rowHeightInternal": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 21 + }, + "timeCalculatorInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "m", + "description": "m", + "objectId": "-8799355714042909497.1.6416", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6416" + } + }, + "durationCalculator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "u", + "description": "u", + "objectId": "-8799355714042909497.1.6417", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6417" + } + }, + "calculatorInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "m", + "description": "m", + "objectId": "-8799355714042909497.1.6418", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6418" + } + }, + "columnsInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Fi", + "description": "Fi", + "objectId": "-8799355714042909497.1.6419", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6419" + } + }, + "mainRequestLoadTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": -1 + }, + "mainRequestDOMContentLoadedTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": -1 + }, + "timeFilter": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "hoveredNodeInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "recordingHint": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "highlightedNode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "linkifierInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "N", + "description": "N", + "objectId": "-8799355714042909497.1.6422", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6422" + } + }, + "recording": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "needsRefresh": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "headerHeightInternal": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "activeGroupLookup": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "textFilterUI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Fo", + "description": "Fo", + "objectId": "-8799355714042909497.1.6424", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6424" + } + }, + "invertFilterUI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ho", + "description": "Ho", + "objectId": "-8799355714042909497.1.6425", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6425" + } + }, + "moreFiltersDropDownUI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "_i", + "description": "_i", + "objectId": "-8799355714042909497.1.6426", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6426" + } + }, + "resourceCategoryFilterUI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Wo", + "description": "Wo", + "objectId": "-8799355714042909497.1.6427", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6427" + } + }, + "filterParser": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "FilterParser", + "description": "FilterParser", + "objectId": "-8799355714042909497.1.6428", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6428" + } + }, + "suggestionBuilder": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "FilterSuggestionBuilder", + "description": "FilterSuggestionBuilder", + "objectId": "-8799355714042909497.1.6429", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6429" + } + }, + "dataGrid": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "G", + "description": "G", + "objectId": "-8799355714042909497.1.6430", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6430" + } + }, + "summaryToolbarInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zi", + "description": "devtools-toolbar.network-summary-bar", + "objectId": "-8799355714042909497.1.6431", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6431" + } + }, + "filterBar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Bo", + "description": "Bo", + "objectId": "-8799355714042909497.1.6432", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6432" + } + }, + "textFilterSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6433", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6433" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6435", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6436", + "className": "Array" + } + ] + } + }, + "persistentSettings": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6384", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-log-columns" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6443", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6443" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6444", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6444" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6445", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6445" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6446", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6447", + "className": "Array" + } + ] + } + }, + "networkLogLargeRowsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6385", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-log-large-rows" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6451", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6451" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6452", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6452" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6453", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6454", + "className": "Array" + } + ] + } + }, + "eventDividersShown": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "gridMode": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "waterfallRequestsAreStale": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "waterfallScrollerWidthIsStale": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "popupLinkifier": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "N", + "description": "N", + "objectId": "-8799355714042909497.1.6388", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "maxLength": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 150 + }, + "useLinkDecorator": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6459", + "className": "It" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6460", + "className": "Array" + } + ] + } + }, + "lastWheelTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "splitWidget": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.6390", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "y", + "description": "y", + "objectId": "-8799355714042909497.1.6464", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6464" + } + }, + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6465", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6465" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6466", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6467", + "className": "Array" + } + ] + } + }, + "waterfallColumn": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ti", + "description": "Ti", + "objectId": "-8799355714042909497.1.6391", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "canvasPosition": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "DOMRect", + "description": "DOMRect", + "objectId": "-8799355714042909497.1.6484", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6484" + } + }, + "leftPadding": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5 + }, + "fontSize": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 10 + }, + "rightPadding": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "scrollTop": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "headerHeight": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "calculator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "m", + "description": "m", + "objectId": "-8799355714042909497.1.6485", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6485" + } + }, + "rowHeight": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 21 + }, + "offsetWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "offsetHeight": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "startTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 792584.104259 + }, + "endTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 792591.140484 + }, + "popoverHelper": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ir", + "description": "ir", + "objectId": "-8799355714042909497.1.6486", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6486" + } + }, + "hoveredNode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "wiskerStyle": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6492", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6492" + } + }, + "hoverDetailsStyle": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6493", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6493" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6496", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6497", + "className": "Array" + } + ] + } + }, + "dataGridScroller": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "HTMLDivElement", + "description": "div.data-container", + "objectId": "-8799355714042909497.1.6393", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6503", + "className": "HTMLDivElement" + } + ] + } + }, + "waterfallColumnSortIcon": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "n", + "description": "devtools-icon.sort-order-icon", + "objectId": "-8799355714042909497.1.6397", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6504", + "className": "HTMLElement" + } + ] + } + }, + "activeWaterfallSortId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "startTime" + }, + "popoverHelper": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ir", + "description": "ir", + "objectId": "-8799355714042909497.1.6398", + "nested": { + "disableOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "scheduledRequest": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "hidePopoverCallback": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "showTimeout": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 300 + }, + "hideTimeout": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 300 + }, + "hidePopoverTimer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "showPopoverTimer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "jslogContext": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network.initiator-stacktrace" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6513", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6514", + "className": "Array" + } + ] + } + }, + "hasScrollerTouchStarted": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "scrollerTouchStartPos": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6399", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6400", + "className": "Array" + } + ] + } + }, + "mainRequestLoadTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": -1 + }, + "mainRequestDOMContentLoadedTime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": -1 + }, + "timeFilter": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "hoveredNodeInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "recordingHint": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "highlightedNode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "linkifierInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "N", + "description": "N", + "objectId": "-8799355714042909497.1.6203", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "maxLength": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 150 + }, + "useLinkDecorator": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6517", + "className": "It" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6518", + "className": "Array" + } + ] + } + }, + "recording": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "needsRefresh": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "headerHeightInternal": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "activeGroupLookup": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "textFilterUI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Fo", + "description": "Fo", + "objectId": "-8799355714042909497.1.6205", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6523", + "className": "It" + } + ] + } + }, + "invertFilterUI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ho", + "description": "Ho", + "objectId": "-8799355714042909497.1.6206", + "nested": { + "activeWhenChecked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "checkbox": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Fs", + "description": "devtools-checkbox", + "objectId": "-8799355714042909497.1.6527", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6529", + "className": "HTMLElement" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6528", + "className": "It" + } + ] + } + }, + "moreFiltersDropDownUI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "_i", + "description": "_i", + "objectId": "-8799355714042909497.1.6207", + "nested": { + "dropDownButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ui", + "description": "Ui", + "objectId": "-8799355714042909497.1.6535", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "toolbar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "title": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Show only/hide requests" + }, + "text": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "More filters" + }, + "iconName": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "adorner": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "s", + "description": "devtools-adorner.active-filters-count.hidden", + "objectId": "-8799355714042909497.1.6548", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6548" + } + }, + "useSoftMenu": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "keepOpen": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isIconDropdown": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "triggerTimeoutId": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6550", + "className": "Bi" + } + ] + } + }, + "networkHideDataURLSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6536", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-hide-data-url" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6551", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6551" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6552", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6552" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6553", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6554", + "className": "Array" + } + ] + } + }, + "networkHideChromeExtensionsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6537", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-hide-chrome-extensions" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6557", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6557" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6558", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6558" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6559", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6560", + "className": "Array" + } + ] + } + }, + "networkShowBlockedCookiesOnlySetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6538", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-show-blocked-cookies-only-setting" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6563", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6563" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6564", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6564" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6565", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6566", + "className": "Array" + } + ] + } + }, + "networkOnlyBlockedRequestsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6539", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-only-blocked-requests" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6569", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6569" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6570", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6570" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6571", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6572", + "className": "Array" + } + ] + } + }, + "networkOnlyThirdPartySetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6540", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-only-third-party-setting" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6575", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6575" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6576", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6576" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6577", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6578", + "className": "Array" + } + ] + } + }, + "networkOnlyIPProtectedRequestsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6541", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-only-ip-protected-requests" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6581", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6581" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6582", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6582" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6583", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6584", + "className": "Array" + } + ] + } + }, + "activeFiltersCountAdorner": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "s", + "description": "devtools-adorner.active-filters-count.hidden", + "objectId": "-8799355714042909497.1.6543", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "countWrapper" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6587", + "className": "HTMLElement" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6588", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6544", + "className": "It" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6545", + "className": "Array" + } + ] + } + }, + "resourceCategoryFilterUI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Wo", + "description": "Wo", + "objectId": "-8799355714042909497.1.6208", + "nested": { + "setting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6596", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-resource-type-filters" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6598", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6598" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6599", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6599" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6600", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6600" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6601", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6602", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6597", + "className": "It" + } + ] + } + }, + "filterParser": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "FilterParser", + "description": "FilterParser", + "objectId": "-8799355714042909497.1.6209", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6607", + "className": "Object" + } + ] + } + }, + "suggestionBuilder": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "FilterSuggestionBuilder", + "description": "FilterSuggestionBuilder", + "objectId": "-8799355714042909497.1.6210", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6611", + "className": "Object" + } + ] + } + }, + "dataGrid": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "G", + "description": "G", + "objectId": "-8799355714042909497.1.6211", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "displayName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Network Log" + }, + "editCallback": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "deleteCallback": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "refreshCallback": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dataTableHeaders": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6613", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6682", + "className": "Object" + } + ] + } + }, + "dataTable": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "HTMLTableElement", + "description": "table.data", + "objectId": "-8799355714042909497.1.6615", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6683", + "className": "HTMLTableElement" + } + ] + } + }, + "inline": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "columns": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6617", + "nested": { + "name": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6684", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6684" + } + }, + "path": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6685", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6685" + } + }, + "url": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6686", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6686" + } + }, + "method": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6687", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6687" + } + }, + "status": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6688", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6688" + } + }, + "protocol": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6689", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6689" + } + }, + "scheme": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6690", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6690" + } + }, + "domain": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6691", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6691" + } + }, + "remote-address": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6692", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6692" + } + }, + "remote-address-space": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6693", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6693" + } + }, + "type": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6694", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6694" + } + }, + "initiator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6695", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6695" + } + }, + "initiator-address-space": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6696", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6696" + } + }, + "cookies": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6697", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6697" + } + }, + "set-cookies": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6698", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6698" + } + }, + "size": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6699", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6699" + } + }, + "time": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6700", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6700" + } + }, + "priority": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6701", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6701" + } + }, + "connection-id": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6702", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6702" + } + }, + "response-header-cache-control": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6703", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6703" + } + }, + "response-header-connection": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6704", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6704" + } + }, + "response-header-content-encoding": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6705", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6705" + } + }, + "response-header-content-length": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6706", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6706" + } + }, + "response-header-etag": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6707", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6707" + } + }, + "response-header-has-overrides": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6708", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6708" + } + }, + "response-header-keep-alive": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6709", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6709" + } + }, + "response-header-last-modified": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6710", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6710" + } + }, + "response-header-server": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6711", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6711" + } + }, + "response-header-vary": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6712", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6712" + } + }, + "request-header-accept": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6713", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6713" + } + }, + "request-header-accept-encoding": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6714", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6714" + } + }, + "request-header-accept-language": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6715", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6715" + } + }, + "request-header-content-type": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6716", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6716" + } + }, + "request-header-origin": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6717", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6717" + } + }, + "request-header-referer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6718", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6718" + } + }, + "request-header-sec-fetch-dest": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6719", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6719" + } + }, + "request-header-sec-fetch-mode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6720", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6720" + } + }, + "request-header-user-agent": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6721", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6721" + } + }, + "is-ad-related": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6722", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6722" + } + }, + "waterfall": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6723", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6723" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6724", + "className": "Object" + } + ] + } + }, + "cellClass": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dataTableColumnGroup": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "HTMLTableColElement", + "description": "colgroup", + "objectId": "-8799355714042909497.1.6620", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6725", + "className": "HTMLTableColElement" + } + ] + } + }, + "dataTableBody": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "HTMLTableSectionElement", + "description": "tbody", + "objectId": "-8799355714042909497.1.6621", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6726", + "className": "HTMLTableSectionElement" + } + ] + } + }, + "editing": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "selectedNode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ye", + "description": "ye", + "objectId": "-8799355714042909497.1.6624", + "nested": { + "expandedInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "dirty": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "inactive": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "highlighted": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "revealedInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "attachedInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "savedPosition": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dataGrid": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "G", + "description": "G", + "objectId": "-8799355714042909497.1.6729", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6729" + } + }, + "parent": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "T", + "description": "T", + "objectId": "-8799355714042909497.1.6730", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6730" + } + }, + "previousSibling": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "nextSibling": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ye", + "description": "ye", + "objectId": "-8799355714042909497.1.6731", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6731" + } + }, + "selectable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isRoot": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "nodeAccessibleText": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Name: export//32845321/export" + }, + "isCreationNode": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "stale": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "flatNodes": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "isStripedInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "parentViewInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Oi", + "description": "Oi", + "objectId": "-8799355714042909497.1.6733", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6733" + } + }, + "isHovered": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "showingInitiatorChainInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "requestOrFirstKnownChildRequestInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "initiatorCell": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "requestInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "go", + "description": "go", + "objectId": "-8799355714042909497.1.6734", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6734" + } + }, + "isNavigationRequestInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "isOnInitiatorPathInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "isOnInitiatedPathInternal": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6736", + "className": "Ce" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6737", + "className": "Array" + } + ] + } + }, + "expandNodesWhenArrowing": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "indentWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 15 + }, + "columnWidthsInitialized": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "cornerWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 14 + }, + "resizeMethod": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "last" + }, + "elementToDataGridNode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "WeakMap", + "description": "WeakMap", + "objectId": "-8799355714042909497.1.6628", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6739", + "className": "WeakMap" + }, + { + "name": "[[Entries]]", + "objectId": "-8799355714042909497.1.6740", + "className": "Array" + } + ] + } + }, + "disclosureColumnId": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "editingNode": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "columnWeightsSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6630", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "data-grid-network-log-column-weights" + }, + "defaultValue": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6741", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6741" + } + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6742", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6742" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6743", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6743" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6744", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6745", + "className": "Array" + } + ] + } + }, + "creationNode": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentResizer": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dataGridWidget": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "y", + "description": "y", + "objectId": "-8799355714042909497.1.6631", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dataGrid": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "G", + "description": "G", + "objectId": "-8799355714042909497.1.6751", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6751" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6752", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6753", + "className": "Array" + } + ] + } + }, + "enableAutoScrollToBottom": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "keepScrollingToBottom": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "updateIsFromUser": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "lastScrollTop": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "firstVisibleIsStriped": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "isStriped": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "id": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6636", + "className": "k" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6637", + "className": "Array" + } + ] + } + }, + "summaryToolbarInternal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zi", + "description": "devtools-toolbar.network-summary-bar", + "objectId": "-8799355714042909497.1.6212", + "nested": { + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "compactLayout": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6761", + "className": "HTMLElement" + } + ] + } + }, + "filterBar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Bo", + "description": "Bo", + "objectId": "-8799355714042909497.1.6213", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "stateSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6765", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "filter-bar-network-panel-toggled" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6776", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6776" + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6777", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6777" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6778", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6779", + "className": "Array" + } + ] + } + }, + "alwaysShowFilters": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "showingWidget": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6767", + "className": "We" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6768", + "className": "Array" + } + ] + } + }, + "textFilterSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.6214", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-text-filter" + }, + "defaultValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6782", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6789", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6783", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6790", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6790" + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6791", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6791" + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6792", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6784", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6785", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6216", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6217", + "className": "Array" + } + ] + } + }, + "detailsWidget": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ne", + "description": "Ne", + "objectId": "-8799355714042909497.1.5536", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "oi", + "description": "oi", + "objectId": "-8799355714042909497.1.6795", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "_e", + "description": "_e", + "objectId": "-8799355714042909497.1.6805", + "nested": { + "defaultFocusedChild": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "request": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "go", + "description": "go", + "objectId": "-8799355714042909497.1.6836", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6836" + } + }, + "decodeRequestParameters": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "queryStringCategory": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.6837", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6837" + } + }, + "formDataCategory": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.6838", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6838" + } + }, + "requestPayloadCategory": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "$e", + "description": "$e", + "objectId": "-8799355714042909497.1.6839", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6839" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6840", + "className": "Ne" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6841", + "className": "Array" + } + ] + } + }, + "currentTabLocked": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "autoSelectFirstItemOnShow": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "triggerDropDownTimeout": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "currentDevicePixelRatio": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "shrinkableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "verticalTabLayout": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "closeableTabs": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "sliderEnabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "placeholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "focusedPlaceholderElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "placeholderContainerElement": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "measuredDropDownButtonWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20 + }, + "allowTabReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "automaticReorder": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "lastSelectedOverflowTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.6813", + "nested": { + "closeable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "previewFeature": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "tabbedPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "oi", + "description": "oi", + "objectId": "-8799355714042909497.1.6847", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6847" + } + }, + "shown": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "measuredWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 66 + }, + "icon": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "suffixElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dragStartX": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6849", + "className": "Object" + } + ] + } + }, + "currentTab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "ot", + "description": "ot", + "objectId": "-8799355714042909497.1.6814", + "nested": { + "closeable": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "previewFeature": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "tabbedPane": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "oi", + "description": "oi", + "objectId": "-8799355714042909497.1.6852", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "-8799355714042909497.1.6852" + } + }, + "shown": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "measuredWidth": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 66 + }, + "icon": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "suffixElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "delegate": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "dragStartX": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6854", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6815", + "className": "st" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6816", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6796", + "className": "Be" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6797", + "className": "Array" + } + ] + } + }, + "closeButtonElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Hs", + "description": "dt-close-button", + "objectId": "-8799355714042909497.1.5537", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6857", + "className": "HTMLElement" + } + ] + } + }, + "preserveLogSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5538", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-log.preserve-log" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6859", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6868", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6860", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6869", + "nested": { + "adorner-settings": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" + }, + "closeable-tabs": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" + }, + "console.sidebar-selected-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"message\"" + }, + "console.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "currentDockState": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"right\"" + }, + "disable-self-xss-warning": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "elements-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":360.23046875}}" + }, + "elements.styles.sidebar.width": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspector-view.split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":832.09375}}" + }, + "inspector.drawer-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "inspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "network-hide-chrome-extensions": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-hide-data-url": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-log.preserve-log": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "network-only-blocked-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-ip-protected-requests": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-only-third-party-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" + }, + "network-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-panel-split-view-waterfall": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "network-resource-type-filters": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"all\":true}" + }, + "network-show-blocked-cookies-only-setting": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "network-text-filter": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"\"" + }, + "panel-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"console\"" + }, + "panel-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" + }, + "releaseNoteVersionSeen": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "83" + }, + "request-info-form-data-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-general-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-query-string-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-request-payload-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "request-info-response-headers-category-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resource-view-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"payload\"" + }, + "resources-cookies-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-last-selected-element-path": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "[\"bounce-tracking-mitigations://\"]" + }, + "resources-local-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "resources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":392.55859375}}" + }, + "resources-session-storage-expanded": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "selected-profile-type": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"HEAP\"" + }, + "sources-panel-debugger-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" + }, + "sources-panel-navigator-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "sources-panel-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" + }, + "styles-pane-sidebar-selected-tab": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "\"elements.event-listeners\"" + }, + "styles-pane-sidebar-tab-order": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"styles\":10,\"computed\":20}" + }, + "sync-preferences": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "syncedInspectorVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "40" + }, + "timeline-counters-split-view-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"horizontal\":{\"size\":0}}" + }, + "timeline-panel-sidebar-state": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" + }, + "timeline-tree-view-details-split-widget": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "{\"vertical\":{\"size\":0}}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6872", + "className": "Object" + } + ] + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6870", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6878", + "className": "Object" + } + ] + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6871", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6861", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6862", + "className": "Array" + } + ] + } + }, + "recordLogSetting": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Ye", + "description": "Ye", + "objectId": "-8799355714042909497.1.5539", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "network-log.record-log" + }, + "defaultValue": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "eventSupport": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "It", + "description": "It", + "objectId": "-8799355714042909497.1.6879", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6888", + "className": "Object" + } + ] + } + }, + "storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "qe", + "description": "qe", + "objectId": "-8799355714042909497.1.6880", + "nested": { + "object": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6889", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6892", + "className": "Object" + } + ] + } + }, + "backingStore": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-8799355714042909497.1.6890", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6898", + "className": "Object" + } + ] + } + }, + "storagePrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6891", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6881", + "className": "Object" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.6882", + "className": "Array" + } + ] + } + }, + "throttlingSelect": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Bi", + "description": "Bi", + "objectId": "-8799355714042909497.1.5540", + "nested": { + "listeners": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "toolbar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zi", + "description": "devtools-toolbar", + "objectId": "-8799355714042909497.1.6900", + "nested": { + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "compactLayout": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6903", + "className": "HTMLElement" + } + ] + } + }, + "title": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.6901", + "className": "It" + } + ] + } + }, + "displayScreenshotDelay": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1000 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.5541", + "className": "Jo" + }, + { + "name": "[[PrivateMethods]]", + "objectId": "-8799355714042909497.1.5542", + "className": "Array" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2888", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2883", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/WebAssembly.json b/output/WebAssembly.json new file mode 100644 index 0000000..0329980 --- /dev/null +++ b/output/WebAssembly.json @@ -0,0 +1,166 @@ +{ + "property_name": "WebAssembly", + "className": "WebAssembly", + "description": "WebAssembly", + "objectId": "3290802516498786405.1.1883", + "resolved_data": { + "compile": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function compile() { [native code] }" + }, + "validate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function validate() { [native code] }" + }, + "instantiate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function instantiate() { [native code] }" + }, + "compileStreaming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function compileStreaming() { [native code] }" + }, + "instantiateStreaming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function instantiateStreaming() { [native code] }" + }, + "promising": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function promising() { [native code] }" + }, + "Module": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function Module() { [native code] }" + }, + "Instance": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function Instance() { [native code] }" + }, + "Table": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function Table() { [native code] }" + }, + "Memory": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function Memory() { [native code] }" + }, + "Global": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function Global() { [native code] }" + }, + "Tag": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function Tag() { [native code] }" + }, + "JSTag": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": false, + "className": "Tag", + "description": "Tag", + "objectId": "3290802516498786405.1.4381", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4390", + "className": "WebAssembly.Tag" + } + ] + } + }, + "Exception": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function Exception() { [native code] }" + }, + "CompileError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function CompileError() { [native code] }" + }, + "LinkError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function LinkError() { [native code] }" + }, + "RuntimeError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function RuntimeError() { [native code] }" + }, + "Suspending": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function Suspending() { [native code] }" + }, + "SuspendError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "description": "function SuspendError() { [native code] }" + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "WebAssembly" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4389", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/__core-js_shared__.json b/output/__core-js_shared__.json new file mode 100644 index 0000000..0eb0059 --- /dev/null +++ b/output/__core-js_shared__.json @@ -0,0 +1,238 @@ +{ + "property_name": "__core-js_shared__", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2177", + "resolved_data": { + "versions": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Array", + "description": "Array(4)", + "objectId": "3290802516498786405.1.4401", + "nested": { + "_skipped": "Native API" + } + }, + "wks": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.4402", + "nested": { + "toPrimitive": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "toStringTag": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "species": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "unscopables": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "replace": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "search": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "iterator": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "match": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "isConcatSpreadable": { + "type": "symbol", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4421", + "className": "Object" + } + ] + } + }, + "inspectSource": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(t){return Lt(t)}" + }, + "keys": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.4404", + "nested": { + "IE_PROTO": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Symbol(IE_PROTO)_1.dgd62frsf5l" + }, + "hidden": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Symbol(hidden)_1.a5miscpmkp" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4422", + "className": "Object" + } + ] + } + }, + "state": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "WeakMap", + "description": "WeakMap", + "objectId": "3290802516498786405.1.4405", + "nested": { + "_skipped": "Native API" + } + }, + "native-string-replace": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function replace() { [native code] }" + }, + "symbols": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.4407", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4423", + "className": "Object" + } + ] + } + }, + "op-symbols": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.4408", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4424", + "className": "Object" + } + ] + } + }, + "string-to-symbol-registry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.4409", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4425", + "className": "Object" + } + ] + } + }, + "symbol-to-string-registry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.4410", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4426", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4411", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/_qsie.json b/output/_qsie.json new file mode 100644 index 0000000..2703c42 --- /dev/null +++ b/output/_qsie.json @@ -0,0 +1,15 @@ +{ + "property_name": "_qsie", + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.1209", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4251", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/chrome.json b/output/chrome.json new file mode 100644 index 0000000..5c714a9 --- /dev/null +++ b/output/chrome.json @@ -0,0 +1,36 @@ +{ + "property_name": "chrome", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.1175", + "resolved_data": { + "loadTimes": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "csi": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function () { [native code] }" + }, + "app": { + "type": "unknown", + "writable": false, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2200", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/console.json b/output/console.json new file mode 100644 index 0000000..63541a3 --- /dev/null +++ b/output/console.json @@ -0,0 +1,208 @@ +{ + "property_name": "console", + "className": "console", + "description": "console", + "objectId": "3290802516498786405.1.1267", + "resolved_data": { + "debug": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function debug() { [native code] }" + }, + "error": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function error() { [native code] }" + }, + "info": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function info() { [native code] }" + }, + "log": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function log() { [native code] }" + }, + "warn": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function warn() { [native code] }" + }, + "dir": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dir() { [native code] }" + }, + "dirxml": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function dirxml() { [native code] }" + }, + "table": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function table() { [native code] }" + }, + "trace": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function trace() { [native code] }" + }, + "group": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function group() { [native code] }" + }, + "groupCollapsed": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function groupCollapsed() { [native code] }" + }, + "groupEnd": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function groupEnd() { [native code] }" + }, + "clear": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function clear() { [native code] }" + }, + "count": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function count() { [native code] }" + }, + "countReset": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function countReset() { [native code] }" + }, + "assert": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function assert() { [native code] }" + }, + "profile": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function profile() { [native code] }" + }, + "profileEnd": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function profileEnd() { [native code] }" + }, + "time": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function time() { [native code] }" + }, + "timeLog": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function timeLog() { [native code] }" + }, + "timeEnd": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function timeEnd() { [native code] }" + }, + "timeStamp": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function timeStamp() { [native code] }" + }, + "context": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function context() { [native code] }" + }, + "createTask": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function createTask() { [native code] }" + }, + "memory": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "className": "MemoryInfo", + "description": "MemoryInfo", + "objectId": "3290802516498786405.1.4292", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4295", + "className": "MemoryInfo" + } + ] + } + }, + "Symbol(Symbol.toStringTag)": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": false, + "value": "console" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4294", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/cookieStore.json b/output/cookieStore.json new file mode 100644 index 0000000..eeddad3 --- /dev/null +++ b/output/cookieStore.json @@ -0,0 +1,15 @@ +{ + "property_name": "cookieStore", + "className": "CookieStore", + "description": "CookieStore", + "objectId": "3290802516498786405.1.1177", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2201", + "className": "CookieStore" + } + ] + } +} \ No newline at end of file diff --git a/output/customElements.json b/output/customElements.json new file mode 100644 index 0000000..b41f29b --- /dev/null +++ b/output/customElements.json @@ -0,0 +1,15 @@ +{ + "property_name": "customElements", + "className": "CustomElementRegistry", + "description": "CustomElementRegistry", + "objectId": "3290802516498786405.1.1109", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2182", + "className": "CustomElementRegistry" + } + ] + } +} \ No newline at end of file diff --git a/output/dataLayer.json b/output/dataLayer.json new file mode 100644 index 0000000..8c0bd76 --- /dev/null +++ b/output/dataLayer.json @@ -0,0 +1,358 @@ +{ + "property_name": "dataLayer", + "className": "Array", + "description": "Array(5)", + "objectId": "3290802516498786405.1.1203", + "resolved_data": { + "0": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Arguments", + "description": "Arguments(2)", + "objectId": "3290802516498786405.1.3490", + "nested": { + "0": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "js" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 10 + }, + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": false, + "value": 2 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3501", + "className": "Object" + } + ] + } + }, + "1": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Arguments", + "description": "Arguments(2)", + "objectId": "3290802516498786405.1.3491", + "nested": { + "0": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "set" + }, + "1": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3502", + "nested": { + "cookie_flags": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "SameSite=Strict;Secure" + }, + "transport_type": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "beacon" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3507", + "className": "Object" + } + ] + } + }, + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": false, + "value": 2 + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": false, + "value": 12 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3506", + "className": "Object" + } + ] + } + }, + "2": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Arguments", + "description": "Arguments(3)", + "objectId": "3290802516498786405.1.3492", + "nested": { + "0": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "config" + }, + "1": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "G-CSLL4ZEK4L" + }, + "2": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3508", + "nested": { + "cookie_expires": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "63072000" + }, + "page_location": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://pubmed.ncbi.nlm.nih.gov/32845321/" + }, + "page_title": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Hello? This Is Your Cardiologist - PubMed" + }, + "agency": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "HHS" + }, + "subagency": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "NCBI - NCBI.NLM.NIH.GOV" + }, + "site_topic": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ncbi pinger 0.39.3" + }, + "site_platform": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ncbi pinger 0.39.3" + }, + "script_source": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://dap.digitalgov.gov/universal-federated-analytics-min.js" + }, + "version": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "20250702 v8.7 - ga4" + }, + "protocol": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https:" + }, + "using_parallel_tracker": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "no" + }, + "hostname_dimension": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed.ncbi.nlm.nih.gov" + }, + "page_referrer": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3513", + "className": "Object" + } + ] + } + }, + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": false, + "value": 3 + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": false, + "value": 13 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3512", + "className": "Object" + } + ] + } + }, + "3": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3493", + "nested": { + "event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gtm.dom" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 14 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3514", + "className": "Object" + } + ] + } + }, + "4": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3494", + "nested": { + "event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gtm.load" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 16 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3515", + "className": "Object" + } + ] + } + }, + "push": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){var f;if($n.SANDBOXED_JS_SEMAPHORE>0){f=\n[];for(var g=0;gn)for(N(4),c.pruned=!0;this.length>n;)this.shift();var p=typeof l!==\"boolean\"||l;return qB()&&p}" + }, + "length": { + "type": "number", + "writable": true, + "configurable": false, + "enumerable": false, + "value": 5 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3496", + "className": "Array" + } + ] + } +} \ No newline at end of file diff --git a/output/exports.json b/output/exports.json new file mode 100644 index 0000000..3aaeb85 --- /dev/null +++ b/output/exports.json @@ -0,0 +1,29 @@ +{ + "property_name": "exports", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.1197", + "resolved_data": { + "CollectionsButton": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "class b{constructor(e,t=\"collections-dialog-overlay\"){this.container=e,this.trigger=this.container.find(\".collections-dialog-trigger\"),this.articleID=this.container.data(\"article-id\"),this.databaseId=this.container.data(\"article-db\"),this.cssClass=t,this.initCollectionsDialog(),this.toggleInCollections()}toggleInCollections(){let e=this.trigger.data(\"in-collections\");const t=e?\"collections-button-empty\":\"collections-button-full\",n=e?\"collections-button-full\":\"collections-button-empty\";this.trigger.removeClass(t).addClass(n)}initCollectionsDialog(){const e=this.container.find(\".collections-dialog\"),t=this.container.find(\".collections-dialog-trigger\");e[0]&&t[0]&&(this.collectionsDialog=new y({container:e,triggers:t,cssClass:this.cssClass,articleId:this.articleID,databaseId:this.databaseId,collectionsButton:this}))}}" + }, + "__esModule": { + "type": "boolean", + "writable": false, + "configurable": false, + "enumerable": false, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3268", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/external.json b/output/external.json new file mode 100644 index 0000000..280c6fe --- /dev/null +++ b/output/external.json @@ -0,0 +1,15 @@ +{ + "property_name": "external", + "className": "External", + "description": "External", + "objectId": "3290802516498786405.1.1122", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2189", + "className": "External" + } + ] + } +} \ No newline at end of file diff --git a/output/gaGlobal.json b/output/gaGlobal.json new file mode 100644 index 0000000..d2aa633 --- /dev/null +++ b/output/gaGlobal.json @@ -0,0 +1,29 @@ +{ + "property_name": "gaGlobal", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.1206", + "resolved_data": { + "vid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "811243661.1763758702" + }, + "from_cookie": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3516", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/google_tag_data.json b/output/google_tag_data.json new file mode 100644 index 0000000..ac63906 --- /dev/null +++ b/output/google_tag_data.json @@ -0,0 +1,932 @@ +{ + "property_name": "google_tag_data", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.1202", + "resolved_data": { + "tidr": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Sj", + "description": "Sj", + "objectId": "3290802516498786405.1.3379", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3386", + "nested": { + "GTM-PC9B6M3": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3393", + "nested": { + "canonicalContainerId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "47342615" + }, + "scriptContainerId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "GTM-PC9B6M3" + }, + "state": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "scriptSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://www.googletagmanager.com/gtm.js?id=GTM-PC9B6M3&l=pingerDataLayer" + }, + "htmlLoadOrder": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0" + }, + "loadScriptType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "2" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3401", + "className": "Object" + } + ] + } + }, + "G-DP2X732JSX": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3394", + "nested": { + "state": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "context": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3402", + "nested": { + "source": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 6 + }, + "fromContainerExecution": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3409", + "className": "Object" + } + ] + } + }, + "parent": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3403", + "nested": { + "ctid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "GTM-PC9B6M3" + }, + "isDestination": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3410", + "className": "Object" + } + ] + } + }, + "canonicalContainerId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "84263385" + }, + "scriptContainerId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "G-DP2X732JSX" + }, + "scriptSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://www.googletagmanager.com/gtag/js?id=G-DP2X732JSX&l=pingerDataLayer&cx=c>m=4e5bi1" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3407", + "className": "Object" + } + ] + } + }, + "G-CSLL4ZEK4L": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3395", + "nested": { + "canonicalContainerId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "131934939" + }, + "scriptContainerId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "G-CSLL4ZEK4L" + }, + "state": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "scriptSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L" + }, + "htmlLoadOrder": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "2" + }, + "loadScriptType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "3" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3414", + "className": "Object" + } + ] + } + }, + "GT-TWZC7CH": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3396", + "nested": { + "canonicalContainerId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "131934939" + }, + "scriptContainerId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "G-CSLL4ZEK4L" + }, + "state": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "scriptSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L" + }, + "htmlLoadOrder": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "2" + }, + "loadScriptType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "3" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3418", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3397", + "className": "Object" + } + ] + } + }, + "destination": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3387", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3419", + "className": "Object" + } + ] + } + }, + "destinationArray": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3388", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3422", + "className": "Object" + } + ] + } + }, + "canonical": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3389", + "nested": { + "47342615": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3423", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3427", + "className": "Object" + } + ] + } + }, + "84263385": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3424", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3428", + "className": "Object" + } + ] + } + }, + "131934939": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3425", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3429", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3426", + "className": "Object" + } + ] + } + }, + "injectedFirstPartyContainers": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3391", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3430", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3392", + "className": "Object" + } + ] + } + }, + "xcd": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3380", + "nested": { + "cookie_deprecation_label": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3431", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3442", + "className": "Object" + } + ] + } + }, + "page_experiment_ids": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3432", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3448", + "className": "Object" + } + ] + } + }, + "ip_geo_data_cache": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3433", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3454", + "className": "Object" + } + ] + } + }, + "eab": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3434", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3460", + "className": "Object" + } + ] + } + }, + "em_registry": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3435", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3466", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3436", + "className": "Object" + } + ] + } + }, + "uach_promise": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Promise", + "description": "Promise", + "objectId": "3290802516498786405.1.3381", + "nested": { + "_skipped": "Native API" + } + }, + "ics": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Jl", + "description": "Jl", + "objectId": "3290802516498786405.1.3382", + "nested": { + "entries": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3467", + "nested": { + "ad_storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3470", + "nested": { + "implicit": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3475", + "className": "Object" + } + ] + } + }, + "analytics_storage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3471", + "nested": { + "implicit": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3476", + "className": "Object" + } + ] + } + }, + "ad_user_data": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3472", + "nested": { + "implicit": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3477", + "className": "Object" + } + ] + } + }, + "ad_personalization": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3473", + "nested": { + "implicit": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3478", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3474", + "className": "Object" + } + ] + } + }, + "active": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "usedDeclare": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "usedDefault": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "usedUpdate": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "usedImplicit": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "accessedDefault": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "accessedAny": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "wasSetLate": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "waitPeriodTimedOut": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3469", + "className": "Object" + } + ] + } + }, + "uach": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3383", + "nested": { + "architecture": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "arm" + }, + "bitness": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "64" + }, + "mobile": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "model": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "platform": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "macOS" + }, + "platformVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "13.1.0" + }, + "uaFullVersion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "142.0.7444.176" + }, + "wow64": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3481", + "className": "Object" + } + ] + } + }, + "gl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3384", + "nested": { + "data": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3483", + "nested": { + "query": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3485", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3488", + "className": "Object" + } + ] + } + }, + "fragment": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3486", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3489", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3487", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3484", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3385", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/google_tag_manager.json b/output/google_tag_manager.json new file mode 100644 index 0000000..09356fe --- /dev/null +++ b/output/google_tag_manager.json @@ -0,0 +1,673 @@ +{ + "property_name": "google_tag_manager", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.1201", + "resolved_data": { + "e": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(s){return eval(s);}" + }, + "debugGroupId": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "7408183895833331" + }, + "tcf": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3288", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3300", + "className": "Object" + } + ] + } + }, + "pscdl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "GTM-PC9B6M3": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3289", + "nested": { + "dataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3301", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pingerDataLayer" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3309", + "className": "Object" + } + ] + } + }, + "bootstrap": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758701616 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3305", + "className": "Object" + } + ] + } + }, + "rm": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3290", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3311", + "className": "Object" + } + ] + } + }, + "pingerDataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3291", + "nested": { + "subscribers": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "gtmDom": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "gtmLoad": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3312", + "className": "Object" + } + ] + } + }, + "mb": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "EA", + "description": "EA", + "objectId": "3290802516498786405.1.3292", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3315", + "className": "Object" + } + ] + } + }, + "r": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Uz", + "description": "Uz", + "objectId": "3290802516498786405.1.3293", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3316", + "nested": { + "47342615": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3319", + "nested": { + "_entity": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3323", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3328", + "className": "Object" + } + ] + } + }, + "_event": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3324", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3331", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3325", + "className": "Object" + } + ] + } + }, + "84263385": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3320", + "nested": { + "_entity": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3332", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3337", + "className": "Object" + } + ] + } + }, + "_event": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3333", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3340", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3334", + "className": "Object" + } + ] + } + }, + "131934939": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3321", + "nested": { + "_entity": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3341", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3346", + "className": "Object" + } + ] + } + }, + "_event": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3342", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3349", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3343", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3322", + "className": "Object" + } + ] + } + }, + "C": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3317", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3350", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3318", + "className": "Object" + } + ] + } + }, + "sequence": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 18 + }, + "SANDBOXED_JS_SEMAPHORE": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "autoEventsSettings": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3294", + "nested": { + "cl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3351", + "nested": { + "init": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3356", + "className": "Object" + } + ] + } + }, + "ehl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3352", + "nested": { + "init": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3358", + "className": "Object" + } + ] + } + }, + "sdl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3353", + "nested": { + "vert.pix": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3361", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3363", + "className": "Object" + } + ] + } + }, + "init": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "pending": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3362", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3354", + "className": "Object" + } + ] + } + }, + "G-DP2X732JSX": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3295", + "nested": { + "dataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3364", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pingerDataLayer" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3370", + "className": "Object" + } + ] + } + }, + "bootstrap": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758701746 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3366", + "className": "Object" + } + ] + } + }, + "grl": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){var f=Gb();f>=b&&(b=f+864E5,d=5E3);c=Math.min(c+(f-a)/1E3*5,20);a=f;var g=!1;d<1||c<1||(g=!0,d--,c--);e&&(e.Bq=d,e.nq=c);return g}" + }, + "G-CSLL4ZEK4L": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3297", + "nested": { + "dataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3371", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "dataLayer" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3377", + "className": "Object" + } + ] + } + }, + "bootstrap": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758701808 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3373", + "className": "Object" + } + ] + } + }, + "dataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3298", + "nested": { + "subscribers": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "gtmDom": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "gtmLoad": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3378", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3299", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/jQuery361053639817415354451.json b/output/jQuery361053639817415354451.json new file mode 100644 index 0000000..9b5fe2b --- /dev/null +++ b/output/jQuery361053639817415354451.json @@ -0,0 +1,32 @@ +{ + "property_name": "jQuery361053639817415354451", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2178", + "resolved_data": { + "events": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.4427", + "nested": {} + }, + "handle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(t){return void 0!==k&&k.event.triggered!==t.type?k.event.dispatch.apply(e,arguments):void 0}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4429", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/jQuery361074058757280353391.json b/output/jQuery361074058757280353391.json new file mode 100644 index 0000000..a2ec535 --- /dev/null +++ b/output/jQuery361074058757280353391.json @@ -0,0 +1,32 @@ +{ + "property_name": "jQuery361074058757280353391", + "className": "Object", + "description": "Object", + "objectId": "-754027086735302752.1.2178", + "resolved_data": { + "events": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-754027086735302752.1.4427", + "nested": {} + }, + "handle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(t){return void 0!==k&&k.event.triggered!==t.type?k.event.dispatch.apply(e,arguments):void 0}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-754027086735302752.1.4429", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/jQuery371053269243926709651.json b/output/jQuery371053269243926709651.json new file mode 100644 index 0000000..9a617a8 --- /dev/null +++ b/output/jQuery371053269243926709651.json @@ -0,0 +1,32 @@ +{ + "property_name": "jQuery371053269243926709651", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2179", + "resolved_data": { + "events": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.4432", + "nested": {} + }, + "handle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){return typeof jQuery!==\"undefined\"&&jQuery.event.triggered!==e.type?jQuery.event.dispatch.apply(elem,arguments):undefined;}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.4434", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/jQuery371071655011918650271.json b/output/jQuery371071655011918650271.json new file mode 100644 index 0000000..be78d84 --- /dev/null +++ b/output/jQuery371071655011918650271.json @@ -0,0 +1,32 @@ +{ + "property_name": "jQuery371071655011918650271", + "className": "Object", + "description": "Object", + "objectId": "-754027086735302752.1.2179", + "resolved_data": { + "events": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "-754027086735302752.1.4432", + "nested": {} + }, + "handle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(e){return typeof jQuery!==\"undefined\"&&jQuery.event.triggered!==e.type?jQuery.event.dispatch.apply(elem,arguments):undefined;}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-754027086735302752.1.4434", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/launchQueue.json b/output/launchQueue.json new file mode 100644 index 0000000..a7d136c --- /dev/null +++ b/output/launchQueue.json @@ -0,0 +1,15 @@ +{ + "property_name": "launchQueue", + "className": "LaunchQueue", + "description": "LaunchQueue", + "objectId": "3290802516498786405.1.1187", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2204", + "className": "LaunchQueue" + } + ] + } +} \ No newline at end of file diff --git a/output/litPropertyMetadata.json b/output/litPropertyMetadata.json new file mode 100644 index 0000000..60b5b55 --- /dev/null +++ b/output/litPropertyMetadata.json @@ -0,0 +1,20 @@ +{ + "property_name": "litPropertyMetadata", + "className": "WeakMap", + "description": "WeakMap", + "objectId": "-8799355714042909497.1.1220", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2820", + "className": "WeakMap" + }, + { + "name": "[[Entries]]", + "objectId": "-8799355714042909497.1.2821", + "className": "Array" + } + ] + } +} \ No newline at end of file diff --git a/output/localStorage.json b/output/localStorage.json new file mode 100644 index 0000000..aec0d04 --- /dev/null +++ b/output/localStorage.json @@ -0,0 +1,15 @@ +{ + "property_name": "localStorage", + "className": "Storage", + "description": "Storage", + "objectId": "3290802516498786405.1.1132", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2194", + "className": "Storage" + } + ] + } +} \ No newline at end of file diff --git a/output/locationbar.json b/output/locationbar.json new file mode 100644 index 0000000..0e48525 --- /dev/null +++ b/output/locationbar.json @@ -0,0 +1,15 @@ +{ + "property_name": "locationbar", + "className": "BarProp", + "description": "BarProp", + "objectId": "3290802516498786405.1.1112", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2183", + "className": "BarProp" + } + ] + } +} \ No newline at end of file diff --git a/output/menubar.json b/output/menubar.json new file mode 100644 index 0000000..3b71f6c --- /dev/null +++ b/output/menubar.json @@ -0,0 +1,15 @@ +{ + "property_name": "menubar", + "className": "BarProp", + "description": "BarProp", + "objectId": "3290802516498786405.1.1113", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2184", + "className": "BarProp" + } + ] + } +} \ No newline at end of file diff --git a/output/ncbi.json b/output/ncbi.json new file mode 100644 index 0000000..3cb499b --- /dev/null +++ b/output/ncbi.json @@ -0,0 +1,9107 @@ +{ + "property_name": "ncbi", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.1196", + "resolved_data": { + "awesome": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2210", + "nested": { + "basePage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2215", + "nested": { + "header": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2224", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2228", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2231", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2229", + "className": "Object" + } + ] + } + }, + "searchIdCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-sid" + }, + "adjNavSearchIdCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-adjnav-sid" + }, + "searchFormSubmittedCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-sfs" + }, + "isOnSearchPageCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-iosp" + }, + "backToSearchCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-btsl" + }, + "clinicalSeeAllCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-csa" + }, + "jsCookieDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed.ncbi.nlm.nih.gov" + }, + "userShareRequestFailed": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "noSharedSettings": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "myncbi_no_shared_settings" + }, + "noSharedAccount": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "myncbi_no_shared_account" + }, + "noSessionBanner": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "zo.NoSessionBanner", + "description": "zo.NoSessionBanner", + "objectId": "3290802516498786405.1.2225", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2232", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2235", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2238", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2236", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2233", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2226", + "className": "Object" + } + ] + } + }, + "articlePage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2216", + "nested": { + "initDisplayOptions": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){var t=this;this.desktopDisplayOptionsContainer=new Ru.DisplayOptionsDropdown({container:this.articleActionsBar.find(\".display-options\"),resultContainer:this.container,loadingIndicator:this.loadingIndicator,pageUrl:this.articlePageUrl}),this.mobileDisplayOptionsContainer=new Ru.DisplayOptionsDropdown({container:this.container.find(\".short-view .display-options\"),resultContainer:this.container,loadingIndicator:this.loadingIndicator,pageUrl:this.articlePageUrl}),this.tabletDisplayOptionsContainer=new Ru.DisplayOptionsDropdown({container:this.container.find(\".article-details .actions-buttons .inner-wrap .display-options\"),resultContainer:this.container,loadingIndicator:this.loadingIndicator,pageUrl:this.articlePageUrl}),this.windowElement.on(\"pageshow\",(function(){setTimeout((function(){t.searchFormTermInput.is(\":visible\")&&-1==window.location.href.indexOf(\"#\")?t.searchFormTermInput.focus():(window.location.href.includes(\"open-collections-panel\")&&t.collectionsPanel.openCollectionsPanelAfterSuccessfulLogin(),t.bibliographyPanel.openBibliographyPanelAfterSuccessfulLogin(),t.savedSearchPanel.openSavedSearchPanelAfterSuccessfulLogin(),t.emailPanel.openEmailPanelAfterSuccessfulLogin())}),300),t.desktopDisplayOptionsContainer.hide(),t.mobileDisplayOptionsContainer.hide(),t.tabletDisplayOptionsContainer.hide(),t.loadingIndicator.hide(),t.container.removeClass(\"loading\")}))}" + }, + "logger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "u", + "description": "u", + "objectId": "3290802516498786405.1.2262", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "article-page" + }, + "levels": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2306", + "nested": { + "TRACE": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "DEBUG": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "INFO": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "WARN": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 3 + }, + "ERROR": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 4 + }, + "SILENT": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2322", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2321", + "className": "Object" + } + ] + } + }, + "mathJaxUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://cdn.ncbi.nlm.nih.gov/pubmed/6aa07a65-6caa-4bbc-acaa-48623b669c29/mathjax/unpacked/MathJax.js?config=MML_CHTML" + }, + "searchIdCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-sid" + }, + "adjNavSearchIdCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-adjnav-sid" + }, + "searchFormSubmittedCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-sfs" + }, + "jsCookieDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed.ncbi.nlm.nih.gov" + }, + "backToSearchCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-btsl" + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2263", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2324", + "className": "Object" + } + ] + } + }, + "pageHeader": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2264", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2326", + "className": "Object" + } + ] + } + }, + "articlePageHeader": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2265", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2328", + "className": "Object" + } + ] + } + }, + "articlePMID": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 32845321 + }, + "articleActionsBar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2266", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2330", + "className": "Object" + } + ] + } + }, + "panelsContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2267", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2332", + "className": "Object" + } + ] + } + }, + "clipboard": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2268", + "nested": { + "clipboardAPIRoot": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/ajax/clipboard/" + }, + "clipboardNextPageUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/clipboard-next-page/" + }, + "clipboardLink": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2333", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2338", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2341", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2339", + "className": "Object" + } + ] + } + }, + "csrfToken": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2334", + "nested": { + "value": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "RPEZKuP89au3ReGMx0N9Lt70lsTfKiTXU0vfAKDstIfHcMh5gZ942gYfJNH0nQJ2" + }, + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "csrfmiddlewaretoken" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2342", + "className": "Object" + } + ] + } + }, + "isSafari": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "onBack": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2336", + "className": "Object" + } + ] + } + }, + "bodyElem": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2269", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2344", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2347", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2345", + "className": "Object" + } + ] + } + }, + "headElem": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2270", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2349", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2352", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2350", + "className": "Object" + } + ] + } + }, + "moreActionsDialog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2271", + "nested": { + "overlay": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2353", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2358", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2361", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2359", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2354", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2363", + "className": "Object" + } + ] + } + }, + "triggers": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2355", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2366", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2369", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2367", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2356", + "className": "Object" + } + ] + } + }, + "searchFormTermInput": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2272", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2371", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2374", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2372", + "className": "Object" + } + ] + } + }, + "filtersStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2273", + "nested": { + "filtersStorageKey": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-filters-by" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2376", + "className": "t" + } + ] + } + }, + "appliedFiltersMessage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2274", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2377", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2380", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2378", + "className": "Object" + } + ] + } + }, + "appliedFiltersMessageFilters": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2275", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2381", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2383", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2386", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2384", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2382", + "className": "Object" + } + ] + } + }, + "clearFiltersLink": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2276", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2387", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2389", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2392", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2390", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2388", + "className": "Object" + } + ] + } + }, + "searchID": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "longTermPrefix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "longquery" + }, + "adjNavStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2277", + "nested": { + "maxAdjNavRecords": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20000 + }, + "maxRecordLifetime": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 864000000 + }, + "cleanupFrequency": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 86400000 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2394", + "className": "Object" + } + ] + } + }, + "adjNavURLPath": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/32845321/adj-nav/" + }, + "markJSUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://cdn.ncbi.nlm.nih.gov/pubmed/6aa07a65-6caa-4bbc-acaa-48623b669c29/mark.js/dist/jquery.mark.js" + }, + "termHighlightColor": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "highlightedTokens": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "articlePageUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/32845321/" + }, + "citeFormatPreferenceCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-cf" + }, + "articleLinksAjaxUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/32845321/article-related-links/" + }, + "loadingIndicator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2278", + "nested": { + "template": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "
\n
\n
\n
\n
" + }, + "el": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2395", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2398", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2401", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2399", + "className": "Object" + } + ] + } + }, + "activeClassName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "active" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2396", + "className": "Object" + } + ] + } + }, + "windowElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2279", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2403", + "className": "Object" + } + ] + } + }, + "desktopDisplayOptionsContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2280", + "nested": { + "displayOptionsContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2404", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2412", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2415", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2413", + "className": "Object" + } + ] + } + }, + "resultContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2405", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2417", + "className": "Object" + } + ] + } + }, + "loadingIndicator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2406", + "nested": { + "template": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "
\n
\n
\n
\n
" + }, + "el": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2418", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2421", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2421" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2422", + "className": "Object" + } + ] + } + }, + "activeClassName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "active" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2419", + "className": "Object" + } + ] + } + }, + "pageUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/32845321/" + }, + "displayOptionsDropdownTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2407", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2424", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2427", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2427" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2428", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2425", + "className": "Object" + } + ] + } + }, + "displayOptionsDropdownContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2408", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2430", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2433", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2433" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2434", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2431", + "className": "Object" + } + ] + } + }, + "formatQueryParamName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "format" + }, + "defaultFormatValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "abstract" + }, + "currentFormatValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "abstract" + }, + "displayOptionsDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2409", + "nested": { + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2435", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2439", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2436", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2441", + "className": "Object" + } + ] + } + }, + "targetClassName": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "wrapper": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "toggleOnHover": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "toggleOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "shouldFlip": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "activeTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2437", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2410", + "className": "Object" + } + ] + } + }, + "mobileDisplayOptionsContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2281", + "nested": { + "displayOptionsContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2442", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2450", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2453", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2451", + "className": "Object" + } + ] + } + }, + "resultContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2443", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2455", + "className": "Object" + } + ] + } + }, + "loadingIndicator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2444", + "nested": { + "template": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "
\n
\n
\n
\n
" + }, + "el": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2456", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2459", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2459" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2460", + "className": "Object" + } + ] + } + }, + "activeClassName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "active" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2457", + "className": "Object" + } + ] + } + }, + "pageUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/32845321/" + }, + "displayOptionsDropdownTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2445", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2462", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2465", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2465" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2466", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2463", + "className": "Object" + } + ] + } + }, + "displayOptionsDropdownContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2446", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2468", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2471", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2471" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2472", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2469", + "className": "Object" + } + ] + } + }, + "formatQueryParamName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "format" + }, + "defaultFormatValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "abstract" + }, + "currentFormatValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "abstract" + }, + "displayOptionsDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2447", + "nested": { + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2473", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2477", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2474", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2479", + "className": "Object" + } + ] + } + }, + "targetClassName": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "wrapper": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "toggleOnHover": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "toggleOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "shouldFlip": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "activeTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2475", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2448", + "className": "Object" + } + ] + } + }, + "tabletDisplayOptionsContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2282", + "nested": { + "displayOptionsContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2480", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2488", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2491", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2489", + "className": "Object" + } + ] + } + }, + "resultContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2481", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2493", + "className": "Object" + } + ] + } + }, + "loadingIndicator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2482", + "nested": { + "template": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "
\n
\n
\n
\n
" + }, + "el": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2494", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2497", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2497" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2498", + "className": "Object" + } + ] + } + }, + "activeClassName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "active" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2495", + "className": "Object" + } + ] + } + }, + "pageUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/32845321/" + }, + "displayOptionsDropdownTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2483", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2500", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2503", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2503" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2504", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2501", + "className": "Object" + } + ] + } + }, + "displayOptionsDropdownContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2484", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2506", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2509", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2509" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2510", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2507", + "className": "Object" + } + ] + } + }, + "formatQueryParamName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "format" + }, + "defaultFormatValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "abstract" + }, + "currentFormatValue": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "abstract" + }, + "displayOptionsDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2485", + "nested": { + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2511", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2515", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2512", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2517", + "className": "Object" + } + ] + } + }, + "targetClassName": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "wrapper": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "toggleOnHover": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "toggleOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "shouldFlip": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "activeTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2513", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2486", + "className": "Object" + } + ] + } + }, + "moreActionsTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2283", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2519", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2522", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2520", + "className": "Object" + } + ] + } + }, + "referrerIsClipboard": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "searchForm": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2284", + "nested": { + "logger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "u", + "description": "u", + "objectId": "3290802516498786405.1.2523", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "search-form-base" + }, + "levels": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2536", + "nested": { + "TRACE": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "DEBUG": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "INFO": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "WARN": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 3 + }, + "ERROR": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 4 + }, + "SILENT": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2552", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2551", + "className": "Object" + } + ] + } + }, + "body": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2524", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2554", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2557", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2555", + "className": "Object" + } + ] + } + }, + "form": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2525", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2559", + "className": "Object" + } + ] + } + }, + "searchInputTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2526", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2561", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2564", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2562", + "className": "Object" + } + ] + } + }, + "searchInputContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2527", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2566", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2569", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2567", + "className": "Object" + } + ] + } + }, + "searchInputCleaner": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2528", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2571", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2574", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2574" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2575", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2572", + "className": "Object" + } + ] + } + }, + "queryField": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2529", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2577", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2580", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2580" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2581", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2578", + "className": "Object" + } + ] + } + }, + "searchButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2530", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2583", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2586", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2586" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2587", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2584", + "className": "Object" + } + ] + } + }, + "initialQuery": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "windowScrollElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2531", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2590", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2593", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2591", + "className": "Object" + } + ] + } + }, + "windowElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2532", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2595", + "className": "Object" + } + ] + } + }, + "searchUrlMaximumLength": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2000 + }, + "searchIdCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-sid" + }, + "adjNavSearchIdCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-adjnav-sid" + }, + "jsCookieDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed.ncbi.nlm.nih.gov" + }, + "searchFormSubmittedCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-sfs" + }, + "filtersStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2533", + "nested": { + "filtersStorageKey": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-filters-by" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2597", + "className": "t" + } + ] + } + }, + "skipQueryInputFocus": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "filterSuggestions": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "eventCategory": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "search" + }, + "isIE": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "autocomplete": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2534", + "nested": { + "apiUrl": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "/suggestions/" + }, + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2598", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2605", + "className": "Object" + } + ] + } + }, + "cssClass": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "ncbi-autocomplete" + }, + "_cache": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2599", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2606", + "className": "Object" + } + ] + } + }, + "options": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2600", + "nested": { + "hint": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "limit": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5 + }, + "unpack": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2607", + "className": "Object" + } + ] + } + }, + "filterSuggestions": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "typeahead": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2602", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2609", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2603", + "className": "Object" + } + ] + } + }, + "enableAutoComplete": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2535", + "className": "Object" + } + ] + } + }, + "pageSidebar": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2285", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2610", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2620", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2623", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2621", + "className": "Object" + } + ] + } + }, + "pageContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2611", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2625", + "className": "Object" + } + ] + } + }, + "pageHeader": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2612", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2627", + "className": "Object" + } + ] + } + }, + "desktopStickinessController": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2613", + "nested": { + "logger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "u", + "description": "u", + "objectId": "3290802516498786405.1.2628", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "page-stickiness-controller" + }, + "levels": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2638", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2638" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2653", + "className": "Object" + } + ] + } + }, + "className": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "e" + }, + "windowElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2629", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2655", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2630", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2657", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2657" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2658", + "className": "Object" + } + ] + } + }, + "pageContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2631", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2660", + "className": "Object" + } + ] + } + }, + "pageHeader": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2632", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2662", + "className": "Object" + } + ] + } + }, + "visibilityCheckEl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2635", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2664", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2664" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2665", + "className": "Object" + } + ] + } + }, + "containerHeight": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 624 + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "pageContainerPaddingBottom": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 48 + }, + "pageContainerOffsetBottom": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1715.4 + }, + "containerOffsetTop": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 294.5 + }, + "containerOffsetLeft": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 943.5 + }, + "notImplementedMethodError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Not implemented method" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2637", + "className": "t" + } + ] + } + }, + "mobileStickinessController": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2614", + "nested": { + "logger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "u", + "description": "u", + "objectId": "3290802516498786405.1.2666", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "page-stickiness-controller" + }, + "levels": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2675", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2675" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2690", + "className": "Object" + } + ] + } + }, + "className": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "e" + }, + "windowElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2667", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2692", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2668", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2694", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2694" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2695", + "className": "Object" + } + ] + } + }, + "pageContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2669", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2697", + "className": "Object" + } + ] + } + }, + "pageHeader": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "visibilityCheckEl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2672", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2699", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2699" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2700", + "className": "Object" + } + ] + } + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "notImplementedMethodError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Not implemented method" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2674", + "className": "t" + } + ] + } + }, + "desktopNavigator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "n", + "description": "n", + "objectId": "3290802516498786405.1.2615", + "nested": { + "logger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "u", + "description": "u", + "objectId": "3290802516498786405.1.2701", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "page-navigator" + }, + "levels": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2713", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2713" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2728", + "className": "Object" + } + ] + } + }, + "className": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "n" + }, + "windowElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2702", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2730", + "className": "Object" + } + ] + } + }, + "windowScrollElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2703", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2733", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2733" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2734", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2704", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2736", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2736" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2737", + "className": "Object" + } + ] + } + }, + "pageContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2705", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2739", + "className": "Object" + } + ] + } + }, + "extraNavigationOffset": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 20 + }, + "extraTrackingOffset": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 40 + }, + "links": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2708", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2745", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2745" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2746", + "className": "Object" + } + ] + } + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_currentRecord": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2710", + "nested": { + "hash": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "#heading" + }, + "title": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Title & authors" + }, + "menuItem": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2747", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2747" + } + }, + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2748", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2748" + } + }, + "top": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 318.5 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2749", + "className": "Object" + } + ] + } + }, + "notImplementedMethodError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Not implemented method" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2712", + "className": "t" + } + ] + } + }, + "mobileNavigator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2616", + "nested": { + "logger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "u", + "description": "u", + "objectId": "3290802516498786405.1.2750", + "nested": { + "name": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "page-navigator" + }, + "levels": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.2762", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2762" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2777", + "className": "Object" + } + ] + } + }, + "className": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "e" + }, + "windowElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2751", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2779", + "className": "Object" + } + ] + } + }, + "windowScrollElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2752", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2782", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2782" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2783", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2753", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2785", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2785" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2786", + "className": "Object" + } + ] + } + }, + "pageContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2754", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2788", + "className": "Object" + } + ] + } + }, + "extraNavigationOffset": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 75 + }, + "extraTrackingOffset": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 100 + }, + "select": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2757", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2790", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2790" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2791", + "className": "Object" + } + ] + } + }, + "options": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2758", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2797", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2797" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2798", + "className": "Object" + } + ] + } + }, + "enabled": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "notImplementedMethodError": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Not implemented method" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2761", + "className": "t" + } + ] + } + }, + "permalinkDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2617", + "nested": { + "permalinkContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2799", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2808", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2808" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2809", + "className": "Object" + } + ] + } + }, + "permalinkDropdownTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2800", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2811", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2811" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2812", + "className": "Object" + } + ] + } + }, + "permalinkDropdownContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2801", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2814", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2814" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2815", + "className": "Object" + } + ] + } + }, + "permalinkDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2802", + "nested": { + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2816", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2816" + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2817", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2817" + } + }, + "targetClassName": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "wrapper": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "toggleOnHover": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "toggleOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "shouldFlip": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "activeTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2818", + "className": "Object" + } + ] + } + }, + "permalinkTextNode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2803", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2820", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2820" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2821", + "className": "Object" + } + ] + } + }, + "permalinkCopyButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2804", + "nested": { + "trigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2822", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2822" + } + }, + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2823", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2823" + } + }, + "message": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Permalink successfully copied." + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2824", + "className": "Object" + } + ] + } + }, + "easySelectPermalink": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2805", + "nested": { + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2825", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2825" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2826", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2806", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2618", + "className": "t" + } + ] + } + }, + "expandedAuthorsMobileContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2286", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2828", + "className": "Object" + } + ] + } + }, + "expandedAuthorsDesktopContainer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2287", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2830", + "className": "Object" + } + ] + } + }, + "fullAuthors": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2288", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2831", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2842", + "className": "Object" + } + ] + } + }, + "trigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2832", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2844", + "className": "Object" + } + ] + } + }, + "fetchedAuthorsPlaceholder": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2833", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2845", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2848", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2846", + "className": "Object" + } + ] + } + }, + "windowScrollElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2834", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2851", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2854", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2852", + "className": "Object" + } + ] + } + }, + "animationDuration": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 300 + }, + "highlightDuration": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 3000 + }, + "updateUrl": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isDesktop": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "affiliationLinks": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2837", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2856", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2859", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2857", + "className": "Object" + } + ] + } + }, + "equalContribLinks": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2838", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2860", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2863", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2861", + "className": "Object" + } + ] + } + }, + "expandLoadingIndicator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2839", + "nested": { + "template": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "
\n
\n
\n
\n
" + }, + "el": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2864", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2867", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2867" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2868", + "className": "Object" + } + ] + } + }, + "activeClassName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "active" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2865", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2840", + "className": "Object" + } + ] + } + }, + "fullArticleDetails": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2289", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2869", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2880", + "className": "Object" + } + ] + } + }, + "trigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2870", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2882", + "className": "Object" + } + ] + } + }, + "fetchedAuthorsPlaceholder": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2871", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2883", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2886", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2884", + "className": "Object" + } + ] + } + }, + "windowScrollElement": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2872", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2889", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2892", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2890", + "className": "Object" + } + ] + } + }, + "animationDuration": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 300 + }, + "highlightDuration": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 3000 + }, + "updateUrl": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "isDesktop": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "affiliationLinks": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2875", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2894", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2897", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2895", + "className": "Object" + } + ] + } + }, + "equalContribLinks": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2876", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2898", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2901", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2899", + "className": "Object" + } + ] + } + }, + "expandLoadingIndicator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2877", + "nested": { + "template": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "
\n
\n
\n
\n
" + }, + "el": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2902", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2905", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2905" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2906", + "className": "Object" + } + ] + } + }, + "activeClassName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "active" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2903", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2878", + "className": "Object" + } + ] + } + }, + "citationTextBlock": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2290", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2907", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2914", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2917", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2917" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2918", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2915", + "className": "Object" + } + ] + } + }, + "citeFormatPreferenceCookieName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-cf" + }, + "selector": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2908", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2920", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2923", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2923" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2924", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2921", + "className": "Object" + } + ] + } + }, + "citationTextNode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2909", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2926", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2929", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2929" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2930", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2927", + "className": "Object" + } + ] + } + }, + "selectedStyle": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "copyButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2910", + "nested": { + "trigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2931", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2935", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2935" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2936", + "className": "Object" + } + ] + } + }, + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2932", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2938", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2938" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2939", + "className": "Object" + } + ] + } + }, + "message": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "Citation successfully copied." + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2933", + "className": "Object" + } + ] + } + }, + "loadingIndicator": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2911", + "nested": { + "template": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "
\n
\n
\n
\n
" + }, + "el": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2940", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2943", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.2943" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2944", + "className": "Object" + } + ] + } + }, + "activeClassName": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "active" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2941", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2912", + "className": "Object" + } + ] + } + }, + "citationDialog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2291", + "nested": { + "overlay": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2945", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2950", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2953", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2951", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2946", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2955", + "className": "Object" + } + ] + } + }, + "triggers": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2947", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2958", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2961", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2959", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2948", + "className": "Object" + } + ] + } + }, + "fullTextLinksDialog": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2292", + "nested": { + "overlay": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2962", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2967", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2970", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2968", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2963", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2972", + "className": "Object" + } + ] + } + }, + "triggers": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2964", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 2 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2975", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2978", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2976", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2965", + "className": "Object" + } + ] + } + }, + "moreActionsDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2293", + "nested": { + "target": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2979", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2983", + "className": "Object" + } + ] + } + }, + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2980", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2985", + "className": "Object" + } + ] + } + }, + "targetClassName": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "wrapper": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "toggleOnHover": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "toggleOnClick": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "shouldFlip": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "activeTrigger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2981", + "className": "t" + } + ] + } + }, + "referencesLists": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2294", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2986", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2988", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2991", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2989", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2987", + "className": "Object" + } + ] + } + }, + "savePanel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2295", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2992", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2998", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3001", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2999", + "className": "Object" + } + ] + } + }, + "expandButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2993", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3003", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3006", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3006" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3007", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3004", + "className": "Object" + } + ] + } + }, + "closeButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2994", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3009", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3012", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3012" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3013", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3010", + "className": "Object" + } + ] + } + }, + "initialFocusEl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.2995", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3015", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3018", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3016", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2996", + "className": "Object" + } + ] + } + }, + "emailPanel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2296", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3019", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3025", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3028", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3026", + "className": "Object" + } + ] + } + }, + "expandButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3020", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3029", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3032", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3032" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3033", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3030", + "className": "Object" + } + ] + } + }, + "closeButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3021", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3035", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3038", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3038" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3039", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3036", + "className": "Object" + } + ] + } + }, + "initialFocusEl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3022", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3041", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3044", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3042", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3023", + "className": "t" + } + ] + } + }, + "collectionsPanel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2297", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3045", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3051", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3054", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3052", + "className": "Object" + } + ] + } + }, + "expandButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3046", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3055", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3058", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3058" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3059", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3056", + "className": "Object" + } + ] + } + }, + "closeButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3047", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3061", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3064", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3064" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3065", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3062", + "className": "Object" + } + ] + } + }, + "initialFocusEl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3048", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3067", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3070", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3070" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3071", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3068", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3049", + "className": "t" + } + ] + } + }, + "bibliographyPanel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2298", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3072", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3078", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3081", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3079", + "className": "Object" + } + ] + } + }, + "expandButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3073", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3082", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3085", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3085" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3086", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3083", + "className": "Object" + } + ] + } + }, + "closeButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3074", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3088", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3091", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3091" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3092", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3089", + "className": "Object" + } + ] + } + }, + "initialFocusEl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3075", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3094", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3097", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3097" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3098", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3095", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3076", + "className": "t" + } + ] + } + }, + "savedSearchPanel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.2299", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3099", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3105", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3108", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3106", + "className": "Object" + } + ] + } + }, + "expandButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3100", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3109", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3112", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3110", + "className": "Object" + } + ] + } + }, + "closeButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3101", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3114", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3117", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3117" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3118", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3115", + "className": "Object" + } + ] + } + }, + "initialFocusEl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3102", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3120", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3123", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3123" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3124", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3121", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3103", + "className": "t" + } + ] + } + }, + "citationManagerPanel": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2300", + "nested": { + "container": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3125", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3131", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3134", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3132", + "className": "Object" + } + ] + } + }, + "expandButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3126", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3136", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3139", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3139" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3140", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3137", + "className": "Object" + } + ] + } + }, + "closeButton": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3127", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3142", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3145", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3145" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3146", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3143", + "className": "Object" + } + ] + } + }, + "initialFocusEl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3128", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3148", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3151", + "nested": { + "_error": "Max depth reached or circular reference", + "objectId": "3290802516498786405.1.3151" + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3152", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3149", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3129", + "className": "Object" + } + ] + } + }, + "journalActionsDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2302", + "nested": { + "searchFormTermInput": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3153", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3157", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3160", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3158", + "className": "Object" + } + ] + } + }, + "filtersStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3154", + "nested": { + "filtersStorageKey": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-filters-by" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3162", + "className": "t" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3155", + "className": "Object" + } + ] + } + }, + "keywordActionsDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2303", + "nested": { + "searchFormTermInput": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3163", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3167", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3170", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3168", + "className": "Object" + } + ] + } + }, + "filtersStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3164", + "nested": { + "filtersStorageKey": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-filters-by" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3172", + "className": "t" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3165", + "className": "Object" + } + ] + } + }, + "associatedDataActionsDropdown": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2304", + "nested": { + "searchFormTermInput": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3173", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "prevObject": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "jQuery.fn.init", + "description": "jQuery.fn.init", + "objectId": "3290802516498786405.1.3177", + "nested": { + "length": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3180", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3178", + "className": "Object" + } + ] + } + }, + "filtersStorage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "e", + "description": "e", + "objectId": "3290802516498786405.1.3174", + "nested": { + "filtersStorageKey": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pm-filters-by" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3182", + "className": "t" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3175", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2305", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2217", + "className": "Object" + } + ] + } + }, + "_timePingerLoaded": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Date", + "description": "Fri Nov 21 2025 15:58:21 GMT-0500 (Eastern Standard Time)", + "objectId": "3290802516498786405.1.2211", + "nested": { + "_skipped": "Native API" + } + }, + "sg": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2212", + "nested": { + "_hasPingedFirstRender": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_resetCalled": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "config": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3183", + "nested": { + "restore": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){return a={},Object.keys(c).forEach(function(e){a[e]=c[e]}),this}" + }, + "addPingData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(t){Object.keys(s.pings).forEach(function(e){t[e]=s.pings[e]})}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3201", + "className": "Object" + } + ] + } + }, + "_trace": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3184", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3206", + "className": "Object" + } + ] + } + }, + "version": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0.42.0" + }, + "_pingsFired": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3185", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3209", + "className": "Object" + } + ] + } + }, + "_gtmCommands": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3186", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3212", + "className": "Object" + } + ] + } + }, + "_pingedGaScroll": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_hasError": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_isCookieOverflowed": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "browserSupported": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_eventID": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_cookieDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": ".ncbi.nlm.nih.gov" + }, + "_mutators": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3188", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3214", + "className": "Object" + } + ] + } + }, + "_sections": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3189", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3215", + "className": "Object" + } + ] + } + }, + "_lastScroll": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_lastClick": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_maxScroll": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3190", + "nested": { + "x": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "y": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3216", + "className": "Object" + } + ] + } + }, + "_gaveRawGA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_monkeyPatch": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "r", + "description": "r", + "objectId": "3290802516498786405.1.3191", + "nested": { + "trace": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3217", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3223", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3218", + "className": "Object" + } + ] + } + }, + "pings": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3192", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3224", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3193", + "className": "Object" + } + ] + } + }, + "pinger": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "t", + "description": "t", + "objectId": "3290802516498786405.1.2213", + "nested": { + "_hasPingedFirstRender": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_resetCalled": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "config": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3225", + "nested": { + "restore": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){return a={},Object.keys(c).forEach(function(e){a[e]=c[e]}),this}" + }, + "addPingData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(t){Object.keys(s.pings).forEach(function(e){t[e]=s.pings[e]})}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3243", + "className": "Object" + } + ] + } + }, + "_trace": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3226", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3248", + "className": "Object" + } + ] + } + }, + "version": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0.42.0" + }, + "_pingsFired": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3227", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3251", + "className": "Object" + } + ] + } + }, + "_gtmCommands": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3228", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3254", + "className": "Object" + } + ] + } + }, + "_pingedGaScroll": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_hasError": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_isCookieOverflowed": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "browserSupported": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": true + }, + "_eventID": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_cookieDomain": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": ".ncbi.nlm.nih.gov" + }, + "_mutators": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3230", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3256", + "className": "Object" + } + ] + } + }, + "_sections": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3231", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3257", + "className": "Object" + } + ] + } + }, + "_lastScroll": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_lastClick": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "value": null + }, + "_maxScroll": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3232", + "nested": { + "x": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "y": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 0 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3258", + "className": "Object" + } + ] + } + }, + "_gaveRawGA": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_monkeyPatch": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "r", + "description": "r", + "objectId": "3290802516498786405.1.3233", + "nested": { + "trace": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3259", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3265", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3260", + "className": "Object" + } + ] + } + }, + "pings": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3234", + "nested": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3266", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3235", + "className": "Object" + } + ] + } + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2214", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/personalbar.json b/output/personalbar.json new file mode 100644 index 0000000..6bb82f9 --- /dev/null +++ b/output/personalbar.json @@ -0,0 +1,15 @@ +{ + "property_name": "personalbar", + "className": "BarProp", + "description": "BarProp", + "objectId": "3290802516498786405.1.1114", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2185", + "className": "BarProp" + } + ] + } +} \ No newline at end of file diff --git a/output/pingerDataLayer.json b/output/pingerDataLayer.json new file mode 100644 index 0000000..b7adb1e --- /dev/null +++ b/output/pingerDataLayer.json @@ -0,0 +1,789 @@ +{ + "property_name": "pingerDataLayer", + "className": "Array", + "description": "Array(8)", + "objectId": "3290802516498786405.1.1199", + "resolved_data": { + "0": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3269", + "nested": { + "myncbi_signed_in": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "value": false + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3279", + "className": "Object" + } + ] + } + }, + "1": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3270", + "nested": { + "ncbi_app": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed" + }, + "ncbi_db": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed" + }, + "ncbi_phid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DEFD0001DEE16965000034AFEA4754A9.1.m_3" + }, + "log_category": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "literature" + }, + "ncbi_cost_center": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed" + }, + "ncbi_pdid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "abstract" + }, + "log_op": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "retrieve" + }, + "ncbi_uid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "32845321" + }, + "log_displayeduids": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "32845321" + }, + "log_source_db": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed" + }, + "log_icons_present": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "ncbi_nwds_ver": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "1.2.5" + }, + "ncbi_nwds": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "yes" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3280", + "className": "Object" + } + ] + } + }, + "2": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3271", + "nested": { + "gtm.start": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 1763758701433 + }, + "event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gtm.js" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 3 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3281", + "className": "Object" + } + ] + } + }, + "3": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3272", + "nested": { + "event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "load" + }, + "sgversion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0.42.0" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 5 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3282", + "className": "Object" + } + ] + } + }, + "4": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3273", + "nested": { + "event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "render" + }, + "ncbi_app": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed" + }, + "ncbi_db": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed" + }, + "ncbi_phid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "DEFD0001DEE16965000034AFEA4754A9.1.m_3" + }, + "log_category": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "literature" + }, + "ncbi_cost_center": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed" + }, + "ncbi_pdid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "abstract" + }, + "log_op": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "retrieve" + }, + "ncbi_uid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "32845321" + }, + "log_displayeduids": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "32845321" + }, + "log_source_db": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed" + }, + "log_icons_present": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "ncbi_nwds_ver": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "1.2.5" + }, + "ncbi_nwds": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "yes" + }, + "is_browser_supported": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "browserwidth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "1387" + }, + "browserheight": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "857" + }, + "connection_type": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "connection_effectivetype": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "4g" + }, + "cookieenabled": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "true" + }, + "cookieSize": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0" + }, + "language_code": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "en-US" + }, + "pinger_in_iframe": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "myncbi_signed_in": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "false" + }, + "ncbi_algorithm": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "ncbi_featured_srcdb": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "ncbi_program": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "ncbi_timesinceload": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "4" + }, + "ncbi_pcid": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "pagename": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed:pubmed:abstract:NONE" + }, + "server": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pubmed.ncbi.nlm.nih.gov" + }, + "sgSource": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "native" + }, + "sgversion": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0.42.0" + }, + "sgversion_major": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0" + }, + "sgversion_minor": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "42" + }, + "sgversion_hotfix": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0" + }, + "spa_index": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0" + }, + "screenavailwidth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "1512" + }, + "screenavailheight": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "944" + }, + "screenwidth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "1512" + }, + "screenheight": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "982" + }, + "colorDepth": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "30" + }, + "ncbi_timesincenavstart": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "484" + }, + "jsevent": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "render" + }, + "SELF_URL": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https://pubmed.ncbi.nlm.nih.gov/32845321/" + }, + "HTTP_REFERER": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "jsperf_basePage": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "7" + }, + "jsperf_connect": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "36" + }, + "jsperf_dns": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "23" + }, + "jsperf_navType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0" + }, + "jsperf_redirectCount": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0" + }, + "jsperf_navTimingType": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "navigate" + }, + "jsperf_navTimingRedirectCount": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "0" + }, + "jsperf_navTimingNetworkMS": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "227" + }, + "jsperf_ttfb": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "139" + }, + "jsrendertime": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "jsloadtime": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 6 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3283", + "className": "Object" + } + ] + } + }, + "5": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3274", + "nested": { + "event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gtm.dom" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 7 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3284", + "className": "Object" + } + ] + } + }, + "6": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3275", + "nested": { + "event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gtm.load" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 15 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3285", + "className": "Object" + } + ] + } + }, + "7": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.3276", + "nested": { + "event": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "gtm.scrollDepth" + }, + "gtm.scrollThreshold": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 400 + }, + "gtm.scrollUnits": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "pixels" + }, + "gtm.scrollDirection": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "vertical" + }, + "gtm.triggers": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "47342615_27" + }, + "gtm.uniqueEventId": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "value": 17 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3286", + "className": "Object" + } + ] + } + }, + "push": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){var f;if($n.SANDBOXED_JS_SEMAPHORE>0){f=\n[];for(var g=0;gn)for(N(4),c.pruned=!0;this.length>n;)this.shift();var p=typeof l!==\"boolean\"||l;return qB()&&p}" + }, + "length": { + "type": "number", + "writable": true, + "configurable": false, + "enumerable": false, + "value": 8 + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.3278", + "className": "Array" + } + ] + } +} \ No newline at end of file diff --git a/output/runtime.json b/output/runtime.json new file mode 100644 index 0000000..f9d1c8c --- /dev/null +++ b/output/runtime.json @@ -0,0 +1,15 @@ +{ + "property_name": "runtime", + "className": "o", + "description": "o", + "objectId": "-8799355714042909497.1.1242", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "-8799355714042909497.1.2826", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/scheduler.json b/output/scheduler.json new file mode 100644 index 0000000..5d7162b --- /dev/null +++ b/output/scheduler.json @@ -0,0 +1,15 @@ +{ + "property_name": "scheduler", + "className": "Scheduler", + "description": "Scheduler", + "objectId": "3290802516498786405.1.1134", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2195", + "className": "Scheduler" + } + ] + } +} \ No newline at end of file diff --git a/output/scrollbars.json b/output/scrollbars.json new file mode 100644 index 0000000..ccd571b --- /dev/null +++ b/output/scrollbars.json @@ -0,0 +1,15 @@ +{ + "property_name": "scrollbars", + "className": "BarProp", + "description": "BarProp", + "objectId": "3290802516498786405.1.1115", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2186", + "className": "BarProp" + } + ] + } +} \ No newline at end of file diff --git a/output/sessionStorage.json b/output/sessionStorage.json new file mode 100644 index 0000000..17fd07d --- /dev/null +++ b/output/sessionStorage.json @@ -0,0 +1,29 @@ +{ + "property_name": "sessionStorage", + "className": "Storage", + "description": "Storage", + "objectId": "3290802516498786405.1.1131", + "resolved_data": { + "ncbi_pinger": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==" + }, + "QSI_HistorySession": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "value": "https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F32845321%2F~1763758702085" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2193", + "className": "Storage" + } + ] + } +} \ No newline at end of file diff --git a/output/sharedStorage.json b/output/sharedStorage.json new file mode 100644 index 0000000..cc11928 --- /dev/null +++ b/output/sharedStorage.json @@ -0,0 +1,15 @@ +{ + "property_name": "sharedStorage", + "className": "SharedStorage", + "description": "SharedStorage", + "objectId": "3290802516498786405.1.1179", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2202", + "className": "SharedStorage" + } + ] + } +} \ No newline at end of file diff --git a/output/speechSynthesis.json b/output/speechSynthesis.json new file mode 100644 index 0000000..eeadee7 --- /dev/null +++ b/output/speechSynthesis.json @@ -0,0 +1,15 @@ +{ + "property_name": "speechSynthesis", + "className": "SpeechSynthesis", + "description": "SpeechSynthesis", + "objectId": "3290802516498786405.1.1188", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2205", + "className": "SpeechSynthesis" + } + ] + } +} \ No newline at end of file diff --git a/output/statusbar.json b/output/statusbar.json new file mode 100644 index 0000000..1e305a6 --- /dev/null +++ b/output/statusbar.json @@ -0,0 +1,15 @@ +{ + "property_name": "statusbar", + "className": "BarProp", + "description": "BarProp", + "objectId": "3290802516498786405.1.1116", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2187", + "className": "BarProp" + } + ] + } +} \ No newline at end of file diff --git a/output/storage_contents.json b/output/storage_contents.json new file mode 100644 index 0000000..9dc357f --- /dev/null +++ b/output/storage_contents.json @@ -0,0 +1,13 @@ +{ + "cookies": { + "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", + "_ga_DP2X732JSX": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0", + "_ga": "GA1.1.811243661.1763758702", + "_ga_CSLL4ZEK4L": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0" + }, + "sessionStorage": { + "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", + "QSI_HistorySession": "https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F32845321%2F~1763758702085" + }, + "localStorage": {} +} \ No newline at end of file diff --git a/output/styleMedia.json b/output/styleMedia.json new file mode 100644 index 0000000..45eff5b --- /dev/null +++ b/output/styleMedia.json @@ -0,0 +1,15 @@ +{ + "property_name": "styleMedia", + "className": "StyleMedia", + "description": "StyleMedia", + "objectId": "3290802516498786405.1.1126", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2191", + "className": "StyleMedia" + } + ] + } +} \ No newline at end of file diff --git a/output/symbol_table.json b/output/symbol_table.json new file mode 100644 index 0000000..98fe73e --- /dev/null +++ b/output/symbol_table.json @@ -0,0 +1,10492 @@ +{ + "connection": "ws://localhost:9222/devtools/page/42948E71BB747E2CAA1DF50D531FD54F", + "window_objectId": "3290802516498786405.1.1", + "properties": { + "window": { + "type": "object", + "writable": false, + "configurable": false, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "self": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "document": { + "type": "object", + "writable": false, + "configurable": false, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "name": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "" + }, + "location": { + "type": "object", + "writable": false, + "configurable": false, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "customElements": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1109", + "className": "CustomElementRegistry", + "description": "CustomElementRegistry" + }, + "history": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "navigation": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "locationbar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1112", + "className": "BarProp", + "description": "BarProp" + }, + "menubar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1113", + "className": "BarProp", + "description": "BarProp" + }, + "personalbar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1114", + "className": "BarProp", + "description": "BarProp" + }, + "scrollbars": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1115", + "className": "BarProp", + "description": "BarProp" + }, + "statusbar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1116", + "className": "BarProp", + "description": "BarProp" + }, + "toolbar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1117", + "className": "BarProp", + "description": "BarProp" + }, + "status": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "" + }, + "closed": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": false + }, + "frames": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "length": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "top": { + "type": "object", + "writable": false, + "configurable": false, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "opener": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "parent": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "frameElement": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "navigator": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "origin": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "https://pubmed.ncbi.nlm.nih.gov" + }, + "external": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1122", + "className": "External", + "description": "External" + }, + "screen": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "innerWidth": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 1387 + }, + "innerHeight": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 857 + }, + "scrollX": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "pageXOffset": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "scrollY": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "pageYOffset": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "visualViewport": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1124", + "className": "VisualViewport", + "description": "VisualViewport" + }, + "screenX": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 88 + }, + "screenY": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 38 + }, + "outerWidth": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 1387 + }, + "outerHeight": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 944 + }, + "devicePixelRatio": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 2 + }, + "event": { + "type": "undefined", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "clientInformation": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "screenLeft": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 88 + }, + "screenTop": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 38 + }, + "styleMedia": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1126", + "className": "StyleMedia", + "description": "StyleMedia" + }, + "onsearch": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "trustedTypes": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1127", + "className": "TrustedTypePolicyFactory", + "description": "TrustedTypePolicyFactory" + }, + "performance": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "onappinstalled": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforeinstallprompt": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "crypto": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "indexedDB": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "sessionStorage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1131", + "className": "Storage", + "description": "Storage" + }, + "localStorage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1132", + "className": "Storage", + "description": "Storage" + }, + "onbeforexrselect": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onabort": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforeinput": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforematch": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforetoggle": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onblur": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncancel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncanplay": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncanplaythrough": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onclick": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onclose": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncommand": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncontentvisibilityautostatechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncontextlost": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncontextmenu": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncontextrestored": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncuechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondblclick": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondrag": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragenter": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragleave": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragover": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondrop": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondurationchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onemptied": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onended": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onerror": { + "type": "function", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "onfocus": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onformdata": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oninput": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oninvalid": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onkeydown": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onkeypress": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onkeyup": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onload": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onloadeddata": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onloadedmetadata": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onloadstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmousedown": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseenter": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseleave": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmousemove": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseout": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseover": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseup": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmousewheel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpause": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onplay": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onplaying": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onprogress": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onratechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onreset": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onresize": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onscroll": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onscrollend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onsecuritypolicyviolation": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onseeked": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onseeking": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onselect": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onslotchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onstalled": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onsubmit": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onsuspend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontimeupdate": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontoggle": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onvolumechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwaiting": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwebkitanimationend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwebkitanimationiteration": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwebkitanimationstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwebkittransitionend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwheel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onauxclick": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ongotpointercapture": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onlostpointercapture": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerdown": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointermove": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerup": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointercancel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerover": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerout": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerenter": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerleave": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onselectstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onselectionchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onanimationend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onanimationiteration": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onanimationstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontransitionrun": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontransitionstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontransitionend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontransitioncancel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onafterprint": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforeprint": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforeunload": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onhashchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onlanguagechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmessage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmessageerror": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onoffline": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ononline": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpagehide": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpageshow": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpopstate": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onrejectionhandled": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onstorage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onunhandledrejection": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onunload": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "isSecureContext": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": true + }, + "crossOriginIsolated": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": false + }, + "scheduler": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1134", + "className": "Scheduler", + "description": "Scheduler" + }, + "alert": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "atob": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "blur": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "btoa": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "cancelAnimationFrame": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "cancelIdleCallback": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "captureEvents": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "clearInterval": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "clearTimeout": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "close": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "confirm": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "createImageBitmap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "fetch": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "find": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "focus": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "getComputedStyle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "getSelection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "matchMedia": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "moveBy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "moveTo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "open": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "postMessage": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "print": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "prompt": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "queueMicrotask": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "releaseEvents": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "reportError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "requestAnimationFrame": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "requestIdleCallback": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "resizeBy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "resizeTo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "scroll": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "scrollBy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "scrollTo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "setInterval": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "setTimeout": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "stop": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "structuredClone": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitCancelAnimationFrame": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitRequestAnimationFrame": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "chrome": { + "type": "object", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1175", + "className": "Object", + "description": "Object" + }, + "caches": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "cookieStore": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1177", + "className": "CookieStore", + "description": "CookieStore" + }, + "ondevicemotion": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondeviceorientation": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondeviceorientationabsolute": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerrawupdate": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "documentPictureInPicture": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "sharedStorage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1179", + "className": "SharedStorage", + "description": "SharedStorage" + }, + "fetchLater": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "getScreenDetails": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "queryLocalFonts": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "showDirectoryPicker": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "showOpenFilePicker": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "showSaveFilePicker": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "originAgentCluster": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": true + }, + "viewport": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1186", + "className": "Viewport", + "description": "Viewport" + }, + "onpageswap": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpagereveal": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "credentialless": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": false + }, + "fence": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "launchQueue": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1187", + "className": "LaunchQueue", + "description": "LaunchQueue" + }, + "speechSynthesis": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1188", + "className": "SpeechSynthesis", + "description": "SpeechSynthesis" + }, + "onscrollsnapchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onscrollsnapchanging": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "webkitRequestFileSystem": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitResolveLocalFileSystemURL": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "nwds_version": { + "type": "string", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "value": "1.2.5" + }, + "meta_nwds_ver": { + "type": "object", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "meta_nwds": { + "type": "object", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "alertsUrl": { + "type": "string", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "value": "/core/alerts/alerts.js" + }, + "$": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "jQuery": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "uswds": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1195", + "className": "Object", + "description": "Object" + }, + "ncbi": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1196", + "className": "Object", + "description": "Object" + }, + "exports": { + "type": "object", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1197", + "className": "Object", + "description": "Object" + }, + "CollectionsButton": { + "type": "function", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "pingerDataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1199", + "className": "Array", + "description": "Array(8)" + }, + "galert": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "google_tag_manager": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1201", + "className": "Object", + "description": "Object" + }, + "google_tag_data": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1202", + "className": "Object", + "description": "Object" + }, + "_fullParams": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "agency=HHS&subagency=NCBI%20-%20ncbi.nlm.nih.gov&sitetopic=NCBI%20Pinger%200.39.3&siteplatform=NCBI%20Pinger%200.39.3" + }, + "_keyValuePair": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "siteplatform=ncbi pinger 0.39.3" + }, + "_key": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "siteplatform" + }, + "_value": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "ncbi pinger 0.39.3" + }, + "dataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1203", + "className": "Array", + "description": "Array(5)" + }, + "gas": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "gas4": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "_isRedacted": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": true + }, + "gaGlobal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1206", + "className": "Object", + "description": "Object" + }, + "QSI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1207", + "className": "Object", + "description": "Object" + }, + "WAFQualtricsWebpackJsonP-cloud-2.38.0": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "_qsie": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1209", + "className": "e", + "description": "e" + }, + "Object": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Function": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Number": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "parseFloat": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "parseInt": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Infinity": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": false, + "_source": "window", + "value": null + }, + "NaN": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": false, + "_source": "window", + "value": null + }, + "undefined": { + "type": "undefined", + "writable": false, + "configurable": false, + "enumerable": false, + "_source": "window", + "value": null + }, + "Boolean": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "String": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Symbol": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Date": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Promise": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RegExp": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Error": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AggregateError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "EvalError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RangeError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReferenceError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SyntaxError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TypeError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "URIError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "globalThis": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "JSON": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Math": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Intl": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ArrayBuffer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Atomics": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1235", + "className": "Atomics", + "description": "Atomics" + }, + "Uint8Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Int8Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Uint16Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Int16Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Uint32Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Int32Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BigUint64Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BigInt64Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Uint8ClampedArray": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Float32Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Float64Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DataView": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function DataView() { [native code] }" + }, + "Map": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BigInt": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Set": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Iterator": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WeakMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WeakSet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Proxy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Reflect": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FinalizationRegistry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WeakRef": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "decodeURI": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "decodeURIComponent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "encodeURI": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "encodeURIComponent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "escape": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "unescape": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "eval": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "isFinite": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "isNaN": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "console": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1267", + "className": "console", + "description": "console" + }, + "Option": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Image": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Audio": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitURL": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitRTCPeerConnection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitMediaStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebKitMutationObserver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebKitCSSMatrix": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XPathResult": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XPathExpression": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XPathEvaluator": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XMLSerializer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XMLHttpRequestUpload": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XMLHttpRequestEventTarget": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XMLHttpRequest": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XMLDocument": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WritableStreamDefaultWriter": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WritableStreamDefaultController": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WritableStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Worker": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Window": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WheelEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebSocket": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLVertexArrayObject": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLUniformLocation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLTransformFeedback": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLTexture": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLSync": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLShaderPrecisionFormat": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLShader": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLSampler": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLRenderingContext": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLRenderbuffer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLQuery": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLProgram": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLObject": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLFramebuffer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLContextEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLBuffer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGLActiveInfo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebGL2RenderingContext": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WaveShaperNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "VisualViewport": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "VisibilityStateEntry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function VisibilityStateEntry() { [native code] }" + }, + "VirtualKeyboardGeometryChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ViewTransitionTypeSet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ViewTransition": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ViewTimeline": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "VideoPlaybackQuality": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "VideoFrame": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "VideoColorSpace": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ValidityState": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function ValidityState() { [native code] }" + }, + "VTTCue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "UserActivation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "URLSearchParams": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "URLPattern": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "URL": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "UIEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TrustedTypePolicyFactory": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TrustedTypePolicy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TrustedScriptURL": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TrustedScript": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TrustedHTML": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TreeWalker": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TransitionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TransformStreamDefaultController": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TransformStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TrackEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TouchList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TouchEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Touch": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ToggleEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TimeRanges": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextUpdateEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextTrackList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextTrackCueList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextTrackCue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextTrack": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextMetrics": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextFormatUpdateEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextFormat": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextEncoderStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextEncoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextDecoderStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TextDecoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Text": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TaskSignal": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TaskPriorityChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TaskController": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "TaskAttributionTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SyncManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Subscriber": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SubmitEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StyleSheetList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StyleSheet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StylePropertyMapReadOnly": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StylePropertyMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StorageEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Storage": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StereoPannerNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StaticRange": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SourceBufferList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SourceBuffer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ShadowRoot": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Selection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SecurityPolicyViolationEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ScrollTimeline": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ScriptProcessorNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ScreenOrientation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Screen": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Scheduling": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Scheduler": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGViewElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGUseElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGUnitTypes": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGTransformList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGTransform": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGTitleElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGTextPositioningElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGTextPathElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGTextElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGTextContentElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGTSpanElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGSymbolElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGSwitchElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGStyleElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGStringList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGStopElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGSetElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGScriptElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGSVGElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGRectElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGRect": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGRadialGradientElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGPreserveAspectRatio": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGPolylineElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGPolygonElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGPointList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGPoint": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGPatternElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGPathElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGNumberList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGNumber": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGMetadataElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function SVGMetadataElement() { [native code] }" + }, + "SVGMatrix": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGMaskElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGMarkerElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGMPathElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGLinearGradientElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGLineElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGLengthList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGLength": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGImageElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGGraphicsElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGGradientElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGGeometryElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGGElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGForeignObjectElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFilterElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFETurbulenceElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFETileElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFESpotLightElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFESpecularLightingElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEPointLightElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEOffsetElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEMorphologyElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEMergeNodeElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEMergeElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEImageElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEGaussianBlurElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEFuncRElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEFuncGElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEFuncBElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEFuncAElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEFloodElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEDropShadowElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEDistantLightElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEDisplacementMapElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEDiffuseLightingElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEConvolveMatrixElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFECompositeElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEComponentTransferElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEColorMatrixElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGFEBlendElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGEllipseElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGDescElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGDefsElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGComponentTransferFunctionElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGClipPathElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGCircleElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimationElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedTransformList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedString": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedRect": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedPreserveAspectRatio": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedNumberList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedNumber": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedLengthList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedLength": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedInteger": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedEnumeration": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedBoolean": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimatedAngle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimateTransformElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimateMotionElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAnimateElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAngle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SVGAElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Response": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ResizeObserverSize": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ResizeObserverEntry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ResizeObserver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Request": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReportingObserver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReportBody": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReadableStreamDefaultReader": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReadableStreamDefaultController": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReadableStreamBYOBRequest": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReadableStreamBYOBReader": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReadableStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ReadableByteStreamController": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Range": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RadioNodeList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCTrackEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCStatsReport": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCSessionDescription": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCSctpTransport": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCRtpTransceiver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCRtpSender": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCRtpReceiver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCPeerConnectionIceEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCPeerConnectionIceErrorEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCPeerConnection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCIceTransport": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCIceCandidate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCErrorEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCEncodedVideoFrame": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCEncodedAudioFrame": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCDtlsTransport": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCDataChannelEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function RTCDataChannelEvent() { [native code] }" + }, + "RTCDTMFToneChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCDTMFSender": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCCertificate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PromiseRejectionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ProgressEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Profiler": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ProcessingInstruction": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PopStateEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function PopStateEvent() { [native code] }" + }, + "PointerEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PluginArray": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Plugin": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PictureInPictureWindow": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PictureInPictureEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PeriodicWave": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceServerTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceScriptTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceResourceTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformancePaintTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceObserverEntryList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceObserver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceNavigationTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceNavigation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceMeasure": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceMark": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceLongTaskTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceLongAnimationFrameTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceEventTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceEntry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PerformanceElementTiming": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Performance": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Path2D": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PannerNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PageTransitionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "OverconstrainedError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "OscillatorNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "OffscreenCanvasRenderingContext2D": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "OffscreenCanvas": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "OfflineAudioContext": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "OfflineAudioCompletionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Observable": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NodeList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NodeIterator": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NodeFilter": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Node": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NetworkInformation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigatorUAData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function NavigatorUAData() { [native code] }" + }, + "Navigator": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigationTransition": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigationHistoryEntry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigationDestination": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigationCurrentEntryChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigationActivation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Navigation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigateEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NamedNodeMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MutationRecord": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MutationObserver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MouseEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MimeTypeArray": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MimeType": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MessagePort": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MessageEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MessageChannel": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamTrackVideoStats": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamTrackProcessor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamTrackGenerator": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamTrackEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamTrackAudioStats": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamTrack": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamAudioSourceNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStreamAudioDestinationNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaSourceHandle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaSource": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaRecorder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaQueryListEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaQueryList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaEncryptedEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaElementAudioSourceNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaCapabilities": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MathMLElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Location": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "LayoutShiftAttribution": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "LayoutShift": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "LargestContentfulPaint": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "KeyframeEffect": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "KeyboardEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IntersectionObserverEntry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IntersectionObserver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "InputEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "InputDeviceInfo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "InputDeviceCapabilities": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Ink": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ImageData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function ImageData() { [native code] }" + }, + "ImageBitmapRenderingContext": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ImageBitmap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IdleDeadline": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IIRFilterNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBVersionChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBTransaction": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBRequest": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBOpenDBRequest": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBObjectStore": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function IDBObjectStore() { [native code] }" + }, + "IDBKeyRange": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBIndex": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBFactory": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBDatabase": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function IDBDatabase() { [native code] }" + }, + "IDBCursorWithValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBCursor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "History": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HighlightRegistry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Highlight": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Headers": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HashChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLVideoElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLUnknownElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLUListElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTrackElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTitleElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTimeElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTextAreaElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTemplateElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTableSectionElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTableRowElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTableElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTableColElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTableCellElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLTableCaptionElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLStyleElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLSpanElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLSourceElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLSlotElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLSelectedContentElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLSelectElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLScriptElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLQuoteElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLProgressElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLPreElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLPictureElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLParamElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLParagraphElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLOutputElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLOptionsCollection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function HTMLOptionsCollection() { [native code] }" + }, + "HTMLOptionElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLOptGroupElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLObjectElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLOListElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLModElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLMeterElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLMetaElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLMenuElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLMediaElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLMarqueeElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLMapElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLLinkElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLLegendElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLLabelElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLLIElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLInputElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLImageElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLIFrameElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLHtmlElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLHeadingElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLHeadElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLHRElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLFrameSetElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLFrameElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLFormElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLFormControlsCollection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLFontElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLFieldSetElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLEmbedElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLDocument": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLDivElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLDirectoryElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLDialogElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLDetailsElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLDataListElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function HTMLDataListElement() { [native code] }" + }, + "HTMLDataElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function HTMLDataElement() { [native code] }" + }, + "HTMLDListElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLCollection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLCanvasElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLButtonElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLBodyElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLBaseElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLBRElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLAudioElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLAreaElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLAnchorElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HTMLAllCollection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GeolocationPositionError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GeolocationPosition": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GeolocationCoordinates": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Geolocation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GamepadHapticActuator": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GamepadEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GamepadButton": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Gamepad": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GainNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FormDataEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function FormDataEvent() { [native code] }" + }, + "FormData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function FormData() { [native code] }" + }, + "FontFaceSetLoadEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FontFace": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FocusEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FileReader": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FileList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "File": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FeaturePolicy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "External": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "EventTarget": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "EventSource": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "EventCounts": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Event": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ErrorEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "EncodedVideoChunk": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "EncodedAudioChunk": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ElementInternals": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Element": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "EditContext": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DynamicsCompressorNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DragEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DocumentType": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DocumentTimeline": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DocumentFragment": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Document": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DelegatedInkTrailPresenter": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DelayNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DecompressionStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DataTransferItemList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function DataTransferItemList() { [native code] }" + }, + "DataTransferItem": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function DataTransferItem() { [native code] }" + }, + "DataTransfer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function DataTransfer() { [native code] }" + }, + "DOMTokenList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMStringMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMStringList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMRectReadOnly": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMRectList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMRect": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMQuad": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMPointReadOnly": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMPoint": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMParser": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMMatrixReadOnly": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMMatrix": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMImplementation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMException": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DOMError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CustomStateSet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CustomStateSet() { [native code] }" + }, + "CustomEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CustomElementRegistry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Crypto": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CountQueuingStrategy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ConvolverNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ContentVisibilityAutoStateChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function ContentVisibilityAutoStateChangeEvent() { [native code] }" + }, + "ConstantSourceNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CompressionStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CompositionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Comment": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CommandEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CloseWatcher": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CloseEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ClipboardEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CharacterData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CharacterData() { [native code] }" + }, + "CharacterBoundsUpdateEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ChannelSplitterNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ChannelMergerNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CaretPosition": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CanvasRenderingContext2D": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CanvasPattern": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CanvasGradient": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CanvasCaptureMediaStreamTrack": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSViewTransitionRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSVariableReferenceValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSUnparsedValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSUnitValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSTranslate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSTransition": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSTransformValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSTransformComponent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSSupportsRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSStyleValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSStyleSheet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSStyleRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSStyleDeclaration": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSStartingStyleRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSSkewY": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSSkewX": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSSkew": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSScopeRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSScale": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSRuleList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSRotate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSPropertyRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSPositionValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSPositionTryRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSPositionTryDescriptors": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSPerspective": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSPageRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSNumericValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSNumericArray": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSNestedDeclarations": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSNamespaceRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMediaRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMatrixComponent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMathValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMathSum": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMathProduct": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMathNegate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMathMin": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMathMax": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMathInvert": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMathClamp": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSMarginRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSLayerStatementRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CSSLayerStatementRule() { [native code] }" + }, + "CSSLayerBlockRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSKeywordValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSKeyframesRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSKeyframeRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSImportRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSImageValue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSGroupingRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSFontPaletteValuesRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSFontFaceRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSCounterStyleRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSContainerRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSConditionRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSAnimation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSS": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1843", + "className": "CSS", + "description": "CSS" + }, + "CSPViolationReportBody": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CDATASection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ByteLengthQueuingStrategy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BrowserCaptureMediaStreamTrack": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BroadcastChannel": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BlobEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Blob": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BiquadFilterNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BeforeUnloadEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BeforeInstallPromptEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BaseAudioContext": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BarProp": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioWorkletNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioSinkInfo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioScheduledSourceNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioProcessingEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioParamMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioParam": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioListener": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioDestinationNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function AudioData() { [native code] }" + }, + "AudioContext": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioBufferSourceNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioBuffer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Attr": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AnimationTimeline": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AnimationPlaybackEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AnimationEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AnimationEffect": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Animation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AnalyserNode": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AbstractRange": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AbortSignal": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AbortController": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "offscreenBuffering": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": false, + "_source": "window", + "value": true + }, + "SuppressedError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DisposableStack": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AsyncDisposableStack": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Float16Array": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebAssembly": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1883", + "className": "WebAssembly", + "description": "WebAssembly" + }, + "AbsoluteOrientationSensor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Accelerometer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioDecoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioEncoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AudioWorklet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BatteryManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Cache": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CacheStorage": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Clipboard": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ClipboardItem": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CookieChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CookieStore": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CookieStore() { [native code] }" + }, + "CookieStoreManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CookieStoreManager() { [native code] }" + }, + "Credential": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CredentialsContainer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CryptoKey": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DeviceMotionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DeviceMotionEventAcceleration": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DeviceMotionEventRotationRate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DeviceOrientationEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FederatedCredential": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPU": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUAdapter": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUAdapterInfo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUBindGroup": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUBindGroupLayout": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUBuffer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUBufferUsage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1911", + "className": "GPUBufferUsage", + "description": "GPUBufferUsage" + }, + "GPUCanvasContext": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUColorWrite": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1913", + "className": "GPUColorWrite", + "description": "GPUColorWrite" + }, + "GPUCommandBuffer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUCommandEncoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUCompilationInfo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUCompilationMessage": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUComputePassEncoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUComputePipeline": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUDevice": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUDeviceLostInfo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUExternalTexture": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUInternalError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUMapMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1925", + "className": "GPUMapMode", + "description": "GPUMapMode" + }, + "GPUOutOfMemoryError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUPipelineError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUPipelineLayout": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUQuerySet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUQueue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPURenderBundle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPURenderBundleEncoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPURenderPassEncoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPURenderPipeline": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUSampler": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUShaderModule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUShaderStage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1937", + "className": "GPUShaderStage", + "description": "GPUShaderStage" + }, + "GPUSupportedFeatures": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUSupportedLimits": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUTexture": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUTextureUsage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1941", + "className": "GPUTextureUsage", + "description": "GPUTextureUsage" + }, + "GPUTextureView": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUUncapturedErrorEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GPUValidationError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "GravitySensor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Gyroscope": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IdleDetector": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ImageCapture": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ImageDecoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ImageTrack": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ImageTrackList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Keyboard": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "KeyboardLayoutMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "LinearAccelerationSensor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MIDIAccess": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MIDIConnectionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MIDIInput": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MIDIInputMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MIDIMessageEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MIDIOutput": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MIDIOutputMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MIDIPort": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaDeviceInfo": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaDevices": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaKeyMessageEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaKeySession": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaKeyStatusMap": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaKeySystemAccess": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaKeys": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigationPreloadManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigatorManagedData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function NavigatorManagedData() { [native code] }" + }, + "OrientationSensor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PasswordCredential": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ProtectedAudience": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RelativeOrientationSensor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ScreenDetailed": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ScreenDetails": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Sensor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SensorErrorEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ServiceWorkerRegistration": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StorageManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SubtleCrypto": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "VideoDecoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "VideoEncoder": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "VirtualKeyboard": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WGSLLanguageFeatures": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebTransport": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebTransportBidirectionalStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebTransportDatagramDuplexStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function WebTransportDatagramDuplexStream() { [native code] }" + }, + "WebTransportError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Worklet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRDOMOverlayState": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function XRDOMOverlayState() { [native code] }" + }, + "XRLayer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRWebGLBinding": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AuthenticatorAssertionResponse": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AuthenticatorAttestationResponse": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "AuthenticatorResponse": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PublicKeyCredential": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BarcodeDetector": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Bluetooth": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BluetoothCharacteristicProperties": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BluetoothDevice": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BluetoothRemoteGATTCharacteristic": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BluetoothRemoteGATTDescriptor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BluetoothRemoteGATTServer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BluetoothRemoteGATTService": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CaptureController": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CookieDeprecationLabel": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CreateMonitor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DevicePosture": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DigitalCredential": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DocumentPictureInPicture": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "EyeDropper": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FetchLaterResult": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FileSystemDirectoryHandle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FileSystemFileHandle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FileSystemHandle": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FileSystemWritableFileStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FileSystemObserver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FontData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function FontData() { [native code] }" + }, + "FragmentDirective": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HID": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HIDConnectionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HIDDevice": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "HIDInputReportEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IdentityCredential": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IdentityCredentialError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IdentityProvider": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigatorLogin": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "LanguageDetector": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Lock": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "LockManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ServiceWorker": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ServiceWorkerContainer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NotRestoredReasonDetails": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function NotRestoredReasonDetails() { [native code] }" + }, + "NotRestoredReasons": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function NotRestoredReasons() { [native code] }" + }, + "OTPCredential": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PaymentAddress": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PaymentRequest": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PaymentRequestUpdateEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PaymentResponse": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PaymentManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PaymentMethodChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Presentation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PresentationAvailability": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PresentationConnection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PresentationConnectionAvailableEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PresentationConnectionCloseEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PresentationConnectionList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PresentationReceiver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PresentationRequest": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PressureObserver": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PressureRecord": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Serial": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SerialPort": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SharedWorker": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechRecognitionPhrase": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StorageBucket": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "StorageBucketManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Summarizer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Translator": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USB": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBAlternateInterface": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBConfiguration": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function USBConfiguration() { [native code] }" + }, + "USBConnectionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBDevice": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBEndpoint": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBInTransferResult": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBInterface": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBIsochronousInTransferPacket": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBIsochronousInTransferResult": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBIsochronousOutTransferPacket": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBIsochronousOutTransferResult": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "USBOutTransferResult": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WakeLock": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WakeLockSentinel": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRAnchor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRAnchorSet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRBoundedReferenceSpace": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRCPUDepthInformation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRCamera": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRDepthInformation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRFrame": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRHand": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRHitTestResult": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRHitTestSource": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRInputSource": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRInputSourceArray": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRInputSourceEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRInputSourcesChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRJointPose": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRJointSpace": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRLightEstimate": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRLightProbe": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRPose": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRRay": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRReferenceSpace": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRReferenceSpaceEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRRenderState": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function XRRenderState() { [native code] }" + }, + "XRRigidTransform": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRSession": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRSessionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRSpace": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRSystem": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRTransientInputHitTestResult": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRTransientInputHitTestSource": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRView": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRViewerPose": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRViewport": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRWebGLDepthInformation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XRWebGLLayer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BackgroundFetchManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BackgroundFetchRecord": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BackgroundFetchRegistration": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "BluetoothUUID": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSFontFeatureValuesRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSFunctionDeclarations": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSFunctionDescriptors": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CSSFunctionRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "ChapterInformation": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "CropTarget": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "DocumentPictureInPictureEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Fence": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "FencedFrameConfig": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function FencedFrameConfig() { [native code] }" + }, + "HTMLFencedFrameElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IDBRecord": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "IntegrityViolationReportBody": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "InterestEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "LaunchParams": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "LaunchQueue": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "MediaMetadata": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function MediaMetadata() { [native code] }" + }, + "MediaSession": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "NavigationPrecommitController": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Notification": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PageRevealEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PageSwapEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PeriodicSyncManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PermissionStatus": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Permissions": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PushManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PushSubscription": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "PushSubscriptionOptions": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function PushSubscriptionOptions() { [native code] }" + }, + "QuotaExceededError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RTCDataChannel": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function RTCDataChannel() { [native code] }" + }, + "RTCRtpScriptTransform": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RemotePlayback": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "RestrictionTarget": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SharedStorage": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SharedStorageWorklet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SharedStorageAppendMethod": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function SharedStorageAppendMethod() { [native code] }" + }, + "SharedStorageClearMethod": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SharedStorageDeleteMethod": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SharedStorageModifierMethod": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SharedStorageSetMethod": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SnapEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechGrammar": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechGrammarList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechRecognition": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechRecognitionErrorEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechRecognitionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechSynthesis": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechSynthesisErrorEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechSynthesisEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechSynthesisUtterance": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "SpeechSynthesisVoice": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "Viewport": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebSocketError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WebSocketStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WindowControlsOverlay": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "WindowControlsOverlayGeometryChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "XSLTProcessor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitSpeechGrammar": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitSpeechGrammarList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitSpeechRecognition": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitSpeechRecognitionError": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "webkitSpeechRecognitionEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "_skipped": "Native API or circular reference" + }, + "__core-js_shared__": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.2177", + "className": "Object", + "description": "Object" + }, + "jQuery361053639817415354451": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.2178", + "className": "Object", + "description": "Object" + }, + "jQuery371053269243926709651": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.2179", + "className": "Object", + "description": "Object" + }, + "TEMPORARY": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": 0 + }, + "PERSISTENT": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": 1 + }, + "addEventListener": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "dispatchEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "removeEventListener": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "when": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "dir": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "dirxml": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "profile": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "profileEnd": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "clear": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "table": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "keys": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "values": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "debug": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "undebug": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "monitor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "unmonitor": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "inspect": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "copy": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "queryObjects": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "$_": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$0": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$1": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$2": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$3": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$4": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "getEventListeners": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "getAccessibleName": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "getAccessibleRole": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "monitorEvents": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "unmonitorEvents": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "$$": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + }, + "$x": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "_skipped": "Native API or circular reference" + } + }, + "lexical_scope_variables": [ + "common_tasks" + ], + "global_variables_count": 34, + "additional_global_variable_names": [ + "TEMPORARY", + "PERSISTENT", + "addEventListener", + "dispatchEvent", + "removeEventListener", + "when", + "dir", + "dirxml", + "profile", + "profileEnd", + "clear", + "table", + "keys", + "values", + "debug", + "undebug", + "monitor", + "unmonitor", + "inspect", + "copy", + "queryObjects", + "$_", + "$0", + "$1", + "$2", + "$3", + "$4", + "getEventListeners", + "getAccessibleName", + "getAccessibleRole", + "monitorEvents", + "unmonitorEvents", + "$$", + "$x" + ], + "lexical_scope_variable_names": [], + "storage_contents": { + "cookies": { + "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", + "_ga_DP2X732JSX": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0", + "_ga": "GA1.1.811243661.1763758702", + "_ga_CSLL4ZEK4L": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0" + }, + "sessionStorage": { + "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", + "QSI_HistorySession": "https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F32845321%2F~1763758702085" + }, + "localStorage": {} + }, + "object_files": [ + { + "name": "customElements", + "filename": "customElements.json", + "className": "CustomElementRegistry" + }, + { + "name": "locationbar", + "filename": "locationbar.json", + "className": "BarProp" + }, + { + "name": "menubar", + "filename": "menubar.json", + "className": "BarProp" + }, + { + "name": "personalbar", + "filename": "personalbar.json", + "className": "BarProp" + }, + { + "name": "scrollbars", + "filename": "scrollbars.json", + "className": "BarProp" + }, + { + "name": "statusbar", + "filename": "statusbar.json", + "className": "BarProp" + }, + { + "name": "toolbar", + "filename": "toolbar.json", + "className": "BarProp" + }, + { + "name": "external", + "filename": "external.json", + "className": "External" + }, + { + "name": "visualViewport", + "filename": "visualViewport.json", + "className": "VisualViewport" + }, + { + "name": "styleMedia", + "filename": "styleMedia.json", + "className": "StyleMedia" + }, + { + "name": "trustedTypes", + "filename": "trustedTypes.json", + "className": "TrustedTypePolicyFactory" + }, + { + "name": "sessionStorage", + "filename": "sessionStorage.json", + "className": "Storage" + }, + { + "name": "localStorage", + "filename": "localStorage.json", + "className": "Storage" + }, + { + "name": "scheduler", + "filename": "scheduler.json", + "className": "Scheduler" + }, + { + "name": "chrome", + "filename": "chrome.json", + "className": "Object" + }, + { + "name": "cookieStore", + "filename": "cookieStore.json", + "className": "CookieStore" + }, + { + "name": "sharedStorage", + "filename": "sharedStorage.json", + "className": "SharedStorage" + }, + { + "name": "viewport", + "filename": "viewport.json", + "className": "Viewport" + }, + { + "name": "launchQueue", + "filename": "launchQueue.json", + "className": "LaunchQueue" + }, + { + "name": "speechSynthesis", + "filename": "speechSynthesis.json", + "className": "SpeechSynthesis" + }, + { + "name": "uswds", + "filename": "uswds.json", + "className": "Object" + }, + { + "name": "ncbi", + "filename": "ncbi.json", + "className": "Object" + }, + { + "name": "exports", + "filename": "exports.json", + "className": "Object" + }, + { + "name": "pingerDataLayer", + "filename": "pingerDataLayer.json", + "className": "Array" + }, + { + "name": "google_tag_manager", + "filename": "google_tag_manager.json", + "className": "Object" + }, + { + "name": "google_tag_data", + "filename": "google_tag_data.json", + "className": "Object" + }, + { + "name": "dataLayer", + "filename": "dataLayer.json", + "className": "Array" + }, + { + "name": "gaGlobal", + "filename": "gaGlobal.json", + "className": "Object" + }, + { + "name": "QSI", + "filename": "QSI.json", + "className": "Object" + }, + { + "name": "_qsie", + "filename": "_qsie.json", + "className": "e" + }, + { + "name": "Atomics", + "filename": "Atomics.json", + "className": "Atomics" + }, + { + "name": "console", + "filename": "console.json", + "className": "console" + }, + { + "name": "CSS", + "filename": "CSS.json", + "className": "CSS" + }, + { + "name": "WebAssembly", + "filename": "WebAssembly.json", + "className": "WebAssembly" + }, + { + "name": "GPUBufferUsage", + "filename": "GPUBufferUsage.json", + "className": "GPUBufferUsage" + }, + { + "name": "GPUColorWrite", + "filename": "GPUColorWrite.json", + "className": "GPUColorWrite" + }, + { + "name": "GPUMapMode", + "filename": "GPUMapMode.json", + "className": "GPUMapMode" + }, + { + "name": "GPUShaderStage", + "filename": "GPUShaderStage.json", + "className": "GPUShaderStage" + }, + { + "name": "GPUTextureUsage", + "filename": "GPUTextureUsage.json", + "className": "GPUTextureUsage" + }, + { + "name": "__core-js_shared__", + "filename": "__core-js_shared__.json", + "className": "Object" + }, + { + "name": "jQuery361053639817415354451", + "filename": "jQuery361053639817415354451.json", + "className": "Object" + }, + { + "name": "jQuery371053269243926709651", + "filename": "jQuery371053269243926709651.json", + "className": "Object" + } + ] +} \ No newline at end of file diff --git a/output/symbol_table_clean.json b/output/symbol_table_clean.json new file mode 100644 index 0000000..1ba4801 --- /dev/null +++ b/output/symbol_table_clean.json @@ -0,0 +1,2324 @@ +{ + "connection": "ws://localhost:9222/devtools/page/42948E71BB747E2CAA1DF50D531FD54F", + "window_objectId": "3290802516498786405.1.1", + "properties": { + "name": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "" + }, + "customElements": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1109", + "className": "CustomElementRegistry", + "description": "CustomElementRegistry" + }, + "locationbar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1112", + "className": "BarProp", + "description": "BarProp" + }, + "menubar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1113", + "className": "BarProp", + "description": "BarProp" + }, + "personalbar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1114", + "className": "BarProp", + "description": "BarProp" + }, + "scrollbars": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1115", + "className": "BarProp", + "description": "BarProp" + }, + "statusbar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1116", + "className": "BarProp", + "description": "BarProp" + }, + "toolbar": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1117", + "className": "BarProp", + "description": "BarProp" + }, + "status": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "" + }, + "closed": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": false + }, + "length": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "opener": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "frameElement": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "origin": { + "type": "string", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "https://pubmed.ncbi.nlm.nih.gov" + }, + "external": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1122", + "className": "External", + "description": "External" + }, + "innerWidth": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 1387 + }, + "innerHeight": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 857 + }, + "scrollX": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "pageXOffset": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "scrollY": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "pageYOffset": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 0 + }, + "visualViewport": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1124", + "className": "VisualViewport", + "description": "VisualViewport" + }, + "screenX": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 88 + }, + "screenY": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 38 + }, + "outerWidth": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 1387 + }, + "outerHeight": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 944 + }, + "devicePixelRatio": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 2 + }, + "event": { + "type": "undefined", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "screenLeft": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 88 + }, + "screenTop": { + "type": "number", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": 38 + }, + "styleMedia": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1126", + "className": "StyleMedia", + "description": "StyleMedia" + }, + "onsearch": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "trustedTypes": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1127", + "className": "TrustedTypePolicyFactory", + "description": "TrustedTypePolicyFactory" + }, + "onappinstalled": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforeinstallprompt": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "sessionStorage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1131", + "className": "Storage", + "description": "Storage" + }, + "localStorage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1132", + "className": "Storage", + "description": "Storage" + }, + "onbeforexrselect": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onabort": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforeinput": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforematch": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforetoggle": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onblur": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncancel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncanplay": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncanplaythrough": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onclick": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onclose": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncommand": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncontentvisibilityautostatechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncontextlost": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncontextmenu": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncontextrestored": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oncuechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondblclick": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondrag": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragenter": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragleave": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragover": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondragstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondrop": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondurationchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onemptied": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onended": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onfocus": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onformdata": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oninput": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "oninvalid": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onkeydown": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onkeypress": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onkeyup": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onload": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onloadeddata": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onloadedmetadata": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onloadstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmousedown": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseenter": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseleave": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmousemove": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseout": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseover": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmouseup": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmousewheel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpause": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onplay": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onplaying": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onprogress": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onratechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onreset": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onresize": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onscroll": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onscrollend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onsecuritypolicyviolation": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onseeked": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onseeking": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onselect": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onslotchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onstalled": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onsubmit": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onsuspend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontimeupdate": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontoggle": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onvolumechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwaiting": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwebkitanimationend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwebkitanimationiteration": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwebkitanimationstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwebkittransitionend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onwheel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onauxclick": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ongotpointercapture": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onlostpointercapture": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerdown": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointermove": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerup": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointercancel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerover": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerout": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerenter": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerleave": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onselectstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onselectionchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onanimationend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onanimationiteration": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onanimationstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontransitionrun": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontransitionstart": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontransitionend": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ontransitioncancel": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onafterprint": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforeprint": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onbeforeunload": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onhashchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onlanguagechange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmessage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onmessageerror": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onoffline": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ononline": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpagehide": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpageshow": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpopstate": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onrejectionhandled": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onstorage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onunhandledrejection": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onunload": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "isSecureContext": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": true + }, + "crossOriginIsolated": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": false + }, + "scheduler": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1134", + "className": "Scheduler", + "description": "Scheduler" + }, + "chrome": { + "type": "object", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1175", + "className": "Object", + "description": "Object" + }, + "cookieStore": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1177", + "className": "CookieStore", + "description": "CookieStore" + }, + "ondevicemotion": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondeviceorientation": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "ondeviceorientationabsolute": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpointerrawupdate": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "sharedStorage": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1179", + "className": "SharedStorage", + "description": "SharedStorage" + }, + "originAgentCluster": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": true + }, + "viewport": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1186", + "className": "Viewport", + "description": "Viewport" + }, + "onpageswap": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onpagereveal": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "credentialless": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": false + }, + "fence": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "launchQueue": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1187", + "className": "LaunchQueue", + "description": "LaunchQueue" + }, + "speechSynthesis": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1188", + "className": "SpeechSynthesis", + "description": "SpeechSynthesis" + }, + "onscrollsnapchange": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "onscrollsnapchanging": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": null + }, + "nwds_version": { + "type": "string", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "value": "1.2.5" + }, + "alertsUrl": { + "type": "string", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "value": "/core/alerts/alerts.js" + }, + "uswds": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1195", + "className": "Object", + "description": "Object" + }, + "ncbi": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1196", + "className": "Object", + "description": "Object" + }, + "exports": { + "type": "object", + "writable": true, + "configurable": false, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1197", + "className": "Object", + "description": "Object" + }, + "pingerDataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1199", + "className": "Array", + "description": "Array(8)" + }, + "google_tag_manager": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1201", + "className": "Object", + "description": "Object" + }, + "google_tag_data": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1202", + "className": "Object", + "description": "Object" + }, + "_fullParams": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "agency=HHS&subagency=NCBI%20-%20ncbi.nlm.nih.gov&sitetopic=NCBI%20Pinger%200.39.3&siteplatform=NCBI%20Pinger%200.39.3" + }, + "_keyValuePair": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "siteplatform=ncbi pinger 0.39.3" + }, + "_key": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "siteplatform" + }, + "_value": { + "type": "string", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": "ncbi pinger 0.39.3" + }, + "dataLayer": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1203", + "className": "Array", + "description": "Array(5)" + }, + "_isRedacted": { + "type": "boolean", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "value": true + }, + "gaGlobal": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1206", + "className": "Object", + "description": "Object" + }, + "QSI": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1207", + "className": "Object", + "description": "Object" + }, + "_qsie": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "window", + "objectId": "3290802516498786405.1.1209", + "className": "e", + "description": "e" + }, + "Infinity": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": false, + "_source": "window", + "value": null + }, + "NaN": { + "type": "number", + "writable": false, + "configurable": false, + "enumerable": false, + "_source": "window", + "value": null + }, + "undefined": { + "type": "undefined", + "writable": false, + "configurable": false, + "enumerable": false, + "_source": "window", + "value": null + }, + "Atomics": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1235", + "className": "Atomics", + "description": "Atomics" + }, + "DataView": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function DataView() { [native code] }" + }, + "console": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1267", + "className": "console", + "description": "console" + }, + "VisibilityStateEntry": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function VisibilityStateEntry() { [native code] }" + }, + "ValidityState": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function ValidityState() { [native code] }" + }, + "SVGMetadataElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function SVGMetadataElement() { [native code] }" + }, + "RTCDataChannelEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function RTCDataChannelEvent() { [native code] }" + }, + "PopStateEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function PopStateEvent() { [native code] }" + }, + "NavigatorUAData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function NavigatorUAData() { [native code] }" + }, + "ImageData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function ImageData() { [native code] }" + }, + "IDBObjectStore": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function IDBObjectStore() { [native code] }" + }, + "IDBDatabase": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function IDBDatabase() { [native code] }" + }, + "HTMLOptionsCollection": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function HTMLOptionsCollection() { [native code] }" + }, + "HTMLDataListElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function HTMLDataListElement() { [native code] }" + }, + "HTMLDataElement": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function HTMLDataElement() { [native code] }" + }, + "FormDataEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function FormDataEvent() { [native code] }" + }, + "FormData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function FormData() { [native code] }" + }, + "DataTransferItemList": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function DataTransferItemList() { [native code] }" + }, + "DataTransferItem": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function DataTransferItem() { [native code] }" + }, + "DataTransfer": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function DataTransfer() { [native code] }" + }, + "CustomStateSet": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CustomStateSet() { [native code] }" + }, + "ContentVisibilityAutoStateChangeEvent": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function ContentVisibilityAutoStateChangeEvent() { [native code] }" + }, + "CharacterData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CharacterData() { [native code] }" + }, + "CSSLayerStatementRule": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CSSLayerStatementRule() { [native code] }" + }, + "CSS": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1843", + "className": "CSS", + "description": "CSS" + }, + "AudioData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function AudioData() { [native code] }" + }, + "offscreenBuffering": { + "type": "boolean", + "writable": false, + "configurable": true, + "enumerable": false, + "_source": "window", + "value": true + }, + "WebAssembly": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1883", + "className": "WebAssembly", + "description": "WebAssembly" + }, + "CookieStore": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CookieStore() { [native code] }" + }, + "CookieStoreManager": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function CookieStoreManager() { [native code] }" + }, + "GPUBufferUsage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1911", + "className": "GPUBufferUsage", + "description": "GPUBufferUsage" + }, + "GPUColorWrite": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1913", + "className": "GPUColorWrite", + "description": "GPUColorWrite" + }, + "GPUMapMode": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1925", + "className": "GPUMapMode", + "description": "GPUMapMode" + }, + "GPUShaderStage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1937", + "className": "GPUShaderStage", + "description": "GPUShaderStage" + }, + "GPUTextureUsage": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.1941", + "className": "GPUTextureUsage", + "description": "GPUTextureUsage" + }, + "NavigatorManagedData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function NavigatorManagedData() { [native code] }" + }, + "WebTransportDatagramDuplexStream": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function WebTransportDatagramDuplexStream() { [native code] }" + }, + "XRDOMOverlayState": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function XRDOMOverlayState() { [native code] }" + }, + "FontData": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function FontData() { [native code] }" + }, + "NotRestoredReasonDetails": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function NotRestoredReasonDetails() { [native code] }" + }, + "NotRestoredReasons": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function NotRestoredReasons() { [native code] }" + }, + "USBConfiguration": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function USBConfiguration() { [native code] }" + }, + "XRRenderState": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function XRRenderState() { [native code] }" + }, + "FencedFrameConfig": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function FencedFrameConfig() { [native code] }" + }, + "MediaMetadata": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function MediaMetadata() { [native code] }" + }, + "PushSubscriptionOptions": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function PushSubscriptionOptions() { [native code] }" + }, + "RTCDataChannel": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function RTCDataChannel() { [native code] }" + }, + "SharedStorageAppendMethod": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "description": "function SharedStorageAppendMethod() { [native code] }" + }, + "__core-js_shared__": { + "type": "object", + "writable": true, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.2177", + "className": "Object", + "description": "Object" + }, + "jQuery361053639817415354451": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.2178", + "className": "Object", + "description": "Object" + }, + "jQuery371053269243926709651": { + "type": "object", + "writable": false, + "configurable": true, + "enumerable": false, + "_source": "window", + "objectId": "3290802516498786405.1.2179", + "className": "Object", + "description": "Object" + }, + "TEMPORARY": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": 0 + }, + "PERSISTENT": { + "type": "number", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": 1 + }, + "$_": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$0": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$1": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$2": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$3": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + }, + "$4": { + "type": "undefined", + "writable": true, + "configurable": true, + "enumerable": true, + "_source": "additional_globals", + "value": null + } + }, + "object_files": [ + { + "name": "customElements", + "filename": "customElements.json", + "className": "CustomElementRegistry" + }, + { + "name": "locationbar", + "filename": "locationbar.json", + "className": "BarProp" + }, + { + "name": "menubar", + "filename": "menubar.json", + "className": "BarProp" + }, + { + "name": "personalbar", + "filename": "personalbar.json", + "className": "BarProp" + }, + { + "name": "scrollbars", + "filename": "scrollbars.json", + "className": "BarProp" + }, + { + "name": "statusbar", + "filename": "statusbar.json", + "className": "BarProp" + }, + { + "name": "toolbar", + "filename": "toolbar.json", + "className": "BarProp" + }, + { + "name": "external", + "filename": "external.json", + "className": "External" + }, + { + "name": "visualViewport", + "filename": "visualViewport.json", + "className": "VisualViewport" + }, + { + "name": "styleMedia", + "filename": "styleMedia.json", + "className": "StyleMedia" + }, + { + "name": "trustedTypes", + "filename": "trustedTypes.json", + "className": "TrustedTypePolicyFactory" + }, + { + "name": "sessionStorage", + "filename": "sessionStorage.json", + "className": "Storage" + }, + { + "name": "localStorage", + "filename": "localStorage.json", + "className": "Storage" + }, + { + "name": "scheduler", + "filename": "scheduler.json", + "className": "Scheduler" + }, + { + "name": "chrome", + "filename": "chrome.json", + "className": "Object" + }, + { + "name": "cookieStore", + "filename": "cookieStore.json", + "className": "CookieStore" + }, + { + "name": "sharedStorage", + "filename": "sharedStorage.json", + "className": "SharedStorage" + }, + { + "name": "viewport", + "filename": "viewport.json", + "className": "Viewport" + }, + { + "name": "launchQueue", + "filename": "launchQueue.json", + "className": "LaunchQueue" + }, + { + "name": "speechSynthesis", + "filename": "speechSynthesis.json", + "className": "SpeechSynthesis" + }, + { + "name": "uswds", + "filename": "uswds.json", + "className": "Object" + }, + { + "name": "ncbi", + "filename": "ncbi.json", + "className": "Object" + }, + { + "name": "exports", + "filename": "exports.json", + "className": "Object" + }, + { + "name": "pingerDataLayer", + "filename": "pingerDataLayer.json", + "className": "Array" + }, + { + "name": "google_tag_manager", + "filename": "google_tag_manager.json", + "className": "Object" + }, + { + "name": "google_tag_data", + "filename": "google_tag_data.json", + "className": "Object" + }, + { + "name": "dataLayer", + "filename": "dataLayer.json", + "className": "Array" + }, + { + "name": "gaGlobal", + "filename": "gaGlobal.json", + "className": "Object" + }, + { + "name": "QSI", + "filename": "QSI.json", + "className": "Object" + }, + { + "name": "_qsie", + "filename": "_qsie.json", + "className": "e" + }, + { + "name": "Atomics", + "filename": "Atomics.json", + "className": "Atomics" + }, + { + "name": "console", + "filename": "console.json", + "className": "console" + }, + { + "name": "CSS", + "filename": "CSS.json", + "className": "CSS" + }, + { + "name": "WebAssembly", + "filename": "WebAssembly.json", + "className": "WebAssembly" + }, + { + "name": "GPUBufferUsage", + "filename": "GPUBufferUsage.json", + "className": "GPUBufferUsage" + }, + { + "name": "GPUColorWrite", + "filename": "GPUColorWrite.json", + "className": "GPUColorWrite" + }, + { + "name": "GPUMapMode", + "filename": "GPUMapMode.json", + "className": "GPUMapMode" + }, + { + "name": "GPUShaderStage", + "filename": "GPUShaderStage.json", + "className": "GPUShaderStage" + }, + { + "name": "GPUTextureUsage", + "filename": "GPUTextureUsage.json", + "className": "GPUTextureUsage" + }, + { + "name": "__core-js_shared__", + "filename": "__core-js_shared__.json", + "className": "Object" + }, + { + "name": "jQuery361053639817415354451", + "filename": "jQuery361053639817415354451.json", + "className": "Object" + }, + { + "name": "jQuery371053269243926709651", + "filename": "jQuery371053269243926709651.json", + "className": "Object" + } + ], + "additional_global_variable_names": [ + "TEMPORARY", + "PERSISTENT", + "addEventListener", + "dispatchEvent", + "removeEventListener", + "when", + "dir", + "dirxml", + "profile", + "profileEnd", + "clear", + "table", + "keys", + "values", + "debug", + "undebug", + "monitor", + "unmonitor", + "inspect", + "copy", + "queryObjects", + "$_", + "$0", + "$1", + "$2", + "$3", + "$4", + "getEventListeners", + "getAccessibleName", + "getAccessibleRole", + "monitorEvents", + "unmonitorEvents", + "$$", + "$x" + ], + "lexical_scope_variable_names": [], + "variable_counts_by_source": { + "window": 238, + "additional_globals": 8 + }, + "storage_contents": { + "cookies": { + "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", + "_ga_DP2X732JSX": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0", + "_ga": "GA1.1.811243661.1763758702", + "_ga_CSLL4ZEK4L": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0" + }, + "sessionStorage": { + "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", + "QSI_HistorySession": "https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F32845321%2F~1763758702085" + }, + "localStorage": {} + } +} \ No newline at end of file diff --git a/output/toolbar.json b/output/toolbar.json new file mode 100644 index 0000000..b3f5bad --- /dev/null +++ b/output/toolbar.json @@ -0,0 +1,15 @@ +{ + "property_name": "toolbar", + "className": "BarProp", + "description": "BarProp", + "objectId": "3290802516498786405.1.1117", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2188", + "className": "BarProp" + } + ] + } +} \ No newline at end of file diff --git a/output/trustedTypes.json b/output/trustedTypes.json new file mode 100644 index 0000000..8885664 --- /dev/null +++ b/output/trustedTypes.json @@ -0,0 +1,15 @@ +{ + "property_name": "trustedTypes", + "className": "TrustedTypePolicyFactory", + "description": "TrustedTypePolicyFactory", + "objectId": "3290802516498786405.1.1127", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2192", + "className": "TrustedTypePolicyFactory" + } + ] + } +} \ No newline at end of file diff --git a/output/uswds.json b/output/uswds.json new file mode 100644 index 0000000..be313a7 --- /dev/null +++ b/output/uswds.json @@ -0,0 +1,36 @@ +{ + "property_name": "uswds", + "className": "Object", + "description": "Object", + "objectId": "3290802516498786405.1.1195", + "resolved_data": { + "init": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){this.initSkipNav(),this.initAccordion()}" + }, + "initSkipNav": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){var t=(0,a.default)('.usa-skipnav[href^=\"#\"]'),n=t.prop(\"hash\")||\"#main-content\",i=(0,a.default)(n).css(\"outline\",\"none\");t.on(\"click\",(function(t){t.preventDefault(),i.attr(\"tabindex\",\"0\").focus().one(\"blur\",(function(){i.attr(\"tabindex\",\"-1\")}))}))}" + }, + "initAccordion": { + "type": "function", + "writable": true, + "configurable": true, + "enumerable": true, + "description": "function(){var t=(0,a.default)(\".usa-accordion-button\");t.each((function(t,n){var i=(0,a.default)(n).closest(\".usa-accordion-button\"),e=i.attr(\"aria-controls\"),o=(0,a.default)(\"#\"+e),d=\"true\"===i.attr(\"aria-expanded\");o.attr(\"aria-hidden\",!d)})),t.on(\"click\",(function(t){t.preventDefault();var n=(0,a.default)(t.target).closest(\".usa-accordion-button\"),i=n.attr(\"aria-controls\"),e=(0,a.default)(\"#\"+i),o=\"true\"===n.attr(\"aria-expanded\");n.attr(\"aria-expanded\",!o),e.attr(\"aria-hidden\",o),n.trigger(\"accordion_clicked\")}))}" + }, + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2209", + "className": "Object" + } + ] + } +} \ No newline at end of file diff --git a/output/viewport.json b/output/viewport.json new file mode 100644 index 0000000..187f655 --- /dev/null +++ b/output/viewport.json @@ -0,0 +1,15 @@ +{ + "property_name": "viewport", + "className": "Viewport", + "description": "Viewport", + "objectId": "3290802516498786405.1.1186", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2203", + "className": "Viewport" + } + ] + } +} \ No newline at end of file diff --git a/output/visualViewport.json b/output/visualViewport.json new file mode 100644 index 0000000..2775f92 --- /dev/null +++ b/output/visualViewport.json @@ -0,0 +1,15 @@ +{ + "property_name": "visualViewport", + "className": "VisualViewport", + "description": "VisualViewport", + "objectId": "3290802516498786405.1.1124", + "resolved_data": { + "_internalProperties": [ + { + "name": "[[Prototype]]", + "objectId": "3290802516498786405.1.2190", + "className": "VisualViewport" + } + ] + } +} \ No newline at end of file diff --git a/test.py b/test.py new file mode 100644 index 0000000..6998bba --- /dev/null +++ b/test.py @@ -0,0 +1,715 @@ +import json +import time +import requests +import os +from websocket import create_connection +from pathlib import Path + +def get_ws_url(): + resp = requests.get("http://localhost:9222/json") + return resp.json()[0]["webSocketDebuggerUrl"] + +def cdp_send(ws, method, params=None, msg_id=1): + payload = {"id": msg_id, "method": method} + if params: + payload["params"] = params + ws.send(json.dumps(payload)) + return json.loads(ws.recv()) + +def sanitize_filename(name): + """Convert a property name to a safe filename.""" + # Replace invalid filename characters + invalid_chars = '<>:"/\\|?*' + for char in invalid_chars: + name = name.replace(char, '_') + # Limit length + if len(name) > 200: + name = name[:200] + return name + +def is_application_object(className, name): + """ + Heuristically determine if an object is an application object (not a native browser API). + Returns True if it's likely an application object, False if it's likely native. + """ + if not name: + return False + + # Application objects often have these patterns in their names + application_patterns = [ + "__", # Internal state objects like __APOLLO_STATE__, __REDUX_STATE__ + "State", "STATE", # State management + "Config", "config", "options", "Options", # Configuration objects + "Data", "data", # Data objects + "Store", "store", # Store objects + "App", "app", # Application objects + ] + + # Check if name matches application patterns + for pattern in application_patterns: + if pattern in name: + return True + + # Objects with className "Object" are often application objects (not native APIs) + # Native APIs usually have specific class names like "HTMLDivElement", "Window", etc. + if className == "Object" or not className: + # But exclude if it looks like a native API by name + if name.startswith(("HTML", "SVG", "RTC", "IDB", "WebGL")): + return False + return True + + # If className doesn't match native patterns, it's likely application code + native_prefixes = [ + "HTML", "SVG", "MathML", "RTC", "IDB", "Media", "Audio", "Video", + "WebGL", "Canvas", "Crypto", "File", "Blob", "Form", "Input", + "Mutation", "Intersection", "Resize", "Performance", "Navigation", + "Storage", "Location", "History", "Navigator", "Screen", "Window", + "Document", "Element", "Node", "Event", "Promise", "Array", + "String", "Number", "Boolean", "Date", "RegExp", "Error", "Function", + "Map", "Set", "WeakMap", "WeakSet", "Proxy", "Reflect", "Symbol", + "Intl", "JSON", "Math", "Console", "TextEncoder", "TextDecoder", + "ReadableStream", "WritableStream", "TransformStream", "AbortController", + "URL", "URLSearchParams", "Headers", "Request", "Response", "Fetch", + "Worker", "SharedWorker", "ServiceWorker", "BroadcastChannel", + "MessageChannel", "MessagePort", "ImageData", "ImageBitmap", + "OffscreenCanvas", "Path2D", "CanvasGradient", "CanvasPattern", + "Geolocation", "Notification", "PushManager", "Cache", "IndexedDB" + ] + + # If className matches native patterns, it's not an application object + for prefix in native_prefixes: + if className.startswith(prefix): + return False + + # If we get here, it's likely an application object (custom class name) + return True + +def is_native_api(className, name): + """Check if this is a native browser API that we should skip.""" + if not className: + return False + + # If it's an application object, don't skip it + if is_application_object(className, name): + return False + + # Skip native browser constructors and APIs + native_prefixes = [ + "HTML", "SVG", "MathML", "RTC", "IDB", "Media", "Audio", "Video", + "WebGL", "Canvas", "Crypto", "File", "Blob", "Form", "Input", + "Mutation", "Intersection", "Resize", "Performance", "Navigation", + "Storage", "Location", "History", "Navigator", "Screen", "Window", + "Document", "Element", "Node", "Event", "Promise", "Array", + "String", "Number", "Boolean", "Date", "RegExp", "Error", "Function", + "Map", "Set", "WeakMap", "WeakSet", "Proxy", "Reflect", "Symbol", + "Intl", "JSON", "Math", "Console", "TextEncoder", "TextDecoder", + "ReadableStream", "WritableStream", "TransformStream", "AbortController", + "URL", "URLSearchParams", "Headers", "Request", "Response", "Fetch", + "Worker", "SharedWorker", "ServiceWorker", "BroadcastChannel", + "MessageChannel", "MessagePort", "ImageData", "ImageBitmap", + "OffscreenCanvas", "Path2D", "CanvasGradient", "CanvasPattern", + "Geolocation", "Notification", "PushManager", "Cache", "IndexedDB" + ] + + for prefix in native_prefixes: + if className.startswith(prefix): + return True + + # Skip if name looks like a native API + if name and (name.startswith("HTML") or name.startswith("SVG") or + name.startswith("RTC") or name in ["window", "self", "top", "parent", "frames"]): + return True + + return False + +def fully_resolve_object(ws, object_id, visited=None, depth=0, max_depth=5): + """ + Recursively resolve an object and all its properties. + Returns a dictionary with all resolved values. + """ + if visited is None: + visited = set() + + if depth > max_depth or object_id in visited: + return {"_error": "Max depth reached or circular reference", "objectId": object_id} + + visited.add(object_id) + + try: + props = cdp_send(ws, "Runtime.getProperties", { + "objectId": object_id, + "ownProperties": True + }) + + resolved = {} + + for prop in props.get("result", {}).get("result", []): + name = prop["name"] + value = prop.get("value", {}) + value_type = value.get("type", "unknown") + className = value.get("className", "") + + # Skip native APIs at deeper levels + if depth > 0 and is_native_api(className, name): + continue + + prop_data = { + "type": value_type, + "writable": prop.get("writable", False), + "configurable": prop.get("configurable", False), + "enumerable": prop.get("enumerable", False) + } + + if value_type == "string": + prop_data["value"] = value.get("value") + elif value_type in ["number", "boolean"]: + prop_data["value"] = value.get("value") + elif value_type == "object": + if value.get("subtype") == "null": + prop_data["value"] = None + elif value.get("objectId"): + nested_obj_id = value.get("objectId") + prop_data["className"] = className + prop_data["description"] = value.get("description", "") + prop_data["objectId"] = nested_obj_id + + # Only recursively resolve if not a native API + if not is_native_api(className, name): + prop_data["nested"] = fully_resolve_object(ws, nested_obj_id, visited.copy(), depth + 1, max_depth) + else: + prop_data["nested"] = {"_skipped": "Native API"} + else: + prop_data["value"] = value.get("value") + elif value_type == "function": + prop_data["description"] = value.get("description", "") + else: + prop_data["value"] = value.get("value") + + resolved[name] = prop_data + + # Also get internal properties (like [[Prototype]]) + internal_props = props.get("result", {}).get("internalProperties", []) + if internal_props: + resolved["_internalProperties"] = [] + for internal in internal_props: + internal_data = {"name": internal.get("name")} + internal_value = internal.get("value", {}) + if internal_value.get("objectId"): + internal_data["objectId"] = internal_value.get("objectId") + internal_data["className"] = internal_value.get("className", "Object") + resolved["_internalProperties"].append(internal_data) + + return resolved + + except Exception as e: + return {"_error": str(e), "objectId": object_id} + +def get_global_variables(ws, msg_id): + """Get all global variables using JavaScript evaluation.""" + print("\n=== Getting global variables via JavaScript ===") + + # Get all global variables by evaluating a script that collects them + # This script tries multiple methods to capture all global variables + script = """ + (function() { + const globals = {}; + const seen = new Set(); + + // Method 1: Get all enumerable properties from window + try { + for (let key in window) { + if (!seen.has(key)) { + try { + globals[key] = window[key]; + seen.add(key); + } catch(e) {} + } + } + } catch(e) {} + + // Method 2: Get all own properties from window (including non-enumerable) + try { + Object.getOwnPropertyNames(window).forEach(key => { + if (!seen.has(key) && key !== 'window' && key !== 'self') { + try { + globals[key] = window[key]; + seen.add(key); + } catch(e) {} + } + }); + } catch(e) {} + + // Method 3: Get properties from globalThis (ES2020) + try { + if (typeof globalThis !== 'undefined') { + for (let key in globalThis) { + if (!seen.has(key) && key !== 'window' && key !== 'self' && key !== 'globalThis') { + try { + globals[key] = globalThis[key]; + seen.add(key); + } catch(e) {} + } + } + } + } catch(e) {} + + // Method 4: Try to get variables from the global scope + try { + // Use eval in a way that captures variables + const keys = Object.keys(this); + keys.forEach(key => { + if (!seen.has(key) && key !== 'window' && key !== 'self' && key !== 'this') { + try { + globals[key] = this[key]; + seen.add(key); + } catch(e) {} + } + }); + } catch(e) {} + + return globals; + })() + """ + + resp = cdp_send(ws, "Runtime.evaluate", { + "expression": script, + "returnByValue": False, + "includeCommandLineAPI": True + }, msg_id=msg_id) + msg_id += 1 + + if "error" in resp or not resp["result"]["result"].get("objectId"): + print(" Could not get global variables via script") + return None, msg_id + + globals_obj_id = resp["result"]["result"]["objectId"] + print(f" Global variables objectId: {globals_obj_id}") + + # Get properties of the globals object + globals_props = cdp_send(ws, "Runtime.getProperties", { + "objectId": globals_obj_id, + "ownProperties": True + }, msg_id=msg_id) + msg_id += 1 + + return globals_props, msg_id + +def get_lexical_scope_variables(ws, msg_id): + """Get variables from global lexical scope.""" + print("\n=== Getting global lexical scope variables ===") + + try: + # Get global lexical scope names + resp = cdp_send(ws, "Runtime.globalLexicalScopeNames", {}, msg_id=msg_id) + msg_id += 1 + + if "error" not in resp and "result" in resp: + names = resp["result"].get("names", []) + print(f" Found {len(names)} lexical scope variables") + return names, msg_id + else: + print(" Could not get lexical scope names") + return [], msg_id + except Exception as e: + print(f" Error getting lexical scope: {e}") + return [], msg_id + +def get_storage_contents(ws, msg_id): + """Get contents of cookies, sessionStorage, and localStorage.""" + print("\n=== Getting storage contents ===") + + storage_data = { + "cookies": {}, + "sessionStorage": {}, + "localStorage": {} + } + + # Get cookies via JavaScript (document.cookie) + try: + cookie_script = """ + (function() { + const cookies = {}; + if (document.cookie) { + document.cookie.split(';').forEach(cookie => { + const [name, ...rest] = cookie.trim().split('='); + if (name) { + cookies[name] = rest.join('=') || ''; + } + }); + } + return cookies; + })() + """ + resp = cdp_send(ws, "Runtime.evaluate", { + "expression": cookie_script, + "returnByValue": True + }, msg_id=msg_id) + msg_id += 1 + + if "error" not in resp and "result" in resp: + cookies = resp["result"].get("result", {}).get("value", {}) + storage_data["cookies"] = cookies + print(f" Found {len(cookies)} cookies") + except Exception as e: + print(f" Error getting cookies: {e}") + + # Get sessionStorage contents + try: + session_script = """ + (function() { + const data = {}; + for (let i = 0; i < sessionStorage.length; i++) { + const key = sessionStorage.key(i); + if (key) { + try { + data[key] = sessionStorage.getItem(key); + } catch(e) { + data[key] = ""; + } + } + } + return data; + })() + """ + resp = cdp_send(ws, "Runtime.evaluate", { + "expression": session_script, + "returnByValue": True + }, msg_id=msg_id) + msg_id += 1 + + if "error" not in resp and "result" in resp: + session_data = resp["result"].get("result", {}).get("value", {}) + storage_data["sessionStorage"] = session_data + print(f" Found {len(session_data)} sessionStorage items") + except Exception as e: + print(f" Error getting sessionStorage: {e}") + + # Get localStorage contents + try: + local_script = """ + (function() { + const data = {}; + for (let i = 0; i < localStorage.length; i++) { + const key = localStorage.key(i); + if (key) { + try { + data[key] = localStorage.getItem(key); + } catch(e) { + data[key] = ""; + } + } + } + return data; + })() + """ + resp = cdp_send(ws, "Runtime.evaluate", { + "expression": local_script, + "returnByValue": True + }, msg_id=msg_id) + msg_id += 1 + + if "error" not in resp and "result" in resp: + local_data = resp["result"].get("result", {}).get("value", {}) + storage_data["localStorage"] = local_data + print(f" Found {len(local_data)} localStorage items") + except Exception as e: + print(f" Error getting localStorage: {e}") + + return storage_data, msg_id + +def main(): + ws_url = get_ws_url() + output_dir = Path("output") + output_dir.mkdir(exist_ok=True) + + print("Connecting to:", ws_url) + + ws = create_connection(ws_url) + time.sleep(0.2) + + msg_id = 1 + + # Step 1: Get window object + resp = cdp_send(ws, "Runtime.evaluate", { + "expression": "window", + "returnByValue": False + }, msg_id=msg_id) + msg_id += 1 + + if "error" in resp or not resp["result"]["result"].get("objectId"): + print("Window object not found!") + ws.close() + return + + window_obj = resp["result"]["result"]["objectId"] + print(f"Window objectId: {window_obj}") + + # Step 1.5: Get global lexical scope variables + lexical_vars, msg_id = get_lexical_scope_variables(ws, msg_id) + + # Step 1.6: Get global variables via JavaScript evaluation + globals_props, msg_id = get_global_variables(ws, msg_id) + + # Step 1.7: Get storage contents (cookies, sessionStorage, localStorage) + storage_data, msg_id = get_storage_contents(ws, msg_id) + + # Step 2: Get all properties of window (symbol table) + print("\n=== Getting window symbol table ===") + props = cdp_send(ws, "Runtime.getProperties", { + "objectId": window_obj, + "ownProperties": True + }, msg_id=msg_id) + msg_id += 1 + + symbol_table = { + "connection": ws_url, + "window_objectId": window_obj, + "properties": {}, + "lexical_scope_variables": lexical_vars, + "global_variables_count": 0 + } + + object_files = [] + processed_names = set() # Track which variables we've already processed + source_tracking = {} # Track where each variable came from: "window", "lexical", "additional_globals" + + # First, process lexical scope variables and add them to all_props + lexical_props = [] + if lexical_vars: + print(f"\n=== Processing {len(lexical_vars)} lexical scope variables ===") + for var_name in lexical_vars: + if var_name in processed_names: + continue + try: + # Get the value of this variable + eval_resp = cdp_send(ws, "Runtime.evaluate", { + "expression": var_name, + "returnByValue": False + }, msg_id=msg_id) + msg_id += 1 + + if "error" not in eval_resp: + result = eval_resp["result"]["result"] + value_type = result.get("type", "unknown") + className = result.get("className", "") + + # Only process if not a native API + if not is_native_api(className, var_name): + # Create a prop-like structure + lexical_prop = { + "name": var_name, + "value": result, + "writable": True, # Assume writable for lexical vars + "configurable": True, + "enumerable": True + } + lexical_props.append(lexical_prop) + processed_names.add(var_name) + source_tracking[var_name] = "lexical" + except Exception as e: + print(f" Error processing lexical variable {var_name}: {e}") + + print(f" Added {len(lexical_props)} lexical scope variables to processing queue") + + # Collect all properties to process + all_props = list(props["result"]["result"]) + + # Mark window properties + for prop in all_props: + source_tracking[prop.get("name")] = "window" + + # Add lexical scope variables + all_props.extend(lexical_props) + + # Add global variables from JavaScript evaluation if available + additional_globals_count = 0 + additional_global_names = [] + if globals_props and "result" in globals_props: + global_props_list = globals_props["result"].get("result", []) + print(f"\n=== Found {len(global_props_list)} additional global variables ===") + for global_prop in global_props_list: + prop_name = global_prop.get("name") + if prop_name and prop_name not in processed_names: + # Check if it's already in window props + if not any(p.get("name") == prop_name for p in all_props): + all_props.append(global_prop) + processed_names.add(prop_name) + source_tracking[prop_name] = "additional_globals" + additional_global_names.append(prop_name) + additional_globals_count += 1 + print(f" Added {additional_globals_count} new global variables to processing queue") + if additional_global_names: + print(f" Additional global variable names: {', '.join(additional_global_names[:10])}{'...' if len(additional_global_names) > 10 else ''}") + + symbol_table["global_variables_count"] = additional_globals_count + symbol_table["additional_global_variable_names"] = additional_global_names + symbol_table["lexical_scope_variable_names"] = [v for v, src in source_tracking.items() if src == "lexical"] + symbol_table["storage_contents"] = storage_data + + print(f"\n=== Processing {len(all_props)} total properties ===") + + skipped_count = 0 + processed_count = 0 + + for prop in all_props: + name = prop["name"] + value = prop.get("value", {}) + value_type = value.get("type", "unknown") + className = value.get("className", "") + + prop_info = { + "type": value_type, + "writable": prop.get("writable", False), + "configurable": prop.get("configurable", False), + "enumerable": prop.get("enumerable", False), + "_source": source_tracking.get(name, "unknown") # Track where this variable came from + } + + # Use heuristic to determine if this is an application object + is_app_object = is_application_object(className, name) + + # Special handling for storage APIs - they're native but we want to capture them + # (they're already handled separately in get_storage_contents, but we include them here too) + is_storage_api = name in ["sessionStorage", "localStorage", "cookieStore"] + + # Skip native browser APIs and circular references + # Also skip functions that are native APIs (they don't have className in value) + # BUT allow application objects and storage APIs even if they match other skip criteria + should_skip = ( + not is_app_object and not is_storage_api and ( + is_native_api(className, name) or + name in ["window", "self", "top", "parent", "frames"] or + (value_type == "function" and (name.startswith("HTML") or name.startswith("SVG") or + name.startswith("RTC") or name[0].isupper())) + ) + ) + + if should_skip: + prop_info["_skipped"] = "Native API or circular reference" + symbol_table["properties"][name] = prop_info + skipped_count += 1 + if skipped_count % 100 == 0: + print(f" ... skipped {skipped_count} native APIs ...") + continue + + if value_type == "string": + prop_info["value"] = value.get("value") + if processed_count % 100 == 0: + print(f" {name}: string") + elif value_type in ["number", "boolean"]: + prop_info["value"] = value.get("value") + if processed_count % 100 == 0: + print(f" {name}: {value_type}") + elif value_type == "object" and value.get("objectId"): + obj_id = value.get("objectId") + prop_info["objectId"] = obj_id + prop_info["className"] = className + prop_info["description"] = value.get("description", "") + + print(f" {name}: object ({className}) - resolving...") + + # Fully resolve the object (only for non-native objects) + resolved_obj = fully_resolve_object(ws, obj_id, max_depth=5) + + # Save to separate file + safe_name = sanitize_filename(name) + filename = output_dir / f"{safe_name}.json" + + obj_file_data = { + "property_name": name, + "className": className, + "description": value.get("description", ""), + "objectId": obj_id, + "resolved_data": resolved_obj + } + + with open(filename, "w", encoding="utf-8") as f: + json.dump(obj_file_data, f, indent=2, ensure_ascii=False) + + object_files.append({ + "name": name, + "filename": f"{safe_name}.json", + "className": className + }) + + print(f" -> Saved to {filename}") + elif value_type == "function": + prop_info["description"] = value.get("description", "") + if processed_count % 100 == 0: + print(f" {name}: function") + else: + prop_info["value"] = value.get("value") + if processed_count % 100 == 0: + print(f" {name}: {value_type}") + + symbol_table["properties"][name] = prop_info + processed_count += 1 + + symbol_table["object_files"] = object_files + + # Save full symbol table + symbol_table_path = output_dir / "symbol_table.json" + with open(symbol_table_path, "w", encoding="utf-8") as f: + json.dump(symbol_table, f, indent=2, ensure_ascii=False) + + # Create and save clean symbol table (without skipped items) + clean_properties = { + name: prop for name, prop in symbol_table["properties"].items() + if "_skipped" not in prop + } + + # Count variables by source in clean properties + source_counts = {} + for prop in clean_properties.values(): + source = prop.get("_source", "unknown") + source_counts[source] = source_counts.get(source, 0) + 1 + + symbol_table_clean = { + "connection": symbol_table["connection"], + "window_objectId": symbol_table["window_objectId"], + "properties": clean_properties, + "object_files": object_files, + "additional_global_variable_names": symbol_table.get("additional_global_variable_names", []), + "lexical_scope_variable_names": symbol_table.get("lexical_scope_variable_names", []), + "variable_counts_by_source": source_counts, + "storage_contents": storage_data + } + + symbol_table_clean_path = output_dir / "symbol_table_clean.json" + with open(symbol_table_clean_path, "w", encoding="utf-8") as f: + json.dump(symbol_table_clean, f, indent=2, ensure_ascii=False) + + # Save storage contents to separate file + storage_path = output_dir / "storage_contents.json" + with open(storage_path, "w", encoding="utf-8") as f: + json.dump(storage_data, f, indent=2, ensure_ascii=False) + + print(f"\n=== Summary ===") + print(f"Symbol table saved to: {symbol_table_path}") + print(f"Clean symbol table saved to: {symbol_table_clean_path}") + print(f"Storage contents saved to: {storage_path}") + print(f"Total properties: {len(symbol_table['properties'])}") + print(f"Clean properties: {len(symbol_table_clean['properties'])}") + print(f"\nVariable sources:") + print(f" - Window properties: {source_counts.get('window', 0)}") + print(f" - Lexical scope variables: {len(symbol_table.get('lexical_scope_variable_names', []))}") + print(f" - Additional global variables: {len(symbol_table.get('additional_global_variable_names', []))}") + if symbol_table.get('additional_global_variable_names'): + print(f"\nAdditional global variable names:") + for name in symbol_table['additional_global_variable_names'][:20]: + print(f" - {name}") + if len(symbol_table['additional_global_variable_names']) > 20: + print(f" ... and {len(symbol_table['additional_global_variable_names']) - 20} more") + print(f"\nStorage contents:") + print(f" - Cookies: {len(storage_data.get('cookies', {}))}") + print(f" - sessionStorage items: {len(storage_data.get('sessionStorage', {}))}") + print(f" - localStorage items: {len(storage_data.get('localStorage', {}))}") + print(f"\nObject files created: {len(object_files)}") + print(f"Skipped (native APIs): {skipped_count}") + print(f"Output directory: {output_dir.absolute()}") + + ws.close() + + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/web_hacker/cdp/routine_execution.py b/web_hacker/cdp/routine_execution.py index 1f039e4..f1f31d5 100644 --- a/web_hacker/cdp/routine_execution.py +++ b/web_hacker/cdp/routine_execution.py @@ -56,7 +56,6 @@ def _get_browser_websocket_url(remote_debugging_address: str) -> str: except Exception as e: raise RuntimeError(f"Failed to get browser WebSocket URL: {e}") - def _generate_fetch_js( fetch_url: str, headers: dict, @@ -133,16 +132,29 @@ def _generate_fetch_js( " }", " }", "", - " const PLACEHOLDER = /\\\"?\\{\\{\\s*(sessionStorage|localStorage|cookie|meta)\\s*:\\s*([^}]+?)\\s*\\}\\}\\\"?/g;", + " const PLACEHOLDER = /\\\"?\\{\\{\\s*(sessionStorage|localStorage|cookie|meta|windowProperty)\\s*:\\s*([^}]+?)\\s*\\}\\}\\\"?/g;", + " function getWindowProperty(path){", + " const parts = path.trim().split('.');", + " let obj = window;", + " for (const part of parts) {", + " if (obj == null || obj === undefined) return undefined;", + " obj = obj[part];", + " }", + " // Convert the final value to a string if it's not null/undefined", + " if (obj == null || obj === undefined) return undefined;", + " return obj;", + " }", " function resolveOne(token){", " const [lhs, rhs] = token.split('||');", " const [kind, path] = lhs.split(':');", " let val;", - " switch(kind){", + " switch(kind.trim()){", " case 'sessionStorage': val = readStorage(window.sessionStorage, path.trim()); break;", " case 'localStorage': val = readStorage(window.localStorage, path.trim()); break;", " case 'cookie': val = getCookie(path.trim()); break;", " case 'meta': val = getMeta(path.trim()); break;", + " case 'windowProperty': val = getWindowProperty(path.trim()); break;", + " default: val = undefined;", " }", " if ((val === undefined || val === null || val === '') && rhs){", " if (rhs.trim() === 'uuid' && 'randomUUID' in crypto){", @@ -168,10 +180,13 @@ def _generate_fetch_js( " const isQuoted = startsWithEscaped && endsWithEscaped;", " if (isQuoted) {", " // Quoted: strings use raw value (no quotes), objects use JSON.stringify", - " return (typeof v === 'string') ? v : JSON.stringify(v);", + " if (typeof v === 'string') return v;", + " if (typeof v === 'object') return JSON.stringify(v);", + " return String(v);", " } else {", " // Unquoted: always stringify", - " return (typeof v === 'object') ? JSON.stringify(v) : String(v);", + " if (typeof v === 'object') return JSON.stringify(v);", + " return String(v);", " }", " });", " }", @@ -205,7 +220,20 @@ def _generate_fetch_js( " // Resolve body (if any)", " if (BODY_LITERAL !== null) {", " const bodyVal = deepResolve(BODY_LITERAL);", - " if (typeof bodyVal === 'string' && bodyVal.trim().startsWith('{') && bodyVal.trim().endsWith('}')) {", + " ", + " // Check if content-type is application/x-www-form-urlencoded (after interpolation)", + " const contentType = headers['content-type'] || headers['Content-Type'] || '';", + " const isFormUrlEncoded = contentType.toLowerCase().includes('application/x-www-form-urlencoded');", + " ", + " if (isFormUrlEncoded && bodyVal && typeof bodyVal === 'object' && !Array.isArray(bodyVal)) {", + " // Convert object to URL-encoded string", + " const formData = Object.entries(bodyVal).map(([key, value]) => {", + " const encodedKey = encodeURIComponent(String(key));", + " const encodedValue = encodeURIComponent(String(value === null || value === undefined ? '' : value));", + " return `${encodedKey}=${encodedValue}`;", + " }).join('&');", + " opts.body = formData;", + " } else if (typeof bodyVal === 'string' && bodyVal.trim().startsWith('{') && bodyVal.trim().endsWith('}')) {", " opts.body = bodyVal;", " } else {", " opts.body = JSON.stringify(bodyVal);", @@ -224,7 +252,6 @@ def _generate_fetch_js( return "\n".join(js_lines) - def _create_cdp_helpers(ws): """Create helper functions for CDP communication.""" @@ -383,11 +410,11 @@ def _execute_fetch_in_session( # Prepare headers and body for injection hdrs = headers or {} - # Serialize body to JS string literal + # Serialize body to JS string literal (conversion to form-urlencoded happens in JS after interpolation) if body is None: body_js_literal = "null" elif isinstance(body, (dict, list)): - body_js_literal = json.dumps(body) # JS object, will be JSON.stringify'd in JS + body_js_literal = json.dumps(body) # JS object, will be processed in JS after interpolation elif isinstance(body, bytes): body_js_literal = json.dumps(body.decode("utf-8", errors="ignore")) else: diff --git a/web_hacker/data_models/production_routine.py b/web_hacker/data_models/production_routine.py index 49789bf..8910127 100644 --- a/web_hacker/data_models/production_routine.py +++ b/web_hacker/data_models/production_routine.py @@ -126,7 +126,13 @@ class Parameter(BaseModel): # reserved prefixes: names that cannot be used at the beginning of a parameter name RESERVED_PREFIXES: ClassVar[list[str]] = [ - "sessionStorage", "localStorage", "cookie", "meta", "uuid", "epoch_milliseconds" + "sessionStorage", + "localStorage", + "cookie", + "meta", + "windowProperty", + "uuid", + "epoch_milliseconds", ] name: str = Field(..., description="Parameter name (must be valid Python identifier)") @@ -483,11 +489,11 @@ def validate_parameter_usage(self) -> 'Routine': # clean the match (already extracted the content between braces) match = match.strip() - # if the parameter name contains a colon, it is a storage parameter + # if the parameter name contains a colon, it is an application parameter if ":" in match: kind, path = [p.strip() for p in match.split(":", 1)] - assert kind in ["sessionStorage", "localStorage", "cookie", "meta"], f"Invalid prefix in parameter name: {kind}" - assert path, f"Path is required for sessionStorage, localStorage, cookie, and meta: {kind}:{path}" + assert kind in ["sessionStorage", "localStorage", "cookie", "meta", "windowProperty"], f"Invalid prefix in parameter name: {kind}" + assert path, f"Path is required for sessionStorage, localStorage, cookie, meta, and windowProperty: {kind}:{path}" continue # if the parameter name is a builtin parameter, add it to the used parameters elif match in builtin_parameter_names: diff --git a/web_hacker/routine_discovery/agent.py b/web_hacker/routine_discovery/agent.py index d928831..164bd79 100644 --- a/web_hacker/routine_discovery/agent.py +++ b/web_hacker/routine_discovery/agent.py @@ -10,7 +10,7 @@ import os from openai import OpenAI -from pydantic import BaseModel, Field +from pydantic import BaseModel, Field, ConfigDict from web_hacker.config import Config from web_hacker.routine_discovery.context_manager import ContextManager @@ -46,8 +46,7 @@ class RoutineDiscoveryAgent(BaseModel): n_transaction_identification_attempts: int = 3 current_transaction_identification_attempt: int = 0 - class Config: - arbitrary_types_allowed: bool = True + model_config = ConfigDict(arbitrary_types_allowed=True) SYSTEM_PROMPT_IDENTIFY_TRANSACTIONS: str = f""" You are a helpful assistant that is an expert in parsing network traffic. diff --git a/web_hacker/routine_discovery/context_manager.py b/web_hacker/routine_discovery/context_manager.py index 72112c8..7c8a634 100644 --- a/web_hacker/routine_discovery/context_manager.py +++ b/web_hacker/routine_discovery/context_manager.py @@ -1,4 +1,4 @@ -from pydantic import BaseModel, field_validator, Field +from pydantic import BaseModel, field_validator, Field, ConfigDict from openai import OpenAI import os import json @@ -26,9 +26,7 @@ class ContextManager(BaseModel): cached_transaction_ids: list[str] | None = Field(default=None, exclude=True) uploaded_transaction_ids: set[str] = Field(default_factory=set, exclude=True) - class Config: - arbitrary_types_allowed = True - + model_config = ConfigDict(arbitrary_types_allowed=True) @field_validator('transactions_dir', 'consolidated_transactions_path', 'storage_jsonl_path') @classmethod From 7017735cd0a93a9e5cb22b4bfd478a7e6cfb7cd2 Mon Sep 17 00:00:00 2001 From: Dima Vremekno Date: Fri, 21 Nov 2025 16:23:27 -0500 Subject: [PATCH 2/3] rm output --- output/Atomics.json | 120 - output/CSS.json | 527 - output/DevToolsAPI.json | 97 - output/DevToolsHost.json | 15 - output/Elements.json | 22 - output/Emulation.json | 22 - output/Extensions.json | 79 - output/GPUBufferUsage.json | 92 - output/GPUColorWrite.json | 57 - output/GPUMapMode.json | 36 - output/GPUShaderStage.json | 43 - output/GPUTextureUsage.json | 57 - output/Host.json | 121 - output/InspectorFrontendAPI.json | 211 - output/InspectorFrontendHost.json | 33 - output/Main.json | 22 - output/MobileThrottling.json | 27 - output/Protocol.json | 17372 ------------ output/ProtocolClient.json | 61 - output/QSI.json | 6999 ----- output/UI.json | 30681 ---------------------- output/WebAssembly.json | 166 - output/__core-js_shared__.json | 238 - output/_qsie.json | 15 - output/chrome.json | 36 - output/console.json | 208 - output/cookieStore.json | 15 - output/customElements.json | 15 - output/dataLayer.json | 358 - output/exports.json | 29 - output/external.json | 15 - output/gaGlobal.json | 29 - output/google_tag_data.json | 932 - output/google_tag_manager.json | 673 - output/jQuery361053639817415354451.json | 32 - output/jQuery361074058757280353391.json | 32 - output/jQuery371053269243926709651.json | 32 - output/jQuery371071655011918650271.json | 32 - output/launchQueue.json | 15 - output/litPropertyMetadata.json | 20 - output/localStorage.json | 15 - output/locationbar.json | 15 - output/menubar.json | 15 - output/ncbi.json | 9107 ------- output/personalbar.json | 15 - output/pingerDataLayer.json | 789 - output/runtime.json | 15 - output/scheduler.json | 15 - output/scrollbars.json | 15 - output/sessionStorage.json | 29 - output/sharedStorage.json | 15 - output/speechSynthesis.json | 15 - output/statusbar.json | 15 - output/storage_contents.json | 13 - output/styleMedia.json | 15 - output/symbol_table.json | 10492 -------- output/symbol_table_clean.json | 2324 -- output/toolbar.json | 15 - output/trustedTypes.json | 15 - output/uswds.json | 36 - output/viewport.json | 15 - output/visualViewport.json | 15 - 62 files changed, 82601 deletions(-) delete mode 100644 output/Atomics.json delete mode 100644 output/CSS.json delete mode 100644 output/DevToolsAPI.json delete mode 100644 output/DevToolsHost.json delete mode 100644 output/Elements.json delete mode 100644 output/Emulation.json delete mode 100644 output/Extensions.json delete mode 100644 output/GPUBufferUsage.json delete mode 100644 output/GPUColorWrite.json delete mode 100644 output/GPUMapMode.json delete mode 100644 output/GPUShaderStage.json delete mode 100644 output/GPUTextureUsage.json delete mode 100644 output/Host.json delete mode 100644 output/InspectorFrontendAPI.json delete mode 100644 output/InspectorFrontendHost.json delete mode 100644 output/Main.json delete mode 100644 output/MobileThrottling.json delete mode 100644 output/Protocol.json delete mode 100644 output/ProtocolClient.json delete mode 100644 output/QSI.json delete mode 100644 output/UI.json delete mode 100644 output/WebAssembly.json delete mode 100644 output/__core-js_shared__.json delete mode 100644 output/_qsie.json delete mode 100644 output/chrome.json delete mode 100644 output/console.json delete mode 100644 output/cookieStore.json delete mode 100644 output/customElements.json delete mode 100644 output/dataLayer.json delete mode 100644 output/exports.json delete mode 100644 output/external.json delete mode 100644 output/gaGlobal.json delete mode 100644 output/google_tag_data.json delete mode 100644 output/google_tag_manager.json delete mode 100644 output/jQuery361053639817415354451.json delete mode 100644 output/jQuery361074058757280353391.json delete mode 100644 output/jQuery371053269243926709651.json delete mode 100644 output/jQuery371071655011918650271.json delete mode 100644 output/launchQueue.json delete mode 100644 output/litPropertyMetadata.json delete mode 100644 output/localStorage.json delete mode 100644 output/locationbar.json delete mode 100644 output/menubar.json delete mode 100644 output/ncbi.json delete mode 100644 output/personalbar.json delete mode 100644 output/pingerDataLayer.json delete mode 100644 output/runtime.json delete mode 100644 output/scheduler.json delete mode 100644 output/scrollbars.json delete mode 100644 output/sessionStorage.json delete mode 100644 output/sharedStorage.json delete mode 100644 output/speechSynthesis.json delete mode 100644 output/statusbar.json delete mode 100644 output/storage_contents.json delete mode 100644 output/styleMedia.json delete mode 100644 output/symbol_table.json delete mode 100644 output/symbol_table_clean.json delete mode 100644 output/toolbar.json delete mode 100644 output/trustedTypes.json delete mode 100644 output/uswds.json delete mode 100644 output/viewport.json delete mode 100644 output/visualViewport.json diff --git a/output/Atomics.json b/output/Atomics.json deleted file mode 100644 index 8a76001..0000000 --- a/output/Atomics.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "property_name": "Atomics", - "className": "Atomics", - "description": "Atomics", - "objectId": "3290802516498786405.1.1235", - "resolved_data": { - "load": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function load() { [native code] }" - }, - "store": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function store() { [native code] }" - }, - "add": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function add() { [native code] }" - }, - "sub": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function sub() { [native code] }" - }, - "and": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function and() { [native code] }" - }, - "or": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function or() { [native code] }" - }, - "xor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function xor() { [native code] }" - }, - "exchange": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function exchange() { [native code] }" - }, - "compareExchange": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function compareExchange() { [native code] }" - }, - "isLockFree": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function isLockFree() { [native code] }" - }, - "wait": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function wait() { [native code] }" - }, - "waitAsync": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function waitAsync() { [native code] }" - }, - "notify": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function notify() { [native code] }" - }, - "pause": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function pause() { [native code] }" - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "Atomics" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4267", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/CSS.json b/output/CSS.json deleted file mode 100644 index 87231dc..0000000 --- a/output/CSS.json +++ /dev/null @@ -1,527 +0,0 @@ -{ - "property_name": "CSS", - "className": "CSS", - "description": "CSS", - "objectId": "3290802516498786405.1.1843", - "resolved_data": { - "highlights": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "className": "HighlightRegistry", - "description": "HighlightRegistry", - "objectId": "3290802516498786405.1.4296", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4367", - "className": "HighlightRegistry" - } - ] - } - }, - "Hz": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function Hz() { [native code] }" - }, - "Q": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function Q() { [native code] }" - }, - "cap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function cap() { [native code] }" - }, - "ch": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function ch() { [native code] }" - }, - "cm": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function cm() { [native code] }" - }, - "cqb": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function cqb() { [native code] }" - }, - "cqh": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function cqh() { [native code] }" - }, - "cqi": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function cqi() { [native code] }" - }, - "cqmax": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function cqmax() { [native code] }" - }, - "cqmin": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function cqmin() { [native code] }" - }, - "cqw": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function cqw() { [native code] }" - }, - "deg": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function deg() { [native code] }" - }, - "dpcm": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dpcm() { [native code] }" - }, - "dpi": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dpi() { [native code] }" - }, - "dppx": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dppx() { [native code] }" - }, - "dvb": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dvb() { [native code] }" - }, - "dvh": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dvh() { [native code] }" - }, - "dvi": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dvi() { [native code] }" - }, - "dvmax": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dvmax() { [native code] }" - }, - "dvmin": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dvmin() { [native code] }" - }, - "dvw": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dvw() { [native code] }" - }, - "em": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function em() { [native code] }" - }, - "escape": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function escape() { [native code] }" - }, - "ex": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function ex() { [native code] }" - }, - "fr": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function fr() { [native code] }" - }, - "grad": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function grad() { [native code] }" - }, - "ic": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function ic() { [native code] }" - }, - "in": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function in() { [native code] }" - }, - "kHz": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function kHz() { [native code] }" - }, - "lh": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function lh() { [native code] }" - }, - "lvb": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function lvb() { [native code] }" - }, - "lvh": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function lvh() { [native code] }" - }, - "lvi": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function lvi() { [native code] }" - }, - "lvmax": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function lvmax() { [native code] }" - }, - "lvmin": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function lvmin() { [native code] }" - }, - "lvw": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function lvw() { [native code] }" - }, - "mm": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function mm() { [native code] }" - }, - "ms": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function ms() { [native code] }" - }, - "number": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function number() { [native code] }" - }, - "pc": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function pc() { [native code] }" - }, - "percent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function percent() { [native code] }" - }, - "pt": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function pt() { [native code] }" - }, - "px": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function px() { [native code] }" - }, - "rad": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function rad() { [native code] }" - }, - "rcap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function rcap() { [native code] }" - }, - "rch": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function rch() { [native code] }" - }, - "registerProperty": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function registerProperty() { [native code] }" - }, - "rem": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function rem() { [native code] }" - }, - "rex": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function rex() { [native code] }" - }, - "ric": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function ric() { [native code] }" - }, - "rlh": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function rlh() { [native code] }" - }, - "s": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function s() { [native code] }" - }, - "supports": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function supports() { [native code] }" - }, - "svb": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function svb() { [native code] }" - }, - "svh": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function svh() { [native code] }" - }, - "svi": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function svi() { [native code] }" - }, - "svmax": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function svmax() { [native code] }" - }, - "svmin": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function svmin() { [native code] }" - }, - "svw": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function svw() { [native code] }" - }, - "turn": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function turn() { [native code] }" - }, - "vb": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function vb() { [native code] }" - }, - "vh": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function vh() { [native code] }" - }, - "vi": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function vi() { [native code] }" - }, - "vmax": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function vmax() { [native code] }" - }, - "vmin": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function vmin() { [native code] }" - }, - "vw": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function vw() { [native code] }" - }, - "x": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function x() { [native code] }" - }, - "paintWorklet": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "className": "Worklet", - "description": "Worklet", - "objectId": "3290802516498786405.1.4364", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4368", - "className": "Worklet" - } - ] - } - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "CSS" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4366", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/DevToolsAPI.json b/output/DevToolsAPI.json deleted file mode 100644 index eee9c0e..0000000 --- a/output/DevToolsAPI.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "property_name": "DevToolsAPI", - "className": "DevToolsAPIImpl", - "description": "DevToolsAPIImpl", - "objectId": "-8799355714042909497.1.1210", - "resolved_data": { - "_lastCallId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1285 - }, - "_callbacks": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2244", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2251", - "className": "Object" - } - ] - } - }, - "_pendingExtensionDescriptors": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(0)", - "objectId": "-8799355714042909497.1.2245", - "nested": { - "_skipped": "Native API" - } - }, - "_addExtensionCallback": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "_originsForbiddenForExtensions": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(6)", - "objectId": "-8799355714042909497.1.2247", - "nested": { - "_skipped": "Native API" - } - }, - "_setInitialTargetId": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "_initialTargetIdPromise": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Promise", - "description": "Promise", - "objectId": "-8799355714042909497.1.2249", - "nested": { - "_skipped": "Native API" - } - }, - "_inspectedTabIdValue": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1476860939 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2250", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/DevToolsHost.json b/output/DevToolsHost.json deleted file mode 100644 index b6a9bb3..0000000 --- a/output/DevToolsHost.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "DevToolsHost", - "className": "DevToolsHost", - "description": "DevToolsHost", - "objectId": "-8799355714042909497.1.1209", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2243", - "className": "DevToolsHost" - } - ] - } -} \ No newline at end of file diff --git a/output/Elements.json b/output/Elements.json deleted file mode 100644 index e405857..0000000 --- a/output/Elements.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "property_name": "Elements", - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.1248", - "resolved_data": { - "ElementsPanel": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "class co extends i.Panel.Panel{splitWidget;#_t;mainContainer;domTreeContainer;splitMode;accessibilityTreeView;breadcrumbs;stylesWidget;computedStyleWidget;metricsWidget;searchResults;currentSearchResultIndex;pendingNodeReveal;adornerManager;adornersByName;accessibilityTreeButton;domTreeButton;selectedNodeOnReset;hasNonDefaultSelectedNode;searchConfig;omitDefaultSelection;notFirstInspectElement;sidebarPaneView;stylesViewToReveal;nodeInsertedTaskRunner={queue:Promise.resolve(),run(e){this.queue=this.queue.then(e)}};cssStyleTrackerByCSSModel;#Vt;getTreeOutlineForTesting(){return this.#Vt.getTreeOutlineForTesting()}constructor(){super(\"elements\"),this.registerRequiredCSS(_i),this.splitWidget=new i.SplitWidget.SplitWidget(!0,!0,\"elements-panel-split-view-state\",325,325),this.splitWidget.addEventListener(\"SidebarSizeChanged\",this.updateTreeOutlineVisibleWidth.bind(this)),this.splitWidget.show(this.element),this.#_t=new i.SearchableView.SearchableView(this,null),this.#_t.setMinimalSearchQuerySize(0),this.#_t.setMinimumSize(25,28),this.#_t.setPlaceholder(ro(so.findByStringSelectorOrXpath));const s=this.#_t.element;this.mainContainer=document.createElement(\"div\"),this.domTreeContainer=document.createElement(\"div\");const o=document.createElement(\"div\");t.Runtime.experiments.isEnabled(\"full-accessibility-tree\")&&this.initializeFullAccessibilityTreeView(),this.mainContainer.appendChild(this.domTreeContainer),s.appendChild(this.mainContainer),s.appendChild(o),i.ARIAUtils.markAsMain(this.domTreeContainer),i.ARIAUtils.setLabel(this.domTreeContainer,ro(so.domTreeExplorer)),this.splitWidget.setMainWidget(this.#_t),this.splitMode=null,this.mainContainer.id=\"main-content\",this.domTreeContainer.id=\"elements-content\",this.domTreeContainer.tabIndex=-1,e.Settings.Settings.instance().moduleSetting(\"dom-word-wrap\").get()&&this.domTreeContainer.classList.add(\"elements-wrap\"),e.Settings.Settings.instance().moduleSetting(\"dom-word-wrap\").addChangeListener(this.domWordWrapSettingChanged.bind(this)),o.id=\"elements-crumbs\",this.domTreeButton&&(this.accessibilityTreeView=new X(this.domTreeButton,new h.TreeOutline.TreeOutline)),this.breadcrumbs=new p.ElementsBreadcrumbs.ElementsBreadcrumbs,this.breadcrumbs.addEventListener(\"breadcrumbsnodeselected\",e=>{this.crumbNodeSelected(e)}),o.appendChild(this.breadcrumbs);const r=new Fi;this.stylesWidget=new ei(r),this.computedStyleWidget=new Li(r),this.metricsWidget=new no(r),e.Settings.Settings.instance().moduleSetting(\"sidebar-position\").addChangeListener(this.updateSidebarPosition.bind(this)),this.updateSidebarPosition(),this.cssStyleTrackerByCSSModel=new Map,this.currentSearchResultIndex=-1,this.pendingNodeReveal=!1,this.adornerManager=new p.AdornerManager.AdornerManager(e.Settings.Settings.instance().moduleSetting(\"adorner-settings\")),this.adornersByName=new Map,this.#Vt=new Fs,this.#Vt.omitRootDOMNode=!0,this.#Vt.selectEnabled=!0,this.#Vt.onSelectedNodeChanged=this.selectedNodeChanged.bind(this),this.#Vt.onElementsTreeUpdated=this.updateBreadcrumbIfNeeded.bind(this),this.#Vt.onDocumentUpdated=this.documentUpdated.bind(this),this.#Vt.setWordWrap(e.Settings.Settings.instance().moduleSetting(\"dom-word-wrap\").get()),n.TargetManager.TargetManager.instance().observeModels(n.DOMModel.DOMModel,this,{scoped:!0}),n.TargetManager.TargetManager.instance().addEventListener(\"NameChanged\",e=>this.targetNameChanged(e.data)),e.Settings.Settings.instance().moduleSetting(\"show-ua-shadow-dom\").addChangeListener(this.showUAShadowDOMChanged.bind(this)),d.ExtensionServer.ExtensionServer.instance().addEventListener(\"SidebarPaneAdded\",this.extensionSidebarPaneAdded,this)}initializeFullAccessibilityTreeView(){this.accessibilityTreeButton=ao(!1),this.accessibilityTreeButton.addEventListener(\"click\",this.showAccessibilityTree.bind(this)),this.domTreeButton=ao(!0),this.domTreeButton.addEventListener(\"click\",this.showDOMTree.bind(this)),this.mainContainer.appendChild(this.accessibilityTreeButton)}showAccessibilityTree(){this.accessibilityTreeView&&this.splitWidget.setMainWidget(this.accessibilityTreeView)}showDOMTree(){this.splitWidget.setMainWidget(this.#_t);const e=this.selectedDOMNode();e&&this.#Vt.selectDOMNodeWithoutReveal(e)}toggleAccessibilityTree(){this.domTreeButton&&(this.splitWidget.mainWidget()===this.accessibilityTreeView?this.showDOMTree():this.showAccessibilityTree())}static instance(e={forceNew:null}){const{forceNew:t}=e;return lo&&!t||(lo=new co),lo}revealProperty(e){return this.sidebarPaneView&&this.stylesViewToReveal?this.sidebarPaneView.showView(this.stylesViewToReveal).then(()=>{this.stylesWidget.revealProperty(e)}):Promise.resolve()}resolveLocation(e){return this.sidebarPaneView||null}showToolbarPane(e,t){this.stylesWidget.showToolbarPane(e,t)}modelAdded(e){this.setupStyleTracking(e.cssModel()),this.#Vt.modelAdded(e),this.isShowing()&&this.wasShown(),this.domTreeContainer.hasFocus()&&this.#Vt.focus(),e.addEventListener(n.DOMModel.Events.DocumentUpdated,this.documentUpdatedEvent,this),e.addEventListener(n.DOMModel.Events.NodeInserted,this.handleNodeInserted,this)}modelRemoved(e){e.removeEventListener(n.DOMModel.Events.DocumentUpdated,this.documentUpdatedEvent,this),e.removeEventListener(n.DOMModel.Events.NodeInserted,this.handleNodeInserted,this),this.#Vt.modelRemoved(e),e.parentModel()||this.#Vt.detach(),this.removeStyleTracking(e.cssModel())}handleNodeInserted(e){this.nodeInsertedTaskRunner.run(async()=>{const t=e.data;if(!t.isViewTransitionPseudoNode())return;const n=t.domModel().cssModel(),i=await n.requestViaInspectorStylesheet(t.frameId());if(!i)return;const s=await n.getStyleSheetText(i.id);s?.includes(`${t.simpleSelector()} {`)||await n.setStyleSheetText(i.id,`${s}\\n${t.simpleSelector()} {}`,!1)})}targetNameChanged(e){e.model(n.DOMModel.DOMModel)}updateTreeOutlineVisibleWidth(){let e=this.splitWidget.element.offsetWidth;this.splitWidget.isVertical()&&(e-=this.splitWidget.sidebarSize()),this.#Vt.visibleWidth=e}focus(){this.#Vt.empty()?this.domTreeContainer.focus():this.#Vt.focus()}searchableView(){return this.#_t}wasShown(){super.wasShown(),i.Context.Context.instance().setFlavor(co,this),this.#Vt.show(this.domTreeContainer)}willHide(){n.OverlayModel.OverlayModel.hideDOMNodeHighlight(),this.#Vt.detach(),super.willHide(),i.Context.Context.instance().setFlavor(co,null)}onResize(){this.element.window().requestAnimationFrame(this.updateSidebarPosition.bind(this)),this.updateTreeOutlineVisibleWidth()}selectedNodeChanged(e){let t=e.data.node;t?.pseudoType()&&!t.parentNode&&(t=null);const{focus:s}=e.data;if(t||this.#Vt.selectDOMNode(null),t){const e=[p.Helper.legacyNodeToElementsComponentsNode(t)];for(let n=t.parentNode;n;n=n.parentNode)e.push(p.Helper.legacyNodeToElementsComponentsNode(n));this.breadcrumbs.data={crumbs:e,selectedNode:p.Helper.legacyNodeToElementsComponentsNode(t)},this.accessibilityTreeView&&this.accessibilityTreeView.selectedNodeChanged(t)}else this.breadcrumbs.data={crumbs:[],selectedNode:null};if(i.Context.Context.instance().setFlavor(n.DOMModel.DOMNode,t),!t)return;t.setAsInspectedNode(),s&&(this.selectedNodeOnReset=t,this.hasNonDefaultSelectedNode=!0);const o=t.domModel().runtimeModel().executionContexts(),r=t.frameId();for(const e of o)if(e.frameId===r){i.Context.Context.instance().setFlavor(n.RuntimeModel.ExecutionContext,e);break}}documentUpdatedEvent(e){const t=e.data;this.documentUpdated(t),this.removeStyleTracking(t.cssModel()),this.setupStyleTracking(t.cssModel())}documentUpdated(e){if(this.#_t.cancelSearch(),!e.existingDocument())return void(this.isShowing()&&e.requestDocument());if(this.hasNonDefaultSelectedNode=!1,this.omitDefaultSelection)return;const t=this.selectedNodeOnReset;(async function(e,n){const i=n?n.path():null,s=i?await e.pushNodeByPathToFrontend(i):null;if(t!==this.selectedNodeOnReset)return;let o=e.nodeForId(s);if(!o){const t=e.existingDocument();o=t?t.body||t.documentElement:null}o&&(this.setDefaultSelectedNode(o),this.lastSelectedNodeSelectedForTest())}).call(this,e,this.selectedNodeOnReset||null)}lastSelectedNodeSelectedForTest(){}setDefaultSelectedNode(e){!e||this.hasNonDefaultSelectedNode||this.pendingNodeReveal||(this.selectDOMNode(e),this.#Vt.expand())}onSearchClosed(){const e=this.selectedDOMNode();e&&this.#Vt.selectDOMNodeWithoutReveal(e)}onSearchCanceled(){this.searchConfig=void 0,this.hideSearchHighlights(),this.#_t.updateSearchMatchesCount(0),this.currentSearchResultIndex=-1,delete this.searchResults,n.DOMModel.DOMModel.cancelSearch()}performSearch(t,i,s){const o=t.query,r=o.trim();if(!r.length)return;this.searchConfig&&this.searchConfig.query===o?this.hideSearchHighlights():this.onSearchCanceled(),this.searchConfig=t;const a=e.Settings.Settings.instance().moduleSetting(\"show-ua-shadow-dom\").get(),l=n.TargetManager.TargetManager.instance().models(n.DOMModel.DOMModel,{scoped:!0}),d=l.map(e=>e.performSearch(r,a));Promise.all(d).then(e=>{this.searchResults=[];for(let t=0;t=this.searchResults.length&&(this.currentSearchResultIndex=-1);let t=this.currentSearchResultIndex;i&&(t=-1===this.currentSearchResultIndex?s?-1:0:s?t-1:t+1,this.jumpToSearchResult(t))})}domWordWrapSettingChanged(e){this.domTreeContainer.classList.toggle(\"elements-wrap\",e.data),this.#Vt.setWordWrap(e.data)}jumpToSearchResult(e){this.searchResults&&(this.currentSearchResultIndex=(e+this.searchResults.length)%this.searchResults.length,this.highlightCurrentSearchResult())}jumpToNextSearchResult(){this.searchResults&&this.searchConfig&&this.performSearch(this.searchConfig,!0)}jumpToPreviousSearchResult(){this.searchResults&&this.searchConfig&&this.performSearch(this.searchConfig,!0,!0)}supportsCaseSensitiveSearch(){return!1}supportsWholeWordSearch(){return!1}supportsRegexSearch(){return!1}highlightCurrentSearchResult(){const e=this.currentSearchResultIndex,t=this.searchResults;if(!t)return;const n=t[e];this.#_t.updateCurrentMatchIndex(e),null!==n.node&&(void 0!==n.node?(n.node.scrollIntoView(),n.node&&this.#Vt.highlightMatch(n.node,this.searchConfig?.query)):n.domModel.searchResult(n.index).then(e=>{n.node=e;this.searchConfig&&this.searchResults&&-1!==this.currentSearchResultIndex&&this.highlightCurrentSearchResult()}))}hideSearchHighlights(){if(!this.searchResults?.length||-1===this.currentSearchResultIndex)return;const e=this.searchResults[this.currentSearchResultIndex];e.node&&this.#Vt.hideMatchHighlights(e.node)}selectedDOMNode(){return this.#Vt.selectedDOMNode()}selectDOMNode(e,t){this.#Vt.selectDOMNode(e,t)}highlightNodeAttribute(e,t){this.#Vt.highlightNodeAttribute(e,t)}selectAndShowSidebarTab(e){this.sidebarPaneView&&(this.sidebarPaneView.tabbedPane().selectTab(e),this.isShowing()||i.ViewManager.ViewManager.instance().showView(\"elements\"))}updateBreadcrumbIfNeeded(e){const t=e.data,n=this.selectedDOMNode();if(!n)return void(this.breadcrumbs.data={crumbs:[],selectedNode:null});const i=p.Helper.legacyNodeToElementsComponentsNode(n),s=[i];for(let e=n.parentNode;e;e=e.parentNode)s.push(p.Helper.legacyNodeToElementsComponentsNode(e));const o=t.map(p.Helper.legacyNodeToElementsComponentsNode),r=new Map;o.forEach(e=>r.set(e.id,e));const a=s.map(e=>r.get(e.id)||e);this.breadcrumbs.data={crumbs:a,selectedNode:i}}crumbNodeSelected(e){this.selectDOMNode(e.legacyDomNode,!0)}leaveUserAgentShadowDOM(e){let t;for(;(t=e.ancestorUserAgentShadowRoot())&&t.parentNode;)e=t.parentNode;return e}async revealAndSelectNode(t,n){const{showPanel:s=!0,focusNode:r=!1,highlightInOverlay:a=!0}=n??{};this.omitDefaultSelection=!0;const l=e.Settings.Settings.instance().moduleSetting(\"show-ua-shadow-dom\").get()?t:this.leaveUserAgentShadowDOM(t);a&&l.highlightForTwoSeconds(),this.accessibilityTreeView&&this.accessibilityTreeView.revealAndSelectNode(t),s&&await i.ViewManager.ViewManager.instance().showView(\"elements\",!1,!focus),this.selectDOMNode(l,r),delete this.omitDefaultSelection,this.notFirstInspectElement||(co.firstInspectElementNodeNameForTest=l.nodeName(),co.firstInspectElementCompletedForTest(),o.InspectorFrontendHost.InspectorFrontendHostInstance.inspectElementCompleted()),this.notFirstInspectElement=!0}showUAShadowDOMChanged(){this.#Vt.reload()}setupTextSelectionHack(e){const t=i.bind(this),n=e=>{0===e.buttons&&i.call(this)};function i(){this.splitWidget.element.classList.remove(\"disable-resizer-for-elements-hack\"),e.style.removeProperty(\"left\"),e.style.removeProperty(\"padding-left\"),e.style.removeProperty(\"width\"),e.style.removeProperty(\"position\"),e.window().removeEventListener(\"blur\",t),e.window().removeEventListener(\"contextmenu\",t,!0),e.window().removeEventListener(\"dragstart\",t,!0),e.window().removeEventListener(\"mousemove\",n,!0),e.window().removeEventListener(\"mouseup\",t,!0),e.window().removeEventListener(\"visibilitychange\",t)}e.addEventListener(\"mousedown\",i=>{if(0!==i.button)return;this.splitWidget.element.classList.add(\"disable-resizer-for-elements-hack\"),e.style.setProperty(\"height\",`${e.offsetHeight}px`);e.style.setProperty(\"left\",\"-1000000px\"),e.style.setProperty(\"padding-left\",\"1000000px\"),e.style.setProperty(\"width\",\"calc(100% + 1000000px)\"),e.style.setProperty(\"position\",\"fixed\"),e.window().addEventListener(\"blur\",t),e.window().addEventListener(\"contextmenu\",t,!0),e.window().addEventListener(\"dragstart\",t,!0),e.window().addEventListener(\"mousemove\",n,!0),e.window().addEventListener(\"mouseup\",t,!0),e.window().addEventListener(\"visibilitychange\",t)},!0)}initializeSidebarPanes(e){this.splitWidget.setVertical(\"Vertical\"===e),this.showToolbarPane(null,null);const t=new i.Widget.VBox;t.element.classList.add(\"style-panes-wrapper\"),t.element.setAttribute(\"jslog\",`${s.pane(\"styles\").track({resize:!0})}`),this.stylesWidget.show(t.element),this.setupTextSelectionHack(t.element);const n=new i.Widget.VBox;n.element.classList.add(\"style-panes-wrapper\"),n.element.setAttribute(\"jslog\",`${s.pane(\"computed\").track({resize:!0})}`),this.computedStyleWidget.show(n.element);const o=new i.SplitWidget.SplitWidget(!0,!0,\"elements.styles.sidebar.width\",100);o.setMainWidget(t),o.hideSidebar(),o.enableShowModeSaving(),o.addEventListener(\"ShowModeChanged\",()=>{a()}),this.stylesWidget.addEventListener(\"InitialUpdateCompleted\",()=>{this.stylesWidget.appendToolbarItem(o.createShowHideSidebarButton(ro(so.showComputedStylesSidebar),ro(so.hideComputedStylesSidebar),ro(so.computedStylesShown),ro(so.computedStylesHidden),\"computed-styles\"))});const r=()=>{this.metricsWidget.show(n.element,this.computedStyleWidget.element),this.metricsWidget.toggleVisibility(!0),this.stylesWidget.removeEventListener(\"StylesUpdateCompleted\",l)},a=()=>{\"Both\"===o.showMode()?r():(this.metricsWidget.show(t.element),this.stylesWidget.hasMatchedStyles||this.metricsWidget.toggleVisibility(!1),this.stylesWidget.addEventListener(\"StylesUpdateCompleted\",l))},l=e=>{this.metricsWidget.toggleVisibility(e.data.hasMatchedStyles)};this.sidebarPaneView=i.ViewManager.ViewManager.instance().createTabbedLocation(()=>i.ViewManager.ViewManager.instance().showView(\"elements\"),\"styles-pane-sidebar\",!0,!0);const c=this.sidebarPaneView.tabbedPane();c.headerElement().setAttribute(\"jslog\",`${s.toolbar(\"sidebar\").track({keydown:\"ArrowUp|ArrowLeft|ArrowDown|ArrowRight|Enter|Space\"})}`),\"Vertical\"!==this.splitMode&&this.splitWidget.installResizer(c.headerElement());const h=c.headerElement();i.ARIAUtils.markAsNavigation(h),i.ARIAUtils.setLabel(h,ro(so.sidePanelToolbar));const p=c.tabbedPaneContentElement();i.ARIAUtils.markAsComplementary(p),i.ARIAUtils.setLabel(p,ro(so.sidePanelContent));const u=new i.View.SimpleView({title:ro(so.styles),viewId:\"styles\"});this.sidebarPaneView.appendView(u),u.element.classList.add(\"flex-auto\"),o.show(u.element);const m=new i.View.SimpleView({title:ro(so.computed),viewId:\"computed\"});m.element.classList.add(\"composite\",\"fill\"),c.addEventListener(i.TabbedPane.Events.TabSelected,e=>{const{tabId:t}=e.data;\"computed\"===t?(n.show(m.element),r()):\"styles\"===t&&(o.setSidebarWidget(n),a())},this),this.sidebarPaneView.appendView(m),this.stylesViewToReveal=u,this.sidebarPaneView.appendApplicableItems(\"elements-sidebar\");const g=d.ExtensionServer.ExtensionServer.instance().sidebarPanes();for(let e=0;e680)&&(n=\"Vertical\"),!this.sidebarPaneView)return void this.initializeSidebarPanes(n);if(n===this.splitMode)return;this.splitMode=n;const i=this.sidebarPaneView.tabbedPane();this.splitWidget.uninstallResizer(i.headerElement()),this.splitWidget.setVertical(\"Vertical\"===this.splitMode),this.showToolbarPane(null,null),\"Vertical\"!==this.splitMode&&this.splitWidget.installResizer(i.headerElement())}extensionSidebarPaneAdded(e){this.addExtensionSidebarPane(e.data)}addExtensionSidebarPane(e){this.sidebarPaneView&&e.panelName()===this.name&&this.sidebarPaneView.appendView(e)}getComputedStyleWidget(){return this.computedStyleWidget}setupStyleTracking(e){const t=e.createCSSPropertyTracker(ho);t.start(),this.cssStyleTrackerByCSSModel.set(e,t),t.addEventListener(\"TrackedCSSPropertiesUpdated\",this.trackedCSSPropertiesUpdated,this)}removeStyleTracking(e){const t=this.cssStyleTrackerByCSSModel.get(e);t&&(t.stop(),this.cssStyleTrackerByCSSModel.delete(e),t.removeEventListener(\"TrackedCSSPropertiesUpdated\",this.trackedCSSPropertiesUpdated,this))}trackedCSSPropertiesUpdated({data:e}){for(const t of e)t&&this.#Vt.updateNodeAdorners(t);Zs.instance().requestUpdate()}populateAdornerSettingsContextMenu(e){const t=e.viewSection().appendSubMenuItem(ro(so.adornerSettings),!1,\"show-adorner-settings\"),n=this.adornerManager.getSettings();for(const[e,i]of n)t.defaultSection().appendCheckboxItem(e,()=>{const t=!i,s=this.adornersByName.get(e);if(s)for(const e of s)t?e.show():e.hide();this.adornerManager.getSettings().set(e,t),this.adornerManager.updateSettings(n)},{checked:i,jslogContext:e})}isAdornerEnabled(e){return this.adornerManager.isAdornerEnabled(e)}registerAdorner(e){let t=this.adornersByName.get(e.name);t||(t=new Set,this.adornersByName.set(e.name,t)),t.add(e),this.isAdornerEnabled(e.name)||e.hide()}deregisterAdorner(e){const t=this.adornersByName.get(e.name);t&&t.delete(e)}toggleHideElement(e){this.#Vt.toggleHideElement(e)}toggleEditAsHTML(e){this.#Vt.toggleEditAsHTML(e)}duplicateNode(e){this.#Vt.duplicateNode(e)}copyStyles(e){this.#Vt.copyStyles(e)}static firstInspectElementCompletedForTest=function(){};static firstInspectElementNodeNameForTest=\"\"}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2881", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/Emulation.json b/output/Emulation.json deleted file mode 100644 index 7f164e0..0000000 --- a/output/Emulation.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "property_name": "Emulation", - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.1247", - "resolved_data": { - "AdvancedApp": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "class H{rootSplitWidget;deviceModeView;inspectedPagePlaceholder;toolboxWindow;toolboxRootView;changingDockSide;constructor(){t.DockController.DockController.instance().addEventListener(\"BeforeDockSideChanged\",this.openToolboxWindow,this)}static instance(){return Q||(Q=new H),Q}presentUI(e){const i=new t.RootView.RootView;this.rootSplitWidget=new t.SplitWidget.SplitWidget(!1,!0,\"inspector-view.split-view-state\",555,300,!0),this.rootSplitWidget.show(i.element),this.rootSplitWidget.setSidebarWidget(t.InspectorView.InspectorView.instance()),this.rootSplitWidget.setDefaultFocusedChild(t.InspectorView.InspectorView.instance()),t.InspectorView.InspectorView.instance().setOwnerSplit(this.rootSplitWidget),this.inspectedPagePlaceholder=j.instance(),this.inspectedPagePlaceholder.addEventListener(\"Update\",this.onSetInspectedPageBounds.bind(this),this),this.deviceModeView=W.instance({inspectedPagePlaceholder:this.inspectedPagePlaceholder,forceNew:!1}),t.DockController.DockController.instance().addEventListener(\"BeforeDockSideChanged\",this.onBeforeDockSideChange,this),t.DockController.DockController.instance().addEventListener(\"DockSideChanged\",this.onDockSideChange,this),t.DockController.DockController.instance().addEventListener(\"AfterDockSideChanged\",this.onAfterDockSideChange,this),this.onDockSideChange(),console.timeStamp(\"AdvancedApp.attachToBody\"),i.attachToDocument(e),i.focus(),this.inspectedPagePlaceholder.update()}openToolboxWindow(e){if(\"undocked\"!==e.data.to)return;if(this.toolboxWindow)return;const t=window.location.href.replace(\"devtools_app.html\",\"device_mode_emulation_frame.html\");this.toolboxWindow=window.open(t,void 0)}deviceModeEmulationFrameLoaded(e){i.ThemeSupport.instance().addDocumentToTheme(e),t.UIUtils.initializeUIUtils(e),t.UIUtils.addPlatformClass(e.documentElement),t.UIUtils.installComponentRootStyles(e.body),t.ContextMenu.ContextMenu.installHandler(e),this.toolboxRootView=new t.RootView.RootView,this.toolboxRootView.attachToDocument(e),this.updateDeviceModeView()}updateDeviceModeView(){this.isDocked()?this.rootSplitWidget.setMainWidget(this.deviceModeView):this.toolboxRootView&&this.deviceModeView.show(this.toolboxRootView.element)}onBeforeDockSideChange(e){\"undocked\"===e.data.to&&this.toolboxRootView&&(this.rootSplitWidget.hideSidebar(),this.inspectedPagePlaceholder.update()),this.changingDockSide=!0}onDockSideChange(e){this.updateDeviceModeView();const i=e?e.data.to:t.DockController.DockController.instance().dockSide();if(void 0===i)throw new Error(\"Got onDockSideChange event with unexpected undefined for dockSide()\");\"undocked\"===i?this.updateForUndocked():this.toolboxRootView&&e&&\"undocked\"===e.data.from?this.rootSplitWidget.hideSidebar():this.updateForDocked(i)}onAfterDockSideChange(e){this.changingDockSide&&(e.data.from&&\"undocked\"===e.data.from&&this.updateForDocked(e.data.to),this.changingDockSide=!1,this.inspectedPagePlaceholder.update())}updateForDocked(e){this.rootSplitWidget.resizerElement().style.transform=\"right\"===e?\"translateX(2px)\":\"left\"===e?\"translateX(-2px)\":\"\",this.rootSplitWidget.setVertical(\"right\"===e||\"left\"===e),this.rootSplitWidget.setSecondIsSidebar(\"right\"===e||\"bottom\"===e),this.rootSplitWidget.toggleResizer(this.rootSplitWidget.resizerElement(),!0),this.rootSplitWidget.toggleResizer(t.InspectorView.InspectorView.instance().topResizerElement(),\"bottom\"===e),this.rootSplitWidget.showBoth()}updateForUndocked(){this.rootSplitWidget.toggleResizer(this.rootSplitWidget.resizerElement(),!1),this.rootSplitWidget.toggleResizer(t.InspectorView.InspectorView.instance().topResizerElement(),!1),this.rootSplitWidget.hideMain()}isDocked(){return\"undocked\"!==t.DockController.DockController.instance().dockSide()}onSetInspectedPageBounds(t){if(this.changingDockSide)return;const i=this.inspectedPagePlaceholder.element.window();if(!i.innerWidth||!i.innerHeight)return;if(!this.inspectedPagePlaceholder.isShowing())return;const o=t.data;console.timeStamp(\"AdvancedApp.setInspectedPageBounds\"),e.InspectorFrontendHost.InspectorFrontendHostInstance.setInspectedPageBounds(o)}}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2879", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/Extensions.json b/output/Extensions.json deleted file mode 100644 index 759db5d..0000000 --- a/output/Extensions.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "property_name": "Extensions", - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.1243", - "resolved_data": { - "extensionServer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "G", - "description": "G", - "objectId": "-8799355714042909497.1.2827", - "nested": { - "lastRequestId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "status": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$", - "description": "$", - "objectId": "-8799355714042909497.1.2839", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2854", - "className": "Object" - } - ] - } - }, - "extensionsEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "inspectedTabId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1476860939 - }, - "extensionAPITestHook": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2842", - "className": "It" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2828", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/GPUBufferUsage.json b/output/GPUBufferUsage.json deleted file mode 100644 index 7265a70..0000000 --- a/output/GPUBufferUsage.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "property_name": "GPUBufferUsage", - "className": "GPUBufferUsage", - "description": "GPUBufferUsage", - "objectId": "3290802516498786405.1.1911", - "resolved_data": { - "MAP_READ": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 1 - }, - "MAP_WRITE": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 2 - }, - "COPY_SRC": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 4 - }, - "COPY_DST": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 8 - }, - "INDEX": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 16 - }, - "VERTEX": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 32 - }, - "UNIFORM": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 64 - }, - "STORAGE": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 128 - }, - "INDIRECT": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 256 - }, - "QUERY_RESOLVE": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 512 - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "GPUBufferUsage" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4392", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/GPUColorWrite.json b/output/GPUColorWrite.json deleted file mode 100644 index b57b027..0000000 --- a/output/GPUColorWrite.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "property_name": "GPUColorWrite", - "className": "GPUColorWrite", - "description": "GPUColorWrite", - "objectId": "3290802516498786405.1.1913", - "resolved_data": { - "RED": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 1 - }, - "GREEN": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 2 - }, - "BLUE": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 4 - }, - "ALPHA": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 8 - }, - "ALL": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 15 - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "GPUColorWrite" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4394", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/GPUMapMode.json b/output/GPUMapMode.json deleted file mode 100644 index f236297..0000000 --- a/output/GPUMapMode.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "property_name": "GPUMapMode", - "className": "GPUMapMode", - "description": "GPUMapMode", - "objectId": "3290802516498786405.1.1925", - "resolved_data": { - "READ": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 1 - }, - "WRITE": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 2 - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "GPUMapMode" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4396", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/GPUShaderStage.json b/output/GPUShaderStage.json deleted file mode 100644 index ab11791..0000000 --- a/output/GPUShaderStage.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "property_name": "GPUShaderStage", - "className": "GPUShaderStage", - "description": "GPUShaderStage", - "objectId": "3290802516498786405.1.1937", - "resolved_data": { - "VERTEX": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 1 - }, - "FRAGMENT": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 2 - }, - "COMPUTE": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 4 - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "GPUShaderStage" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4398", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/GPUTextureUsage.json b/output/GPUTextureUsage.json deleted file mode 100644 index b4e96bb..0000000 --- a/output/GPUTextureUsage.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "property_name": "GPUTextureUsage", - "className": "GPUTextureUsage", - "description": "GPUTextureUsage", - "objectId": "3290802516498786405.1.1941", - "resolved_data": { - "COPY_SRC": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 1 - }, - "COPY_DST": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 2 - }, - "TEXTURE_BINDING": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 4 - }, - "STORAGE_BINDING": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 8 - }, - "RENDER_ATTACHMENT": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": true, - "value": 16 - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "GPUTextureUsage" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4400", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/Host.json b/output/Host.json deleted file mode 100644 index 2893d90..0000000 --- a/output/Host.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "property_name": "Host", - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.1244", - "resolved_data": { - "userMetrics": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ve", - "description": "ve", - "objectId": "-8799355714042909497.1.2855", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2858", - "className": "Object" - } - ] - } - }, - "UserMetrics": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2856", - "nested": { - "Action": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "DevtoolsExperiments": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "IssueCreated": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "IssueExpanded": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "IssueResourceOpened": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "KeybindSetSettings": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "KeyboardShortcutAction": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "Language": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "ManifestSectionCodes": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "MediaTypes": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - }, - "PanelCodes": { - "type": "unknown", - "writable": false, - "configurable": false, - "enumerable": true, - "value": null - } - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2857", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/InspectorFrontendAPI.json b/output/InspectorFrontendAPI.json deleted file mode 100644 index 19834ee..0000000 --- a/output/InspectorFrontendAPI.json +++ /dev/null @@ -1,211 +0,0 @@ -{ - "property_name": "InspectorFrontendAPI", - "className": "k", - "description": "k", - "objectId": "-8799355714042909497.1.1217", - "resolved_data": { - "appendedToURL": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "canceledSaveURL": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "colorThemeChanged": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "contextMenuCleared": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "contextMenuItemSelected": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "deviceCountUpdated": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "devicesDiscoveryConfigChanged": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "devicesPortForwardingStatusChanged": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "devicesUpdated": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "dispatchMessage": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "dispatchMessageChunk": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "enterInspectElementMode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "eyeDropperPickedColor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "fileSystemsLoaded": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "fileSystemRemoved": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "fileSystemAdded": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "fileSystemFilesChangedAddedRemoved": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "indexingTotalWorkCalculated": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "indexingWorked": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "indexingDone": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "keyEventUnhandled": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "reloadInspectedPage": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "revealSourceLine": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "savedURL": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "searchCompleted": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "setInspectedTabId": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "setUseSoftMenu": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "showPanel": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2284", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/InspectorFrontendHost.json b/output/InspectorFrontendHost.json deleted file mode 100644 index 62ac4b3..0000000 --- a/output/InspectorFrontendHost.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "property_name": "InspectorFrontendHost", - "className": "InspectorFrontendHostImpl", - "description": "InspectorFrontendHostImpl", - "objectId": "-8799355714042909497.1.1211", - "resolved_data": { - "events": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.2252", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2255", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2253", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/Main.json b/output/Main.json deleted file mode 100644 index ec6c661..0000000 --- a/output/Main.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "property_name": "Main", - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.1239", - "resolved_data": { - "Main": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "class Q{#C=Promise.withResolvers();#R;constructor(){W.instanceForTest=this,this.#L()}static time(e){c.InspectorFrontendHost.isUnderTest()||console.time(e)}static timeEnd(e){c.InspectorFrontendHost.isUnderTest()||console.timeEnd(e)}async#L(){console.timeStamp(\"Main._loaded\"),o.Runtime.Runtime.setPlatform(c.Platform.platform());const[e,n]=await Promise.all([new Promise(e=>{c.InspectorFrontendHost.InspectorFrontendHostInstance.getHostConfig(e)}),new Promise(e=>c.InspectorFrontendHost.InspectorFrontendHostInstance.getPreferences(e))]);console.timeStamp(\"Main._gotPreferences\"),this.#A(),Object.assign(o.Runtime.hostConfig,e),this.createSettings(n),await this.requestAndRegisterLocaleData(),c.userMetrics.syncSetting(t.Settings.Settings.instance().moduleSetting(\"sync-preferences\").get());const s=e.devToolsVeLogging,i=t.Settings.Settings.instance().createSetting(\"veLogsTestMode\",!1).get();if(s?.enabled)if(s?.testing||i){l.setVeDebugLoggingEnabled(!0,\"Test\");const e={processingThrottler:new t.Throttler.Throttler(0),keyboardLogThrottler:new t.Throttler.Throttler(10),hoverLogThrottler:new t.Throttler.Throttler(50),dragLogThrottler:new t.Throttler.Throttler(50),clickLogThrottler:new t.Throttler.Throttler(10),resizeLogThrottler:new t.Throttler.Throttler(10)};this.#R=l.startLogging(e)}else this.#R=l.startLogging();this.#P()}#A(){self.Extensions||={},self.Host||={},self.Host.userMetrics||=c.userMetrics,self.Host.UserMetrics||=c.UserMetrics,self.ProtocolClient||={},self.ProtocolClient.test||=g.InspectorBackend.test}async requestAndRegisterLocaleData(){const e=t.Settings.Settings.instance().moduleSetting(\"language\").get(),o=n.DevToolsLocale.DevToolsLocale.instance({create:!0,data:{navigatorLanguage:navigator.language,settingLanguage:e,lookupClosestDevToolsLocale:n.i18n.lookupClosestSupportedDevToolsLocale}});c.userMetrics.language(o.locale),\"en-US\"!==o.locale&&await n.i18n.fetchAndRegisterLocaleData(\"en-US\");try{await n.i18n.fetchAndRegisterLocaleData(o.locale)}catch(e){console.warn(`Unable to fetch & register locale data for '${o.locale}', falling back to 'en-US'. Cause: `,e),o.forceFallbackLocale()}}createSettings(e){this.#D();let n,s=\"\";if(c.Platform.isCustomDevtoolsFrontend()?s=\"__custom__\":o.Runtime.Runtime.queryParam(\"can_dock\")||!Boolean(o.Runtime.Runtime.queryParam(\"debugFrontend\"))||c.InspectorFrontendHost.isUnderTest()||(s=\"__bundled__\"),!c.InspectorFrontendHost.isUnderTest()&&window.localStorage){const e={...t.Settings.NOOP_STORAGE,clear:()=>window.localStorage.clear()};n=new t.Settings.SettingsStorage(window.localStorage,e,s)}else n=new t.Settings.SettingsStorage({},t.Settings.NOOP_STORAGE,s);const i={register:e=>c.InspectorFrontendHost.InspectorFrontendHostInstance.registerPreference(e,{synced:!1}),set:c.InspectorFrontendHost.InspectorFrontendHostInstance.setPreference,get:e=>new Promise(t=>{c.InspectorFrontendHost.InspectorFrontendHostInstance.getPreference(e,t)}),remove:c.InspectorFrontendHost.InspectorFrontendHostInstance.removePreference,clear:c.InspectorFrontendHost.InspectorFrontendHostInstance.clearPreferences},r={...i,register:e=>c.InspectorFrontendHost.InspectorFrontendHostInstance.registerPreference(e,{synced:!0})},a=new t.Settings.SettingsStorage(e,r,s),d=new t.Settings.SettingsStorage(e,i,s);t.Settings.Settings.instance({forceNew:!0,syncedStorage:a,globalStorage:d,localStorage:n,logSettingAccess:l.logSettingAccess}),c.InspectorFrontendHost.isUnderTest()||(new t.Settings.VersionController).updateVersion()}#D(){o.Runtime.experiments.register(\"capture-node-creation-stacks\",\"Capture node creation stacks\"),o.Runtime.experiments.register(\"live-heap-profile\",\"Live heap profile\",!0),o.Runtime.experiments.register(\"protocol-monitor\",\"Protocol Monitor\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-92/#protocol-monitor\"),o.Runtime.experiments.register(\"sampling-heap-profiler-timeline\",\"Sampling heap profiler timeline\",!0),o.Runtime.experiments.register(\"show-option-tp-expose-internals-in-heap-snapshot\",\"Show option to expose internals in heap snapshots\"),o.Runtime.experiments.register(\"timeline-invalidation-tracking\",\"Performance panel: invalidation tracking\",!0),o.Runtime.experiments.register(\"timeline-show-all-events\",\"Performance panel: show all events\",!0),o.Runtime.experiments.register(\"timeline-v8-runtime-call-stats\",\"Performance panel: V8 runtime call stats\",!0),o.Runtime.experiments.register(\"timeline-enhanced-traces\",\"Performance panel: Enable collecting enhanced traces\",!0),o.Runtime.experiments.register(\"timeline-compiled-sources\",\"Performance panel: Enable collecting source text for compiled script\",!0),o.Runtime.experiments.register(\"timeline-debug-mode\",\"Performance panel: Enable debug mode (trace event details, etc)\",!0),o.Runtime.experiments.register(\"instrumentation-breakpoints\",\"Enable instrumentation breakpoints\",!0),o.Runtime.experiments.register(\"use-source-map-scopes\",\"Use scope information from source maps\",!0),o.Runtime.experiments.register(\"apca\",\"Enable new Advanced Perceptual Contrast Algorithm (APCA) replacing previous contrast ratio and AA/AAA guidelines\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-89/#apca\"),o.Runtime.experiments.register(\"full-accessibility-tree\",\"Enable full accessibility tree view in the Elements panel\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-90/#accessibility-tree\",\"https://g.co/devtools/a11y-tree-feedback\"),o.Runtime.experiments.register(\"font-editor\",\"Enable new font editor within the Styles tab\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-89/#font\"),o.Runtime.experiments.register(\"contrast-issues\",\"Enable automatic contrast issue reporting via the Issues panel\",void 0,\"https://developer.chrome.com/blog/new-in-devtools-90/#low-contrast\"),o.Runtime.experiments.register(\"experimental-cookie-features\",\"Enable experimental cookie features\"),o.Runtime.experiments.register(\"authored-deployed-grouping\",\"Group sources into authored and deployed trees\",void 0,\"https://goo.gle/authored-deployed\",\"https://goo.gle/authored-deployed-feedback\"),o.Runtime.experiments.register(\"just-my-code\",\"Hide ignore-listed code in Sources tree view\"),o.Runtime.experiments.register(\"timeline-show-postmessage-events\",\"Performance panel: show postMessage dispatch and handling flows\"),o.Runtime.experiments.enableExperimentsByDefault([\"full-accessibility-tree\",...o.Runtime.Runtime.queryParam(\"isChromeForTesting\")?[\"protocol-monitor\"]:[]]),o.Runtime.experiments.cleanUpStaleExperiments();const e=o.Runtime.Runtime.queryParam(\"enabledExperiments\");if(e&&o.Runtime.experiments.setServerEnabledExperiments(e.split(\";\")),o.Runtime.experiments.enableExperimentsTransiently([]),c.InspectorFrontendHost.isUnderTest()){const e=o.Runtime.Runtime.queryParam(\"test\");e?.includes(\"live-line-level-heap-profile.js\")&&o.Runtime.experiments.enableForTest(\"live-heap-profile\")}for(const e of o.Runtime.experiments.allConfigurableExperiments())e.isEnabled()?c.userMetrics.experimentEnabledAtLaunch(e.name):c.userMetrics.experimentDisabledAtLaunch(e.name)}async#P(){W.time(\"Main._createAppUI\");const n=S.IsolatedFileSystemManager.IsolatedFileSystemManager.instance();n.addEventListener(S.IsolatedFileSystemManager.Events.FileSystemError,e=>y.Snackbar.Snackbar.show({message:e.data}));const i=t.Settings.Settings.instance().createSetting(\"ui-theme\",\"systemPreferred\");s.UIUtils.initializeUIUtils(document),E.ThemeSupport.hasInstance()||E.ThemeSupport.instance({forceNew:!0,setting:i}),s.UIUtils.addPlatformClass(document.documentElement),s.UIUtils.installComponentRootStyles(document.body),this.#F(document);const r=Boolean(o.Runtime.Runtime.queryParam(\"can_dock\"));s.ZoomManager.ZoomManager.instance({forceNew:!0,win:window,frontendHost:c.InspectorFrontendHost.InspectorFrontendHostInstance}),s.ContextMenu.ContextMenu.initialize(),s.ContextMenu.ContextMenu.installHandler(document),T.NetworkLog.NetworkLog.instance(),e.FrameManager.FrameManager.instance(),T.LogManager.LogManager.instance(),v.IssuesManager.IssuesManager.instance({forceNew:!0,ensureFirst:!0,showThirdPartyIssuesSetting:v.Issue.getShowThirdPartyIssuesSetting(),hideIssueSetting:v.IssuesManager.getHideIssueByCodeSetting()}),v.ContrastCheckTrigger.ContrastCheckTrigger.instance(),s.DockController.DockController.instance({forceNew:!0,canDock:r}),e.NetworkManager.MultitargetNetworkManager.instance({forceNew:!0}),e.DOMDebuggerModel.DOMDebuggerManager.instance({forceNew:!0});const a=e.TargetManager.TargetManager.instance();a.addEventListener(\"SuspendStateChanged\",this.#H.bind(this)),x.FileManager.FileManager.instance({forceNew:!0}),x.Workspace.WorkspaceImpl.instance(),p.NetworkProject.NetworkProjectManager.instance();const d=new p.ResourceMapping.ResourceMapping(a,x.Workspace.WorkspaceImpl.instance());new p.PresentationConsoleMessageHelper.PresentationConsoleMessageManager,p.CSSWorkspaceBinding.CSSWorkspaceBinding.instance({forceNew:!0,resourceMapping:d,targetManager:a}),x.IgnoreListManager.IgnoreListManager.instance({forceNew:!0}),p.DebuggerWorkspaceBinding.DebuggerWorkspaceBinding.instance({forceNew:!0,resourceMapping:d,targetManager:a,ignoreListManager:x.IgnoreListManager.IgnoreListManager.instance()}),a.setScopeTarget(a.primaryPageTarget()),s.Context.Context.instance().addFlavorChangeListener(e.Target.Target,({data:e})=>{const t=e?.outermostTarget();a.setScopeTarget(t)}),h.BreakpointManager.BreakpointManager.instance({forceNew:!0,workspace:x.Workspace.WorkspaceImpl.instance(),targetManager:a,debuggerWorkspaceBinding:p.DebuggerWorkspaceBinding.DebuggerWorkspaceBinding.instance()}),self.Extensions.extensionServer=w.ExtensionServer.ExtensionServer.instance({forceNew:!0}),new S.FileSystemWorkspaceBinding.FileSystemWorkspaceBinding(n,x.Workspace.WorkspaceImpl.instance()),n.addPlatformFileSystem(\"snippet://\",new M.ScriptSnippetFileSystem.SnippetFileSystem),S.Persistence.PersistenceImpl.instance({forceNew:!0,workspace:x.Workspace.WorkspaceImpl.instance(),breakpointManager:h.BreakpointManager.BreakpointManager.instance()}),S.NetworkPersistenceManager.NetworkPersistenceManager.instance({forceNew:!0,workspace:x.Workspace.WorkspaceImpl.instance()}),new C(a,s.Context.Context.instance());const g=I.ProjectSettingsModel.ProjectSettingsModel.instance({forceNew:!0,hostConfig:o.Runtime.hostConfig,pageResourceLoader:e.PageResourceLoader.PageResourceLoader.instance(),targetManager:a}),k=S.AutomaticFileSystemManager.AutomaticFileSystemManager.instance({forceNew:!0,inspectorFrontendHost:c.InspectorFrontendHost.InspectorFrontendHostInstance,projectSettingsModel:g});S.AutomaticFileSystemWorkspaceBinding.AutomaticFileSystemWorkspaceBinding.instance({forceNew:!0,automaticFileSystemManager:k,isolatedFileSystemManager:n,workspace:x.Workspace.WorkspaceImpl.instance()}),u.AutofillManager.AutofillManager.instance(),b.LiveMetrics.instance(),f.CrUXManager.instance(),new te;const R=s.ActionRegistry.ActionRegistry.instance({forceNew:!0});s.ShortcutRegistry.ShortcutRegistry.instance({forceNew:!0,actionRegistry:R}),this.#_(),c.GdpClient.isGdpProfilesAvailable()&&(c.GdpClient.GdpClient.instance().getProfile().then(e=>{if(!e)return;const{profile:t,isEligible:n}=e,o=Boolean(t)?\"has-profile\":n?\"no-profile-and-eligible\":\"no-profile-and-not-eligible\";l.logFunctionCall(\"gdp-client-initialize\",o)}),m.UserBadges.instance().initialize(),m.UserBadges.instance().addEventListener(\"BadgeTriggered\",async e=>{Z??=await import(\"../../panels/common/common.js\");(new Z.BadgeNotification).present(e.data)})),W.timeEnd(\"Main._createAppUI\");const L=t.AppProvider.getRegisteredAppProviders()[0];if(!L)throw new Error(\"Unable to boot DevTools, as the appprovider is missing\");await this.#U(await L.loadAppProvider())}async#U(e){W.time(\"Main._showAppUI\");const t=e.createApp();if(s.DockController.DockController.instance().initialize(),E.ThemeSupport.instance().fetchColorsAndApplyHostTheme(),t.presentUI(document),s.ActionRegistry.ActionRegistry.instance().hasAction(\"elements.toggle-element-search\")){const e=s.ActionRegistry.ActionRegistry.instance().getAction(\"elements.toggle-element-search\");c.InspectorFrontendHost.InspectorFrontendHostInstance.events.addEventListener(c.InspectorFrontendHostAPI.Events.EnterInspectElementMode,()=>{e.execute()},this)}c.InspectorFrontendHost.InspectorFrontendHostInstance.events.addEventListener(c.InspectorFrontendHostAPI.Events.RevealSourceLine,this.#N,this),await s.InspectorView.InspectorView.instance().createToolbars(),c.InspectorFrontendHost.InspectorFrontendHostInstance.loadCompleted();const n=o.Runtime.Runtime.queryParam(\"loadTimelineFromURL\");if(null!==n){(await import(\"../../panels/timeline/timeline.js\")).TimelinePanel.LoadTimelineHandler.instance().handleQueryParam(n)}s.ARIAUtils.LiveAnnouncer.initializeAnnouncerElements(),s.DockController.DockController.instance().announceDockLocation(),window.setTimeout(this.#j.bind(this),0),W.timeEnd(\"Main._showAppUI\")}async#j(){W.time(\"Main._initializeTarget\");for(const e of t.Runnable.earlyInitializationRunnables())await e().run();await this.#R,c.InspectorFrontendHost.InspectorFrontendHostInstance.readyForTest(),this.#C.resolve(),window.setTimeout(this.#V.bind(this),100),await this.#B(),W.timeEnd(\"Main._initializeTarget\")}async#B(){const n=e.TargetManager.TargetManager.instance().primaryPageTarget(),o=n?.targetInfo()?.url,s=o?t.ParsedURL.ParsedURL.extractOrigin(o):void 0,i=\"__devtools_ve_inspection_binding__\";if(n&&await l.isUnderInspection(s)){const t=n.model(e.RuntimeModel.RuntimeModel);await(t?.addBinding({name:i})),t?.addEventListener(e.RuntimeModel.Events.BindingCalled,e=>{e.data.name===i&&(\"true\"===e.data.payload||\"false\"===e.data.payload?l.setVeDebuggingEnabled(\"true\"===e.data.payload,e=>{l.setVeDebuggingEnabled(!1),t?.defaultExecutionContext()?.evaluate({expression:`window.inspect(${JSON.stringify(e)})`,includeCommandLineAPI:!1,silent:!0,returnByValue:!1,generatePreview:!1},!1,!1)}):l.setHighlightedVe(\"null\"===e.data.payload?null:e.data.payload))})}}async#V(){W.time(\"Main._lateInitialization\"),w.ExtensionServer.ExtensionServer.instance().initializeExtensions();const e=t.Runnable.lateInitializationRunnables().map(async e=>{const t=await e();return await t.run()});if(o.Runtime.experiments.isEnabled(\"live-heap-profile\")){const n=await import(\"../../ui/legacy/components/perf_ui/perf_ui.js\"),o=\"memory-live-heap-profile\";if(t.Settings.Settings.instance().moduleSetting(o).get())e.push(n.LiveHeapProfile.LiveHeapProfile.instance().run());else{const e=async s=>{s.data&&(t.Settings.Settings.instance().moduleSetting(o).removeChangeListener(e),n.LiveHeapProfile.LiveHeapProfile.instance().run())};t.Settings.Settings.instance().moduleSetting(o).addChangeListener(e)}}W.timeEnd(\"Main._lateInitialization\")}readyForTest(){return this.#C.promise}#_(){t.Console.Console.instance().addEventListener(\"messageAdded\",function({data:e}){e.show&&t.Console.Console.instance().show()})}#N(e){const{url:n,lineNumber:o,columnNumber:s}=e.data,i=x.Workspace.WorkspaceImpl.instance().uiSourceCodeForURL(n);i?t.Revealer.reveal(i.uiLocation(o,s)):x.Workspace.WorkspaceImpl.instance().addEventListener(x.Workspace.Events.UISourceCodeAdded,function e(i){const r=i.data;r.url()===n&&(t.Revealer.reveal(r.uiLocation(o,s)),x.Workspace.WorkspaceImpl.instance().removeEventListener(x.Workspace.Events.UISourceCodeAdded,e))})}#O(e){e.handled||s.ShortcutRegistry.ShortcutRegistry.instance().handleShortcut(e)}#$(e){const t=new CustomEvent(\"clipboard-\"+e.type,{bubbles:!0});t.original=e;const n=e.target&&e.target.ownerDocument,o=n?d.DOMUtilities.deepActiveElement(n):null;o&&o.dispatchEvent(t),t.handled&&e.preventDefault()}#W(e){(e.handled||e.target.classList.contains(\"popup-glasspane\"))&&e.preventDefault()}#F(e){e.addEventListener(\"keydown\",this.#O.bind(this),!1),e.addEventListener(\"beforecopy\",this.#$.bind(this),!0),e.addEventListener(\"copy\",this.#$.bind(this),!1),e.addEventListener(\"cut\",this.#$.bind(this),!1),e.addEventListener(\"paste\",this.#$.bind(this),!1),e.addEventListener(\"contextmenu\",this.#W.bind(this),!0)}#H(){const t=e.TargetManager.TargetManager.instance().allTargetsSuspended();s.InspectorView.InspectorView.instance().onSuspendStateChanged(t)}static instanceForTest=null}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2825", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/MobileThrottling.json b/output/MobileThrottling.json deleted file mode 100644 index fa17191..0000000 --- a/output/MobileThrottling.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "property_name": "MobileThrottling", - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.1246", - "resolved_data": { - "networkPresets": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(4)", - "objectId": "-8799355714042909497.1.2876", - "nested": { - "_skipped": "Native API" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2877", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/Protocol.json b/output/Protocol.json deleted file mode 100644 index 1db553e..0000000 --- a/output/Protocol.json +++ /dev/null @@ -1,17372 +0,0 @@ -{ - "property_name": "Protocol", - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.1219", - "resolved_data": { - "Accessibility": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2285", - "nested": { - "AXValueType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2324", - "nested": { - "Boolean": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "boolean" - }, - "Tristate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "tristate" - }, - "BooleanOrUndefined": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "booleanOrUndefined" - }, - "Idref": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "idref" - }, - "IdrefList": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "idrefList" - }, - "Integer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "integer" - }, - "Node": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "node" - }, - "NodeList": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "nodeList" - }, - "Number": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "number" - }, - "String": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "string" - }, - "ComputedString": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "computedString" - }, - "Token": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "token" - }, - "TokenList": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "tokenList" - }, - "DomRelation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "domRelation" - }, - "Role": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "role" - }, - "InternalRole": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "internalRole" - }, - "ValueUndefined": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "valueUndefined" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2329", - "className": "Object" - } - ] - } - }, - "AXValueSourceType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2325", - "nested": { - "Attribute": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "attribute" - }, - "Implicit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "implicit" - }, - "Style": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "style" - }, - "Contents": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "contents" - }, - "Placeholder": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "placeholder" - }, - "RelatedElement": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "relatedElement" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2330", - "className": "Object" - } - ] - } - }, - "AXValueNativeSourceType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2326", - "nested": { - "Description": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "description" - }, - "Figcaption": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "figcaption" - }, - "Label": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "label" - }, - "Labelfor": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "labelfor" - }, - "Labelwrapped": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "labelwrapped" - }, - "Legend": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "legend" - }, - "Rubyannotation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "rubyannotation" - }, - "Tablecaption": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "tablecaption" - }, - "Title": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "title" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2331", - "className": "Object" - } - ] - } - }, - "AXPropertyName": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2327", - "nested": { - "Actions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "actions" - }, - "Busy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "busy" - }, - "Disabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "disabled" - }, - "Editable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "editable" - }, - "Focusable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "focusable" - }, - "Focused": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "focused" - }, - "Hidden": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "hidden" - }, - "HiddenRoot": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "hiddenRoot" - }, - "Invalid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "invalid" - }, - "Keyshortcuts": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "keyshortcuts" - }, - "Settable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "settable" - }, - "Roledescription": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "roledescription" - }, - "Live": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "live" - }, - "Atomic": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "atomic" - }, - "Relevant": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "relevant" - }, - "Root": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "root" - }, - "Autocomplete": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autocomplete" - }, - "HasPopup": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "hasPopup" - }, - "Level": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "level" - }, - "Multiselectable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "multiselectable" - }, - "Orientation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "orientation" - }, - "Multiline": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "multiline" - }, - "Readonly": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "readonly" - }, - "Required": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "required" - }, - "Valuemin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "valuemin" - }, - "Valuemax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "valuemax" - }, - "Valuetext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "valuetext" - }, - "Checked": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "checked" - }, - "Expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "expanded" - }, - "Modal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "modal" - }, - "Pressed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pressed" - }, - "Selected": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "selected" - }, - "Activedescendant": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "activedescendant" - }, - "Controls": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "controls" - }, - "Describedby": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "describedby" - }, - "Details": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "details" - }, - "Errormessage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "errormessage" - }, - "Flowto": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "flowto" - }, - "Labelledby": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "labelledby" - }, - "Owns": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "owns" - }, - "Url": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "url" - }, - "ActiveFullscreenElement": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "activeFullscreenElement" - }, - "ActiveModalDialog": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "activeModalDialog" - }, - "ActiveAriaModalDialog": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "activeAriaModalDialog" - }, - "AriaHiddenElement": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ariaHiddenElement" - }, - "AriaHiddenSubtree": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ariaHiddenSubtree" - }, - "EmptyAlt": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "emptyAlt" - }, - "EmptyText": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "emptyText" - }, - "InertElement": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "inertElement" - }, - "InertSubtree": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "inertSubtree" - }, - "LabelContainer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "labelContainer" - }, - "LabelFor": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "labelFor" - }, - "NotRendered": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "notRendered" - }, - "NotVisible": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "notVisible" - }, - "PresentationalRole": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "presentationalRole" - }, - "ProbablyPresentational": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "probablyPresentational" - }, - "InactiveCarouselTabContent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "inactiveCarouselTabContent" - }, - "Uninteresting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "uninteresting" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2332", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2328", - "className": "Object" - } - ] - } - }, - "Animation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2286", - "nested": { - "AnimationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2333", - "nested": { - "CSSTransition": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CSSTransition" - }, - "CSSAnimation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CSSAnimation" - }, - "WebAnimation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebAnimation" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2335", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2334", - "className": "Object" - } - ] - } - }, - "Audits": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2287", - "nested": { - "CookieExclusionReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2336", - "nested": { - "ExcludeSameSiteUnspecifiedTreatedAsLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeSameSiteUnspecifiedTreatedAsLax" - }, - "ExcludeSameSiteNoneInsecure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeSameSiteNoneInsecure" - }, - "ExcludeSameSiteLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeSameSiteLax" - }, - "ExcludeSameSiteStrict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeSameSiteStrict" - }, - "ExcludeInvalidSameParty": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeInvalidSameParty" - }, - "ExcludeSamePartyCrossPartyContext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeSamePartyCrossPartyContext" - }, - "ExcludeDomainNonASCII": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeDomainNonASCII" - }, - "ExcludeThirdPartyCookieBlockedInFirstPartySet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeThirdPartyCookieBlockedInFirstPartySet" - }, - "ExcludeThirdPartyPhaseout": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeThirdPartyPhaseout" - }, - "ExcludePortMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludePortMismatch" - }, - "ExcludeSchemeMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExcludeSchemeMismatch" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2363", - "className": "Object" - } - ] - } - }, - "CookieWarningReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2337", - "nested": { - "WarnSameSiteUnspecifiedCrossSiteContext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnSameSiteUnspecifiedCrossSiteContext" - }, - "WarnSameSiteNoneInsecure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnSameSiteNoneInsecure" - }, - "WarnSameSiteUnspecifiedLaxAllowUnsafe": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnSameSiteUnspecifiedLaxAllowUnsafe" - }, - "WarnSameSiteStrictLaxDowngradeStrict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnSameSiteStrictLaxDowngradeStrict" - }, - "WarnSameSiteStrictCrossDowngradeStrict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnSameSiteStrictCrossDowngradeStrict" - }, - "WarnSameSiteStrictCrossDowngradeLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnSameSiteStrictCrossDowngradeLax" - }, - "WarnSameSiteLaxCrossDowngradeStrict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnSameSiteLaxCrossDowngradeStrict" - }, - "WarnSameSiteLaxCrossDowngradeLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnSameSiteLaxCrossDowngradeLax" - }, - "WarnAttributeValueExceedsMaxSize": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnAttributeValueExceedsMaxSize" - }, - "WarnDomainNonASCII": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnDomainNonASCII" - }, - "WarnThirdPartyPhaseout": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnThirdPartyPhaseout" - }, - "WarnCrossSiteRedirectDowngradeChangesInclusion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnCrossSiteRedirectDowngradeChangesInclusion" - }, - "WarnDeprecationTrialMetadata": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnDeprecationTrialMetadata" - }, - "WarnThirdPartyCookieHeuristic": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnThirdPartyCookieHeuristic" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2364", - "className": "Object" - } - ] - } - }, - "CookieOperation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2338", - "nested": { - "SetCookie": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SetCookie" - }, - "ReadCookie": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ReadCookie" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2365", - "className": "Object" - } - ] - } - }, - "InsightType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2339", - "nested": { - "GitHubResource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "GitHubResource" - }, - "GracePeriod": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "GracePeriod" - }, - "Heuristics": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Heuristics" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2366", - "className": "Object" - } - ] - } - }, - "MixedContentResolutionStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2340", - "nested": { - "MixedContentBlocked": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MixedContentBlocked" - }, - "MixedContentAutomaticallyUpgraded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MixedContentAutomaticallyUpgraded" - }, - "MixedContentWarning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MixedContentWarning" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2367", - "className": "Object" - } - ] - } - }, - "MixedContentResourceType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2341", - "nested": { - "AttributionSrc": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AttributionSrc" - }, - "Audio": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Audio" - }, - "Beacon": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Beacon" - }, - "CSPReport": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CSPReport" - }, - "Download": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Download" - }, - "EventSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EventSource" - }, - "Favicon": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Favicon" - }, - "Font": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Font" - }, - "Form": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Form" - }, - "Frame": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Frame" - }, - "Image": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Image" - }, - "Import": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Import" - }, - "JSON": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "JSON" - }, - "Manifest": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Manifest" - }, - "Ping": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Ping" - }, - "PluginData": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PluginData" - }, - "PluginResource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PluginResource" - }, - "Prefetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Prefetch" - }, - "Resource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Resource" - }, - "Script": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Script" - }, - "ServiceWorker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ServiceWorker" - }, - "SharedWorker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SharedWorker" - }, - "SpeculationRules": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SpeculationRules" - }, - "Stylesheet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Stylesheet" - }, - "Track": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Track" - }, - "Video": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Video" - }, - "Worker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Worker" - }, - "XMLHttpRequest": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "XMLHttpRequest" - }, - "XSLT": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "XSLT" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2368", - "className": "Object" - } - ] - } - }, - "BlockedByResponseReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2342", - "nested": { - "CoepFrameResourceNeedsCoepHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CoepFrameResourceNeedsCoepHeader" - }, - "CoopSandboxedIFrameCannotNavigateToCoopPage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CoopSandboxedIFrameCannotNavigateToCoopPage" - }, - "CorpNotSameOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CorpNotSameOrigin" - }, - "CorpNotSameOriginAfterDefaultedToSameOriginByCoep": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CorpNotSameOriginAfterDefaultedToSameOriginByCoep" - }, - "CorpNotSameOriginAfterDefaultedToSameOriginByDip": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CorpNotSameOriginAfterDefaultedToSameOriginByDip" - }, - "CorpNotSameOriginAfterDefaultedToSameOriginByCoepAndDip": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CorpNotSameOriginAfterDefaultedToSameOriginByCoepAndDip" - }, - "CorpNotSameSite": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CorpNotSameSite" - }, - "SRIMessageSignatureMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SRIMessageSignatureMismatch" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2369", - "className": "Object" - } - ] - } - }, - "HeavyAdResolutionStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2343", - "nested": { - "HeavyAdBlocked": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HeavyAdBlocked" - }, - "HeavyAdWarning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HeavyAdWarning" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2370", - "className": "Object" - } - ] - } - }, - "HeavyAdReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2344", - "nested": { - "NetworkTotalLimit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NetworkTotalLimit" - }, - "CpuTotalLimit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CpuTotalLimit" - }, - "CpuPeakLimit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CpuPeakLimit" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2371", - "className": "Object" - } - ] - } - }, - "ContentSecurityPolicyViolationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2345", - "nested": { - "KInlineViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "kInlineViolation" - }, - "KEvalViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "kEvalViolation" - }, - "KURLViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "kURLViolation" - }, - "KSRIViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "kSRIViolation" - }, - "KTrustedTypesSinkViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "kTrustedTypesSinkViolation" - }, - "KTrustedTypesPolicyViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "kTrustedTypesPolicyViolation" - }, - "KWasmEvalViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "kWasmEvalViolation" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2372", - "className": "Object" - } - ] - } - }, - "SharedArrayBufferIssueType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2346", - "nested": { - "TransferIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TransferIssue" - }, - "CreationIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CreationIssue" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2373", - "className": "Object" - } - ] - } - }, - "AttributionReportingIssueType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2347", - "nested": { - "PermissionPolicyDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PermissionPolicyDisabled" - }, - "UntrustworthyReportingOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UntrustworthyReportingOrigin" - }, - "InsecureContext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InsecureContext" - }, - "InvalidHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidHeader" - }, - "InvalidRegisterTriggerHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidRegisterTriggerHeader" - }, - "SourceAndTriggerHeaders": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SourceAndTriggerHeaders" - }, - "SourceIgnored": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SourceIgnored" - }, - "TriggerIgnored": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TriggerIgnored" - }, - "OsSourceIgnored": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OsSourceIgnored" - }, - "OsTriggerIgnored": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OsTriggerIgnored" - }, - "InvalidRegisterOsSourceHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidRegisterOsSourceHeader" - }, - "InvalidRegisterOsTriggerHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidRegisterOsTriggerHeader" - }, - "WebAndOsHeaders": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebAndOsHeaders" - }, - "NoWebOrOsSupport": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoWebOrOsSupport" - }, - "NavigationRegistrationWithoutTransientUserActivation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NavigationRegistrationWithoutTransientUserActivation" - }, - "InvalidInfoHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidInfoHeader" - }, - "NoRegisterSourceHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoRegisterSourceHeader" - }, - "NoRegisterTriggerHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoRegisterTriggerHeader" - }, - "NoRegisterOsSourceHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoRegisterOsSourceHeader" - }, - "NoRegisterOsTriggerHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoRegisterOsTriggerHeader" - }, - "NavigationRegistrationUniqueScopeAlreadySet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NavigationRegistrationUniqueScopeAlreadySet" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2374", - "className": "Object" - } - ] - } - }, - "SharedDictionaryError": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2348", - "nested": { - "UseErrorCrossOriginNoCorsRequest": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UseErrorCrossOriginNoCorsRequest" - }, - "UseErrorDictionaryLoadFailure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UseErrorDictionaryLoadFailure" - }, - "UseErrorMatchingDictionaryNotUsed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UseErrorMatchingDictionaryNotUsed" - }, - "UseErrorUnexpectedContentDictionaryHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UseErrorUnexpectedContentDictionaryHeader" - }, - "WriteErrorCossOriginNoCorsRequest": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorCossOriginNoCorsRequest" - }, - "WriteErrorDisallowedBySettings": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorDisallowedBySettings" - }, - "WriteErrorExpiredResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorExpiredResponse" - }, - "WriteErrorFeatureDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorFeatureDisabled" - }, - "WriteErrorInsufficientResources": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorInsufficientResources" - }, - "WriteErrorInvalidMatchField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorInvalidMatchField" - }, - "WriteErrorInvalidStructuredHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorInvalidStructuredHeader" - }, - "WriteErrorInvalidTTLField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorInvalidTTLField" - }, - "WriteErrorNavigationRequest": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNavigationRequest" - }, - "WriteErrorNoMatchField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNoMatchField" - }, - "WriteErrorNonIntegerTTLField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNonIntegerTTLField" - }, - "WriteErrorNonListMatchDestField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNonListMatchDestField" - }, - "WriteErrorNonSecureContext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNonSecureContext" - }, - "WriteErrorNonStringIdField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNonStringIdField" - }, - "WriteErrorNonStringInMatchDestList": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNonStringInMatchDestList" - }, - "WriteErrorNonStringMatchField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNonStringMatchField" - }, - "WriteErrorNonTokenTypeField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorNonTokenTypeField" - }, - "WriteErrorRequestAborted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorRequestAborted" - }, - "WriteErrorShuttingDown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorShuttingDown" - }, - "WriteErrorTooLongIdField": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorTooLongIdField" - }, - "WriteErrorUnsupportedType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WriteErrorUnsupportedType" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2375", - "className": "Object" - } - ] - } - }, - "SRIMessageSignatureError": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2349", - "nested": { - "MissingSignatureHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MissingSignatureHeader" - }, - "MissingSignatureInputHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MissingSignatureInputHeader" - }, - "InvalidSignatureHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidSignatureHeader" - }, - "InvalidSignatureInputHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidSignatureInputHeader" - }, - "SignatureHeaderValueIsNotByteSequence": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureHeaderValueIsNotByteSequence" - }, - "SignatureHeaderValueIsParameterized": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureHeaderValueIsParameterized" - }, - "SignatureHeaderValueIsIncorrectLength": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureHeaderValueIsIncorrectLength" - }, - "SignatureInputHeaderMissingLabel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderMissingLabel" - }, - "SignatureInputHeaderValueNotInnerList": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderValueNotInnerList" - }, - "SignatureInputHeaderValueMissingComponents": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderValueMissingComponents" - }, - "SignatureInputHeaderInvalidComponentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderInvalidComponentType" - }, - "SignatureInputHeaderInvalidComponentName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderInvalidComponentName" - }, - "SignatureInputHeaderInvalidHeaderComponentParameter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderInvalidHeaderComponentParameter" - }, - "SignatureInputHeaderInvalidDerivedComponentParameter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderInvalidDerivedComponentParameter" - }, - "SignatureInputHeaderKeyIdLength": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderKeyIdLength" - }, - "SignatureInputHeaderInvalidParameter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderInvalidParameter" - }, - "SignatureInputHeaderMissingRequiredParameters": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignatureInputHeaderMissingRequiredParameters" - }, - "ValidationFailedSignatureExpired": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ValidationFailedSignatureExpired" - }, - "ValidationFailedInvalidLength": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ValidationFailedInvalidLength" - }, - "ValidationFailedSignatureMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ValidationFailedSignatureMismatch" - }, - "ValidationFailedIntegrityMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ValidationFailedIntegrityMismatch" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2376", - "className": "Object" - } - ] - } - }, - "UnencodedDigestError": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2350", - "nested": { - "MalformedDictionary": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MalformedDictionary" - }, - "UnknownAlgorithm": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnknownAlgorithm" - }, - "IncorrectDigestType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IncorrectDigestType" - }, - "IncorrectDigestLength": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IncorrectDigestLength" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2377", - "className": "Object" - } - ] - } - }, - "GenericIssueErrorType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2351", - "nested": { - "FormLabelForNameError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormLabelForNameError" - }, - "FormDuplicateIdForInputError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormDuplicateIdForInputError" - }, - "FormInputWithNoLabelError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormInputWithNoLabelError" - }, - "FormAutocompleteAttributeEmptyError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormAutocompleteAttributeEmptyError" - }, - "FormEmptyIdAndNameAttributesForInputError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormEmptyIdAndNameAttributesForInputError" - }, - "FormAriaLabelledByToNonExistingId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormAriaLabelledByToNonExistingId" - }, - "FormInputAssignedAutocompleteValueToIdOrNameAttributeError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormInputAssignedAutocompleteValueToIdOrNameAttributeError" - }, - "FormLabelHasNeitherForNorNestedInput": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormLabelHasNeitherForNorNestedInput" - }, - "FormLabelForMatchesNonExistingIdError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormLabelForMatchesNonExistingIdError" - }, - "FormInputHasWrongButWellIntendedAutocompleteValueError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FormInputHasWrongButWellIntendedAutocompleteValueError" - }, - "ResponseWasBlockedByORB": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ResponseWasBlockedByORB" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2378", - "className": "Object" - } - ] - } - }, - "ClientHintIssueReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2352", - "nested": { - "MetaTagAllowListInvalidOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MetaTagAllowListInvalidOrigin" - }, - "MetaTagModifiedHTML": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MetaTagModifiedHTML" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2379", - "className": "Object" - } - ] - } - }, - "FederatedAuthRequestIssueReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2353", - "nested": { - "ShouldEmbargo": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ShouldEmbargo" - }, - "TooManyRequests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TooManyRequests" - }, - "WellKnownHttpNotFound": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WellKnownHttpNotFound" - }, - "WellKnownNoResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WellKnownNoResponse" - }, - "WellKnownInvalidResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WellKnownInvalidResponse" - }, - "WellKnownListEmpty": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WellKnownListEmpty" - }, - "WellKnownInvalidContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WellKnownInvalidContentType" - }, - "ConfigNotInWellKnown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConfigNotInWellKnown" - }, - "WellKnownTooBig": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WellKnownTooBig" - }, - "ConfigHttpNotFound": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConfigHttpNotFound" - }, - "ConfigNoResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConfigNoResponse" - }, - "ConfigInvalidResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConfigInvalidResponse" - }, - "ConfigInvalidContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConfigInvalidContentType" - }, - "ClientMetadataHttpNotFound": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ClientMetadataHttpNotFound" - }, - "ClientMetadataNoResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ClientMetadataNoResponse" - }, - "ClientMetadataInvalidResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ClientMetadataInvalidResponse" - }, - "ClientMetadataInvalidContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ClientMetadataInvalidContentType" - }, - "IdpNotPotentiallyTrustworthy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdpNotPotentiallyTrustworthy" - }, - "DisabledInSettings": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DisabledInSettings" - }, - "DisabledInFlags": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DisabledInFlags" - }, - "ErrorFetchingSignin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ErrorFetchingSignin" - }, - "InvalidSigninResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidSigninResponse" - }, - "AccountsHttpNotFound": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AccountsHttpNotFound" - }, - "AccountsNoResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AccountsNoResponse" - }, - "AccountsInvalidResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AccountsInvalidResponse" - }, - "AccountsListEmpty": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AccountsListEmpty" - }, - "AccountsInvalidContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AccountsInvalidContentType" - }, - "IdTokenHttpNotFound": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdTokenHttpNotFound" - }, - "IdTokenNoResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdTokenNoResponse" - }, - "IdTokenInvalidResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdTokenInvalidResponse" - }, - "IdTokenIdpErrorResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdTokenIdpErrorResponse" - }, - "IdTokenCrossSiteIdpErrorResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdTokenCrossSiteIdpErrorResponse" - }, - "IdTokenInvalidRequest": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdTokenInvalidRequest" - }, - "IdTokenInvalidContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdTokenInvalidContentType" - }, - "ErrorIdToken": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ErrorIdToken" - }, - "Canceled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Canceled" - }, - "RpPageNotVisible": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RpPageNotVisible" - }, - "SilentMediationFailure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SilentMediationFailure" - }, - "ThirdPartyCookiesBlocked": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ThirdPartyCookiesBlocked" - }, - "NotSignedInWithIdp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotSignedInWithIdp" - }, - "MissingTransientUserActivation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MissingTransientUserActivation" - }, - "ReplacedByActiveMode": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ReplacedByActiveMode" - }, - "InvalidFieldsSpecified": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidFieldsSpecified" - }, - "RelyingPartyOriginIsOpaque": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RelyingPartyOriginIsOpaque" - }, - "TypeNotMatching": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TypeNotMatching" - }, - "UiDismissedNoEmbargo": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UiDismissedNoEmbargo" - }, - "CorsError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CorsError" - }, - "SuppressedBySegmentationPlatform": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SuppressedBySegmentationPlatform" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2380", - "className": "Object" - } - ] - } - }, - "FederatedAuthUserInfoRequestIssueReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2354", - "nested": { - "NotSameOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotSameOrigin" - }, - "NotIframe": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotIframe" - }, - "NotPotentiallyTrustworthy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotPotentiallyTrustworthy" - }, - "NoAPIPermission": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoApiPermission" - }, - "NotSignedInWithIdp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotSignedInWithIdp" - }, - "NoAccountSharingPermission": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoAccountSharingPermission" - }, - "InvalidConfigOrWellKnown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidConfigOrWellKnown" - }, - "InvalidAccountsResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidAccountsResponse" - }, - "NoReturningUserFromFetchedAccounts": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoReturningUserFromFetchedAccounts" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2381", - "className": "Object" - } - ] - } - }, - "PartitioningBlobURLInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2355", - "nested": { - "BlockedCrossPartitionFetching": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BlockedCrossPartitionFetching" - }, - "EnforceNoopenerForNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EnforceNoopenerForNavigation" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2382", - "className": "Object" - } - ] - } - }, - "ElementAccessibilityIssueReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2356", - "nested": { - "DisallowedSelectChild": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DisallowedSelectChild" - }, - "DisallowedOptGroupChild": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DisallowedOptGroupChild" - }, - "NonPhrasingContentOptionChild": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NonPhrasingContentOptionChild" - }, - "InteractiveContentOptionChild": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InteractiveContentOptionChild" - }, - "InteractiveContentLegendChild": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InteractiveContentLegendChild" - }, - "InteractiveContentSummaryDescendant": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InteractiveContentSummaryDescendant" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2383", - "className": "Object" - } - ] - } - }, - "StyleSheetLoadingIssueReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2357", - "nested": { - "LateImportRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "LateImportRule" - }, - "RequestFailed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequestFailed" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2384", - "className": "Object" - } - ] - } - }, - "PropertyRuleIssueReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2358", - "nested": { - "InvalidSyntax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidSyntax" - }, - "InvalidInitialValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidInitialValue" - }, - "InvalidInherits": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidInherits" - }, - "InvalidName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidName" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2385", - "className": "Object" - } - ] - } - }, - "UserReidentificationIssueType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2359", - "nested": { - "BlockedFrameNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BlockedFrameNavigation" - }, - "BlockedSubresource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BlockedSubresource" - }, - "NoisedCanvasReadback": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoisedCanvasReadback" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2386", - "className": "Object" - } - ] - } - }, - "InspectorIssueCode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2360", - "nested": { - "CookieIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CookieIssue" - }, - "MixedContentIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MixedContentIssue" - }, - "BlockedByResponseIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BlockedByResponseIssue" - }, - "HeavyAdIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HeavyAdIssue" - }, - "ContentSecurityPolicyIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentSecurityPolicyIssue" - }, - "SharedArrayBufferIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SharedArrayBufferIssue" - }, - "LowTextContrastIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "LowTextContrastIssue" - }, - "CorsIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CorsIssue" - }, - "AttributionReportingIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AttributionReportingIssue" - }, - "QuirksModeIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "QuirksModeIssue" - }, - "PartitioningBlobURLIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PartitioningBlobURLIssue" - }, - "NavigatorUserAgentIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NavigatorUserAgentIssue" - }, - "GenericIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "GenericIssue" - }, - "DeprecationIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DeprecationIssue" - }, - "ClientHintIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ClientHintIssue" - }, - "FederatedAuthRequestIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FederatedAuthRequestIssue" - }, - "BounceTrackingIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BounceTrackingIssue" - }, - "CookieDeprecationMetadataIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CookieDeprecationMetadataIssue" - }, - "StylesheetLoadingIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "StylesheetLoadingIssue" - }, - "FederatedAuthUserInfoRequestIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FederatedAuthUserInfoRequestIssue" - }, - "PropertyRuleIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PropertyRuleIssue" - }, - "SharedDictionaryIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SharedDictionaryIssue" - }, - "ElementAccessibilityIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ElementAccessibilityIssue" - }, - "SRIMessageSignatureIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SRIMessageSignatureIssue" - }, - "UnencodedDigestIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnencodedDigestIssue" - }, - "UserReidentificationIssue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UserReidentificationIssue" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2387", - "className": "Object" - } - ] - } - }, - "GetEncodedResponseRequestEncoding": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2361", - "nested": { - "Webp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webp" - }, - "Jpeg": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "jpeg" - }, - "Png": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "png" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2388", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2362", - "className": "Object" - } - ] - } - }, - "Autofill": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2288", - "nested": { - "FillingStrategy": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2389", - "nested": { - "AutocompleteAttribute": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autocompleteAttribute" - }, - "AutofillInferred": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autofillInferred" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2391", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2390", - "className": "Object" - } - ] - } - }, - "BackgroundService": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2289", - "nested": { - "ServiceName": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2392", - "nested": { - "BackgroundFetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "backgroundFetch" - }, - "BackgroundSync": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "backgroundSync" - }, - "PushMessaging": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pushMessaging" - }, - "Notifications": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "notifications" - }, - "PaymentHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "paymentHandler" - }, - "PeriodicBackgroundSync": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "periodicBackgroundSync" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2394", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2393", - "className": "Object" - } - ] - } - }, - "BluetoothEmulation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2290", - "nested": { - "CentralState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2395", - "nested": { - "Absent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "absent" - }, - "PoweredOff": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "powered-off" - }, - "PoweredOn": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "powered-on" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2401", - "className": "Object" - } - ] - } - }, - "GATTOperationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2396", - "nested": { - "Connection": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "connection" - }, - "Discovery": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "discovery" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2402", - "className": "Object" - } - ] - } - }, - "CharacteristicWriteType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2397", - "nested": { - "WriteDefaultDeprecated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "write-default-deprecated" - }, - "WriteWithResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "write-with-response" - }, - "WriteWithoutResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "write-without-response" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2403", - "className": "Object" - } - ] - } - }, - "CharacteristicOperationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2398", - "nested": { - "Read": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "read" - }, - "Write": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "write" - }, - "SubscribeToNotifications": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "subscribe-to-notifications" - }, - "UnsubscribeFromNotifications": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unsubscribe-from-notifications" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2404", - "className": "Object" - } - ] - } - }, - "DescriptorOperationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2399", - "nested": { - "Read": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "read" - }, - "Write": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "write" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2405", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2400", - "className": "Object" - } - ] - } - }, - "Browser": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2291", - "nested": { - "WindowState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2406", - "nested": { - "Normal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "normal" - }, - "Minimized": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "minimized" - }, - "Maximized": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "maximized" - }, - "Fullscreen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "fullscreen" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2414", - "className": "Object" - } - ] - } - }, - "PermissionType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2407", - "nested": { - "Ar": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ar" - }, - "AudioCapture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "audioCapture" - }, - "AutomaticFullscreen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "automaticFullscreen" - }, - "BackgroundFetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "backgroundFetch" - }, - "BackgroundSync": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "backgroundSync" - }, - "CameraPanTiltZoom": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cameraPanTiltZoom" - }, - "CapturedSurfaceControl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "capturedSurfaceControl" - }, - "ClipboardReadWrite": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "clipboardReadWrite" - }, - "ClipboardSanitizedWrite": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "clipboardSanitizedWrite" - }, - "DisplayCapture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "displayCapture" - }, - "DurableStorage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "durableStorage" - }, - "Geolocation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "geolocation" - }, - "HandTracking": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "handTracking" - }, - "IdleDetection": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "idleDetection" - }, - "KeyboardLock": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "keyboardLock" - }, - "LocalFonts": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "localFonts" - }, - "LocalNetworkAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "localNetworkAccess" - }, - "Midi": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "midi" - }, - "MidiSysex": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "midiSysex" - }, - "Nfc": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "nfc" - }, - "Notifications": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "notifications" - }, - "PaymentHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "paymentHandler" - }, - "PeriodicBackgroundSync": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "periodicBackgroundSync" - }, - "PointerLock": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pointerLock" - }, - "ProtectedMediaIdentifier": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "protectedMediaIdentifier" - }, - "Sensors": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sensors" - }, - "SmartCard": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "smartCard" - }, - "SpeakerSelection": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "speakerSelection" - }, - "StorageAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "storageAccess" - }, - "TopLevelStorageAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "topLevelStorageAccess" - }, - "VideoCapture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "videoCapture" - }, - "Vr": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "vr" - }, - "WakeLockScreen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "wakeLockScreen" - }, - "WakeLockSystem": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "wakeLockSystem" - }, - "WebAppInstallation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webAppInstallation" - }, - "WebPrinting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webPrinting" - }, - "WindowManagement": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "windowManagement" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2415", - "className": "Object" - } - ] - } - }, - "PermissionSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2408", - "nested": { - "Granted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "granted" - }, - "Denied": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "denied" - }, - "Prompt": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "prompt" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2416", - "className": "Object" - } - ] - } - }, - "BrowserCommandId": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2409", - "nested": { - "OpenTabSearch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "openTabSearch" - }, - "CloseTabSearch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "closeTabSearch" - }, - "OpenGlic": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "openGlic" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2417", - "className": "Object" - } - ] - } - }, - "PrivacySandboxAPI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2410", - "nested": { - "BiddingAndAuctionServices": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BiddingAndAuctionServices" - }, - "TrustedKeyValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TrustedKeyValue" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2418", - "className": "Object" - } - ] - } - }, - "DownloadProgressEventState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2411", - "nested": { - "InProgress": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "inProgress" - }, - "Completed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "completed" - }, - "Canceled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "canceled" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2419", - "className": "Object" - } - ] - } - }, - "SetDownloadBehaviorRequestBehavior": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2412", - "nested": { - "Deny": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deny" - }, - "Allow": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "allow" - }, - "AllowAndName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "allowAndName" - }, - "Default": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "default" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2420", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2413", - "className": "Object" - } - ] - } - }, - "CSS": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2292", - "nested": { - "StyleSheetOrigin": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2421", - "nested": { - "Injected": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "injected" - }, - "UserAgent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "user-agent" - }, - "Inspector": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "inspector" - }, - "Regular": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "regular" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2425", - "className": "Object" - } - ] - } - }, - "CSSRuleType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2422", - "nested": { - "MediaRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MediaRule" - }, - "SupportsRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SupportsRule" - }, - "ContainerRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContainerRule" - }, - "LayerRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "LayerRule" - }, - "ScopeRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ScopeRule" - }, - "StyleRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "StyleRule" - }, - "StartingStyleRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "StartingStyleRule" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2426", - "className": "Object" - } - ] - } - }, - "CSSMediaSource": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2423", - "nested": { - "MediaRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mediaRule" - }, - "ImportRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "importRule" - }, - "LinkedSheet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "linkedSheet" - }, - "InlineSheet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "inlineSheet" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2427", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2424", - "className": "Object" - } - ] - } - }, - "CacheStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2293", - "nested": { - "CachedResponseType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2428", - "nested": { - "Basic": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "basic" - }, - "Cors": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cors" - }, - "Default": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "default" - }, - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "error" - }, - "OpaqueResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "opaqueResponse" - }, - "OpaqueRedirect": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "opaqueRedirect" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2430", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2429", - "className": "Object" - } - ] - } - }, - "DOM": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2294", - "nested": { - "PseudoType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2431", - "nested": { - "FirstLine": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "first-line" - }, - "FirstLetter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "first-letter" - }, - "Checkmark": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "checkmark" - }, - "Before": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "before" - }, - "After": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "after" - }, - "PickerIcon": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "picker-icon" - }, - "InterestHint": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "interest-hint" - }, - "Marker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "marker" - }, - "Backdrop": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "backdrop" - }, - "Column": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "column" - }, - "Selection": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "selection" - }, - "SearchText": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "search-text" - }, - "TargetText": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "target-text" - }, - "SpellingError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "spelling-error" - }, - "GrammarError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "grammar-error" - }, - "Highlight": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "highlight" - }, - "FirstLineInherited": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "first-line-inherited" - }, - "ScrollMarker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scroll-marker" - }, - "ScrollMarkerGroup": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scroll-marker-group" - }, - "ScrollButton": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scroll-button" - }, - "Scrollbar": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scrollbar" - }, - "ScrollbarThumb": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scrollbar-thumb" - }, - "ScrollbarButton": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scrollbar-button" - }, - "ScrollbarTrack": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scrollbar-track" - }, - "ScrollbarTrackPiece": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scrollbar-track-piece" - }, - "ScrollbarCorner": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scrollbar-corner" - }, - "Resizer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "resizer" - }, - "InputListButton": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "input-list-button" - }, - "ViewTransition": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "view-transition" - }, - "ViewTransitionGroup": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "view-transition-group" - }, - "ViewTransitionImagePair": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "view-transition-image-pair" - }, - "ViewTransitionGroupChildren": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "view-transition-group-children" - }, - "ViewTransitionOld": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "view-transition-old" - }, - "ViewTransitionNew": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "view-transition-new" - }, - "Placeholder": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "placeholder" - }, - "FileSelectorButton": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "file-selector-button" - }, - "DetailsContent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "details-content" - }, - "Picker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "picker" - }, - "PermissionIcon": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "permission-icon" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2440", - "className": "Object" - } - ] - } - }, - "ShadowRootType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2432", - "nested": { - "UserAgent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "user-agent" - }, - "Open": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "open" - }, - "Closed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "closed" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2441", - "className": "Object" - } - ] - } - }, - "CompatibilityMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2433", - "nested": { - "QuirksMode": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "QuirksMode" - }, - "LimitedQuirksMode": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "LimitedQuirksMode" - }, - "NoQuirksMode": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoQuirksMode" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2442", - "className": "Object" - } - ] - } - }, - "PhysicalAxes": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2434", - "nested": { - "Horizontal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Horizontal" - }, - "Vertical": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Vertical" - }, - "Both": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Both" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2443", - "className": "Object" - } - ] - } - }, - "LogicalAxes": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2435", - "nested": { - "Inline": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Inline" - }, - "Block": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Block" - }, - "Both": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Both" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2444", - "className": "Object" - } - ] - } - }, - "ScrollOrientation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2436", - "nested": { - "Horizontal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "horizontal" - }, - "Vertical": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "vertical" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2445", - "className": "Object" - } - ] - } - }, - "EnableRequestIncludeWhitespace": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2437", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "All": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "all" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2446", - "className": "Object" - } - ] - } - }, - "GetElementByRelationRequestRelation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2438", - "nested": { - "PopoverTarget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PopoverTarget" - }, - "InterestTarget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InterestTarget" - }, - "CommandFor": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CommandFor" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2447", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2439", - "className": "Object" - } - ] - } - }, - "DOMDebugger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2295", - "nested": { - "DOMBreakpointType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2448", - "nested": { - "SubtreeModified": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "subtree-modified" - }, - "AttributeModified": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "attribute-modified" - }, - "NodeRemoved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "node-removed" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2451", - "className": "Object" - } - ] - } - }, - "CSPViolationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2449", - "nested": { - "TrustedtypeSinkViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "trustedtype-sink-violation" - }, - "TrustedtypePolicyViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "trustedtype-policy-violation" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2452", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2450", - "className": "Object" - } - ] - } - }, - "Emulation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2296", - "nested": { - "ScreenOrientationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2453", - "nested": { - "PortraitPrimary": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "portraitPrimary" - }, - "PortraitSecondary": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "portraitSecondary" - }, - "LandscapePrimary": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "landscapePrimary" - }, - "LandscapeSecondary": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "landscapeSecondary" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2464", - "className": "Object" - } - ] - } - }, - "DisplayFeatureOrientation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2454", - "nested": { - "Vertical": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "vertical" - }, - "Horizontal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "horizontal" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2465", - "className": "Object" - } - ] - } - }, - "DevicePostureType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2455", - "nested": { - "Continuous": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "continuous" - }, - "Folded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "folded" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2466", - "className": "Object" - } - ] - } - }, - "VirtualTimePolicy": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2456", - "nested": { - "Advance": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "advance" - }, - "Pause": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pause" - }, - "PauseIfNetworkFetchesPending": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pauseIfNetworkFetchesPending" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2467", - "className": "Object" - } - ] - } - }, - "SensorType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2457", - "nested": { - "AbsoluteOrientation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "absolute-orientation" - }, - "Accelerometer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "accelerometer" - }, - "AmbientLight": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ambient-light" - }, - "Gravity": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gravity" - }, - "Gyroscope": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gyroscope" - }, - "LinearAcceleration": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "linear-acceleration" - }, - "Magnetometer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "magnetometer" - }, - "RelativeOrientation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "relative-orientation" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2468", - "className": "Object" - } - ] - } - }, - "PressureSource": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2458", - "nested": { - "Cpu": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cpu" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2469", - "className": "Object" - } - ] - } - }, - "PressureState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2459", - "nested": { - "Nominal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "nominal" - }, - "Fair": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "fair" - }, - "Serious": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "serious" - }, - "Critical": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "critical" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2470", - "className": "Object" - } - ] - } - }, - "DisabledImageType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2460", - "nested": { - "Avif": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "avif" - }, - "Webp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webp" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2471", - "className": "Object" - } - ] - } - }, - "SetEmitTouchEventsForMouseRequestConfiguration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2461", - "nested": { - "Mobile": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mobile" - }, - "Desktop": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "desktop" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2472", - "className": "Object" - } - ] - } - }, - "SetEmulatedVisionDeficiencyRequestType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2462", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "BlurredVision": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "blurredVision" - }, - "ReducedContrast": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reducedContrast" - }, - "Achromatopsia": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "achromatopsia" - }, - "Deuteranopia": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deuteranopia" - }, - "Protanopia": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "protanopia" - }, - "Tritanopia": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "tritanopia" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2473", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2463", - "className": "Object" - } - ] - } - }, - "Extensions": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2297", - "nested": { - "StorageArea": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2474", - "nested": { - "Session": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "session" - }, - "Local": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "local" - }, - "Sync": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sync" - }, - "Managed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "managed" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2476", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2475", - "className": "Object" - } - ] - } - }, - "FedCm": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2298", - "nested": { - "LoginState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2477", - "nested": { - "SignIn": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignIn" - }, - "SignUp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignUp" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2482", - "className": "Object" - } - ] - } - }, - "DialogType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2478", - "nested": { - "AccountChooser": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AccountChooser" - }, - "AutoReauthn": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AutoReauthn" - }, - "ConfirmIdpLogin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConfirmIdpLogin" - }, - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Error" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2483", - "className": "Object" - } - ] - } - }, - "DialogButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2479", - "nested": { - "ConfirmIdpLoginContinue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConfirmIdpLoginContinue" - }, - "ErrorGotIt": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ErrorGotIt" - }, - "ErrorMoreDetails": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ErrorMoreDetails" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2484", - "className": "Object" - } - ] - } - }, - "AccountUrlType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2480", - "nested": { - "TermsOfService": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TermsOfService" - }, - "PrivacyPolicy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrivacyPolicy" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2485", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2481", - "className": "Object" - } - ] - } - }, - "Fetch": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2299", - "nested": { - "RequestStage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2486", - "nested": { - "Request": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Request" - }, - "Response": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Response" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2490", - "className": "Object" - } - ] - } - }, - "AuthChallengeSource": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2487", - "nested": { - "Server": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Server" - }, - "Proxy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Proxy" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2491", - "className": "Object" - } - ] - } - }, - "AuthChallengeResponseResponse": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2488", - "nested": { - "Default": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Default" - }, - "CancelAuth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CancelAuth" - }, - "ProvideCredentials": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ProvideCredentials" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2492", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2489", - "className": "Object" - } - ] - } - }, - "HeadlessExperimental": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2300", - "nested": { - "ScreenshotParamsFormat": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2493", - "nested": { - "Jpeg": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "jpeg" - }, - "Png": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "png" - }, - "Webp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webp" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2495", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2494", - "className": "Object" - } - ] - } - }, - "IndexedDB": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2301", - "nested": { - "KeyType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2496", - "nested": { - "Number": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "number" - }, - "String": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "string" - }, - "Date": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "date" - }, - "Array": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "array" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2499", - "className": "Object" - } - ] - } - }, - "KeyPathType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2497", - "nested": { - "Null": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "null" - }, - "String": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "string" - }, - "Array": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "array" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2500", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2498", - "className": "Object" - } - ] - } - }, - "Input": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2302", - "nested": { - "GestureSourceType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2501", - "nested": { - "Default": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "default" - }, - "Touch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "touch" - }, - "Mouse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mouse" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2510", - "className": "Object" - } - ] - } - }, - "MouseButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2502", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "Left": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "left" - }, - "Middle": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "middle" - }, - "Right": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "right" - }, - "Back": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "back" - }, - "Forward": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "forward" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2511", - "className": "Object" - } - ] - } - }, - "DispatchDragEventRequestType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2503", - "nested": { - "DragEnter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dragEnter" - }, - "DragOver": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dragOver" - }, - "Drop": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "drop" - }, - "DragCancel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dragCancel" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2512", - "className": "Object" - } - ] - } - }, - "DispatchKeyEventRequestType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2504", - "nested": { - "KeyDown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "keyDown" - }, - "KeyUp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "keyUp" - }, - "RawKeyDown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "rawKeyDown" - }, - "Char": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "char" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2513", - "className": "Object" - } - ] - } - }, - "DispatchMouseEventRequestType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2505", - "nested": { - "MousePressed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mousePressed" - }, - "MouseReleased": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mouseReleased" - }, - "MouseMoved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mouseMoved" - }, - "MouseWheel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mouseWheel" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2514", - "className": "Object" - } - ] - } - }, - "DispatchMouseEventRequestPointerType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2506", - "nested": { - "Mouse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mouse" - }, - "Pen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pen" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2515", - "className": "Object" - } - ] - } - }, - "DispatchTouchEventRequestType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2507", - "nested": { - "TouchStart": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "touchStart" - }, - "TouchEnd": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "touchEnd" - }, - "TouchMove": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "touchMove" - }, - "TouchCancel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "touchCancel" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2516", - "className": "Object" - } - ] - } - }, - "EmulateTouchFromMouseEventRequestType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2508", - "nested": { - "MousePressed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mousePressed" - }, - "MouseReleased": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mouseReleased" - }, - "MouseMoved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mouseMoved" - }, - "MouseWheel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mouseWheel" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2517", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2509", - "className": "Object" - } - ] - } - }, - "LayerTree": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2303", - "nested": { - "ScrollRectType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2518", - "nested": { - "RepaintsOnScroll": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RepaintsOnScroll" - }, - "TouchEventHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TouchEventHandler" - }, - "WheelEventHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WheelEventHandler" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2520", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2519", - "className": "Object" - } - ] - } - }, - "Log": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2304", - "nested": { - "LogEntrySource": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2521", - "nested": { - "XML": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "xml" - }, - "Javascript": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "javascript" - }, - "Network": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network" - }, - "Storage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "storage" - }, - "Appcache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "appcache" - }, - "Rendering": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "rendering" - }, - "Security": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "security" - }, - "Deprecation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deprecation" - }, - "Worker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "worker" - }, - "Violation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "violation" - }, - "Intervention": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "intervention" - }, - "Recommendation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "recommendation" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2526", - "className": "Object" - } - ] - } - }, - "LogEntryLevel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2522", - "nested": { - "Verbose": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "verbose" - }, - "Info": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "info" - }, - "Warning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "warning" - }, - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "error" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2527", - "className": "Object" - } - ] - } - }, - "LogEntryCategory": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2523", - "nested": { - "Cors": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cors" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2528", - "className": "Object" - } - ] - } - }, - "ViolationSettingName": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2524", - "nested": { - "LongTask": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "longTask" - }, - "LongLayout": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "longLayout" - }, - "BlockedEvent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "blockedEvent" - }, - "BlockedParser": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "blockedParser" - }, - "DiscouragedAPIUse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "discouragedAPIUse" - }, - "Handler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "handler" - }, - "RecurringHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "recurringHandler" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2529", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2525", - "className": "Object" - } - ] - } - }, - "Media": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2305", - "nested": { - "PlayerMessageLevel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2530", - "nested": { - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "error" - }, - "Warning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "warning" - }, - "Info": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "info" - }, - "Debug": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debug" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2532", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2531", - "className": "Object" - } - ] - } - }, - "Memory": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2306", - "nested": { - "PressureLevel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2533", - "nested": { - "Moderate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "moderate" - }, - "Critical": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "critical" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2535", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2534", - "className": "Object" - } - ] - } - }, - "Network": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2307", - "nested": { - "ResourceType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2536", - "nested": { - "Document": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Document" - }, - "Stylesheet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Stylesheet" - }, - "Image": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Image" - }, - "Media": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Media" - }, - "Font": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Font" - }, - "Script": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Script" - }, - "TextTrack": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TextTrack" - }, - "XHR": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "XHR" - }, - "Fetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Fetch" - }, - "Prefetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Prefetch" - }, - "EventSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EventSource" - }, - "WebSocket": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebSocket" - }, - "Manifest": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Manifest" - }, - "SignedExchange": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignedExchange" - }, - "Ping": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Ping" - }, - "CSPViolationReport": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CSPViolationReport" - }, - "Preflight": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Preflight" - }, - "FedCM": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FedCM" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Other" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2571", - "className": "Object" - } - ] - } - }, - "ErrorReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2537", - "nested": { - "Failed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Failed" - }, - "Aborted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Aborted" - }, - "TimedOut": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TimedOut" - }, - "AccessDenied": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AccessDenied" - }, - "ConnectionClosed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConnectionClosed" - }, - "ConnectionReset": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConnectionReset" - }, - "ConnectionRefused": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConnectionRefused" - }, - "ConnectionAborted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConnectionAborted" - }, - "ConnectionFailed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConnectionFailed" - }, - "NameNotResolved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NameNotResolved" - }, - "InternetDisconnected": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InternetDisconnected" - }, - "AddressUnreachable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AddressUnreachable" - }, - "BlockedByClient": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BlockedByClient" - }, - "BlockedByResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BlockedByResponse" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2572", - "className": "Object" - } - ] - } - }, - "ConnectionType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2538", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "Cellular2g": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cellular2g" - }, - "Cellular3g": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cellular3g" - }, - "Cellular4g": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cellular4g" - }, - "Bluetooth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bluetooth" - }, - "Ethernet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ethernet" - }, - "Wifi": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "wifi" - }, - "Wimax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "wimax" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2573", - "className": "Object" - } - ] - } - }, - "CookieSameSite": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2539", - "nested": { - "Strict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Strict" - }, - "Lax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Lax" - }, - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "None" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2574", - "className": "Object" - } - ] - } - }, - "CookiePriority": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2540", - "nested": { - "Low": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Low" - }, - "Medium": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Medium" - }, - "High": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "High" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2575", - "className": "Object" - } - ] - } - }, - "CookieSourceScheme": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2541", - "nested": { - "Unset": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Unset" - }, - "NonSecure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NonSecure" - }, - "Secure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Secure" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2576", - "className": "Object" - } - ] - } - }, - "ResourcePriority": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2542", - "nested": { - "VeryLow": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "VeryLow" - }, - "Low": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Low" - }, - "Medium": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Medium" - }, - "High": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "High" - }, - "VeryHigh": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "VeryHigh" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2577", - "className": "Object" - } - ] - } - }, - "RequestReferrerPolicy": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2543", - "nested": { - "UnsafeUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unsafe-url" - }, - "NoReferrerWhenDowngrade": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "no-referrer-when-downgrade" - }, - "NoReferrer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "no-referrer" - }, - "Origin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "origin" - }, - "OriginWhenCrossOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "origin-when-cross-origin" - }, - "SameOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "same-origin" - }, - "StrictOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "strict-origin" - }, - "StrictOriginWhenCrossOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "strict-origin-when-cross-origin" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2578", - "className": "Object" - } - ] - } - }, - "CertificateTransparencyCompliance": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2544", - "nested": { - "Unknown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unknown" - }, - "NotCompliant": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "not-compliant" - }, - "Compliant": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "compliant" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2579", - "className": "Object" - } - ] - } - }, - "BlockedReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2545", - "nested": { - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "Csp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "csp" - }, - "MixedContent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mixed-content" - }, - "Origin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "origin" - }, - "Inspector": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "inspector" - }, - "Integrity": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "integrity" - }, - "SubresourceFilter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "subresource-filter" - }, - "ContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "content-type" - }, - "CoepFrameResourceNeedsCoepHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "coep-frame-resource-needs-coep-header" - }, - "CoopSandboxedIframeCannotNavigateToCoopPage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "coop-sandboxed-iframe-cannot-navigate-to-coop-page" - }, - "CorpNotSameOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "corp-not-same-origin" - }, - "CorpNotSameOriginAfterDefaultedToSameOriginByCoep": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "corp-not-same-origin-after-defaulted-to-same-origin-by-coep" - }, - "CorpNotSameOriginAfterDefaultedToSameOriginByDip": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "corp-not-same-origin-after-defaulted-to-same-origin-by-dip" - }, - "CorpNotSameOriginAfterDefaultedToSameOriginByCoepAndDip": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip" - }, - "CorpNotSameSite": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "corp-not-same-site" - }, - "SriMessageSignatureMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sri-message-signature-mismatch" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2580", - "className": "Object" - } - ] - } - }, - "IpProxyStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2546", - "nested": { - "Available": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Available" - }, - "FeatureNotEnabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FeatureNotEnabled" - }, - "MaskedDomainListNotEnabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MaskedDomainListNotEnabled" - }, - "MaskedDomainListNotPopulated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MaskedDomainListNotPopulated" - }, - "AuthTokensUnavailable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AuthTokensUnavailable" - }, - "Unavailable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Unavailable" - }, - "BypassedByDevTools": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BypassedByDevTools" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2581", - "className": "Object" - } - ] - } - }, - "CorsError": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2547", - "nested": { - "DisallowedByMode": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DisallowedByMode" - }, - "InvalidResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidResponse" - }, - "WildcardOriginNotAllowed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WildcardOriginNotAllowed" - }, - "MissingAllowOriginHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MissingAllowOriginHeader" - }, - "MultipleAllowOriginValues": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MultipleAllowOriginValues" - }, - "InvalidAllowOriginValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidAllowOriginValue" - }, - "AllowOriginMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AllowOriginMismatch" - }, - "InvalidAllowCredentials": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidAllowCredentials" - }, - "CorsDisabledScheme": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CorsDisabledScheme" - }, - "PreflightInvalidStatus": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightInvalidStatus" - }, - "PreflightDisallowedRedirect": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightDisallowedRedirect" - }, - "PreflightWildcardOriginNotAllowed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightWildcardOriginNotAllowed" - }, - "PreflightMissingAllowOriginHeader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightMissingAllowOriginHeader" - }, - "PreflightMultipleAllowOriginValues": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightMultipleAllowOriginValues" - }, - "PreflightInvalidAllowOriginValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightInvalidAllowOriginValue" - }, - "PreflightAllowOriginMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightAllowOriginMismatch" - }, - "PreflightInvalidAllowCredentials": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightInvalidAllowCredentials" - }, - "PreflightMissingAllowExternal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightMissingAllowExternal" - }, - "PreflightInvalidAllowExternal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightInvalidAllowExternal" - }, - "PreflightMissingAllowPrivateNetwork": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightMissingAllowPrivateNetwork" - }, - "PreflightInvalidAllowPrivateNetwork": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightInvalidAllowPrivateNetwork" - }, - "InvalidAllowMethodsPreflightResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidAllowMethodsPreflightResponse" - }, - "InvalidAllowHeadersPreflightResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidAllowHeadersPreflightResponse" - }, - "MethodDisallowedByPreflightResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MethodDisallowedByPreflightResponse" - }, - "HeaderDisallowedByPreflightResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HeaderDisallowedByPreflightResponse" - }, - "RedirectContainsCredentials": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RedirectContainsCredentials" - }, - "InsecurePrivateNetwork": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InsecurePrivateNetwork" - }, - "InvalidPrivateNetworkAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidPrivateNetworkAccess" - }, - "UnexpectedPrivateNetworkAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnexpectedPrivateNetworkAccess" - }, - "NoCorsRedirectModeNotFollow": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoCorsRedirectModeNotFollow" - }, - "PreflightMissingPrivateNetworkAccessId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightMissingPrivateNetworkAccessId" - }, - "PreflightMissingPrivateNetworkAccessName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightMissingPrivateNetworkAccessName" - }, - "PrivateNetworkAccessPermissionUnavailable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrivateNetworkAccessPermissionUnavailable" - }, - "PrivateNetworkAccessPermissionDenied": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrivateNetworkAccessPermissionDenied" - }, - "LocalNetworkAccessPermissionDenied": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "LocalNetworkAccessPermissionDenied" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2582", - "className": "Object" - } - ] - } - }, - "ServiceWorkerResponseSource": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2548", - "nested": { - "CacheStorage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cache-storage" - }, - "HttpCache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "http-cache" - }, - "FallbackCode": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "fallback-code" - }, - "Network": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2583", - "className": "Object" - } - ] - } - }, - "TrustTokenParamsRefreshPolicy": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2549", - "nested": { - "UseCached": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UseCached" - }, - "Refresh": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Refresh" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2584", - "className": "Object" - } - ] - } - }, - "TrustTokenOperationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2550", - "nested": { - "Issuance": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Issuance" - }, - "Redemption": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Redemption" - }, - "Signing": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Signing" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2585", - "className": "Object" - } - ] - } - }, - "AlternateProtocolUsage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2551", - "nested": { - "AlternativeJobWonWithoutRace": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "alternativeJobWonWithoutRace" - }, - "AlternativeJobWonRace": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "alternativeJobWonRace" - }, - "MainJobWonRace": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mainJobWonRace" - }, - "MappingMissing": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mappingMissing" - }, - "Broken": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "broken" - }, - "DnsAlpnH3JobWonWithoutRace": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dnsAlpnH3JobWonWithoutRace" - }, - "DnsAlpnH3JobWonRace": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dnsAlpnH3JobWonRace" - }, - "UnspecifiedReason": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unspecifiedReason" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2586", - "className": "Object" - } - ] - } - }, - "ServiceWorkerRouterSource": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2552", - "nested": { - "Network": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network" - }, - "Cache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cache" - }, - "FetchEvent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "fetch-event" - }, - "RaceNetworkAndFetchHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "race-network-and-fetch-handler" - }, - "RaceNetworkAndCache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "race-network-and-cache" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2587", - "className": "Object" - } - ] - } - }, - "InitiatorType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2553", - "nested": { - "Parser": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "parser" - }, - "Script": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "script" - }, - "Preload": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "preload" - }, - "SignedExchange": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SignedExchange" - }, - "Preflight": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "preflight" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2588", - "className": "Object" - } - ] - } - }, - "SetCookieBlockedReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2554", - "nested": { - "SecureOnly": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SecureOnly" - }, - "SameSiteStrict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteStrict" - }, - "SameSiteLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteLax" - }, - "SameSiteUnspecifiedTreatedAsLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteUnspecifiedTreatedAsLax" - }, - "SameSiteNoneInsecure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteNoneInsecure" - }, - "UserPreferences": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UserPreferences" - }, - "ThirdPartyPhaseout": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ThirdPartyPhaseout" - }, - "ThirdPartyBlockedInFirstPartySet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ThirdPartyBlockedInFirstPartySet" - }, - "SyntaxError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SyntaxError" - }, - "SchemeNotSupported": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemeNotSupported" - }, - "OverwriteSecure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OverwriteSecure" - }, - "InvalidDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidDomain" - }, - "InvalidPrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidPrefix" - }, - "UnknownError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnknownError" - }, - "SchemefulSameSiteStrict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemefulSameSiteStrict" - }, - "SchemefulSameSiteLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemefulSameSiteLax" - }, - "SchemefulSameSiteUnspecifiedTreatedAsLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemefulSameSiteUnspecifiedTreatedAsLax" - }, - "SamePartyFromCrossPartyContext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SamePartyFromCrossPartyContext" - }, - "SamePartyConflictsWithOtherAttributes": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SamePartyConflictsWithOtherAttributes" - }, - "NameValuePairExceedsMaxSize": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NameValuePairExceedsMaxSize" - }, - "DisallowedCharacter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DisallowedCharacter" - }, - "NoCookieContent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoCookieContent" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2589", - "className": "Object" - } - ] - } - }, - "CookieBlockedReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2555", - "nested": { - "SecureOnly": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SecureOnly" - }, - "NotOnPath": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotOnPath" - }, - "DomainMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DomainMismatch" - }, - "SameSiteStrict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteStrict" - }, - "SameSiteLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteLax" - }, - "SameSiteUnspecifiedTreatedAsLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteUnspecifiedTreatedAsLax" - }, - "SameSiteNoneInsecure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteNoneInsecure" - }, - "UserPreferences": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UserPreferences" - }, - "ThirdPartyPhaseout": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ThirdPartyPhaseout" - }, - "ThirdPartyBlockedInFirstPartySet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ThirdPartyBlockedInFirstPartySet" - }, - "UnknownError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnknownError" - }, - "SchemefulSameSiteStrict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemefulSameSiteStrict" - }, - "SchemefulSameSiteLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemefulSameSiteLax" - }, - "SchemefulSameSiteUnspecifiedTreatedAsLax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemefulSameSiteUnspecifiedTreatedAsLax" - }, - "SamePartyFromCrossPartyContext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SamePartyFromCrossPartyContext" - }, - "NameValuePairExceedsMaxSize": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NameValuePairExceedsMaxSize" - }, - "PortMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PortMismatch" - }, - "SchemeMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemeMismatch" - }, - "AnonymousContext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AnonymousContext" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2590", - "className": "Object" - } - ] - } - }, - "CookieExemptionReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2556", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "None" - }, - "UserSetting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UserSetting" - }, - "TPCDMetadata": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TPCDMetadata" - }, - "TPCDDeprecationTrial": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TPCDDeprecationTrial" - }, - "TopLevelTPCDDeprecationTrial": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TopLevelTPCDDeprecationTrial" - }, - "TPCDHeuristics": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TPCDHeuristics" - }, - "EnterprisePolicy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EnterprisePolicy" - }, - "StorageAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "StorageAccess" - }, - "TopLevelStorageAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TopLevelStorageAccess" - }, - "Scheme": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Scheme" - }, - "SameSiteNoneCookiesInSandbox": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteNoneCookiesInSandbox" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2591", - "className": "Object" - } - ] - } - }, - "AuthChallengeSource": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2557", - "nested": { - "Server": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Server" - }, - "Proxy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Proxy" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2592", - "className": "Object" - } - ] - } - }, - "AuthChallengeResponseResponse": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2558", - "nested": { - "Default": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Default" - }, - "CancelAuth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CancelAuth" - }, - "ProvideCredentials": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ProvideCredentials" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2593", - "className": "Object" - } - ] - } - }, - "InterceptionStage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2559", - "nested": { - "Request": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Request" - }, - "HeadersReceived": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HeadersReceived" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2594", - "className": "Object" - } - ] - } - }, - "SignedExchangeErrorField": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2560", - "nested": { - "SignatureSig": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "signatureSig" - }, - "SignatureIntegrity": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "signatureIntegrity" - }, - "SignatureCertUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "signatureCertUrl" - }, - "SignatureCertSha256": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "signatureCertSha256" - }, - "SignatureValidityUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "signatureValidityUrl" - }, - "SignatureTimestamps": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "signatureTimestamps" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2595", - "className": "Object" - } - ] - } - }, - "ContentEncoding": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2561", - "nested": { - "Deflate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deflate" - }, - "Gzip": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gzip" - }, - "Br": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "br" - }, - "Zstd": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "zstd" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2596", - "className": "Object" - } - ] - } - }, - "DirectSocketDnsQueryType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2562", - "nested": { - "Ipv4": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ipv4" - }, - "Ipv6": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ipv6" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2597", - "className": "Object" - } - ] - } - }, - "PrivateNetworkRequestPolicy": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2563", - "nested": { - "Allow": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Allow" - }, - "BlockFromInsecureToMorePrivate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BlockFromInsecureToMorePrivate" - }, - "WarnFromInsecureToMorePrivate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WarnFromInsecureToMorePrivate" - }, - "PreflightBlock": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightBlock" - }, - "PreflightWarn": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreflightWarn" - }, - "PermissionBlock": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PermissionBlock" - }, - "PermissionWarn": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PermissionWarn" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2598", - "className": "Object" - } - ] - } - }, - "IPAddressSpace": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2564", - "nested": { - "Loopback": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Loopback" - }, - "Local": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Local" - }, - "Public": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Public" - }, - "Unknown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Unknown" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2599", - "className": "Object" - } - ] - } - }, - "CrossOriginOpenerPolicyValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2565", - "nested": { - "SameOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameOrigin" - }, - "SameOriginAllowPopups": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameOriginAllowPopups" - }, - "RestrictProperties": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RestrictProperties" - }, - "UnsafeNone": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnsafeNone" - }, - "SameOriginPlusCoep": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameOriginPlusCoep" - }, - "RestrictPropertiesPlusCoep": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RestrictPropertiesPlusCoep" - }, - "NoopenerAllowPopups": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoopenerAllowPopups" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2600", - "className": "Object" - } - ] - } - }, - "CrossOriginEmbedderPolicyValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2566", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "None" - }, - "Credentialless": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Credentialless" - }, - "RequireCorp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequireCorp" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2601", - "className": "Object" - } - ] - } - }, - "ContentSecurityPolicySource": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2567", - "nested": { - "HTTP": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HTTP" - }, - "Meta": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Meta" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2602", - "className": "Object" - } - ] - } - }, - "ReportStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2568", - "nested": { - "Queued": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Queued" - }, - "Pending": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Pending" - }, - "MarkedForRemoval": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MarkedForRemoval" - }, - "Success": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Success" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2603", - "className": "Object" - } - ] - } - }, - "TrustTokenOperationDoneEventStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2569", - "nested": { - "Ok": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Ok" - }, - "InvalidArgument": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidArgument" - }, - "MissingIssuerKeys": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MissingIssuerKeys" - }, - "FailedPrecondition": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FailedPrecondition" - }, - "ResourceExhausted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ResourceExhausted" - }, - "AlreadyExists": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AlreadyExists" - }, - "ResourceLimited": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ResourceLimited" - }, - "Unauthorized": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Unauthorized" - }, - "BadResponse": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BadResponse" - }, - "InternalError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InternalError" - }, - "UnknownError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnknownError" - }, - "FulfilledLocally": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FulfilledLocally" - }, - "SiteIssuerLimit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SiteIssuerLimit" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2604", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2570", - "className": "Object" - } - ] - } - }, - "Overlay": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2308", - "nested": { - "LineStylePattern": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2605", - "nested": { - "Dashed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dashed" - }, - "Dotted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dotted" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2610", - "className": "Object" - } - ] - } - }, - "ContrastAlgorithm": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2606", - "nested": { - "Aa": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "aa" - }, - "Aaa": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "aaa" - }, - "Apca": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "apca" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2611", - "className": "Object" - } - ] - } - }, - "ColorFormat": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2607", - "nested": { - "Rgb": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "rgb" - }, - "Hsl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "hsl" - }, - "Hwb": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "hwb" - }, - "Hex": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "hex" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2612", - "className": "Object" - } - ] - } - }, - "InspectMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2608", - "nested": { - "SearchForNode": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "searchForNode" - }, - "SearchForUAShadowDOM": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "searchForUAShadowDOM" - }, - "CaptureAreaScreenshot": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "captureAreaScreenshot" - }, - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2613", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2609", - "className": "Object" - } - ] - } - }, - "PWA": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2309", - "nested": { - "DisplayMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2614", - "nested": { - "Standalone": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "standalone" - }, - "Browser": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "browser" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2616", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2615", - "className": "Object" - } - ] - } - }, - "Page": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2310", - "nested": { - "AdFrameType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2617", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "Child": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "child" - }, - "Root": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "root" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2650", - "className": "Object" - } - ] - } - }, - "AdFrameExplanation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2618", - "nested": { - "ParentIsAd": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ParentIsAd" - }, - "CreatedByAdScript": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CreatedByAdScript" - }, - "MatchedBlockingRule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MatchedBlockingRule" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2651", - "className": "Object" - } - ] - } - }, - "SecureContextType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2619", - "nested": { - "Secure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Secure" - }, - "SecureLocalhost": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SecureLocalhost" - }, - "InsecureScheme": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InsecureScheme" - }, - "InsecureAncestor": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InsecureAncestor" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2652", - "className": "Object" - } - ] - } - }, - "CrossOriginIsolatedContextType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2620", - "nested": { - "Isolated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Isolated" - }, - "NotIsolated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotIsolated" - }, - "NotIsolatedFeatureDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotIsolatedFeatureDisabled" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2653", - "className": "Object" - } - ] - } - }, - "GatedAPIFeatures": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2621", - "nested": { - "SharedArrayBuffers": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SharedArrayBuffers" - }, - "SharedArrayBuffersTransferAllowed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SharedArrayBuffersTransferAllowed" - }, - "PerformanceMeasureMemory": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PerformanceMeasureMemory" - }, - "PerformanceProfile": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PerformanceProfile" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2654", - "className": "Object" - } - ] - } - }, - "PermissionsPolicyFeature": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2622", - "nested": { - "Accelerometer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "accelerometer" - }, - "AllScreensCapture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "all-screens-capture" - }, - "AmbientLightSensor": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ambient-light-sensor" - }, - "AriaNotify": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "aria-notify" - }, - "AttributionReporting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "attribution-reporting" - }, - "Autoplay": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autoplay" - }, - "Bluetooth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bluetooth" - }, - "BrowsingTopics": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "browsing-topics" - }, - "Camera": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "camera" - }, - "CapturedSurfaceControl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "captured-surface-control" - }, - "ChDpr": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-dpr" - }, - "ChDeviceMemory": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-device-memory" - }, - "ChDownlink": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-downlink" - }, - "ChEct": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ect" - }, - "ChPrefersColorScheme": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-prefers-color-scheme" - }, - "ChPrefersReducedMotion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-prefers-reduced-motion" - }, - "ChPrefersReducedTransparency": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-prefers-reduced-transparency" - }, - "ChRtt": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-rtt" - }, - "ChSaveData": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-save-data" - }, - "ChUa": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua" - }, - "ChUaArch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-arch" - }, - "ChUaBitness": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-bitness" - }, - "ChUaHighEntropyValues": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-high-entropy-values" - }, - "ChUaPlatform": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-platform" - }, - "ChUaModel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-model" - }, - "ChUaMobile": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-mobile" - }, - "ChUaFormFactors": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-form-factors" - }, - "ChUaFullVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-full-version" - }, - "ChUaFullVersionList": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-full-version-list" - }, - "ChUaPlatformVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-platform-version" - }, - "ChUaWow64": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-ua-wow64" - }, - "ChViewportHeight": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-viewport-height" - }, - "ChViewportWidth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-viewport-width" - }, - "ChWidth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ch-width" - }, - "ClipboardRead": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "clipboard-read" - }, - "ClipboardWrite": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "clipboard-write" - }, - "ComputePressure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "compute-pressure" - }, - "ControlledFrame": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "controlled-frame" - }, - "CrossOriginIsolated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cross-origin-isolated" - }, - "DeferredFetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deferred-fetch" - }, - "DeferredFetchMinimal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deferred-fetch-minimal" - }, - "DeviceAttributes": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "device-attributes" - }, - "DigitalCredentialsCreate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "digital-credentials-create" - }, - "DigitalCredentialsGet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "digital-credentials-get" - }, - "DirectSockets": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "direct-sockets" - }, - "DirectSocketsMulticast": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "direct-sockets-multicast" - }, - "DirectSocketsPrivate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "direct-sockets-private" - }, - "DisplayCapture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "display-capture" - }, - "DocumentDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document-domain" - }, - "EncryptedMedia": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "encrypted-media" - }, - "ExecutionWhileOutOfViewport": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "execution-while-out-of-viewport" - }, - "ExecutionWhileNotRendered": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "execution-while-not-rendered" - }, - "FencedUnpartitionedStorageRead": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "fenced-unpartitioned-storage-read" - }, - "FocusWithoutUserActivation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "focus-without-user-activation" - }, - "Fullscreen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "fullscreen" - }, - "Frobulate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "frobulate" - }, - "Gamepad": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gamepad" - }, - "Geolocation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "geolocation" - }, - "Gyroscope": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gyroscope" - }, - "Hid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "hid" - }, - "IdentityCredentialsGet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "identity-credentials-get" - }, - "IdleDetection": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "idle-detection" - }, - "InterestCohort": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "interest-cohort" - }, - "JoinAdInterestGroup": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "join-ad-interest-group" - }, - "KeyboardMap": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "keyboard-map" - }, - "LanguageDetector": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "language-detector" - }, - "LanguageModel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "language-model" - }, - "LocalFonts": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "local-fonts" - }, - "LocalNetworkAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "local-network-access" - }, - "Magnetometer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "magnetometer" - }, - "MediaPlaybackWhileNotVisible": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "media-playback-while-not-visible" - }, - "Microphone": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "microphone" - }, - "Midi": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "midi" - }, - "OnDeviceSpeechRecognition": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "on-device-speech-recognition" - }, - "OtpCredentials": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "otp-credentials" - }, - "Payment": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "payment" - }, - "PictureInPicture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "picture-in-picture" - }, - "Popins": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "popins" - }, - "PrivateAggregation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "private-aggregation" - }, - "PrivateStateTokenIssuance": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "private-state-token-issuance" - }, - "PrivateStateTokenRedemption": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "private-state-token-redemption" - }, - "PublickeyCredentialsCreate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "publickey-credentials-create" - }, - "PublickeyCredentialsGet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "publickey-credentials-get" - }, - "RecordAdAuctionEvents": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "record-ad-auction-events" - }, - "Rewriter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "rewriter" - }, - "RunAdAuction": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "run-ad-auction" - }, - "ScreenWakeLock": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "screen-wake-lock" - }, - "Serial": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "serial" - }, - "SharedAutofill": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "shared-autofill" - }, - "SharedStorage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "shared-storage" - }, - "SharedStorageSelectUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "shared-storage-select-url" - }, - "SmartCard": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "smart-card" - }, - "SpeakerSelection": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "speaker-selection" - }, - "StorageAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "storage-access" - }, - "SubApps": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sub-apps" - }, - "Summarizer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "summarizer" - }, - "SyncXhr": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sync-xhr" - }, - "Translator": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "translator" - }, - "Unload": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unload" - }, - "Usb": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "usb" - }, - "UsbUnrestricted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "usb-unrestricted" - }, - "VerticalScroll": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "vertical-scroll" - }, - "WebAppInstallation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "web-app-installation" - }, - "WebPrinting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "web-printing" - }, - "WebShare": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "web-share" - }, - "WindowManagement": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "window-management" - }, - "Writer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "writer" - }, - "XrSpatialTracking": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "xr-spatial-tracking" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2655", - "className": "Object" - } - ] - } - }, - "PermissionsPolicyBlockReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2623", - "nested": { - "Header": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Header" - }, - "IframeAttribute": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IframeAttribute" - }, - "InFencedFrameTree": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InFencedFrameTree" - }, - "InIsolatedApp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InIsolatedApp" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2656", - "className": "Object" - } - ] - } - }, - "OriginTrialTokenStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2624", - "nested": { - "Success": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Success" - }, - "NotSupported": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotSupported" - }, - "Insecure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Insecure" - }, - "Expired": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Expired" - }, - "WrongOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WrongOrigin" - }, - "InvalidSignature": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidSignature" - }, - "Malformed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Malformed" - }, - "WrongVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WrongVersion" - }, - "FeatureDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FeatureDisabled" - }, - "TokenDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TokenDisabled" - }, - "FeatureDisabledForUser": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FeatureDisabledForUser" - }, - "UnknownTrial": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnknownTrial" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2657", - "className": "Object" - } - ] - } - }, - "OriginTrialStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2625", - "nested": { - "Enabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Enabled" - }, - "ValidTokenNotProvided": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ValidTokenNotProvided" - }, - "OSNotSupported": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OSNotSupported" - }, - "TrialNotAllowed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TrialNotAllowed" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2658", - "className": "Object" - } - ] - } - }, - "OriginTrialUsageRestriction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2626", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "None" - }, - "Subset": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Subset" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2659", - "className": "Object" - } - ] - } - }, - "TransitionType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2627", - "nested": { - "Link": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "link" - }, - "Typed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "typed" - }, - "Address_bar": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "address_bar" - }, - "Auto_bookmark": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "auto_bookmark" - }, - "Auto_subframe": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "auto_subframe" - }, - "Manual_subframe": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "manual_subframe" - }, - "Generated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "generated" - }, - "Auto_toplevel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "auto_toplevel" - }, - "Form_submit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "form_submit" - }, - "Reload": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reload" - }, - "Keyword": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "keyword" - }, - "Keyword_generated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "keyword_generated" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2660", - "className": "Object" - } - ] - } - }, - "DialogType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2628", - "nested": { - "Alert": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "alert" - }, - "Confirm": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "confirm" - }, - "Prompt": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "prompt" - }, - "Beforeunload": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "beforeunload" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2661", - "className": "Object" - } - ] - } - }, - "ClientNavigationReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2629", - "nested": { - "AnchorClick": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "anchorClick" - }, - "FormSubmissionGet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "formSubmissionGet" - }, - "FormSubmissionPost": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "formSubmissionPost" - }, - "HttpHeaderRefresh": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "httpHeaderRefresh" - }, - "InitialFrameNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "initialFrameNavigation" - }, - "MetaTagRefresh": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "metaTagRefresh" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "PageBlockInterstitial": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pageBlockInterstitial" - }, - "Reload": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reload" - }, - "ScriptInitiated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "scriptInitiated" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2662", - "className": "Object" - } - ] - } - }, - "ClientNavigationDisposition": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2630", - "nested": { - "CurrentTab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "currentTab" - }, - "NewTab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "newTab" - }, - "NewWindow": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "newWindow" - }, - "Download": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "download" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2663", - "className": "Object" - } - ] - } - }, - "ReferrerPolicy": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2631", - "nested": { - "NoReferrer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noReferrer" - }, - "NoReferrerWhenDowngrade": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noReferrerWhenDowngrade" - }, - "Origin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "origin" - }, - "OriginWhenCrossOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "originWhenCrossOrigin" - }, - "SameOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sameOrigin" - }, - "StrictOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "strictOrigin" - }, - "StrictOriginWhenCrossOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "strictOriginWhenCrossOrigin" - }, - "UnsafeUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unsafeUrl" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2664", - "className": "Object" - } - ] - } - }, - "NavigationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2632", - "nested": { - "Navigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Navigation" - }, - "BackForwardCacheRestore": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BackForwardCacheRestore" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2665", - "className": "Object" - } - ] - } - }, - "BackForwardCacheNotRestoredReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2633", - "nested": { - "NotPrimaryMainFrame": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotPrimaryMainFrame" - }, - "BackForwardCacheDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BackForwardCacheDisabled" - }, - "RelatedActiveContentsExist": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RelatedActiveContentsExist" - }, - "HTTPStatusNotOK": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HTTPStatusNotOK" - }, - "SchemeNotHTTPOrHTTPS": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchemeNotHTTPOrHTTPS" - }, - "Loading": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Loading" - }, - "WasGrantedMediaAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WasGrantedMediaAccess" - }, - "DisableForRenderFrameHostCalled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DisableForRenderFrameHostCalled" - }, - "DomainNotAllowed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DomainNotAllowed" - }, - "HTTPMethodNotGET": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HTTPMethodNotGET" - }, - "SubframeIsNavigating": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SubframeIsNavigating" - }, - "Timeout": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Timeout" - }, - "CacheLimit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CacheLimit" - }, - "JavaScriptExecution": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "JavaScriptExecution" - }, - "RendererProcessKilled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RendererProcessKilled" - }, - "RendererProcessCrashed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RendererProcessCrashed" - }, - "SchedulerTrackedFeatureUsed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SchedulerTrackedFeatureUsed" - }, - "ConflictingBrowsingInstance": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ConflictingBrowsingInstance" - }, - "CacheFlushed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CacheFlushed" - }, - "ServiceWorkerVersionActivation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ServiceWorkerVersionActivation" - }, - "SessionRestored": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SessionRestored" - }, - "ServiceWorkerPostMessage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ServiceWorkerPostMessage" - }, - "EnteredBackForwardCacheBeforeServiceWorkerHostAdded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EnteredBackForwardCacheBeforeServiceWorkerHostAdded" - }, - "RenderFrameHostReused_SameSite": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RenderFrameHostReused_SameSite" - }, - "RenderFrameHostReused_CrossSite": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RenderFrameHostReused_CrossSite" - }, - "ServiceWorkerClaim": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ServiceWorkerClaim" - }, - "IgnoreEventAndEvict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IgnoreEventAndEvict" - }, - "HaveInnerContents": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HaveInnerContents" - }, - "TimeoutPuttingInCache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TimeoutPuttingInCache" - }, - "BackForwardCacheDisabledByLowMemory": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BackForwardCacheDisabledByLowMemory" - }, - "BackForwardCacheDisabledByCommandLine": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BackForwardCacheDisabledByCommandLine" - }, - "NetworkRequestDatAPIpeDrainedAsBytesConsumer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NetworkRequestDatapipeDrainedAsBytesConsumer" - }, - "NetworkRequestRedirected": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NetworkRequestRedirected" - }, - "NetworkRequestTimeout": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NetworkRequestTimeout" - }, - "NetworkExceedsBufferLimit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NetworkExceedsBufferLimit" - }, - "NavigationCancelledWhileRestoring": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NavigationCancelledWhileRestoring" - }, - "NotMostRecentNavigationEntry": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotMostRecentNavigationEntry" - }, - "BackForwardCacheDisabledForPrerender": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BackForwardCacheDisabledForPrerender" - }, - "UserAgentOverrideDiffers": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UserAgentOverrideDiffers" - }, - "ForegroundCacheLimit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ForegroundCacheLimit" - }, - "BrowsingInstanceNotSwapped": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BrowsingInstanceNotSwapped" - }, - "BackForwardCacheDisabledForDelegate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BackForwardCacheDisabledForDelegate" - }, - "UnloadHandlerExistsInMainFrame": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnloadHandlerExistsInMainFrame" - }, - "UnloadHandlerExistsInSubFrame": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnloadHandlerExistsInSubFrame" - }, - "ServiceWorkerUnregistration": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ServiceWorkerUnregistration" - }, - "CacheControlNoStore": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CacheControlNoStore" - }, - "CacheControlNoStoreCookieModified": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CacheControlNoStoreCookieModified" - }, - "CacheControlNoStoreHTTPOnlyCookieModified": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CacheControlNoStoreHTTPOnlyCookieModified" - }, - "NoResponseHead": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoResponseHead" - }, - "Unknown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Unknown" - }, - "ActivationNavigationsDisallowedForBug1234857": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivationNavigationsDisallowedForBug1234857" - }, - "ErrorDocument": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ErrorDocument" - }, - "FencedFramesEmbedder": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FencedFramesEmbedder" - }, - "CookieDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CookieDisabled" - }, - "HTTPAuthRequired": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HTTPAuthRequired" - }, - "CookieFlushed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CookieFlushed" - }, - "BroadcastChannelOnMessage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BroadcastChannelOnMessage" - }, - "WebViewSettingsChanged": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebViewSettingsChanged" - }, - "WebViewJavaScriptObjectChanged": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebViewJavaScriptObjectChanged" - }, - "WebViewMessageListenerInjected": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebViewMessageListenerInjected" - }, - "WebViewSafeBrowsingAllowlistChanged": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebViewSafeBrowsingAllowlistChanged" - }, - "WebViewDocumentStartJavascriptChanged": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebViewDocumentStartJavascriptChanged" - }, - "WebSocket": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebSocket" - }, - "WebTransport": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebTransport" - }, - "WebRTC": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebRTC" - }, - "MainResourceHasCacheControlNoStore": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MainResourceHasCacheControlNoStore" - }, - "MainResourceHasCacheControlNoCache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MainResourceHasCacheControlNoCache" - }, - "SubresourceHasCacheControlNoStore": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SubresourceHasCacheControlNoStore" - }, - "SubresourceHasCacheControlNoCache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SubresourceHasCacheControlNoCache" - }, - "ContainsPlugins": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContainsPlugins" - }, - "DocumentLoaded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DocumentLoaded" - }, - "OutstandingNetworkRequestOthers": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OutstandingNetworkRequestOthers" - }, - "RequestedMIDIPermission": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequestedMIDIPermission" - }, - "RequestedAudioCapturePermission": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequestedAudioCapturePermission" - }, - "RequestedVideoCapturePermission": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequestedVideoCapturePermission" - }, - "RequestedBackForwardCacheBlockedSensors": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequestedBackForwardCacheBlockedSensors" - }, - "RequestedBackgroundWorkPermission": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequestedBackgroundWorkPermission" - }, - "BroadcastChannel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BroadcastChannel" - }, - "WebXR": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebXR" - }, - "SharedWorker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SharedWorker" - }, - "SharedWorkerMessage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SharedWorkerMessage" - }, - "SharedWorkerWithNoActiveClient": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SharedWorkerWithNoActiveClient" - }, - "WebLocks": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebLocks" - }, - "WebHID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebHID" - }, - "WebBluetooth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebBluetooth" - }, - "WebShare": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebShare" - }, - "RequestedStorageAccessGrant": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequestedStorageAccessGrant" - }, - "WebNfc": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebNfc" - }, - "OutstandingNetworkRequestFetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OutstandingNetworkRequestFetch" - }, - "OutstandingNetworkRequestXHR": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OutstandingNetworkRequestXHR" - }, - "AppBanner": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AppBanner" - }, - "Printing": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Printing" - }, - "WebDatabase": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebDatabase" - }, - "PictureInPicture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PictureInPicture" - }, - "SpeechRecognizer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SpeechRecognizer" - }, - "IdleManager": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IdleManager" - }, - "PaymentManager": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PaymentManager" - }, - "SpeechSynthesis": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SpeechSynthesis" - }, - "KeyboardLock": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "KeyboardLock" - }, - "WebOTPService": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebOTPService" - }, - "OutstandingNetworkRequestDirectSocket": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OutstandingNetworkRequestDirectSocket" - }, - "InjectedJavascript": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InjectedJavascript" - }, - "InjectedStyleSheet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InjectedStyleSheet" - }, - "KeepaliveRequest": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "KeepaliveRequest" - }, - "IndexedDBEvent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IndexedDBEvent" - }, - "Dummy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Dummy" - }, - "JsNetworkRequestReceivedCacheControlNoStoreResource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "JsNetworkRequestReceivedCacheControlNoStoreResource" - }, - "WebRTCUsedWithCCNS": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebRTCUsedWithCCNS" - }, - "WebTransportUsedWithCCNS": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebTransportUsedWithCCNS" - }, - "WebSocketUsedWithCCNS": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebSocketUsedWithCCNS" - }, - "SmartCard": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SmartCard" - }, - "LiveMediaStreamTrack": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "LiveMediaStreamTrack" - }, - "UnloadHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UnloadHandler" - }, - "ParserAborted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ParserAborted" - }, - "ContentSecurityHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentSecurityHandler" - }, - "ContentWebAuthenticationAPI": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentWebAuthenticationAPI" - }, - "ContentFileChooser": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentFileChooser" - }, - "ContentSerial": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentSerial" - }, - "ContentFileSystemAccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentFileSystemAccess" - }, - "ContentMediaDevicesDispatcherHost": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentMediaDevicesDispatcherHost" - }, - "ContentWebBluetooth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentWebBluetooth" - }, - "ContentWebUSB": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentWebUSB" - }, - "ContentMediaSessionService": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentMediaSessionService" - }, - "ContentScreenReader": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentScreenReader" - }, - "ContentDiscarded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ContentDiscarded" - }, - "EmbedderPopupBlockerTabHelper": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderPopupBlockerTabHelper" - }, - "EmbedderSafeBrowsingTriggeredPopupBlocker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderSafeBrowsingTriggeredPopupBlocker" - }, - "EmbedderSafeBrowsingThreatDetails": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderSafeBrowsingThreatDetails" - }, - "EmbedderAppBannerManager": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderAppBannerManager" - }, - "EmbedderDomDistillerViewerSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderDomDistillerViewerSource" - }, - "EmbedderDomDistillerSelfDeletingRequestDelegate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderDomDistillerSelfDeletingRequestDelegate" - }, - "EmbedderOomInterventionTabHelper": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderOomInterventionTabHelper" - }, - "EmbedderOfflinePage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderOfflinePage" - }, - "EmbedderChromePasswordManagerClientBindCredentialManager": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderChromePasswordManagerClientBindCredentialManager" - }, - "EmbedderPermissionRequestManager": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderPermissionRequestManager" - }, - "EmbedderModalDialog": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderModalDialog" - }, - "EmbedderExtensions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderExtensions" - }, - "EmbedderExtensionMessaging": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderExtensionMessaging" - }, - "EmbedderExtensionMessagingForOpenPort": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderExtensionMessagingForOpenPort" - }, - "EmbedderExtensionSentMessageToCachedFrame": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderExtensionSentMessageToCachedFrame" - }, - "RequestedByWebViewClient": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RequestedByWebViewClient" - }, - "PostMessageByWebViewClient": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PostMessageByWebViewClient" - }, - "CacheControlNoStoreDeviceBoundSessionTerminated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CacheControlNoStoreDeviceBoundSessionTerminated" - }, - "CacheLimitPrunedOnModerateMemoryPressure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CacheLimitPrunedOnModerateMemoryPressure" - }, - "CacheLimitPrunedOnCriticalMemoryPressure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CacheLimitPrunedOnCriticalMemoryPressure" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2666", - "className": "Object" - } - ] - } - }, - "BackForwardCacheNotRestoredReasonType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2634", - "nested": { - "SupportPending": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SupportPending" - }, - "PageSupportNeeded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PageSupportNeeded" - }, - "Circumstantial": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Circumstantial" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2667", - "className": "Object" - } - ] - } - }, - "FileChooserOpenedEventMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2635", - "nested": { - "SelectSingle": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "selectSingle" - }, - "SelectMultiple": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "selectMultiple" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2668", - "className": "Object" - } - ] - } - }, - "FrameDetachedEventReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2636", - "nested": { - "Remove": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "remove" - }, - "Swap": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "swap" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2669", - "className": "Object" - } - ] - } - }, - "FrameStartedNavigatingEventNavigationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2637", - "nested": { - "Reload": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reload" - }, - "ReloadBypassingCache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reloadBypassingCache" - }, - "Restore": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "restore" - }, - "RestoreWithPost": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "restoreWithPost" - }, - "HistorySameDocument": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "historySameDocument" - }, - "HistoryDifferentDocument": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "historyDifferentDocument" - }, - "SameDocument": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sameDocument" - }, - "DifferentDocument": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "differentDocument" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2670", - "className": "Object" - } - ] - } - }, - "DownloadProgressEventState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2638", - "nested": { - "InProgress": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "inProgress" - }, - "Completed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "completed" - }, - "Canceled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "canceled" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2671", - "className": "Object" - } - ] - } - }, - "NavigatedWithinDocumentEventNavigationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2639", - "nested": { - "Fragment": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "fragment" - }, - "HistoryAPI": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "historyApi" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2672", - "className": "Object" - } - ] - } - }, - "CaptureScreenshotRequestFormat": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2640", - "nested": { - "Jpeg": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "jpeg" - }, - "Png": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "png" - }, - "Webp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webp" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2673", - "className": "Object" - } - ] - } - }, - "CaptureSnapshotRequestFormat": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2641", - "nested": { - "MHTML": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mhtml" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2674", - "className": "Object" - } - ] - } - }, - "PrintToPDFRequestTransferMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2642", - "nested": { - "ReturnAsBase64": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ReturnAsBase64" - }, - "ReturnAsStream": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ReturnAsStream" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2675", - "className": "Object" - } - ] - } - }, - "SetDownloadBehaviorRequestBehavior": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2643", - "nested": { - "Deny": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deny" - }, - "Allow": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "allow" - }, - "Default": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "default" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2676", - "className": "Object" - } - ] - } - }, - "SetTouchEmulationEnabledRequestConfiguration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2644", - "nested": { - "Mobile": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "mobile" - }, - "Desktop": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "desktop" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2677", - "className": "Object" - } - ] - } - }, - "StartScreencastRequestFormat": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2645", - "nested": { - "Jpeg": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "jpeg" - }, - "Png": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "png" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2678", - "className": "Object" - } - ] - } - }, - "SetWebLifecycleStateRequestState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2646", - "nested": { - "Frozen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "frozen" - }, - "Active": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "active" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2679", - "className": "Object" - } - ] - } - }, - "SetSPCTransactionModeRequestMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2647", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "AutoAccept": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autoAccept" - }, - "AutoChooseToAuthAnotherWay": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autoChooseToAuthAnotherWay" - }, - "AutoReject": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autoReject" - }, - "AutoOptOut": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autoOptOut" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2680", - "className": "Object" - } - ] - } - }, - "SetRPHRegistrationModeRequestMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2648", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "AutoAccept": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autoAccept" - }, - "AutoReject": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "autoReject" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2681", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2649", - "className": "Object" - } - ] - } - }, - "Performance": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2311", - "nested": { - "EnableRequestTimeDomain": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2682", - "nested": { - "TimeTicks": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "timeTicks" - }, - "ThreadTicks": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "threadTicks" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2685", - "className": "Object" - } - ] - } - }, - "SetTimeDomainRequestTimeDomain": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2683", - "nested": { - "TimeTicks": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "timeTicks" - }, - "ThreadTicks": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "threadTicks" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2686", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2684", - "className": "Object" - } - ] - } - }, - "Preload": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2312", - "nested": { - "RuleSetErrorType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2687", - "nested": { - "SourceIsNotJsonObject": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SourceIsNotJsonObject" - }, - "InvalidRulesSkipped": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidRulesSkipped" - }, - "InvalidRulesetLevelTag": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidRulesetLevelTag" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2694", - "className": "Object" - } - ] - } - }, - "SpeculationAction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2688", - "nested": { - "Prefetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Prefetch" - }, - "Prerender": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Prerender" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2695", - "className": "Object" - } - ] - } - }, - "SpeculationTargetHint": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2689", - "nested": { - "Blank": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Blank" - }, - "Self": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Self" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2696", - "className": "Object" - } - ] - } - }, - "PrerenderFinalStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2690", - "nested": { - "Activated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Activated" - }, - "Destroyed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Destroyed" - }, - "LowEndDevice": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "LowEndDevice" - }, - "InvalidSchemeRedirect": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidSchemeRedirect" - }, - "InvalidSchemeNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InvalidSchemeNavigation" - }, - "NavigationRequestBlockedByCsp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NavigationRequestBlockedByCsp" - }, - "MojoBinderPolicy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MojoBinderPolicy" - }, - "RendererProcessCrashed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RendererProcessCrashed" - }, - "RendererProcessKilled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RendererProcessKilled" - }, - "Download": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Download" - }, - "TriggerDestroyed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TriggerDestroyed" - }, - "NavigationNotCommitted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NavigationNotCommitted" - }, - "NavigationBadHttpStatus": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NavigationBadHttpStatus" - }, - "ClientCertRequested": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ClientCertRequested" - }, - "NavigationRequestNetworkError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NavigationRequestNetworkError" - }, - "CancelAllHostsForTesting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CancelAllHostsForTesting" - }, - "DidFailLoad": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DidFailLoad" - }, - "Stop": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Stop" - }, - "SslCertificateError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SslCertificateError" - }, - "LoginAuthRequested": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "LoginAuthRequested" - }, - "UaChangeRequiresReload": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UaChangeRequiresReload" - }, - "BlockedByClient": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BlockedByClient" - }, - "AudioOutputDeviceRequested": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AudioOutputDeviceRequested" - }, - "MixedContent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MixedContent" - }, - "TriggerBackgrounded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TriggerBackgrounded" - }, - "MemoryLimitExceeded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MemoryLimitExceeded" - }, - "DataSaverEnabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DataSaverEnabled" - }, - "TriggerUrlHasEffectiveUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TriggerUrlHasEffectiveUrl" - }, - "ActivatedBeforeStarted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivatedBeforeStarted" - }, - "InactivePageRestriction": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InactivePageRestriction" - }, - "StartFailed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "StartFailed" - }, - "TimeoutBackgrounded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TimeoutBackgrounded" - }, - "CrossSiteRedirectInInitialNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CrossSiteRedirectInInitialNavigation" - }, - "CrossSiteNavigationInInitialNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CrossSiteNavigationInInitialNavigation" - }, - "SameSiteCrossOriginRedirectNotOptInInInitialNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteCrossOriginRedirectNotOptInInInitialNavigation" - }, - "SameSiteCrossOriginNavigationNotOptInInInitialNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteCrossOriginNavigationNotOptInInInitialNavigation" - }, - "ActivationNavigationParameterMismatch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivationNavigationParameterMismatch" - }, - "ActivatedInBackground": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivatedInBackground" - }, - "EmbedderHostDisallowed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbedderHostDisallowed" - }, - "ActivationNavigationDestroyedBeforeSuccess": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivationNavigationDestroyedBeforeSuccess" - }, - "TabClosedByUserGesture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TabClosedByUserGesture" - }, - "TabClosedWithoutUserGesture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "TabClosedWithoutUserGesture" - }, - "PrimaryMainFrameRendererProcessCrashed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrimaryMainFrameRendererProcessCrashed" - }, - "PrimaryMainFrameRendererProcessKilled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrimaryMainFrameRendererProcessKilled" - }, - "ActivationFramePolicyNotCompatible": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivationFramePolicyNotCompatible" - }, - "PreloadingDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreloadingDisabled" - }, - "BatterySaverEnabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BatterySaverEnabled" - }, - "ActivatedDuringMainFrameNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivatedDuringMainFrameNavigation" - }, - "PreloadingUnsupportedByWebContents": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreloadingUnsupportedByWebContents" - }, - "CrossSiteRedirectInMainFrameNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CrossSiteRedirectInMainFrameNavigation" - }, - "CrossSiteNavigationInMainFrameNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CrossSiteNavigationInMainFrameNavigation" - }, - "SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation" - }, - "SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation" - }, - "MemoryPressureOnTrigger": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MemoryPressureOnTrigger" - }, - "MemoryPressureAfterTriggered": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MemoryPressureAfterTriggered" - }, - "PrerenderingDisabledByDevTools": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrerenderingDisabledByDevTools" - }, - "SpeculationRuleRemoved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SpeculationRuleRemoved" - }, - "ActivatedWithAuxiliaryBrowsingContexts": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivatedWithAuxiliaryBrowsingContexts" - }, - "MaxNumOfRunningEagerPrerendersExceeded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MaxNumOfRunningEagerPrerendersExceeded" - }, - "MaxNumOfRunningNonEagerPrerendersExceeded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MaxNumOfRunningNonEagerPrerendersExceeded" - }, - "MaxNumOfRunningEmbedderPrerendersExceeded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MaxNumOfRunningEmbedderPrerendersExceeded" - }, - "PrerenderingUrlHasEffectiveUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrerenderingUrlHasEffectiveUrl" - }, - "RedirectedPrerenderingUrlHasEffectiveUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RedirectedPrerenderingUrlHasEffectiveUrl" - }, - "ActivationUrlHasEffectiveUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ActivationUrlHasEffectiveUrl" - }, - "JavaScriptInterfaceAdded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "JavaScriptInterfaceAdded" - }, - "JavaScriptInterfaceRemoved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "JavaScriptInterfaceRemoved" - }, - "AllPrerenderingCanceled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "AllPrerenderingCanceled" - }, - "WindowClosed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WindowClosed" - }, - "SlowNetwork": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SlowNetwork" - }, - "OtherPrerenderedPageActivated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OtherPrerenderedPageActivated" - }, - "V8OptimizerDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "V8OptimizerDisabled" - }, - "PrerenderFailedDuringPrefetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrerenderFailedDuringPrefetch" - }, - "BrowsingDataRemoved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "BrowsingDataRemoved" - }, - "PrerenderHostReused": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrerenderHostReused" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2697", - "className": "Object" - } - ] - } - }, - "PreloadingStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2691", - "nested": { - "Pending": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Pending" - }, - "Running": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Running" - }, - "Ready": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Ready" - }, - "Success": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Success" - }, - "Failure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Failure" - }, - "NotSupported": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NotSupported" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2698", - "className": "Object" - } - ] - } - }, - "PrefetchStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2692", - "nested": { - "PrefetchAllowed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchAllowed" - }, - "PrefetchFailedIneligibleRedirect": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchFailedIneligibleRedirect" - }, - "PrefetchFailedInvalidRedirect": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchFailedInvalidRedirect" - }, - "PrefetchFailedMIMENotSupported": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchFailedMIMENotSupported" - }, - "PrefetchFailedNetError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchFailedNetError" - }, - "PrefetchFailedNon2XX": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchFailedNon2XX" - }, - "PrefetchEvictedAfterBrowsingDataRemoved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchEvictedAfterBrowsingDataRemoved" - }, - "PrefetchEvictedAfterCandidateRemoved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchEvictedAfterCandidateRemoved" - }, - "PrefetchEvictedForNewerPrefetch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchEvictedForNewerPrefetch" - }, - "PrefetchHeldback": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchHeldback" - }, - "PrefetchIneligibleRetryAfter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchIneligibleRetryAfter" - }, - "PrefetchIsPrivacyDecoy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchIsPrivacyDecoy" - }, - "PrefetchIsStale": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchIsStale" - }, - "PrefetchNotEligibleBrowserContextOffTheRecord": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleBrowserContextOffTheRecord" - }, - "PrefetchNotEligibleDataSaverEnabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleDataSaverEnabled" - }, - "PrefetchNotEligibleExistingProxy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleExistingProxy" - }, - "PrefetchNotEligibleHostIsNonUnique": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleHostIsNonUnique" - }, - "PrefetchNotEligibleNonDefaultStoragePartition": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleNonDefaultStoragePartition" - }, - "PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy" - }, - "PrefetchNotEligibleSchemeIsNotHttps": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleSchemeIsNotHttps" - }, - "PrefetchNotEligibleUserHasCookies": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleUserHasCookies" - }, - "PrefetchNotEligibleUserHasServiceWorker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleUserHasServiceWorker" - }, - "PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler" - }, - "PrefetchNotEligibleRedirectFromServiceWorker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleRedirectFromServiceWorker" - }, - "PrefetchNotEligibleRedirectToServiceWorker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleRedirectToServiceWorker" - }, - "PrefetchNotEligibleBatterySaverEnabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligibleBatterySaverEnabled" - }, - "PrefetchNotEligiblePreloadingDisabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotEligiblePreloadingDisabled" - }, - "PrefetchNotFinishedInTime": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotFinishedInTime" - }, - "PrefetchNotStarted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotStarted" - }, - "PrefetchNotUsedCookiesChanged": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotUsedCookiesChanged" - }, - "PrefetchProxyNotAvailable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchProxyNotAvailable" - }, - "PrefetchResponseUsed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchResponseUsed" - }, - "PrefetchSuccessfulButNotUsed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchSuccessfulButNotUsed" - }, - "PrefetchNotUsedProbeFailed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PrefetchNotUsedProbeFailed" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2699", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2693", - "className": "Object" - } - ] - } - }, - "Security": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2313", - "nested": { - "MixedContentType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2700", - "nested": { - "Blockable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "blockable" - }, - "OptionallyBlockable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "optionally-blockable" - }, - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2705", - "className": "Object" - } - ] - } - }, - "SecurityState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2701", - "nested": { - "Unknown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unknown" - }, - "Neutral": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "neutral" - }, - "Insecure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "insecure" - }, - "Secure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "secure" - }, - "Info": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "info" - }, - "InsecureBroken": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "insecure-broken" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2706", - "className": "Object" - } - ] - } - }, - "SafetyTipStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2702", - "nested": { - "BadReputation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "badReputation" - }, - "Lookalike": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "lookalike" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2707", - "className": "Object" - } - ] - } - }, - "CertificateErrorAction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2703", - "nested": { - "Continue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "continue" - }, - "Cancel": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cancel" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2708", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2704", - "className": "Object" - } - ] - } - }, - "ServiceWorker": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2314", - "nested": { - "ServiceWorkerVersionRunningStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2709", - "nested": { - "Stopped": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "stopped" - }, - "Starting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "starting" - }, - "Running": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "running" - }, - "Stopping": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "stopping" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2712", - "className": "Object" - } - ] - } - }, - "ServiceWorkerVersionStatus": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2710", - "nested": { - "New": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "new" - }, - "Installing": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "installing" - }, - "Installed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "installed" - }, - "Activating": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "activating" - }, - "Activated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "activated" - }, - "Redundant": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "redundant" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2713", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2711", - "className": "Object" - } - ] - } - }, - "Storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2315", - "nested": { - "StorageType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2714", - "nested": { - "Cookies": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cookies" - }, - "File_systems": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "file_systems" - }, - "Indexeddb": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "indexeddb" - }, - "Local_storage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "local_storage" - }, - "Shader_cache": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "shader_cache" - }, - "Websql": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "websql" - }, - "Service_workers": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "service_workers" - }, - "Cache_storage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cache_storage" - }, - "Interest_groups": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "interest_groups" - }, - "Shared_storage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "shared_storage" - }, - "Storage_buckets": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "storage_buckets" - }, - "All": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "all" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2729", - "className": "Object" - } - ] - } - }, - "InterestGroupAccessType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2715", - "nested": { - "Join": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "join" - }, - "Leave": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "leave" - }, - "Update": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "update" - }, - "Loaded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "loaded" - }, - "Bid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bid" - }, - "Win": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "win" - }, - "AdditionalBid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "additionalBid" - }, - "AdditionalBidWin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "additionalBidWin" - }, - "TopLevelBid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "topLevelBid" - }, - "TopLevelAdditionalBid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "topLevelAdditionalBid" - }, - "Clear": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "clear" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2730", - "className": "Object" - } - ] - } - }, - "InterestGroupAuctionEventType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2716", - "nested": { - "Started": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "started" - }, - "ConfigResolved": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "configResolved" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2731", - "className": "Object" - } - ] - } - }, - "InterestGroupAuctionFetchType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2717", - "nested": { - "BidderJs": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bidderJs" - }, - "BidderWasm": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bidderWasm" - }, - "SellerJs": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sellerJs" - }, - "BidderTrustedSignals": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bidderTrustedSignals" - }, - "SellerTrustedSignals": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sellerTrustedSignals" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2732", - "className": "Object" - } - ] - } - }, - "SharedStorageAccessScope": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2718", - "nested": { - "Window": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "window" - }, - "SharedStorageWorklet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sharedStorageWorklet" - }, - "ProtectedAudienceWorklet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "protectedAudienceWorklet" - }, - "Header": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "header" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2733", - "className": "Object" - } - ] - } - }, - "SharedStorageAccessMethod": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2719", - "nested": { - "AddModule": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "addModule" - }, - "CreateWorklet": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "createWorklet" - }, - "SelectURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "selectURL" - }, - "Run": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "run" - }, - "BatchUpdate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "batchUpdate" - }, - "Set": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "set" - }, - "Append": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "append" - }, - "Delete": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "delete" - }, - "Clear": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "clear" - }, - "Get": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "get" - }, - "Keys": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "keys" - }, - "Values": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "values" - }, - "Entries": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "entries" - }, - "Length": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "length" - }, - "RemainingBudget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "remainingBudget" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2734", - "className": "Object" - } - ] - } - }, - "StorageBucketsDurability": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2720", - "nested": { - "Relaxed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "relaxed" - }, - "Strict": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "strict" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2735", - "className": "Object" - } - ] - } - }, - "AttributionReportingSourceType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2721", - "nested": { - "Navigation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "navigation" - }, - "Event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "event" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2736", - "className": "Object" - } - ] - } - }, - "AttributionReportingTriggerDataMatching": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2722", - "nested": { - "Exact": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "exact" - }, - "Modulus": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "modulus" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2737", - "className": "Object" - } - ] - } - }, - "AttributionReportingSourceRegistrationResult": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2723", - "nested": { - "Success": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "success" - }, - "InternalError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "internalError" - }, - "InsufficientSourceCapacity": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "insufficientSourceCapacity" - }, - "InsufficientUniqueDestinationCapacity": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "insufficientUniqueDestinationCapacity" - }, - "ExcessiveReportingOrigins": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "excessiveReportingOrigins" - }, - "ProhibitedByBrowserPolicy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "prohibitedByBrowserPolicy" - }, - "SuccessNoised": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "successNoised" - }, - "DestinationReportingLimitReached": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "destinationReportingLimitReached" - }, - "DestinationGlobalLimitReached": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "destinationGlobalLimitReached" - }, - "DestinationBothLimitsReached": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "destinationBothLimitsReached" - }, - "ReportingOriginsPerSiteLimitReached": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reportingOriginsPerSiteLimitReached" - }, - "ExceedsMaxChannelCapacity": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "exceedsMaxChannelCapacity" - }, - "ExceedsMaxScopesChannelCapacity": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "exceedsMaxScopesChannelCapacity" - }, - "ExceedsMaxTriggerStateCardinality": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "exceedsMaxTriggerStateCardinality" - }, - "ExceedsMaxEventStatesLimit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "exceedsMaxEventStatesLimit" - }, - "DestinationPerDayReportingLimitReached": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "destinationPerDayReportingLimitReached" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2738", - "className": "Object" - } - ] - } - }, - "AttributionReportingSourceRegistrationTimeConfig": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2724", - "nested": { - "Include": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "include" - }, - "Exclude": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "exclude" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2739", - "className": "Object" - } - ] - } - }, - "AttributionReportingEventLevelResult": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2725", - "nested": { - "Success": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "success" - }, - "SuccessDroppedLowerPriority": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "successDroppedLowerPriority" - }, - "InternalError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "internalError" - }, - "NoCapacityForAttributionDestination": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noCapacityForAttributionDestination" - }, - "NoMatchingSources": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noMatchingSources" - }, - "Deduplicated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deduplicated" - }, - "ExcessiveAttributions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "excessiveAttributions" - }, - "PriorityTooLow": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "priorityTooLow" - }, - "NeverAttributedSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "neverAttributedSource" - }, - "ExcessiveReportingOrigins": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "excessiveReportingOrigins" - }, - "NoMatchingSourceFilterData": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noMatchingSourceFilterData" - }, - "ProhibitedByBrowserPolicy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "prohibitedByBrowserPolicy" - }, - "NoMatchingConfigurations": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noMatchingConfigurations" - }, - "ExcessiveReports": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "excessiveReports" - }, - "FalselyAttributedSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "falselyAttributedSource" - }, - "ReportWindowPassed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reportWindowPassed" - }, - "NotRegistered": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "notRegistered" - }, - "ReportWindowNotStarted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reportWindowNotStarted" - }, - "NoMatchingTriggerData": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noMatchingTriggerData" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2740", - "className": "Object" - } - ] - } - }, - "AttributionReportingAggregatableResult": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2726", - "nested": { - "Success": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "success" - }, - "InternalError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "internalError" - }, - "NoCapacityForAttributionDestination": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noCapacityForAttributionDestination" - }, - "NoMatchingSources": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noMatchingSources" - }, - "ExcessiveAttributions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "excessiveAttributions" - }, - "ExcessiveReportingOrigins": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "excessiveReportingOrigins" - }, - "NoHistograms": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noHistograms" - }, - "InsufficientBudget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "insufficientBudget" - }, - "InsufficientNamedBudget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "insufficientNamedBudget" - }, - "NoMatchingSourceFilterData": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "noMatchingSourceFilterData" - }, - "NotRegistered": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "notRegistered" - }, - "ProhibitedByBrowserPolicy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "prohibitedByBrowserPolicy" - }, - "Deduplicated": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deduplicated" - }, - "ReportWindowPassed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "reportWindowPassed" - }, - "ExcessiveReports": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "excessiveReports" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2741", - "className": "Object" - } - ] - } - }, - "AttributionReportingReportResult": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2727", - "nested": { - "Sent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sent" - }, - "Prohibited": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "prohibited" - }, - "FailedToAssemble": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "failedToAssemble" - }, - "Expired": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "expired" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2742", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2728", - "className": "Object" - } - ] - } - }, - "SystemInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2316", - "nested": { - "SubsamplingFormat": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2743", - "nested": { - "Yuv420": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "yuv420" - }, - "Yuv422": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "yuv422" - }, - "Yuv444": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "yuv444" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2746", - "className": "Object" - } - ] - } - }, - "ImageType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2744", - "nested": { - "Jpeg": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "jpeg" - }, - "Webp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webp" - }, - "Unknown": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unknown" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2747", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2745", - "className": "Object" - } - ] - } - }, - "Target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2317", - "nested": { - "WindowState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2748", - "nested": { - "Normal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "normal" - }, - "Minimized": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "minimized" - }, - "Maximized": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "maximized" - }, - "Fullscreen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "fullscreen" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2750", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2749", - "className": "Object" - } - ] - } - }, - "Tracing": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2318", - "nested": { - "TraceConfigRecordMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2751", - "nested": { - "RecordUntilFull": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "recordUntilFull" - }, - "RecordContinuously": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "recordContinuously" - }, - "RecordAsMuchAsPossible": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "recordAsMuchAsPossible" - }, - "EchoToConsole": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "echoToConsole" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2758", - "className": "Object" - } - ] - } - }, - "StreamFormat": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2752", - "nested": { - "Json": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "json" - }, - "Proto": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "proto" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2759", - "className": "Object" - } - ] - } - }, - "StreamCompression": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2753", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "Gzip": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gzip" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2760", - "className": "Object" - } - ] - } - }, - "MemoryDumpLevelOfDetail": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2754", - "nested": { - "Background": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "background" - }, - "Light": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "light" - }, - "Detailed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "detailed" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2761", - "className": "Object" - } - ] - } - }, - "TracingBackend": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2755", - "nested": { - "Auto": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "auto" - }, - "Chrome": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "chrome" - }, - "System": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "system" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2762", - "className": "Object" - } - ] - } - }, - "StartRequestTransferMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2756", - "nested": { - "ReportEvents": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ReportEvents" - }, - "ReturnAsStream": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ReturnAsStream" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2763", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2757", - "className": "Object" - } - ] - } - }, - "WebAudio": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2319", - "nested": { - "ContextType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2764", - "nested": { - "Realtime": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "realtime" - }, - "Offline": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "offline" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2770", - "className": "Object" - } - ] - } - }, - "ContextState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2765", - "nested": { - "Suspended": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "suspended" - }, - "Running": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "running" - }, - "Closed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "closed" - }, - "Interrupted": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "interrupted" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2771", - "className": "Object" - } - ] - } - }, - "ChannelCountMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2766", - "nested": { - "ClampedMax": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "clamped-max" - }, - "Explicit": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "explicit" - }, - "Max": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "max" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2772", - "className": "Object" - } - ] - } - }, - "ChannelInterpretation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2767", - "nested": { - "Discrete": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "discrete" - }, - "Speakers": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "speakers" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2773", - "className": "Object" - } - ] - } - }, - "AutomationRate": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2768", - "nested": { - "ARate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "a-rate" - }, - "KRate": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "k-rate" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2774", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2769", - "className": "Object" - } - ] - } - }, - "WebAuthn": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2320", - "nested": { - "AuthenticatorProtocol": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2775", - "nested": { - "U2f": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "u2f" - }, - "Ctap2": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ctap2" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2779", - "className": "Object" - } - ] - } - }, - "Ctap2Version": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2776", - "nested": { - "Ctap2_0": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ctap2_0" - }, - "Ctap2_1": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ctap2_1" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2780", - "className": "Object" - } - ] - } - }, - "AuthenticatorTransport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2777", - "nested": { - "Usb": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "usb" - }, - "Nfc": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "nfc" - }, - "Ble": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ble" - }, - "Cable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "cable" - }, - "Internal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "internal" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2781", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2778", - "className": "Object" - } - ] - } - }, - "Debugger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2321", - "nested": { - "ScopeType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2782", - "nested": { - "Global": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "global" - }, - "Local": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "local" - }, - "With": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "with" - }, - "Closure": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "closure" - }, - "Catch": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "catch" - }, - "Block": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "block" - }, - "Script": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "script" - }, - "Eval": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "eval" - }, - "Module": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "module" - }, - "WasmExpressionStack": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "wasm-expression-stack" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2792", - "className": "Object" - } - ] - } - }, - "BreakLocationType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2783", - "nested": { - "DebuggerStatement": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debuggerStatement" - }, - "Call": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "call" - }, - "Return": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "return" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2793", - "className": "Object" - } - ] - } - }, - "ScriptLanguage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2784", - "nested": { - "JavaScript": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "JavaScript" - }, - "WebAssembly": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "WebAssembly" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2794", - "className": "Object" - } - ] - } - }, - "DebugSymbolsType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2785", - "nested": { - "SourceMap": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SourceMap" - }, - "EmbeddedDWARF": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EmbeddedDWARF" - }, - "ExternalDWARF": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ExternalDWARF" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2795", - "className": "Object" - } - ] - } - }, - "PausedEventReason": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2786", - "nested": { - "Ambiguous": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ambiguous" - }, - "Assert": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "assert" - }, - "CSPViolation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "CSPViolation" - }, - "DebugCommand": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debugCommand" - }, - "DOM": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DOM" - }, - "EventListener": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "EventListener" - }, - "Exception": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "exception" - }, - "Instrumentation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "instrumentation" - }, - "OOM": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "OOM" - }, - "Other": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "other" - }, - "PromiseRejection": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "promiseRejection" - }, - "XHR": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "XHR" - }, - "Step": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "step" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2796", - "className": "Object" - } - ] - } - }, - "ContinueToLocationRequestTargetCallFrames": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2787", - "nested": { - "Any": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "any" - }, - "Current": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "current" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2797", - "className": "Object" - } - ] - } - }, - "RestartFrameRequestMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2788", - "nested": { - "StepInto": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "StepInto" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2798", - "className": "Object" - } - ] - } - }, - "SetInstrumentationBreakpointRequestInstrumentation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2789", - "nested": { - "BeforeScriptExecution": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "beforeScriptExecution" - }, - "BeforeScriptWithSourceMapExecution": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "beforeScriptWithSourceMapExecution" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2799", - "className": "Object" - } - ] - } - }, - "SetPauseOnExceptionsRequestState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2790", - "nested": { - "None": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "Caught": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "caught" - }, - "Uncaught": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "uncaught" - }, - "All": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "all" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2800", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2791", - "className": "Object" - } - ] - } - }, - "Runtime": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2322", - "nested": { - "SerializationOptionsSerialization": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2801", - "nested": { - "Deep": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "deep" - }, - "Json": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "json" - }, - "IdOnly": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "idOnly" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2811", - "className": "Object" - } - ] - } - }, - "DeepSerializedValueType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2802", - "nested": { - "Undefined": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "undefined" - }, - "Null": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "null" - }, - "String": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "string" - }, - "Number": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "number" - }, - "Boolean": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "boolean" - }, - "Bigint": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bigint" - }, - "Regexp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "regexp" - }, - "Date": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "date" - }, - "Symbol": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "symbol" - }, - "Array": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "array" - }, - "Object": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "object" - }, - "Function": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "function" - }, - "Map": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "map" - }, - "Set": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "set" - }, - "Weakmap": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "weakmap" - }, - "Weakset": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "weakset" - }, - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "error" - }, - "Proxy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "proxy" - }, - "Promise": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "promise" - }, - "Typedarray": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "typedarray" - }, - "Arraybuffer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "arraybuffer" - }, - "Node": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "node" - }, - "Window": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "window" - }, - "Generator": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "generator" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2812", - "className": "Object" - } - ] - } - }, - "RemoteObjectType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2803", - "nested": { - "Object": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "object" - }, - "Function": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "function" - }, - "Undefined": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "undefined" - }, - "String": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "string" - }, - "Number": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "number" - }, - "Boolean": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "boolean" - }, - "Symbol": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "symbol" - }, - "Bigint": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bigint" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2813", - "className": "Object" - } - ] - } - }, - "RemoteObjectSubtype": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2804", - "nested": { - "Array": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "array" - }, - "Null": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "null" - }, - "Node": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "node" - }, - "Regexp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "regexp" - }, - "Date": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "date" - }, - "Map": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "map" - }, - "Set": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "set" - }, - "Weakmap": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "weakmap" - }, - "Weakset": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "weakset" - }, - "Iterator": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "iterator" - }, - "Generator": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "generator" - }, - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "error" - }, - "Proxy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "proxy" - }, - "Promise": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "promise" - }, - "Typedarray": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "typedarray" - }, - "Arraybuffer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "arraybuffer" - }, - "Dataview": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dataview" - }, - "Webassemblymemory": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webassemblymemory" - }, - "Wasmvalue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "wasmvalue" - }, - "Trustedtype": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "trustedtype" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2814", - "className": "Object" - } - ] - } - }, - "ObjectPreviewType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2805", - "nested": { - "Object": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "object" - }, - "Function": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "function" - }, - "Undefined": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "undefined" - }, - "String": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "string" - }, - "Number": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "number" - }, - "Boolean": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "boolean" - }, - "Symbol": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "symbol" - }, - "Bigint": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bigint" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2815", - "className": "Object" - } - ] - } - }, - "ObjectPreviewSubtype": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2806", - "nested": { - "Array": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "array" - }, - "Null": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "null" - }, - "Node": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "node" - }, - "Regexp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "regexp" - }, - "Date": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "date" - }, - "Map": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "map" - }, - "Set": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "set" - }, - "Weakmap": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "weakmap" - }, - "Weakset": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "weakset" - }, - "Iterator": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "iterator" - }, - "Generator": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "generator" - }, - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "error" - }, - "Proxy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "proxy" - }, - "Promise": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "promise" - }, - "Typedarray": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "typedarray" - }, - "Arraybuffer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "arraybuffer" - }, - "Dataview": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dataview" - }, - "Webassemblymemory": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webassemblymemory" - }, - "Wasmvalue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "wasmvalue" - }, - "Trustedtype": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "trustedtype" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2816", - "className": "Object" - } - ] - } - }, - "PropertyPreviewType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2807", - "nested": { - "Object": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "object" - }, - "Function": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "function" - }, - "Undefined": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "undefined" - }, - "String": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "string" - }, - "Number": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "number" - }, - "Boolean": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "boolean" - }, - "Symbol": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "symbol" - }, - "Accessor": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "accessor" - }, - "Bigint": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "bigint" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2817", - "className": "Object" - } - ] - } - }, - "PropertyPreviewSubtype": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2808", - "nested": { - "Array": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "array" - }, - "Null": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "null" - }, - "Node": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "node" - }, - "Regexp": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "regexp" - }, - "Date": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "date" - }, - "Map": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "map" - }, - "Set": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "set" - }, - "Weakmap": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "weakmap" - }, - "Weakset": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "weakset" - }, - "Iterator": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "iterator" - }, - "Generator": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "generator" - }, - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "error" - }, - "Proxy": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "proxy" - }, - "Promise": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "promise" - }, - "Typedarray": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "typedarray" - }, - "Arraybuffer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "arraybuffer" - }, - "Dataview": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dataview" - }, - "Webassemblymemory": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "webassemblymemory" - }, - "Wasmvalue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "wasmvalue" - }, - "Trustedtype": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "trustedtype" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2818", - "className": "Object" - } - ] - } - }, - "ConsoleAPICalledEventType": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2809", - "nested": { - "Log": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "log" - }, - "Debug": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debug" - }, - "Info": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "info" - }, - "Error": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "error" - }, - "Warning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "warning" - }, - "Dir": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dir" - }, - "DirXML": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dirxml" - }, - "Table": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "table" - }, - "Trace": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "trace" - }, - "Clear": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "clear" - }, - "StartGroup": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "startGroup" - }, - "StartGroupCollapsed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "startGroupCollapsed" - }, - "EndGroup": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "endGroup" - }, - "Assert": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "assert" - }, - "Profile": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "profile" - }, - "ProfileEnd": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "profileEnd" - }, - "Count": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "count" - }, - "TimeEnd": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "timeEnd" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2819", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2810", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2323", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/ProtocolClient.json b/output/ProtocolClient.json deleted file mode 100644 index 3a3617f..0000000 --- a/output/ProtocolClient.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "property_name": "ProtocolClient", - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.1245", - "resolved_data": { - "test": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.2871", - "nested": { - "dumpProtocol": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "suppressRequestErrors": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "onMessageSent": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "onMessageReceived": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2875", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2872", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/QSI.json b/output/QSI.json deleted file mode 100644 index 809d2ab..0000000 --- a/output/QSI.json +++ /dev/null @@ -1,6999 +0,0 @@ -{ - "property_name": "QSI", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.1207", - "resolved_data": { - "config": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3517", - "nested": { - "zoneId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "brandId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "hostedJSLocation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://siteintercept.qualtrics.com/dxjsmodule/" - }, - "baseURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://siteintercept.qualtrics.com" - }, - "surveyTakingBaseURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://s.qualtrics.com/spoke/all/jam" - }, - "BrandTier": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RQqcwhV2J1" - }, - "gtmContainerID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "customJavaScriptPermission": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3587", - "className": "Object" - } - ] - } - }, - "shouldStripQueryParamsInQLoc": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "reg": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3518", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3588", - "className": "Object" - } - ] - } - }, - "ed": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3519", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3589", - "className": "Object" - } - ] - } - }, - "reqID": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3520", - "nested": { - "ZN_dikYWqsjiUWN0Q5": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3590", - "className": "Object" - } - ] - } - }, - "Request": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3521", - "nested": { - "ZN_dikYWqsjiUWN0Q5": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3591", - "nested": { - "Intercepts": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3593", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3596", - "className": "Object" - } - ] - } - }, - "Params": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3594", - "nested": { - "id": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "ZoneID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "Q_CLIENTVERSION": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "2.38.0" - }, - "Q_CLIENTTYPE": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "web" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3597", - "className": "Object" - } - ] - } - }, - "hasDependencies": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "hasBeenResolved": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "displayInterceptType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "zoneManualDisplay": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3595", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3592", - "className": "Object" - } - ] - } - }, - "overrides": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3522", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3598", - "className": "Object" - } - ] - } - }, - "global": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3523", - "nested": { - "srMultiZoneErrors": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "currentZIndex": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2000000000 - }, - "intercepts": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3600", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3607", - "className": "Object" - } - ] - } - }, - "eventTrackers": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3601", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3608", - "className": "Object" - } - ] - } - }, - "featureFlags": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3602", - "nested": { - "DX.PepperPotts_TestingTools": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DUX.ClientSideTargetingM1": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "SI.ResponsiveDialog.EnableDisplayOptions": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.GoogleDataLayer": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.CustomCSSChanges": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_XMD": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.UpdateAssetHostName": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.UseDXAIngestionV2": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_PakoCompression": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isClientLoggingEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.EmbeddedFeedback_NewAPIs": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PostToStart": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_UseSyntheticPageChangeEvents": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.UseHtmlToImage": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_iFrames": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_FunnelAnalyticsPOC": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_No_Delay": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_VisitorEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXAConditionalTargeting_EA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Error_Capture": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "deferredSliderLoadingFeatureEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Enforce_MinSessionLength": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_NearestClickableTarget": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.EmbeddedFeedback_GA_Visitor": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isLatencyLoggingEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_DI_EA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.StatsAccuracy": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.RealTimeTriggeredIntercepts": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Auto_SPA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_Collect_KPIs": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3609", - "className": "Object" - } - ] - } - }, - "enableJSSanitization": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "latencySamplePercentage": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0.02 - }, - "maxCookieSize": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "clientType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "web" - }, - "clientVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "2.38.0" - }, - "hostedJSLocation": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://siteintercept.qualtrics.com/dxjsmodule/" - }, - "legacyId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "baseURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://siteintercept.qualtrics.com" - }, - "srBaseUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://sr.qualtrics.com" - }, - "brandID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "nlmenterprise" - }, - "brandDC": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "iad1.qualtrics.com" - }, - "geo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3605", - "nested": { - "country": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "US" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3610", - "className": "Object" - } - ] - } - }, - "graphicPath": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://iad1.qualtrics.com/WRQualtricsSiteIntercept/Graphic.php?IM=" - }, - "imagePath": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://siteintercept.qualtrics.com/WRQualtricsShared/Graphics" - }, - "screenCaptureServiceBaseURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://iad1.qualtrics.com/htmltoimage/" - }, - "brandBaseUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://nlmenterprise.co1.qualtrics.com" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3606", - "className": "Object" - } - ] - } - }, - "isFullDbgInitialized": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "baseURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://siteintercept.qualtrics.com/WRSiteInterceptEngine/" - }, - "LoadingState": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(0)", - "objectId": "3290802516498786405.1.3524", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": false, - "enumerable": false, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3611", - "className": "Array" - } - ] - } - }, - "PendingQueue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(0)", - "objectId": "3290802516498786405.1.3525", - "nested": { - "_skipped": "Native API" - } - }, - "debugConfig": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3526", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3612", - "className": "Object" - } - ] - } - }, - "getBaseURLFromConfigAndOverrides": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){var e=\"\";if(u.overrides.baseURL)e=u.overrides.baseURL;else if(u.config.baseURL)e=u.config.baseURL;else if(e=\"siteintercept.qualtrics.com\",u.config.brandId){if(!u.config.zoneId)throw\"You must specify a zoneId\";e=u.config.zoneId.replace(\"_\",\"\").toLowerCase()+\"-\"+u.config.brandId.toLowerCase()+\".\"+e}return 0===e.indexOf(\"https://\")?e=e.substring(8):0===e.indexOf(\"http://\")?e=e.substring(7):0===e.indexOf(\"//\")&&(e=e.substring(2)),\"https://\"+e}" - }, - "getSRBaseURLFromConfigAndOverrides": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){var n=u.global.baseURL;if(u.overrides.srBaseURL)n=u.overrides.srBaseURL;else if((null==e?void 0:e.includes(\"gov1\"))||n.includes(\"gov1\"))n=\"gov1.sr.qualtrics.com\";else switch(n){case\"https://s1.b1-prv.qualtrics.com\":n=\"https://sr.b1-prv.qualtrics.com\";break;case\"https://s1.st3.qualtrics.com\":case\"https://s1.g1-iad.qualtrics.com\":case\"https://s1.g1-cmh.qualtrics.com\":n=\"https://sr.st3.qualtrics.com\";break;default:n=\"https://sr.qualtrics.com\"}return 0===n.indexOf(\"https://\")?n=n.substring(8):0===n.indexOf(\"http://\")?n=n.substring(7):0===n.indexOf(\"//\")&&(n=n.substring(2)),\"https://\"+n}" - }, - "initFullDbg": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){u.isFullDbgInitialized=!0}" - }, - "getClientVersionQueryString": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){var e={Q_CLIENTVERSION:u.global.clientVersion||\"unknown\",Q_CLIENTTYPE:u.global.clientType||\"unknown\"};return void 0!==u.clientTypeVariant&&(e.Q_CLIENTTYPE+=u.clientTypeVariant),u.generateQueryString(e)}" - }, - "generateQueryString": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){var n=[];for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t)){var o=t;e[t]&&(o+=\"=\"+encodeURIComponent(e[t])),n.push(o)}return n.join(\"&\")}" - }, - "__webpack_get_script_src__": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e,n,t){return t+\"&Q_BRANDID=\"+encodeURIComponent(window.QSI.config.brandId||window.QSI.global.brandID||window.location.host)}" - }, - "historyStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3533", - "nested": { - "historySessionName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "QSI_HistorySession" - }, - "useCookie": { - "type": "unknown", - "writable": false, - "configurable": true, - "enumerable": true, - "value": null - }, - "limit": { - "type": "unknown", - "writable": false, - "configurable": true, - "enumerable": true, - "value": null - }, - "getHistorySessionData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){return this.useCookie?QSI.cookie.get(this.historySessionName):sessionStorage.getItem(this.historySessionName)}" - }, - "eraseHistorySessionData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){this.useCookie?QSI.cookie.erase(this.historySessionName):sessionStorage.removeItem(this.historySessionName)}" - }, - "setHistorySessionData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){this.useCookie?QSI.cookie.set(this.historySessionName,e,{daysToExpire:0}):sessionStorage.setItem(this.historySessionName,e)}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3618", - "className": "Object" - } - ] - } - }, - "history": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3534", - "nested": { - "historyStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3619", - "nested": { - "historySessionName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "QSI_HistorySession" - }, - "useCookie": { - "type": "unknown", - "writable": false, - "configurable": true, - "enumerable": true, - "value": null - }, - "limit": { - "type": "unknown", - "writable": false, - "configurable": true, - "enumerable": true, - "value": null - }, - "getHistorySessionData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){return this.useCookie?QSI.cookie.get(this.historySessionName):sessionStorage.getItem(this.historySessionName)}" - }, - "eraseHistorySessionData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){this.useCookie?QSI.cookie.erase(this.historySessionName):sessionStorage.removeItem(this.historySessionName)}" - }, - "setHistorySessionData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){this.useCookie?QSI.cookie.set(this.historySessionName,e,{daysToExpire:0}):sessionStorage.setItem(this.historySessionName,e)}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3647", - "className": "Object" - } - ] - } - }, - "started": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "focusTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "blurTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "focused": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3641", - "className": "Object" - } - ] - } - }, - "profile": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3535", - "nested": { - "namespace": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "QSI_" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3653", - "className": "Object" - } - ] - } - }, - "util": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3536", - "nested": { - "creativeTypes": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3654", - "nested": { - "EMPTY": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Empty" - }, - "FEEDBACK_LINK": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "FeedbackLink" - }, - "HTTP_REDIRECT": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HTTPRedirect" - }, - "IFRAME": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "IFrame" - }, - "INFO_BAR": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "InfoBar" - }, - "LINK": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Link" - }, - "NO_CREATIVE": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NoCreative" - }, - "POP_OVER": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PopOver" - }, - "POP_UNDER": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PopUnder" - }, - "POP_UP": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PopUp" - }, - "RELAY": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Relay" - }, - "SLIDER": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Slider" - }, - "USER_DEFINED_HTML": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UserDefinedHTML" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3759", - "className": "Object" - } - ] - } - }, - "originalDocumentOverflow": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "auto" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3758", - "className": "Object" - } - ] - } - }, - "doEvalJS": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(js){return eval(js)}" - }, - "strToVal": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e,t){try{for(var n,i=e.split(/[\\'\"\\[\\]]/).filter((function(e){return\"\"!=e})),r=i[0].split(\".\"),o=i.slice(1,i.length),a=r.concat(o),s=0;s0}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3779", - "className": "Object" - } - ] - } - }, - "ClientLog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3542", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3785", - "className": "Object" - } - ] - } - }, - "dbg": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "x", - "description": "x", - "objectId": "3290802516498786405.1.3543", - "nested": { - "isFullDbgInitialized": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3796", - "className": "Object" - } - ] - } - }, - "LatencyLog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3544", - "nested": { - "components": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3797", - "nested": { - "CORE_MODULE": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "coreModuleRequest" - }, - "TARGETING": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "targetingRequest" - }, - "DPR_TARGETING": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dprTargetingRequest" - }, - "XMD_DEBUG_TARGETING": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "xmdDebugTargetingRequest" - }, - "ASSETS_AND_MODULES": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "allAssetDefinitionsAndJSModules" - }, - "CONTACT_FREQUENCY": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "contactFrequencyCheck" - }, - "SR": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sessionReplayRequest" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3816", - "className": "Object" - } - ] - } - }, - "overallLatencyStartTime": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "overallLatency": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 190 - }, - "componentStartTimes": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3798", - "nested": { - "targetingRequest": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758701977 - }, - "JSModule-Core": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758702086 - }, - "allAssetDefinitionsAndJSModules": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758702141 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3817", - "className": "Object" - } - ] - } - }, - "componentLatencies": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3799", - "nested": { - "targetingRequest": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 107 - }, - "JSModule-Core": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 39 - }, - "allAssetDefinitionsAndJSModules": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3818", - "className": "Object" - } - ] - } - }, - "componentStatuses": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3800", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3819", - "className": "Object" - } - ] - } - }, - "isDuplicateScriptExecution": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "buildLoggingData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){if(e&&e.length>0){var t={},n={};return e.forEach((function(e){e in o.componentLatencies&&(t[e]=o.componentLatencies[e]),e in o.componentStatuses&&(n[e]=o.componentStatuses[e])})),{MetricName:o.metricName,Latency:-1,ComponentLatencies:t,ComponentStatuses:n,AdditionalData:{RequestID:o.requestId,UserAgent:navigator.userAgent,BrandID:i.a.global.brandID,BrandDC:i.a.global.brandDC,OtherRequestIDsExecuted:[],IsDuplicateScriptExecution:!1}}}var r=[];for(var a in i.a.Request)Object.prototype.hasOwnProperty.call(i.a.Request,a)&&a!==o.requestId&&r.push(a);var s={};for(var c in o.componentLatencies)c.startsWith(o.components.SR)||(s[c]=o.componentLatencies[c]);var u={};for(var c in o.componentStatuses)c.startsWith(o.components.SR)||(u[c]=o.componentStatuses[c]);var l={MetricName:o.metricName,Latency:o.overallLatency,ComponentLatencies:s,ComponentStatuses:u,AdditionalData:{RequestID:o.requestId,UserAgent:navigator.userAgent,BrandID:i.a.global.brandID,BrandDC:i.a.global.brandDC,OtherRequestIDsExecuted:r,IsDuplicateScriptExecution:o.isDuplicateScriptExecution}},d=o.getPerformanceResourceTiming();return d&&Object.keys(d).length&&(l.PerformanceResourceTiming=d),l}" - }, - "debugLog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "x", - "description": "x", - "objectId": "3290802516498786405.1.3814", - "nested": { - "isFullDbgInitialized": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3830", - "className": "Object" - } - ] - } - }, - "metricName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "si.SILatency" - }, - "latencyStartTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758701977 - }, - "requestId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3815", - "className": "Object" - } - ] - } - }, - "EventTracker": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "d", - "description": "d", - "objectId": "3290802516498786405.1.3545", - "nested": { - "storeCounts": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){if(!0===e.clicked){var t=window.QSI.cookie,n=JSON.stringify(e.counts);t.set(e.cookieName,n)}}" - }, - "counts": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3838", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3840", - "className": "Object" - } - ] - } - }, - "cookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "QSI_CT" - }, - "loaded": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "clicked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3839", - "className": "Object" - } - ] - } - }, - "cookie": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3546", - "nested": { - "cookieSize": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3841", - "className": "Object" - } - ] - } - }, - "CookieStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3547", - "nested": { - "storageCache": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3842", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3844", - "className": "Object" - } - ] - } - }, - "cookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "QSI_DATA" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3843", - "className": "Object" - } - ] - } - }, - "Orchestrator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3548", - "nested": { - "latencyLog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3854", - "nested": { - "components": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3861", - "nested": { - "CORE_MODULE": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "coreModuleRequest" - }, - "TARGETING": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "targetingRequest" - }, - "DPR_TARGETING": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dprTargetingRequest" - }, - "XMD_DEBUG_TARGETING": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "xmdDebugTargetingRequest" - }, - "ASSETS_AND_MODULES": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "allAssetDefinitionsAndJSModules" - }, - "CONTACT_FREQUENCY": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "contactFrequencyCheck" - }, - "SR": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sessionReplayRequest" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3880", - "className": "Object" - } - ] - } - }, - "overallLatencyStartTime": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "overallLatency": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 190 - }, - "componentStartTimes": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3862", - "nested": { - "targetingRequest": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758701977 - }, - "JSModule-Core": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758702086 - }, - "allAssetDefinitionsAndJSModules": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758702141 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3881", - "className": "Object" - } - ] - } - }, - "componentLatencies": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3863", - "nested": { - "targetingRequest": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 107 - }, - "JSModule-Core": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 39 - }, - "allAssetDefinitionsAndJSModules": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3882", - "className": "Object" - } - ] - } - }, - "componentStatuses": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3864", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3883", - "className": "Object" - } - ] - } - }, - "isDuplicateScriptExecution": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "buildLoggingData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){if(e&&e.length>0){var t={},n={};return e.forEach((function(e){e in o.componentLatencies&&(t[e]=o.componentLatencies[e]),e in o.componentStatuses&&(n[e]=o.componentStatuses[e])})),{MetricName:o.metricName,Latency:-1,ComponentLatencies:t,ComponentStatuses:n,AdditionalData:{RequestID:o.requestId,UserAgent:navigator.userAgent,BrandID:i.a.global.brandID,BrandDC:i.a.global.brandDC,OtherRequestIDsExecuted:[],IsDuplicateScriptExecution:!1}}}var r=[];for(var a in i.a.Request)Object.prototype.hasOwnProperty.call(i.a.Request,a)&&a!==o.requestId&&r.push(a);var s={};for(var c in o.componentLatencies)c.startsWith(o.components.SR)||(s[c]=o.componentLatencies[c]);var u={};for(var c in o.componentStatuses)c.startsWith(o.components.SR)||(u[c]=o.componentStatuses[c]);var l={MetricName:o.metricName,Latency:o.overallLatency,ComponentLatencies:s,ComponentStatuses:u,AdditionalData:{RequestID:o.requestId,UserAgent:navigator.userAgent,BrandID:i.a.global.brandID,BrandDC:i.a.global.brandDC,OtherRequestIDsExecuted:r,IsDuplicateScriptExecution:o.isDuplicateScriptExecution}},d=o.getPerformanceResourceTiming();return d&&Object.keys(d).length&&(l.PerformanceResourceTiming=d),l}" - }, - "debugLog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "x", - "description": "x", - "objectId": "3290802516498786405.1.3878", - "nested": { - "isFullDbgInitialized": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3894", - "className": "Object" - } - ] - } - }, - "metricName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "si.SILatency" - }, - "latencyStartTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758701977 - }, - "requestId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3879", - "className": "Object" - } - ] - } - }, - "debugLog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "x", - "description": "x", - "objectId": "3290802516498786405.1.3855", - "nested": { - "isFullDbgInitialized": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3905", - "className": "Object" - } - ] - } - }, - "scriptSrc": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://zndikywqsjiuwn0q5-nlmenterprise.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_dikYWqsjiUWN0Q5" - }, - "defaultClientSideDelayMilliseconds": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5000 - }, - "targetingRetryer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3856", - "nested": { - "retryerName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Targeting Call" - }, - "retryLimit": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5 - }, - "retryBackoff": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2500 - }, - "retryCount": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3906", - "className": "Object" - } - ] - } - }, - "xmdDebugRetryer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3857", - "nested": { - "retryerName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Q_XMD_DEBUG Call" - }, - "retryLimit": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 6 - }, - "retryBackoff": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2500 - }, - "retryCount": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3907", - "className": "Object" - } - ] - } - }, - "csTargetingParams": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3858", - "nested": { - "targetingResponse": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3908", - "nested": { - "Modules": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3914", - "nested": { - "Core": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "latest" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3919", - "className": "Object" - } - ] - } - }, - "FeatureFlags": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3915", - "nested": { - "DX.PepperPotts_TestingTools": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DUX.ClientSideTargetingM1": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "SI.ResponsiveDialog.EnableDisplayOptions": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.GoogleDataLayer": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.CustomCSSChanges": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_XMD": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.UpdateAssetHostName": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.UseDXAIngestionV2": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_PakoCompression": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isClientLoggingEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.EmbeddedFeedback_NewAPIs": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PostToStart": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_UseSyntheticPageChangeEvents": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.UseHtmlToImage": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_iFrames": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_FunnelAnalyticsPOC": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_No_Delay": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_VisitorEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXAConditionalTargeting_EA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Error_Capture": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "deferredSliderLoadingFeatureEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Enforce_MinSessionLength": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_NearestClickableTarget": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.EmbeddedFeedback_GA_Visitor": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isLatencyLoggingEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_DI_EA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.StatsAccuracy": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.RealTimeTriggeredIntercepts": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Auto_SPA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_Collect_KPIs": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3920", - "className": "Object" - } - ] - } - }, - "RequestData": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3916", - "nested": { - "CORSOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://pubmed.ncbi.nlm.nih.gov" - }, - "ID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "adobeSCVariable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "s" - }, - "bVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Published" - }, - "brandBaseUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://nlmenterprise.co1.qualtrics.com" - }, - "brandDC": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "iad1.qualtrics.com" - }, - "brandID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "nlmenterprise" - }, - "browser": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Chrome" - }, - "browserVersion": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 142 - }, - "cookieDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "googleDataLayerVariable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "displayInterceptType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "eventTrackers": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3921", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3927", - "className": "Object" - } - ] - } - }, - "extRefType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "extRefValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "hasBeenResolved": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "hasDependencies": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isBrowserSupported": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isDebug": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "isMobile": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "historyStorageType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sessionStorage" - }, - "historyStorageSize": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "maxCookieSize": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "osName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Mac OS X" - }, - "screenCaptureServiceBaseURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://iad1.qualtrics.com/htmltoimage/" - }, - "validIntercepts": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3922", - "nested": { - "SI_296MKPixLAAMCcm": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_0iiXVgeMqGRzRFc": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_0Bt9Iogt9sXfghM": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_bKiAbBcUpLnKJkG": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_9taoyHgHUXMXxTE": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_0Spg2GvEznjmU3I": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_3UHucpVKnaRu5tY": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3928", - "className": "Object" - } - ] - } - }, - "zoneManualDisplay": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "reevaluateInterceptOnUrlChange": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "geo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3923", - "nested": { - "country": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "US" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3929", - "className": "Object" - } - ] - } - }, - "customJavaScriptPermission": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "isolationStatus": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NOT_ISOLATED" - }, - "validatedIdentifier": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3926", - "className": "Object" - } - ] - } - }, - "Dependencies": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3917", - "nested": { - "JavaScript": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3931", - "nested": { - "QID_30873121": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_04213133": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_domain\")[0].getAttribute(\"content\")" - }, - "QID_16754558": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_99701488": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_58103178": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_75038853": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_04004533": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_83155976": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_87498663": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_21236367": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_58369838": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_70680836": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_35832185": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_51835835": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_73932164": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_26516200": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_56969003": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_23222142": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_91868696": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_10808204": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_68472191": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_70367943": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_53354991": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_61724333": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_51002017": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_93151429": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_29284446": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_81102798": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_14288894": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_94471713": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_70292950": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_50334603": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_80542298": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_33601003": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_10865926": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_89785787": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_56152893": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_46295371": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_79840043": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_domain\")[0].getAttribute(\"content\")" - }, - "QID_58647711": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_63053372": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_98103343": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_07461194": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_17499715": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_12535744": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_91005215": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_31952138": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_22384913": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_92990678": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_34025123": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_79590467": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_15222763": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_19958089": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_17655812": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_55554151": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_71697874": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_34809877": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_82941045": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_59477872": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_68547921": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_98507508": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_24445589": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_91609981": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_52239163": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_79733919": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_report\")[0].getAttribute(\"content\")" - }, - "QID_70970067": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_65612602": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_12728961": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_58735839": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_97828253": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_77113532": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_07443894": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_65929598": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_88864795": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_45794583": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_08735884": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_96972273": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_67216463": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_57144167": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_17710984": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_83953005": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_54655030": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_25314438": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_64996134": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_84602091": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_89209455": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_47385494": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_05366034": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_34449445": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_54847530": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_11877260": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_98572925": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_66568422": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_12443806": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_75822864": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3933", - "className": "Object" - } - ] - } - }, - "PageCount": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3932", - "className": "Object" - } - ] - } - }, - "SRTestConfiguration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3918", - "className": "Object" - } - ] - } - }, - "targetingRequest": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3909", - "nested": { - "Intercepts": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3934", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3937", - "className": "Object" - } - ] - } - }, - "Params": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3935", - "nested": { - "id": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "ZoneID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "Q_CLIENTVERSION": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "2.38.0" - }, - "Q_CLIENTTYPE": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "web" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3938", - "className": "Object" - } - ] - } - }, - "hasDependencies": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "hasBeenResolved": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "displayInterceptType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "zoneManualDisplay": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3936", - "className": "Object" - } - ] - } - }, - "clientVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "2.38.0" - }, - "assetLoadingParams": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3910", - "nested": { - "id": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "ZoneID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "Q_CLIENTVERSION": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "2.38.0" - }, - "Q_CLIENTTYPE": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "web" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3939", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3911", - "className": "Object" - } - ] - } - }, - "lastSiResponse": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3859", - "nested": { - "Modules": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3942", - "nested": { - "Core": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "latest" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3947", - "className": "Object" - } - ] - } - }, - "FeatureFlags": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3943", - "nested": { - "DX.PepperPotts_TestingTools": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DUX.ClientSideTargetingM1": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "SI.ResponsiveDialog.EnableDisplayOptions": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.GoogleDataLayer": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.CustomCSSChanges": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_XMD": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.UpdateAssetHostName": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.UseDXAIngestionV2": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_PakoCompression": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isClientLoggingEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.EmbeddedFeedback_NewAPIs": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PostToStart": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_UseSyntheticPageChangeEvents": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.UseHtmlToImage": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_iFrames": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_FunnelAnalyticsPOC": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_No_Delay": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.PepperPotts_VisitorEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXAConditionalTargeting_EA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Error_Capture": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "deferredSliderLoadingFeatureEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Enforce_MinSessionLength": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_NearestClickableTarget": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.EmbeddedFeedback_GA_Visitor": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isLatencyLoggingEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_DI_EA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.StatsAccuracy": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.RealTimeTriggeredIntercepts": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "DX.DXA_Auto_SPA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "DX.DXA_Collect_KPIs": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3948", - "className": "Object" - } - ] - } - }, - "RequestData": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3944", - "nested": { - "CORSOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://pubmed.ncbi.nlm.nih.gov" - }, - "ID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "adobeSCVariable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "s" - }, - "bVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Published" - }, - "brandBaseUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://nlmenterprise.co1.qualtrics.com" - }, - "brandDC": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "iad1.qualtrics.com" - }, - "brandID": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "nlmenterprise" - }, - "browser": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Chrome" - }, - "browserVersion": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 142 - }, - "cookieDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "googleDataLayerVariable": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "displayInterceptType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "eventTrackers": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3949", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3955", - "className": "Object" - } - ] - } - }, - "extRefType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "extRefValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "hasBeenResolved": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "hasDependencies": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isBrowserSupported": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isDebug": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "isMobile": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "historyStorageType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sessionStorage" - }, - "historyStorageSize": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "maxCookieSize": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "osName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Mac OS X" - }, - "screenCaptureServiceBaseURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://iad1.qualtrics.com/htmltoimage/" - }, - "validIntercepts": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3950", - "nested": { - "SI_296MKPixLAAMCcm": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_0iiXVgeMqGRzRFc": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_0Bt9Iogt9sXfghM": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_bKiAbBcUpLnKJkG": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_9taoyHgHUXMXxTE": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_0Spg2GvEznjmU3I": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "SI_3UHucpVKnaRu5tY": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DependencyResolver" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3956", - "className": "Object" - } - ] - } - }, - "zoneManualDisplay": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "reevaluateInterceptOnUrlChange": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "geo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3951", - "nested": { - "country": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "US" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3957", - "className": "Object" - } - ] - } - }, - "customJavaScriptPermission": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "isolationStatus": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NOT_ISOLATED" - }, - "validatedIdentifier": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3954", - "className": "Object" - } - ] - } - }, - "Dependencies": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3945", - "nested": { - "JavaScript": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3959", - "nested": { - "QID_30873121": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_04213133": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_domain\")[0].getAttribute(\"content\")" - }, - "QID_16754558": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_99701488": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_58103178": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_75038853": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_04004533": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_83155976": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_87498663": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_21236367": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_58369838": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_70680836": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_35832185": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_51835835": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_73932164": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_26516200": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_56969003": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_23222142": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_91868696": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_10808204": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_68472191": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_70367943": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_53354991": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_61724333": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_51002017": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_93151429": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_29284446": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_81102798": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_14288894": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_94471713": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_70292950": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_50334603": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_80542298": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_33601003": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_10865926": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_89785787": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_56152893": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_46295371": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_79840043": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_domain\")[0].getAttribute(\"content\")" - }, - "QID_58647711": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_63053372": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_98103343": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_07461194": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_17499715": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_12535744": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_91005215": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_31952138": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_22384913": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_92990678": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_34025123": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_79590467": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_15222763": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_19958089": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_17655812": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_55554151": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_71697874": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_34809877": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_82941045": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_59477872": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_68547921": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_98507508": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_24445589": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_91609981": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_52239163": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_79733919": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_report\")[0].getAttribute(\"content\")" - }, - "QID_70970067": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_65612602": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_12728961": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_58735839": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_97828253": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_77113532": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_07443894": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_65929598": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_88864795": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_45794583": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_08735884": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_96972273": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_67216463": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_57144167": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_17710984": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_83953005": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_54655030": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_25314438": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_pdid\")[0].getAttribute(\"content\")" - }, - "QID_64996134": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_84602091": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_89209455": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_47385494": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_05366034": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_34449445": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_54847530": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_11877260": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_98572925": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_66568422": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_db\")[0].getAttribute(\"content\")" - }, - "QID_12443806": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "QID_75822864": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "document.getElementsByName(\"ncbi_app\")[0].getAttribute(\"content\")" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3961", - "className": "Object" - } - ] - } - }, - "PageCount": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3960", - "className": "Object" - } - ] - } - }, - "SRTestConfiguration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3946", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3860", - "className": "Object" - } - ] - } - }, - "JFEListenerRegistered": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "windows": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3549", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3962", - "className": "Object" - } - ] - } - }, - "targetWindows": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(0)", - "objectId": "3290802516498786405.1.3550", - "nested": { - "_skipped": "Native API" - } - }, - "InitializeDataLayerHelper": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){var e=window.QSI.DataLayerHelper;if(null==e){var t=window.QSI.config.gtmContainerID;if(!t)throw new Error(\"Google Tag Manager container ID was not provided and is needed for the Qualtrics data layer integration\");if(!window.google_tag_manager||!window.google_tag_manager[t])throw new Error(\"Google Tag Manager container '\"+t+\"' does not exist\");var n=window.google_tag_manager[t].dataLayer.name;if(!n)throw new Error(\"Google Tag Manager container '\"+t+\"' does not have a data layer name\");var i=window[n];e=new g(i),window.QSI.DataLayerHelper=e}return window.QSI.InterceptReevaluator.isActive()||window.QSI.InterceptReevaluator.activate(),e}" - }, - "foundFrustrationLogic": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "InterceptReevaluator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3552", - "nested": { - "evaluationResults": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3963", - "nested": { - "SI_0Bt9Iogt9sXfghM": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3970", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4000", - "className": "Object" - } - ] - } - }, - "SI_0HhBb7Qmlxy2ZIF": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3971", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4001", - "className": "Object" - } - ] - } - }, - "SI_0Spg2GvEznjmU3I": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3972", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4002", - "className": "Object" - } - ] - } - }, - "SI_0fA9mP6zG65YjUF": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3973", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4003", - "className": "Object" - } - ] - } - }, - "SI_0iiXVgeMqGRzRFc": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3974", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4004", - "className": "Object" - } - ] - } - }, - "SI_0jtNKE2jCR4qOyO": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3975", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4005", - "className": "Object" - } - ] - } - }, - "SI_296MKPixLAAMCcm": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3976", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4006", - "className": "Object" - } - ] - } - }, - "SI_2gB90rW0u7VXh9r": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3977", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4007", - "className": "Object" - } - ] - } - }, - "SI_2uf767hGqQGdwdn": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3978", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4008", - "className": "Object" - } - ] - } - }, - "SI_38IbOU7w9WLkUN8": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3979", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4009", - "className": "Object" - } - ] - } - }, - "SI_3UHucpVKnaRu5tY": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3980", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4010", - "className": "Object" - } - ] - } - }, - "SI_4GtZaGPKyFrPo4B": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3981", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4011", - "className": "Object" - } - ] - } - }, - "SI_4UPW1UrHavJ3y2G": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3982", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4012", - "className": "Object" - } - ] - } - }, - "SI_4ZW5tSQNmEIzIvY": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3983", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4013", - "className": "Object" - } - ] - } - }, - "SI_6FiwL1BocPEL19Y": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3984", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4014", - "className": "Object" - } - ] - } - }, - "SI_6yZCb05G0kDhaXr": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3985", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4015", - "className": "Object" - } - ] - } - }, - "SI_74HHTwHyXgGIyqO": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3986", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4016", - "className": "Object" - } - ] - } - }, - "SI_82PU2w4h9FOUdsa": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3987", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4017", - "className": "Object" - } - ] - } - }, - "SI_85Mf5xLS9iIPJ4O": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3988", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4018", - "className": "Object" - } - ] - } - }, - "SI_8uWVuYyQjsSAZeK": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3989", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4019", - "className": "Object" - } - ] - } - }, - "SI_9B9kNJszVr5C1XD": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3990", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4020", - "className": "Object" - } - ] - } - }, - "SI_9p2ci2cOSG1dkA5": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3991", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4021", - "className": "Object" - } - ] - } - }, - "SI_9taoyHgHUXMXxTE": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3992", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4022", - "className": "Object" - } - ] - } - }, - "SI_aVGfI9HAVEqy8FE": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3993", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4023", - "className": "Object" - } - ] - } - }, - "SI_bKiAbBcUpLnKJkG": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3994", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4024", - "className": "Object" - } - ] - } - }, - "SI_bQ44qhqpeTdzKL3": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3995", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4025", - "className": "Object" - } - ] - } - }, - "SI_blp2VywNohCsrQy": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3996", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4026", - "className": "Object" - } - ] - } - }, - "SI_e8m8fTY2pmcrGZv": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3997", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4027", - "className": "Object" - } - ] - } - }, - "SI_eXN3ftil89DAdlI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3998", - "nested": { - "interceptEntry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "interceptDebugInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4028", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3999", - "className": "Object" - } - ] - } - }, - "oldEvaluationResults": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3964", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4029", - "className": "Object" - } - ] - } - }, - "moduleActive": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3969", - "className": "Object" - } - ] - } - }, - "Browser": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3553", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Chrome" - }, - "version": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 142 - }, - "isMobile": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "isBrowserSupported": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4030", - "className": "Object" - } - ] - } - }, - "CORSOrigin": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://pubmed.ncbi.nlm.nih.gov" - }, - "OS": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3554", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Mac OS X" - }, - "version": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4031", - "className": "Object" - } - ] - } - }, - "adobeVar": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "s" - }, - "id": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ZN_dikYWqsjiUWN0Q5" - }, - "CookieDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "historyStorageType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sessionStorage" - }, - "historyStorageSize": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentURL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://pubmed.ncbi.nlm.nih.gov/32845321/" - }, - "scrollbarWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "ActionModule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){var t=this;this.creative=e,this.actions={click:[],mouseout:[],mouseover:[],displayed:[]},this.add=function(e){t.actions[e.triggeringEvent]&&t.actions[e.triggeringEvent].push(t.buildAction(e))},this.buildAction=function(e){return{run:function(){switch(e.actionType){case\"AddCookie\":t.runAddCookieAction(e);break;case\"RemoveCookie\":t.runRemoveCookieAction(e);break;case\"GoogleEvent\":t.runGoogleEventAction(e);break;case\"JavaScript\":t.runJavaScriptAction(e)}}}},this.runAddCookieAction=function(e){window.QSI.cookie.set(e.cookieName,e.cookieValue,{domain:t.creative.interceptDisplayOptions.cookieDomain,daysToExpire:0})},this.runRemoveCookieAction=function(e){window.QSI.cookie.erase(e.cookieName,t.creative.interceptDisplayOptions.cookieDomain)},this.runGoogleEventAction=function(e){window.QSI.util.fireGoogleEventBeacon(e.accountNumber,e.actionCategory,e.actionName)},this.runJavaScriptAction=function(e){window.QSI.util.evalJS(e.javaScriptString)()},this.addToElement=function(e){var n=function(e){var n=window.QSI.dbg,i=!1;return function(){try{i||(i=!0,t.runAction(e))}catch(e){n.e(e)}}};for(var i in t.actions)t.actions[i].length&&(\"displayed\"===i?t.creative.displayed.done(n(t.actions[i])):Object(r.observe)(e,i,n(t.actions[i])))},this.runAction=function(e){for(var t=0;tnew((await h()).SourcesPanel.RevealingActionDelegate)" - }, - "options": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(2)", - "objectId": "-8799355714042909497.1.5057", - "nested": { - "0": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5060", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5060" - } - }, - "1": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5061", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5061" - } - }, - "length": { - "type": "number", - "writable": true, - "configurable": false, - "enumerable": false, - "value": 2 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5062", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5059", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5054", - "className": "It" - } - ] - } - }, - "stepOverAction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "C", - "description": "C", - "objectId": "-8799355714042909497.1.4936", - "nested": { - "actionRegistration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5064", - "nested": { - "category": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DEBUGGER" - }, - "actionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debugger.step-over" - }, - "loadActionDelegate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" - }, - "iconClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "step-over" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5070", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5065", - "className": "It" - } - ] - } - }, - "stepIntoAction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "C", - "description": "C", - "objectId": "-8799355714042909497.1.4937", - "nested": { - "actionRegistration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5072", - "nested": { - "category": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DEBUGGER" - }, - "actionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debugger.step-into" - }, - "loadActionDelegate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" - }, - "iconClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "step-into" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5078", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5073", - "className": "It" - } - ] - } - }, - "stepOutAction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "C", - "description": "C", - "objectId": "-8799355714042909497.1.4938", - "nested": { - "actionRegistration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5080", - "nested": { - "category": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DEBUGGER" - }, - "actionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debugger.step-out" - }, - "loadActionDelegate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" - }, - "iconClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "step-out" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5086", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5081", - "className": "It" - } - ] - } - }, - "stepAction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "C", - "description": "C", - "objectId": "-8799355714042909497.1.4939", - "nested": { - "actionRegistration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5088", - "nested": { - "category": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DEBUGGER" - }, - "actionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debugger.step" - }, - "loadActionDelegate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" - }, - "iconClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "step" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5094", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5089", - "className": "It" - } - ] - } - }, - "toggleBreakpointsActiveAction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "C", - "description": "C", - "objectId": "-8799355714042909497.1.4940", - "nested": { - "actionRegistration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5096", - "nested": { - "category": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DEBUGGER" - }, - "actionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "debugger.toggle-breakpoints-active" - }, - "iconClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "breakpoint-crossed" - }, - "toggledIconClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "breakpoint-crossed-filled" - }, - "toggleable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "loadActionDelegate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "async()=>new((await h()).SourcesPanel.ActionDelegate)" - }, - "options": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(2)", - "objectId": "-8799355714042909497.1.5100", - "nested": { - "0": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5103", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5103" - } - }, - "1": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5104", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5104" - } - }, - "length": { - "type": "number", - "writable": true, - "configurable": false, - "enumerable": false, - "value": 2 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5105", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5102", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5097", - "className": "It" - } - ] - } - }, - "debugToolbar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zi", - "description": "devtools-toolbar.scripts-debug-toolbar", - "objectId": "-8799355714042909497.1.4941", - "nested": { - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "compactLayout": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5107", - "className": "HTMLElement" - } - ] - } - }, - "debuggerPausedMessage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$t", - "description": "$t", - "objectId": "-8799355714042909497.1.4943", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5110", - "className": "Object" - } - ] - } - }, - "overlayLoggables": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "splitWidget": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.4944", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5114", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "st", - "description": "st", - "objectId": "-8799355714042909497.1.5134", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5154", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5154" - } - }, - "currentTabLocked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "autoSelectFirstItemOnShow": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "triggerDropDownTimeout": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentDevicePixelRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "shrinkableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "verticalTabLayout": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "closeableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.5162", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5162" - } - }, - "sliderEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "placeholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "focusedPlaceholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "placeholderContainerElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "measuredDropDownButtonWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20 - }, - "allowTabReorder": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "automaticReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5163", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5164", - "className": "Array" - } - ] - } - }, - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5135", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sources-panel-navigator-split-view-state" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5176", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5176" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5177", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5177" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5178", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5178" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5179", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5180", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5136", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5137", - "className": "Array" - } - ] - } - }, - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5115", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sources-panel-split-view-state" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5184", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5192", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5185", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5194", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5186", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5195", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5195" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5196", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5196" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5197", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5187", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5188", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5116", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5117", - "className": "Array" - } - ] - } - }, - "editorView": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.4945", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "st", - "description": "st", - "objectId": "-8799355714042909497.1.5200", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5220", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ms", - "description": "ms", - "objectId": "-8799355714042909497.1.5244", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5244" - } - }, - "view": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "St", - "description": "St", - "objectId": "-8799355714042909497.1.5245", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5245" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5247", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5248", - "className": "Array" - } - ] - } - }, - "currentTabLocked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "autoSelectFirstItemOnShow": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "triggerDropDownTimeout": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentDevicePixelRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "shrinkableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "verticalTabLayout": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "closeableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.5228", - "nested": { - "closeable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "previewFeature": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "tabbedPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "st", - "description": "st", - "objectId": "-8799355714042909497.1.5254", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5254" - } - }, - "shown": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "measuredWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 49 - }, - "icon": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "suffixElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dragStartX": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5256", - "className": "Object" - } - ] - } - }, - "sliderEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "placeholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "focusedPlaceholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "placeholderContainerElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "measuredDropDownButtonWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20 - }, - "allowTabReorder": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "automaticReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5229", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5230", - "className": "Array" - } - ] - } - }, - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5201", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sources-panel-navigator-split-view-state" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5259", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5267", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5260", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5269", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5261", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5270", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5270" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5271", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5271" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5272", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5262", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5263", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5202", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5203", - "className": "Array" - } - ] - } - }, - "navigatorTabbedLocation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "At", - "description": "At", - "objectId": "-8799355714042909497.1.4946", - "nested": { - "manager": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "kt", - "description": "kt", - "objectId": "-8799355714042909497.1.5273", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "locationOverrideSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5284", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "views-location-override" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5286", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5286" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5287", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5287" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5288", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5288" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5289", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5290", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5285", - "className": "It" - } - ] - } - }, - "location": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "navigator-view" - }, - "allowReorder": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "closeableTabSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5275", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "closeable-tabs" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5294", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5302", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5295", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5304", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5296", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5305", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5305" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5306", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5306" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5307", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5297", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5298", - "className": "Array" - } - ] - } - }, - "tabOrderSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5276", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "navigator-view-tab-order" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5308", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5316", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5309", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5318", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5310", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5319", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5319" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5320", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5320" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5321", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5311", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5312", - "className": "Array" - } - ] - } - }, - "lastSelectedTabSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5277", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "navigator-view-selected-tab" - }, - "defaultValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5322", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5329", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5323", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5330", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5330" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5331", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5331" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5332", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5324", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5325", - "className": "Array" - } - ] - } - }, - "defaultTab": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5279", - "className": "Dt" - } - ] - } - }, - "toggleNavigatorSidebarButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ni", - "description": "Ni", - "objectId": "-8799355714042909497.1.4947", - "nested": { - "element": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "a", - "description": "devtools-button.toolbar-button", - "objectId": "-8799355714042909497.1.5334", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5338", - "className": "HTMLElement" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5339", - "className": "Array" - } - ] - } - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "toolbar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zi", - "description": "devtools-toolbar.tabbed-pane-left-toolbar", - "objectId": "-8799355714042909497.1.5335", - "nested": { - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "compactLayout": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5346", - "className": "HTMLElement" - } - ] - } - }, - "title": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Hide navigator" - }, - "button": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "a", - "description": "devtools-button.toolbar-button", - "objectId": "-8799355714042909497.1.5336", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5348", - "className": "HTMLElement" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5349", - "className": "Array" - } - ] - } - }, - "text": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "adorner": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5337", - "className": "Bi" - } - ] - } - }, - "toggleDebuggerSidebarButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ni", - "description": "Ni", - "objectId": "-8799355714042909497.1.4948", - "nested": { - "element": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "a", - "description": "devtools-button.toolbar-button", - "objectId": "-8799355714042909497.1.5356", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5360", - "className": "HTMLElement" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5361", - "className": "Array" - } - ] - } - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "toolbar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zi", - "description": "devtools-toolbar.tabbed-pane-right-toolbar", - "objectId": "-8799355714042909497.1.5357", - "nested": { - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "compactLayout": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5368", - "className": "HTMLElement" - } - ] - } - }, - "title": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Hide debugger" - }, - "button": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "a", - "description": "devtools-button.toolbar-button", - "objectId": "-8799355714042909497.1.5358", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5370", - "className": "HTMLElement" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5371", - "className": "Array" - } - ] - } - }, - "text": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "adorner": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5359", - "className": "Bi" - } - ] - } - }, - "threadsSidebarPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "watchSidebarPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "St", - "description": "St", - "objectId": "-8799355714042909497.1.4949", - "nested": { - "viewRegistration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5377", - "nested": { - "id": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "sources.watch" - }, - "persistence": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "permanent" - }, - "loadView": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "async()=>(await h()).WatchExpressionsSidebarPane.WatchExpressionsSidebarPane.instance()" - }, - "hasToolbar": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5382", - "className": "Object" - } - ] - } - }, - "widgetPromise": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5378", - "className": "Object" - } - ] - } - }, - "callstackPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Xe", - "description": "Xe", - "objectId": "-8799355714042909497.1.4950", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "items": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "vi", - "description": "vi", - "objectId": "-8799355714042909497.1.5389", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5406", - "className": "It" - } - ] - } - }, - "list": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "gi", - "description": "gi", - "objectId": "-8799355714042909497.1.5390", - "nested": { - "firstIndex": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "lastIndex": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "renderedHeight": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "topHeight": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "bottomHeight": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "model": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "vi", - "description": "vi", - "objectId": "-8799355714042909497.1.5410", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5417", - "className": "It" - } - ] - } - }, - "delegate": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Xe", - "description": "Xe", - "objectId": "-8799355714042909497.1.5412", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "items": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "vi", - "description": "vi", - "objectId": "-8799355714042909497.1.5424", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5424" - } - }, - "list": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "gi", - "description": "gi", - "objectId": "-8799355714042909497.1.5425", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5425" - } - }, - "showIgnoreListed": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "locationPool": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "w", - "description": "w", - "objectId": "-8799355714042909497.1.5427", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5427" - } - }, - "updateThrottler": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Throttler", - "description": "Throttler", - "objectId": "-8799355714042909497.1.5428", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5428" - } - }, - "maxAsyncStackChainDepth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 32 - }, - "updateItemThrottler": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Throttler", - "description": "Throttler", - "objectId": "-8799355714042909497.1.5429", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5429" - } - }, - "muteActivateItem": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "lastDebuggerModel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5431", - "className": "SimpleView" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5432", - "className": "Array" - } - ] - } - }, - "mode": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "UI.ListMode.NonViewport" - }, - "fixedHeight": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "variableOffsets": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Int32Array", - "description": "Int32Array(0)", - "objectId": "-8799355714042909497.1.5413", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5439", - "className": "TypedArray" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5414", - "className": "Object" - } - ] - } - }, - "showIgnoreListed": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "locationPool": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "w", - "description": "w", - "objectId": "-8799355714042909497.1.5392", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5440", - "className": "Object" - } - ] - } - }, - "updateThrottler": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Throttler", - "description": "Throttler", - "objectId": "-8799355714042909497.1.5393", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5442", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5443", - "className": "Array" - } - ] - } - }, - "maxAsyncStackChainDepth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 32 - }, - "updateItemThrottler": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Throttler", - "description": "Throttler", - "objectId": "-8799355714042909497.1.5394", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5445", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5446", - "className": "Array" - } - ] - } - }, - "muteActivateItem": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "lastDebuggerModel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5396", - "className": "SimpleView" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5397", - "className": "Array" - } - ] - } - }, - "liveLocationPool": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "w", - "description": "w", - "objectId": "-8799355714042909497.1.4951", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5448", - "className": "Object" - } - ] - } - }, - "lastModificationTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "switchToPausedTargetTimeout": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "executionLineLocation": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "sidebarPaneStack": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Rt", - "description": "Rt", - "objectId": "-8799355714042909497.1.4952", - "nested": { - "manager": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "kt", - "description": "kt", - "objectId": "-8799355714042909497.1.5450", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "locationOverrideSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5458", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "views-location-override" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5460", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5460" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5461", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5461" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5462", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5462" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5463", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5464", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5459", - "className": "It" - } - ] - } - }, - "vbox": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ne", - "description": "Ne", - "objectId": "-8799355714042909497.1.5452", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5470", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5471", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5454", - "className": "Dt" - } - ] - } - }, - "tabbedLocationHeader": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "extensionSidebarPanesContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Rt", - "description": "Rt", - "objectId": "-8799355714042909497.1.4953", - "nested": { - "manager": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "kt", - "description": "kt", - "objectId": "-8799355714042909497.1.5477", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "locationOverrideSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5485", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "views-location-override" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5487", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5487" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5488", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5488" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5489", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5489" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5490", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5491", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5486", - "className": "It" - } - ] - } - }, - "vbox": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ne", - "description": "Ne", - "objectId": "-8799355714042909497.1.5479", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5497", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5498", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5481", - "className": "Dt" - } - ] - } - }, - "sidebarPaneView": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ne", - "description": "Ne", - "objectId": "-8799355714042909497.1.4954", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5506", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5507", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.4955", - "className": "Jo" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.4956", - "className": "Array" - } - ] - } - }, - "network": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "nr", - "description": "nr", - "objectId": "-8799355714042909497.1.2887", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5515", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ne", - "description": "Ne", - "objectId": "-8799355714042909497.1.5550", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5569", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ne", - "description": "Ne", - "objectId": "-8799355714042909497.1.5579", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5579" - } - }, - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5580", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5580" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5581", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5582", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5570", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5571", - "className": "Array" - } - ] - } - }, - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5551", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-panel-sidebar-state" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5596", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5604", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5597", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5606", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5598", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5607", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5607" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5608", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5608" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5609", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5599", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5600", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5552", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5553", - "className": "Array" - } - ] - } - }, - "panelName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network" - }, - "networkLogShowOverviewSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5516", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-log-show-overview" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5610", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5617", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5611", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5618", - "nested": { - "adorner-settings": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" - }, - "closeable-tabs": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" - }, - "console.sidebar-selected-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"message\"" - }, - "console.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "currentDockState": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"right\"" - }, - "disable-self-xss-warning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "elements-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":360.23046875}}" - }, - "elements.styles.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspector-view.split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":832.09375}}" - }, - "inspector.drawer-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "network-hide-chrome-extensions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-hide-data-url": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-log.preserve-log": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "network-only-blocked-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-ip-protected-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-third-party-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" - }, - "network-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-panel-split-view-waterfall": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-resource-type-filters": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"all\":true}" - }, - "network-show-blocked-cookies-only-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-text-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"\"" - }, - "panel-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"console\"" - }, - "panel-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" - }, - "releaseNoteVersionSeen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "83" - }, - "request-info-form-data-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-general-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-query-string-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-payload-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-response-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resource-view-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"payload\"" - }, - "resources-cookies-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-last-selected-element-path": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[\"bounce-tracking-mitigations://\"]" - }, - "resources-local-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":392.55859375}}" - }, - "resources-session-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "selected-profile-type": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"HEAP\"" - }, - "sources-panel-debugger-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" - }, - "sources-panel-navigator-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "sources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "styles-pane-sidebar-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"elements.event-listeners\"" - }, - "styles-pane-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"styles\":10,\"computed\":20}" - }, - "sync-preferences": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "syncedInspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "timeline-counters-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0}}" - }, - "timeline-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "timeline-tree-view-details-split-widget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5621", - "className": "Object" - } - ] - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5619", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5627", - "className": "Object" - } - ] - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5620", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5612", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5613", - "className": "Array" - } - ] - } - }, - "networkLogLargeRowsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5517", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-log-large-rows" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5628", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5635", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5629", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5636", - "nested": { - "adorner-settings": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" - }, - "closeable-tabs": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" - }, - "console.sidebar-selected-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"message\"" - }, - "console.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "currentDockState": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"right\"" - }, - "disable-self-xss-warning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "elements-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":360.23046875}}" - }, - "elements.styles.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspector-view.split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":832.09375}}" - }, - "inspector.drawer-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "network-hide-chrome-extensions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-hide-data-url": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-log.preserve-log": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "network-only-blocked-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-ip-protected-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-third-party-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" - }, - "network-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-panel-split-view-waterfall": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-resource-type-filters": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"all\":true}" - }, - "network-show-blocked-cookies-only-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-text-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"\"" - }, - "panel-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"console\"" - }, - "panel-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" - }, - "releaseNoteVersionSeen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "83" - }, - "request-info-form-data-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-general-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-query-string-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-payload-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-response-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resource-view-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"payload\"" - }, - "resources-cookies-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-last-selected-element-path": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[\"bounce-tracking-mitigations://\"]" - }, - "resources-local-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":392.55859375}}" - }, - "resources-session-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "selected-profile-type": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"HEAP\"" - }, - "sources-panel-debugger-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" - }, - "sources-panel-navigator-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "sources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "styles-pane-sidebar-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"elements.event-listeners\"" - }, - "styles-pane-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"styles\":10,\"computed\":20}" - }, - "sync-preferences": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "syncedInspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "timeline-counters-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0}}" - }, - "timeline-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "timeline-tree-view-details-split-widget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5639", - "className": "Object" - } - ] - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5637", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5645", - "className": "Object" - } - ] - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5638", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5630", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5631", - "className": "Array" - } - ] - } - }, - "networkRecordFilmStripSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5518", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-record-film-strip-setting" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5646", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5653", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5647", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5654", - "nested": { - "adorner-settings": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" - }, - "closeable-tabs": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" - }, - "console.sidebar-selected-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"message\"" - }, - "console.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "currentDockState": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"right\"" - }, - "disable-self-xss-warning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "elements-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":360.23046875}}" - }, - "elements.styles.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspector-view.split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":832.09375}}" - }, - "inspector.drawer-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "network-hide-chrome-extensions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-hide-data-url": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-log.preserve-log": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "network-only-blocked-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-ip-protected-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-third-party-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" - }, - "network-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-panel-split-view-waterfall": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-resource-type-filters": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"all\":true}" - }, - "network-show-blocked-cookies-only-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-text-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"\"" - }, - "panel-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"console\"" - }, - "panel-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" - }, - "releaseNoteVersionSeen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "83" - }, - "request-info-form-data-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-general-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-query-string-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-payload-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-response-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resource-view-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"payload\"" - }, - "resources-cookies-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-last-selected-element-path": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[\"bounce-tracking-mitigations://\"]" - }, - "resources-local-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":392.55859375}}" - }, - "resources-session-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "selected-profile-type": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"HEAP\"" - }, - "sources-panel-debugger-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" - }, - "sources-panel-navigator-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "sources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "styles-pane-sidebar-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"elements.event-listeners\"" - }, - "styles-pane-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"styles\":10,\"computed\":20}" - }, - "sync-preferences": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "syncedInspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "timeline-counters-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0}}" - }, - "timeline-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "timeline-tree-view-details-split-widget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5657", - "className": "Object" - } - ] - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5655", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5663", - "className": "Object" - } - ] - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5656", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5648", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5649", - "className": "Array" - } - ] - } - }, - "toggleRecordAction": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "C", - "description": "C", - "objectId": "-8799355714042909497.1.5519", - "nested": { - "actionRegistration": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5665", - "nested": { - "actionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network.toggle-recording" - }, - "category": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NETWORK" - }, - "iconClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "record-start" - }, - "toggleable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "toggledIconClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "record-stop" - }, - "toggleWithRedColor": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "loadActionDelegate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "async()=>new((await C()).NetworkPanel.ActionDelegate)" - }, - "options": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(2)", - "objectId": "-8799355714042909497.1.5669", - "nested": { - "0": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5672", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5672" - } - }, - "1": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5673", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5673" - } - }, - "length": { - "type": "number", - "writable": true, - "configurable": false, - "enumerable": false, - "value": 2 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5674", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5671", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5666", - "className": "It" - } - ] - } - }, - "pendingStopTimer": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "networkItemView": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "oi", - "description": "oi", - "objectId": "-8799355714042909497.1.5520", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "_e", - "description": "_e", - "objectId": "-8799355714042909497.1.5677", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "request": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "go", - "description": "go", - "objectId": "-8799355714042909497.1.5708", - "nested": { - "statusCode": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 403 - }, - "statusText": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "requestMethod": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "POST" - }, - "requestTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "protocol": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "h2" - }, - "alternateProtocolUsage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unspecifiedReason" - }, - "mixedContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "connectionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "55014" - }, - "connectionReused": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "hasNetworkData": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "localizedFailDescription": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "responseReceivedPromiseResolve": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "directSocketInfo": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5721", - "className": "It" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5722", - "className": "Array" - } - ] - } - }, - "decodeRequestParameters": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "queryStringCategory": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5709", - "nested": { - "treeOutline": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$r", - "description": "$r", - "objectId": "-8799355714042909497.1.5750", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5750" - } - }, - "parent": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Gr", - "description": "Gr", - "objectId": "-8799355714042909497.1.5751", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5751" - } - }, - "previousSibling": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "nextSibling": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5752", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5752" - } - }, - "titleInternal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "expandLoggable": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5759", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5759" - } - }, - "hiddenInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "selectableInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "expanded": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "selected": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "expandable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "collapsible": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "toggleOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "button": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "root": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "tooltipInternal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "leadingIconsElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "trailingIconsElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "disableSelectFocus": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "expandedSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5761", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5761" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5762", - "className": "Gr" - } - ] - } - }, - "formDataCategory": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5710", - "nested": { - "treeOutline": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$r", - "description": "$r", - "objectId": "-8799355714042909497.1.5763", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5763" - } - }, - "parent": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Gr", - "description": "Gr", - "objectId": "-8799355714042909497.1.5764", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5764" - } - }, - "previousSibling": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5765", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5765" - } - }, - "nextSibling": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5766", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5766" - } - }, - "titleInternal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "expandLoggable": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5773", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5773" - } - }, - "hiddenInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "selectableInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "expanded": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "selected": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "expandable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "collapsible": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "toggleOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "button": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "root": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "tooltipInternal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "leadingIconsElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "trailingIconsElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "disableSelectFocus": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "expandedSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5775", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5775" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5776", - "className": "Gr" - } - ] - } - }, - "requestPayloadCategory": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5711", - "nested": { - "treeOutline": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$r", - "description": "$r", - "objectId": "-8799355714042909497.1.5777", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5777" - } - }, - "parent": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Gr", - "description": "Gr", - "objectId": "-8799355714042909497.1.5778", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5778" - } - }, - "previousSibling": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5779", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5779" - } - }, - "nextSibling": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "titleInternal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Request Payload" - }, - "expandLoggable": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5786", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5786" - } - }, - "hiddenInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "selectableInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "expanded": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "selected": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "expandable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "collapsible": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "toggleOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "button": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "root": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "tooltipInternal": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "leadingIconsElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "trailingIconsElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "disableSelectFocus": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "expandedSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5788", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5788" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5789", - "className": "Gr" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5712", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5713", - "className": "Array" - } - ] - } - }, - "currentTabLocked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "autoSelectFirstItemOnShow": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "triggerDropDownTimeout": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentDevicePixelRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "shrinkableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "verticalTabLayout": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "closeableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "sliderEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "placeholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "focusedPlaceholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "placeholderContainerElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "measuredDropDownButtonWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20 - }, - "allowTabReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "automaticReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "lastSelectedOverflowTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.5685", - "nested": { - "closeable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "previewFeature": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "tabbedPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "oi", - "description": "oi", - "objectId": "-8799355714042909497.1.5790", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "_e", - "description": "_e", - "objectId": "-8799355714042909497.1.5797", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5797" - } - }, - "currentTabLocked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "autoSelectFirstItemOnShow": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "triggerDropDownTimeout": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentDevicePixelRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "shrinkableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "verticalTabLayout": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "closeableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "sliderEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "placeholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "focusedPlaceholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "placeholderContainerElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "measuredDropDownButtonWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20 - }, - "allowTabReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "automaticReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "lastSelectedOverflowTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.5805", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5805" - } - }, - "currentTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.5806", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5806" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5807", - "className": "st" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5808", - "className": "Array" - } - ] - } - }, - "shown": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "measuredWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 66 - }, - "icon": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "suffixElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dragStartX": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5792", - "className": "Object" - } - ] - } - }, - "currentTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.5686", - "nested": { - "closeable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "previewFeature": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "tabbedPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "oi", - "description": "oi", - "objectId": "-8799355714042909497.1.5826", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "_e", - "description": "_e", - "objectId": "-8799355714042909497.1.5833", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5833" - } - }, - "currentTabLocked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "autoSelectFirstItemOnShow": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "triggerDropDownTimeout": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentDevicePixelRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "shrinkableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "verticalTabLayout": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "closeableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "sliderEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "placeholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "focusedPlaceholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "placeholderContainerElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "measuredDropDownButtonWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20 - }, - "allowTabReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "automaticReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "lastSelectedOverflowTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.5841", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5841" - } - }, - "currentTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.5842", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5842" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5843", - "className": "st" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5844", - "className": "Array" - } - ] - } - }, - "shown": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "measuredWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 66 - }, - "icon": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "suffixElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dragStartX": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5828", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5687", - "className": "st" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5688", - "className": "Array" - } - ] - } - }, - "filmStripView": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "filmStripRecorder": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentRequest": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "go", - "description": "go", - "objectId": "-8799355714042909497.1.5521", - "nested": { - "statusCode": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 403 - }, - "statusText": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "requestMethod": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "POST" - }, - "requestTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "protocol": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "h2" - }, - "alternateProtocolUsage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unspecifiedReason" - }, - "mixedContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "connectionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "55014" - }, - "connectionReused": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "hasNetworkData": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "localizedFailDescription": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "responseReceivedPromiseResolve": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "directSocketInfo": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5864", - "className": "It" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5865", - "className": "Array" - } - ] - } - }, - "panelToolbar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zi", - "description": "devtools-toolbar", - "objectId": "-8799355714042909497.1.5522", - "nested": { - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "compactLayout": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5894", - "className": "HTMLElement" - } - ] - } - }, - "rightToolbar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zi", - "description": "devtools-toolbar", - "objectId": "-8799355714042909497.1.5523", - "nested": { - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "compactLayout": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5897", - "className": "HTMLElement" - } - ] - } - }, - "filterBar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Bo", - "description": "Bo", - "objectId": "-8799355714042909497.1.5524", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "stateSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5901", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "filter-bar-network-panel-toggled" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5912", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5919", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5913", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5920", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5920" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5921", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5921" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5922", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5914", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5915", - "className": "Array" - } - ] - } - }, - "alwaysShowFilters": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "showingWidget": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5903", - "className": "We" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5904", - "className": "Array" - } - ] - } - }, - "showSettingsPaneSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5525", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-show-settings-toolbar" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.5923", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5930", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.5924", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5931", - "nested": { - "adorner-settings": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" - }, - "closeable-tabs": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" - }, - "console.sidebar-selected-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"message\"" - }, - "console.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "currentDockState": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"right\"" - }, - "disable-self-xss-warning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "elements-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":360.23046875}}" - }, - "elements.styles.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspector-view.split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":832.09375}}" - }, - "inspector.drawer-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "network-hide-chrome-extensions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-hide-data-url": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-log.preserve-log": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "network-only-blocked-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-ip-protected-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-third-party-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" - }, - "network-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-panel-split-view-waterfall": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-resource-type-filters": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"all\":true}" - }, - "network-show-blocked-cookies-only-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-text-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"\"" - }, - "panel-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"console\"" - }, - "panel-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" - }, - "releaseNoteVersionSeen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "83" - }, - "request-info-form-data-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-general-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-query-string-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-payload-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-response-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resource-view-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"payload\"" - }, - "resources-cookies-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-last-selected-element-path": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[\"bounce-tracking-mitigations://\"]" - }, - "resources-local-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":392.55859375}}" - }, - "resources-session-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "selected-profile-type": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"HEAP\"" - }, - "sources-panel-debugger-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" - }, - "sources-panel-navigator-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "sources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "styles-pane-sidebar-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"elements.event-listeners\"" - }, - "styles-pane-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"styles\":10,\"computed\":20}" - }, - "sync-preferences": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "syncedInspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "timeline-counters-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0}}" - }, - "timeline-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "timeline-tree-view-details-split-widget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5934", - "className": "Object" - } - ] - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.5932", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5940", - "className": "Object" - } - ] - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5933", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5925", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5926", - "className": "Array" - } - ] - } - }, - "overviewPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ne", - "description": "Ne", - "objectId": "-8799355714042909497.1.5527", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "overviewCalculator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "We", - "description": "We", - "objectId": "-8799355714042909497.1.5943", - "nested": { - "navStartTimes": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5961", - "className": "Object" - } - ] - } - }, - "overviewGrid": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Pe", - "description": "Pe", - "objectId": "-8799355714042909497.1.5944", - "nested": { - "grid": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "A", - "description": "A", - "objectId": "-8799355714042909497.1.5963", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5969", - "className": "Object" - } - ] - } - }, - "window": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Me", - "description": "Me", - "objectId": "-8799355714042909497.1.5964", - "nested": { - "calculator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "We", - "description": "We", - "objectId": "-8799355714042909497.1.5974", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.5974" - } - }, - "curtainsRange": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "breadcrumbZoomIcon": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "overviewWindowSelector": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "offsetLeft": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dragStartPointPixel": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dragStartLeftRatio": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dragStartRightRatio": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "windowLeftRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "windowRightRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "resizeEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "resizerParentOffsetLeft": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5982", - "className": "It" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5983", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5965", - "className": "Object" - } - ] - } - }, - "overviewInfo": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Xe", - "description": "Xe", - "objectId": "-8799355714042909497.1.5949", - "nested": { - "glassPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ln", - "description": "ln", - "objectId": "-8799355714042909497.1.5985", - "nested": { - "onClickOutsideCallback": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "maxSize": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "positionX": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "positionY": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "anchorBox": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "anchorBehavior": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "PreferTop" - }, - "sizeBehavior": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "MeasureContent" - }, - "marginBehavior": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DefaultMargin" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5991", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5992", - "className": "Array" - } - ] - } - }, - "visible": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5987", - "className": "Object" - } - ] - } - }, - "updateThrottler": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Throttler", - "description": "Throttler", - "objectId": "-8799355714042909497.1.5950", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5994", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5995", - "className": "Array" - } - ] - } - }, - "cursorEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "cursorPosition": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "lastWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 848 - }, - "windowStartTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "windowEndTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "muteOnWindowChanged": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "hasPointer": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5951", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5952", - "className": "Array" - } - ] - } - }, - "networkOverview": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "wi", - "description": "wi", - "objectId": "-8799355714042909497.1.5528", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "selectedFilmStripTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": -1 - }, - "numBands": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 17 - }, - "highlightedRequest": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "go", - "description": "go", - "objectId": "-8799355714042909497.1.6000", - "nested": { - "statusCode": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 403 - }, - "statusText": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "requestMethod": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "POST" - }, - "requestTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "protocol": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "h2" - }, - "alternateProtocolUsage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "unspecifiedReason" - }, - "mixedContentType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "none" - }, - "connectionId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "55014" - }, - "connectionReused": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "hasNetworkData": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "localizedFailDescription": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "responseReceivedPromiseResolve": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "directSocketInfo": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6018", - "className": "It" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6019", - "className": "Array" - } - ] - } - }, - "nextBand": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "span": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 108.42021724855044 - }, - "lastBoundary": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "o", - "description": "o", - "objectId": "-8799355714042909497.1.6006", - "nested": { - "minimum": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "maximum": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 108.42021724855044 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6047", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6007", - "className": "_e" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6008", - "className": "Array" - } - ] - } - }, - "calculator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "m", - "description": "m", - "objectId": "-8799355714042909497.1.5530", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "startAtZero": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6048", - "className": "s" - } - ] - } - }, - "splitWidget": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.5531", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ne", - "description": "Ne", - "objectId": "-8799355714042909497.1.6052", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "oi", - "description": "oi", - "objectId": "-8799355714042909497.1.6071", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "_e", - "description": "_e", - "objectId": "-8799355714042909497.1.6081", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6081" - } - }, - "currentTabLocked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "autoSelectFirstItemOnShow": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "triggerDropDownTimeout": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentDevicePixelRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "shrinkableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "verticalTabLayout": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "closeableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "sliderEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "placeholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "focusedPlaceholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "placeholderContainerElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "measuredDropDownButtonWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20 - }, - "allowTabReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "automaticReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "lastSelectedOverflowTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.6089", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6089" - } - }, - "currentTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.6090", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6090" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6091", - "className": "st" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6092", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6072", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6073", - "className": "Array" - } - ] - } - }, - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6053", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-panel-split-view-state" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6110", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6118", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6111", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6120", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6112", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6121", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6121" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6122", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6122" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6123", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6113", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6114", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6054", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6055", - "className": "Array" - } - ] - } - }, - "sidebarLocation": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "At", - "description": "At", - "objectId": "-8799355714042909497.1.5532", - "nested": { - "manager": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "kt", - "description": "kt", - "objectId": "-8799355714042909497.1.6124", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "locationOverrideSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6135", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "views-location-override" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6137", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6137" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6138", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6138" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6139", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6139" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6140", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6141", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6136", - "className": "It" - } - ] - } - }, - "revealCallback": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "async()=>{e.ViewManager.ViewManager.instance().showView(\"network\"),c.showBoth()}" - }, - "location": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-sidebar" - }, - "allowReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "closeableTabSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6126", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "closeable-tabs" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6145", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6153", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6146", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6155", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6147", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6156", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6156" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6157", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6157" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6158", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6148", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6149", - "className": "Array" - } - ] - } - }, - "tabOrderSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6127", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-sidebar-tab-order" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6159", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6166", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6160", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6168", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6161", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6169", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6169" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6170", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6170" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6171", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6162", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6163", - "className": "Array" - } - ] - } - }, - "lastSelectedTabSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6128", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-sidebar-selected-tab" - }, - "defaultValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6172", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6179", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6173", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6180", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6180" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6181", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6181" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6182", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6174", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6175", - "className": "Array" - } - ] - } - }, - "defaultTab": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6130", - "className": "Dt" - } - ] - } - }, - "networkLogView": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Oi", - "description": "Oi", - "objectId": "-8799355714042909497.1.5534", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.6185", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "y", - "description": "y", - "objectId": "-8799355714042909497.1.6226", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dataGrid": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "G", - "description": "G", - "objectId": "-8799355714042909497.1.6245", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6245" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6246", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6247", - "className": "Array" - } - ] - } - }, - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6227", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-panel-split-view-waterfall" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6254", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6254" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6255", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6255" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6256", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6256" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6257", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6258", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6228", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6229", - "className": "Array" - } - ] - } - }, - "networkInvertFilterSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6186", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-invert-filter" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6262", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6269", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6263", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6270", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6270" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6271", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6271" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6272", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6264", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6265", - "className": "Array" - } - ] - } - }, - "networkHideDataURLSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6187", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-hide-data-url" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6273", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6280", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6274", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6281", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6281" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6282", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6282" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6283", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6275", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6276", - "className": "Array" - } - ] - } - }, - "networkHideChromeExtensions": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6188", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-hide-chrome-extensions" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6284", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6291", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6285", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6292", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6292" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6293", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6293" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6294", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6286", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6287", - "className": "Array" - } - ] - } - }, - "networkShowBlockedCookiesOnlySetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6189", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-show-blocked-cookies-only-setting" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6295", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6302", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6296", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6303", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6303" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6304", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6304" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6305", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6297", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6298", - "className": "Array" - } - ] - } - }, - "networkOnlyBlockedRequestsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6190", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-only-blocked-requests" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6306", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6313", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6307", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6314", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6314" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6315", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6315" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6316", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6308", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6309", - "className": "Array" - } - ] - } - }, - "networkOnlyThirdPartySetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6191", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-only-third-party-setting" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6317", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6324", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6318", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6325", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6325" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6326", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6326" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6327", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6319", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6320", - "className": "Array" - } - ] - } - }, - "networkResourceTypeFiltersSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6192", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-resource-type-filters" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6328", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6336", - "className": "Object" - } - ] - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6329", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6338", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6330", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6339", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6339" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6340", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6340" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6341", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6331", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6332", - "className": "Array" - } - ] - } - }, - "networkShowOptionsToGenerateHarWithSensitiveData": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6193", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network.show-options-to-generate-har-with-sensitive-data" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6342", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6351", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6343", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6352", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6352" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6353", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6353" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6354", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6344", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6345", - "className": "Array" - } - ] - } - }, - "networkOnlyIPProtectedRequestsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6194", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-only-ip-protected-requests" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6355", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6362", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6356", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6363", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6363" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6364", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6364" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6365", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6357", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6358", - "className": "Array" - } - ] - } - }, - "networkLogLargeRowsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6196", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-log-large-rows" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6366", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6373", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6367", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6374", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6374" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6375", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6375" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6376", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6368", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6369", - "className": "Array" - } - ] - } - }, - "rowHeightInternal": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 21 - }, - "timeCalculatorInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "m", - "description": "m", - "objectId": "-8799355714042909497.1.6197", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "startAtZero": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6377", - "className": "s" - } - ] - } - }, - "durationCalculator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "u", - "description": "u", - "objectId": "-8799355714042909497.1.6198", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "startAtZero": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6379", - "className": "s" - } - ] - } - }, - "calculatorInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "m", - "description": "m", - "objectId": "-8799355714042909497.1.6199", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "startAtZero": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6381", - "className": "s" - } - ] - } - }, - "columnsInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Fi", - "description": "Fi", - "objectId": "-8799355714042909497.1.6200", - "nested": { - "networkLogView": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Oi", - "description": "Oi", - "objectId": "-8799355714042909497.1.6383", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.6404", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6404" - } - }, - "networkInvertFilterSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6405", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6405" - } - }, - "networkHideDataURLSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6406", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6406" - } - }, - "networkHideChromeExtensions": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6407", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6407" - } - }, - "networkShowBlockedCookiesOnlySetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6408", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6408" - } - }, - "networkOnlyBlockedRequestsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6409", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6409" - } - }, - "networkOnlyThirdPartySetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6410", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6410" - } - }, - "networkResourceTypeFiltersSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6411", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6411" - } - }, - "networkShowOptionsToGenerateHarWithSensitiveData": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6412", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6412" - } - }, - "networkOnlyIPProtectedRequestsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6413", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6413" - } - }, - "networkLogLargeRowsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6415", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6415" - } - }, - "rowHeightInternal": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 21 - }, - "timeCalculatorInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "m", - "description": "m", - "objectId": "-8799355714042909497.1.6416", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6416" - } - }, - "durationCalculator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "u", - "description": "u", - "objectId": "-8799355714042909497.1.6417", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6417" - } - }, - "calculatorInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "m", - "description": "m", - "objectId": "-8799355714042909497.1.6418", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6418" - } - }, - "columnsInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Fi", - "description": "Fi", - "objectId": "-8799355714042909497.1.6419", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6419" - } - }, - "mainRequestLoadTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": -1 - }, - "mainRequestDOMContentLoadedTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": -1 - }, - "timeFilter": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "hoveredNodeInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "recordingHint": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "highlightedNode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "linkifierInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "N", - "description": "N", - "objectId": "-8799355714042909497.1.6422", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6422" - } - }, - "recording": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "needsRefresh": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "headerHeightInternal": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "activeGroupLookup": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "textFilterUI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Fo", - "description": "Fo", - "objectId": "-8799355714042909497.1.6424", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6424" - } - }, - "invertFilterUI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ho", - "description": "Ho", - "objectId": "-8799355714042909497.1.6425", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6425" - } - }, - "moreFiltersDropDownUI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "_i", - "description": "_i", - "objectId": "-8799355714042909497.1.6426", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6426" - } - }, - "resourceCategoryFilterUI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Wo", - "description": "Wo", - "objectId": "-8799355714042909497.1.6427", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6427" - } - }, - "filterParser": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "FilterParser", - "description": "FilterParser", - "objectId": "-8799355714042909497.1.6428", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6428" - } - }, - "suggestionBuilder": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "FilterSuggestionBuilder", - "description": "FilterSuggestionBuilder", - "objectId": "-8799355714042909497.1.6429", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6429" - } - }, - "dataGrid": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "G", - "description": "G", - "objectId": "-8799355714042909497.1.6430", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6430" - } - }, - "summaryToolbarInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zi", - "description": "devtools-toolbar.network-summary-bar", - "objectId": "-8799355714042909497.1.6431", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6431" - } - }, - "filterBar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Bo", - "description": "Bo", - "objectId": "-8799355714042909497.1.6432", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6432" - } - }, - "textFilterSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6433", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6433" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6435", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6436", - "className": "Array" - } - ] - } - }, - "persistentSettings": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6384", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-log-columns" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6443", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6443" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6444", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6444" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6445", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6445" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6446", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6447", - "className": "Array" - } - ] - } - }, - "networkLogLargeRowsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6385", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-log-large-rows" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6451", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6451" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6452", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6452" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6453", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6454", - "className": "Array" - } - ] - } - }, - "eventDividersShown": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "gridMode": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "waterfallRequestsAreStale": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "waterfallScrollerWidthIsStale": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "popupLinkifier": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "N", - "description": "N", - "objectId": "-8799355714042909497.1.6388", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "maxLength": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 150 - }, - "useLinkDecorator": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6459", - "className": "It" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6460", - "className": "Array" - } - ] - } - }, - "lastWheelTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "splitWidget": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.6390", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "y", - "description": "y", - "objectId": "-8799355714042909497.1.6464", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6464" - } - }, - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6465", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6465" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6466", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6467", - "className": "Array" - } - ] - } - }, - "waterfallColumn": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ti", - "description": "Ti", - "objectId": "-8799355714042909497.1.6391", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "canvasPosition": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "DOMRect", - "description": "DOMRect", - "objectId": "-8799355714042909497.1.6484", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6484" - } - }, - "leftPadding": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5 - }, - "fontSize": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 10 - }, - "rightPadding": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "scrollTop": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "headerHeight": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "calculator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "m", - "description": "m", - "objectId": "-8799355714042909497.1.6485", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6485" - } - }, - "rowHeight": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 21 - }, - "offsetWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "offsetHeight": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "startTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 792584.104259 - }, - "endTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 792591.140484 - }, - "popoverHelper": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ir", - "description": "ir", - "objectId": "-8799355714042909497.1.6486", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6486" - } - }, - "hoveredNode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "wiskerStyle": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6492", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6492" - } - }, - "hoverDetailsStyle": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6493", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6493" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6496", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6497", - "className": "Array" - } - ] - } - }, - "dataGridScroller": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "HTMLDivElement", - "description": "div.data-container", - "objectId": "-8799355714042909497.1.6393", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6503", - "className": "HTMLDivElement" - } - ] - } - }, - "waterfallColumnSortIcon": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "n", - "description": "devtools-icon.sort-order-icon", - "objectId": "-8799355714042909497.1.6397", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6504", - "className": "HTMLElement" - } - ] - } - }, - "activeWaterfallSortId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "startTime" - }, - "popoverHelper": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ir", - "description": "ir", - "objectId": "-8799355714042909497.1.6398", - "nested": { - "disableOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "scheduledRequest": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "hidePopoverCallback": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "showTimeout": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 300 - }, - "hideTimeout": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 300 - }, - "hidePopoverTimer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "showPopoverTimer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "jslogContext": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network.initiator-stacktrace" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6513", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6514", - "className": "Array" - } - ] - } - }, - "hasScrollerTouchStarted": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "scrollerTouchStartPos": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6399", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6400", - "className": "Array" - } - ] - } - }, - "mainRequestLoadTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": -1 - }, - "mainRequestDOMContentLoadedTime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": -1 - }, - "timeFilter": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "hoveredNodeInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "recordingHint": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "highlightedNode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "linkifierInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "N", - "description": "N", - "objectId": "-8799355714042909497.1.6203", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "maxLength": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 150 - }, - "useLinkDecorator": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6517", - "className": "It" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6518", - "className": "Array" - } - ] - } - }, - "recording": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "needsRefresh": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "headerHeightInternal": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "activeGroupLookup": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "textFilterUI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Fo", - "description": "Fo", - "objectId": "-8799355714042909497.1.6205", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6523", - "className": "It" - } - ] - } - }, - "invertFilterUI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ho", - "description": "Ho", - "objectId": "-8799355714042909497.1.6206", - "nested": { - "activeWhenChecked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "checkbox": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Fs", - "description": "devtools-checkbox", - "objectId": "-8799355714042909497.1.6527", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6529", - "className": "HTMLElement" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6528", - "className": "It" - } - ] - } - }, - "moreFiltersDropDownUI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "_i", - "description": "_i", - "objectId": "-8799355714042909497.1.6207", - "nested": { - "dropDownButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ui", - "description": "Ui", - "objectId": "-8799355714042909497.1.6535", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "toolbar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "title": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Show only/hide requests" - }, - "text": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "More filters" - }, - "iconName": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "adorner": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "s", - "description": "devtools-adorner.active-filters-count.hidden", - "objectId": "-8799355714042909497.1.6548", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6548" - } - }, - "useSoftMenu": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "keepOpen": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isIconDropdown": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "triggerTimeoutId": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6550", - "className": "Bi" - } - ] - } - }, - "networkHideDataURLSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6536", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-hide-data-url" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6551", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6551" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6552", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6552" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6553", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6554", - "className": "Array" - } - ] - } - }, - "networkHideChromeExtensionsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6537", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-hide-chrome-extensions" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6557", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6557" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6558", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6558" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6559", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6560", - "className": "Array" - } - ] - } - }, - "networkShowBlockedCookiesOnlySetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6538", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-show-blocked-cookies-only-setting" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6563", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6563" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6564", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6564" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6565", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6566", - "className": "Array" - } - ] - } - }, - "networkOnlyBlockedRequestsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6539", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-only-blocked-requests" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6569", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6569" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6570", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6570" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6571", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6572", - "className": "Array" - } - ] - } - }, - "networkOnlyThirdPartySetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6540", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-only-third-party-setting" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6575", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6575" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6576", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6576" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6577", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6578", - "className": "Array" - } - ] - } - }, - "networkOnlyIPProtectedRequestsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6541", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-only-ip-protected-requests" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6581", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6581" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6582", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6582" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6583", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6584", - "className": "Array" - } - ] - } - }, - "activeFiltersCountAdorner": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "s", - "description": "devtools-adorner.active-filters-count.hidden", - "objectId": "-8799355714042909497.1.6543", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "countWrapper" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6587", - "className": "HTMLElement" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6588", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6544", - "className": "It" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6545", - "className": "Array" - } - ] - } - }, - "resourceCategoryFilterUI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Wo", - "description": "Wo", - "objectId": "-8799355714042909497.1.6208", - "nested": { - "setting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6596", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-resource-type-filters" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6598", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6598" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6599", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6599" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6600", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6600" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6601", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6602", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6597", - "className": "It" - } - ] - } - }, - "filterParser": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "FilterParser", - "description": "FilterParser", - "objectId": "-8799355714042909497.1.6209", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6607", - "className": "Object" - } - ] - } - }, - "suggestionBuilder": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "FilterSuggestionBuilder", - "description": "FilterSuggestionBuilder", - "objectId": "-8799355714042909497.1.6210", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6611", - "className": "Object" - } - ] - } - }, - "dataGrid": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "G", - "description": "G", - "objectId": "-8799355714042909497.1.6211", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "displayName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Network Log" - }, - "editCallback": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "deleteCallback": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "refreshCallback": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dataTableHeaders": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6613", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6682", - "className": "Object" - } - ] - } - }, - "dataTable": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "HTMLTableElement", - "description": "table.data", - "objectId": "-8799355714042909497.1.6615", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6683", - "className": "HTMLTableElement" - } - ] - } - }, - "inline": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "columns": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6617", - "nested": { - "name": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6684", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6684" - } - }, - "path": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6685", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6685" - } - }, - "url": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6686", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6686" - } - }, - "method": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6687", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6687" - } - }, - "status": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6688", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6688" - } - }, - "protocol": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6689", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6689" - } - }, - "scheme": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6690", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6690" - } - }, - "domain": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6691", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6691" - } - }, - "remote-address": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6692", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6692" - } - }, - "remote-address-space": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6693", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6693" - } - }, - "type": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6694", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6694" - } - }, - "initiator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6695", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6695" - } - }, - "initiator-address-space": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6696", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6696" - } - }, - "cookies": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6697", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6697" - } - }, - "set-cookies": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6698", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6698" - } - }, - "size": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6699", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6699" - } - }, - "time": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6700", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6700" - } - }, - "priority": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6701", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6701" - } - }, - "connection-id": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6702", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6702" - } - }, - "response-header-cache-control": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6703", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6703" - } - }, - "response-header-connection": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6704", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6704" - } - }, - "response-header-content-encoding": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6705", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6705" - } - }, - "response-header-content-length": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6706", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6706" - } - }, - "response-header-etag": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6707", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6707" - } - }, - "response-header-has-overrides": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6708", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6708" - } - }, - "response-header-keep-alive": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6709", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6709" - } - }, - "response-header-last-modified": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6710", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6710" - } - }, - "response-header-server": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6711", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6711" - } - }, - "response-header-vary": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6712", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6712" - } - }, - "request-header-accept": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6713", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6713" - } - }, - "request-header-accept-encoding": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6714", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6714" - } - }, - "request-header-accept-language": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6715", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6715" - } - }, - "request-header-content-type": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6716", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6716" - } - }, - "request-header-origin": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6717", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6717" - } - }, - "request-header-referer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6718", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6718" - } - }, - "request-header-sec-fetch-dest": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6719", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6719" - } - }, - "request-header-sec-fetch-mode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6720", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6720" - } - }, - "request-header-user-agent": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6721", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6721" - } - }, - "is-ad-related": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6722", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6722" - } - }, - "waterfall": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6723", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6723" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6724", - "className": "Object" - } - ] - } - }, - "cellClass": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dataTableColumnGroup": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "HTMLTableColElement", - "description": "colgroup", - "objectId": "-8799355714042909497.1.6620", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6725", - "className": "HTMLTableColElement" - } - ] - } - }, - "dataTableBody": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "HTMLTableSectionElement", - "description": "tbody", - "objectId": "-8799355714042909497.1.6621", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6726", - "className": "HTMLTableSectionElement" - } - ] - } - }, - "editing": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "selectedNode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ye", - "description": "ye", - "objectId": "-8799355714042909497.1.6624", - "nested": { - "expandedInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "dirty": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "inactive": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "highlighted": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "revealedInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "attachedInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "savedPosition": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dataGrid": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "G", - "description": "G", - "objectId": "-8799355714042909497.1.6729", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6729" - } - }, - "parent": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "T", - "description": "T", - "objectId": "-8799355714042909497.1.6730", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6730" - } - }, - "previousSibling": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "nextSibling": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ye", - "description": "ye", - "objectId": "-8799355714042909497.1.6731", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6731" - } - }, - "selectable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isRoot": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "nodeAccessibleText": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Name: export//32845321/export" - }, - "isCreationNode": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "stale": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "flatNodes": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "isStripedInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "parentViewInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Oi", - "description": "Oi", - "objectId": "-8799355714042909497.1.6733", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6733" - } - }, - "isHovered": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "showingInitiatorChainInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "requestOrFirstKnownChildRequestInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "initiatorCell": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "requestInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "go", - "description": "go", - "objectId": "-8799355714042909497.1.6734", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6734" - } - }, - "isNavigationRequestInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "isOnInitiatorPathInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "isOnInitiatedPathInternal": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6736", - "className": "Ce" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6737", - "className": "Array" - } - ] - } - }, - "expandNodesWhenArrowing": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "indentWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 15 - }, - "columnWidthsInitialized": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "cornerWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 14 - }, - "resizeMethod": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "last" - }, - "elementToDataGridNode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "WeakMap", - "description": "WeakMap", - "objectId": "-8799355714042909497.1.6628", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6739", - "className": "WeakMap" - }, - { - "name": "[[Entries]]", - "objectId": "-8799355714042909497.1.6740", - "className": "Array" - } - ] - } - }, - "disclosureColumnId": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "editingNode": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "columnWeightsSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6630", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "data-grid-network-log-column-weights" - }, - "defaultValue": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6741", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6741" - } - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6742", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6742" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6743", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6743" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6744", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6745", - "className": "Array" - } - ] - } - }, - "creationNode": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentResizer": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dataGridWidget": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "y", - "description": "y", - "objectId": "-8799355714042909497.1.6631", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dataGrid": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "G", - "description": "G", - "objectId": "-8799355714042909497.1.6751", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6751" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6752", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6753", - "className": "Array" - } - ] - } - }, - "enableAutoScrollToBottom": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "keepScrollingToBottom": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "updateIsFromUser": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "lastScrollTop": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "firstVisibleIsStriped": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "isStriped": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "id": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6636", - "className": "k" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6637", - "className": "Array" - } - ] - } - }, - "summaryToolbarInternal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zi", - "description": "devtools-toolbar.network-summary-bar", - "objectId": "-8799355714042909497.1.6212", - "nested": { - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "compactLayout": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6761", - "className": "HTMLElement" - } - ] - } - }, - "filterBar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Bo", - "description": "Bo", - "objectId": "-8799355714042909497.1.6213", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "stateSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6765", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "filter-bar-network-panel-toggled" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6776", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6776" - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6777", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6777" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6778", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6779", - "className": "Array" - } - ] - } - }, - "alwaysShowFilters": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "showingWidget": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6767", - "className": "We" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6768", - "className": "Array" - } - ] - } - }, - "textFilterSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.6214", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-text-filter" - }, - "defaultValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6782", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6789", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6783", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6790", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6790" - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6791", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6791" - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6792", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6784", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6785", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6216", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6217", - "className": "Array" - } - ] - } - }, - "detailsWidget": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ne", - "description": "Ne", - "objectId": "-8799355714042909497.1.5536", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "oi", - "description": "oi", - "objectId": "-8799355714042909497.1.6795", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "_e", - "description": "_e", - "objectId": "-8799355714042909497.1.6805", - "nested": { - "defaultFocusedChild": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "request": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "go", - "description": "go", - "objectId": "-8799355714042909497.1.6836", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6836" - } - }, - "decodeRequestParameters": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "queryStringCategory": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.6837", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6837" - } - }, - "formDataCategory": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.6838", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6838" - } - }, - "requestPayloadCategory": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "$e", - "description": "$e", - "objectId": "-8799355714042909497.1.6839", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6839" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6840", - "className": "Ne" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6841", - "className": "Array" - } - ] - } - }, - "currentTabLocked": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "autoSelectFirstItemOnShow": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "triggerDropDownTimeout": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "currentDevicePixelRatio": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "shrinkableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "verticalTabLayout": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "closeableTabs": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "sliderEnabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "placeholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "focusedPlaceholderElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "placeholderContainerElement": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "measuredDropDownButtonWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20 - }, - "allowTabReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "automaticReorder": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "lastSelectedOverflowTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.6813", - "nested": { - "closeable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "previewFeature": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "tabbedPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "oi", - "description": "oi", - "objectId": "-8799355714042909497.1.6847", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6847" - } - }, - "shown": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "measuredWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 66 - }, - "icon": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "suffixElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dragStartX": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6849", - "className": "Object" - } - ] - } - }, - "currentTab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "ot", - "description": "ot", - "objectId": "-8799355714042909497.1.6814", - "nested": { - "closeable": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "previewFeature": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "tabbedPane": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "oi", - "description": "oi", - "objectId": "-8799355714042909497.1.6852", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "-8799355714042909497.1.6852" - } - }, - "shown": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "measuredWidth": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 66 - }, - "icon": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "suffixElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "delegate": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "dragStartX": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6854", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6815", - "className": "st" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6816", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6796", - "className": "Be" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6797", - "className": "Array" - } - ] - } - }, - "closeButtonElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Hs", - "description": "dt-close-button", - "objectId": "-8799355714042909497.1.5537", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6857", - "className": "HTMLElement" - } - ] - } - }, - "preserveLogSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5538", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-log.preserve-log" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6859", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6868", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6860", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6869", - "nested": { - "adorner-settings": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"masonry\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"starting-style\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false},{\"adorner\":\"scroll\",\"isEnabled\":true},{\"adorner\":\"popover\",\"isEnabled\":true}]" - }, - "closeable-tabs": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"security\":true,\"freestyler\":true,\"chrome-recorder\":true}" - }, - "console.sidebar-selected-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"message\"" - }, - "console.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "currentDockState": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"right\"" - }, - "disable-self-xss-warning": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "elements-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":360.23046875}}" - }, - "elements.styles.sidebar.width": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspector-view.split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":832.09375}}" - }, - "inspector.drawer-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "inspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "network-hide-chrome-extensions": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-hide-data-url": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-log.preserve-log": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "network-only-blocked-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-ip-protected-requests": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-only-third-party-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":101,\"showMode\":\"Both\"}}" - }, - "network-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-panel-split-view-waterfall": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "network-resource-type-filters": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"all\":true}" - }, - "network-show-blocked-cookies-only-setting": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "network-text-filter": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"\"" - }, - "panel-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"console\"" - }, - "panel-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"elements\":10,\"sources\":20,\"console\":30,\"network\":40,\"timeline\":50,\"heap-profiler\":60,\"resources\":70,\"security\":80,\"lighthouse\":90,\"chrome-recorder\":100}" - }, - "releaseNoteVersionSeen": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "83" - }, - "request-info-form-data-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-general-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-query-string-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-request-payload-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "request-info-response-headers-category-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resource-view-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"payload\"" - }, - "resources-cookies-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-last-selected-element-path": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "[\"bounce-tracking-mitigations://\"]" - }, - "resources-local-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "resources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":392.55859375}}" - }, - "resources-session-storage-expanded": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "selected-profile-type": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"HEAP\"" - }, - "sources-panel-debugger-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"sources.scope-chain\":10,\"sources.watch\":20}" - }, - "sources-panel-navigator-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "sources-panel-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"Both\"},\"horizontal\":{\"size\":0,\"showMode\":\"Both\"}}" - }, - "styles-pane-sidebar-selected-tab": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "\"elements.event-listeners\"" - }, - "styles-pane-sidebar-tab-order": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"styles\":10,\"computed\":20}" - }, - "sync-preferences": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "syncedInspectorVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "40" - }, - "timeline-counters-split-view-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"horizontal\":{\"size\":0}}" - }, - "timeline-panel-sidebar-state": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}" - }, - "timeline-tree-view-details-split-widget": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "{\"vertical\":{\"size\":0}}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6872", - "className": "Object" - } - ] - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6870", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6878", - "className": "Object" - } - ] - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6871", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6861", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6862", - "className": "Array" - } - ] - } - }, - "recordLogSetting": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Ye", - "description": "Ye", - "objectId": "-8799355714042909497.1.5539", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "network-log.record-log" - }, - "defaultValue": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "eventSupport": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "It", - "description": "It", - "objectId": "-8799355714042909497.1.6879", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6888", - "className": "Object" - } - ] - } - }, - "storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "qe", - "description": "qe", - "objectId": "-8799355714042909497.1.6880", - "nested": { - "object": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6889", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6892", - "className": "Object" - } - ] - } - }, - "backingStore": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-8799355714042909497.1.6890", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6898", - "className": "Object" - } - ] - } - }, - "storagePrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6891", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6881", - "className": "Object" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.6882", - "className": "Array" - } - ] - } - }, - "throttlingSelect": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Bi", - "description": "Bi", - "objectId": "-8799355714042909497.1.5540", - "nested": { - "listeners": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "toolbar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zi", - "description": "devtools-toolbar", - "objectId": "-8799355714042909497.1.6900", - "nested": { - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "compactLayout": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6903", - "className": "HTMLElement" - } - ] - } - }, - "title": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.6901", - "className": "It" - } - ] - } - }, - "displayScreenshotDelay": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1000 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.5541", - "className": "Jo" - }, - { - "name": "[[PrivateMethods]]", - "objectId": "-8799355714042909497.1.5542", - "className": "Array" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2888", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2883", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/WebAssembly.json b/output/WebAssembly.json deleted file mode 100644 index 0329980..0000000 --- a/output/WebAssembly.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "property_name": "WebAssembly", - "className": "WebAssembly", - "description": "WebAssembly", - "objectId": "3290802516498786405.1.1883", - "resolved_data": { - "compile": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function compile() { [native code] }" - }, - "validate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function validate() { [native code] }" - }, - "instantiate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function instantiate() { [native code] }" - }, - "compileStreaming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function compileStreaming() { [native code] }" - }, - "instantiateStreaming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function instantiateStreaming() { [native code] }" - }, - "promising": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function promising() { [native code] }" - }, - "Module": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function Module() { [native code] }" - }, - "Instance": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function Instance() { [native code] }" - }, - "Table": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function Table() { [native code] }" - }, - "Memory": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function Memory() { [native code] }" - }, - "Global": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function Global() { [native code] }" - }, - "Tag": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function Tag() { [native code] }" - }, - "JSTag": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": false, - "className": "Tag", - "description": "Tag", - "objectId": "3290802516498786405.1.4381", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4390", - "className": "WebAssembly.Tag" - } - ] - } - }, - "Exception": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function Exception() { [native code] }" - }, - "CompileError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function CompileError() { [native code] }" - }, - "LinkError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function LinkError() { [native code] }" - }, - "RuntimeError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function RuntimeError() { [native code] }" - }, - "Suspending": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function Suspending() { [native code] }" - }, - "SuspendError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "description": "function SuspendError() { [native code] }" - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "WebAssembly" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4389", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/__core-js_shared__.json b/output/__core-js_shared__.json deleted file mode 100644 index 0eb0059..0000000 --- a/output/__core-js_shared__.json +++ /dev/null @@ -1,238 +0,0 @@ -{ - "property_name": "__core-js_shared__", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2177", - "resolved_data": { - "versions": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Array", - "description": "Array(4)", - "objectId": "3290802516498786405.1.4401", - "nested": { - "_skipped": "Native API" - } - }, - "wks": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.4402", - "nested": { - "toPrimitive": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "toStringTag": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "species": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "unscopables": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "replace": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "search": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "iterator": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "match": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "isConcatSpreadable": { - "type": "symbol", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4421", - "className": "Object" - } - ] - } - }, - "inspectSource": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(t){return Lt(t)}" - }, - "keys": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.4404", - "nested": { - "IE_PROTO": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Symbol(IE_PROTO)_1.dgd62frsf5l" - }, - "hidden": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Symbol(hidden)_1.a5miscpmkp" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4422", - "className": "Object" - } - ] - } - }, - "state": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "WeakMap", - "description": "WeakMap", - "objectId": "3290802516498786405.1.4405", - "nested": { - "_skipped": "Native API" - } - }, - "native-string-replace": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function replace() { [native code] }" - }, - "symbols": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.4407", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4423", - "className": "Object" - } - ] - } - }, - "op-symbols": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.4408", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4424", - "className": "Object" - } - ] - } - }, - "string-to-symbol-registry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.4409", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4425", - "className": "Object" - } - ] - } - }, - "symbol-to-string-registry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.4410", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4426", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4411", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/_qsie.json b/output/_qsie.json deleted file mode 100644 index 2703c42..0000000 --- a/output/_qsie.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "_qsie", - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.1209", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4251", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/chrome.json b/output/chrome.json deleted file mode 100644 index 5c714a9..0000000 --- a/output/chrome.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "property_name": "chrome", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.1175", - "resolved_data": { - "loadTimes": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "csi": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function () { [native code] }" - }, - "app": { - "type": "unknown", - "writable": false, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2200", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/console.json b/output/console.json deleted file mode 100644 index 63541a3..0000000 --- a/output/console.json +++ /dev/null @@ -1,208 +0,0 @@ -{ - "property_name": "console", - "className": "console", - "description": "console", - "objectId": "3290802516498786405.1.1267", - "resolved_data": { - "debug": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function debug() { [native code] }" - }, - "error": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function error() { [native code] }" - }, - "info": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function info() { [native code] }" - }, - "log": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function log() { [native code] }" - }, - "warn": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function warn() { [native code] }" - }, - "dir": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dir() { [native code] }" - }, - "dirxml": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function dirxml() { [native code] }" - }, - "table": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function table() { [native code] }" - }, - "trace": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function trace() { [native code] }" - }, - "group": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function group() { [native code] }" - }, - "groupCollapsed": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function groupCollapsed() { [native code] }" - }, - "groupEnd": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function groupEnd() { [native code] }" - }, - "clear": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function clear() { [native code] }" - }, - "count": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function count() { [native code] }" - }, - "countReset": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function countReset() { [native code] }" - }, - "assert": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function assert() { [native code] }" - }, - "profile": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function profile() { [native code] }" - }, - "profileEnd": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function profileEnd() { [native code] }" - }, - "time": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function time() { [native code] }" - }, - "timeLog": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function timeLog() { [native code] }" - }, - "timeEnd": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function timeEnd() { [native code] }" - }, - "timeStamp": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function timeStamp() { [native code] }" - }, - "context": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function context() { [native code] }" - }, - "createTask": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function createTask() { [native code] }" - }, - "memory": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "className": "MemoryInfo", - "description": "MemoryInfo", - "objectId": "3290802516498786405.1.4292", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4295", - "className": "MemoryInfo" - } - ] - } - }, - "Symbol(Symbol.toStringTag)": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": false, - "value": "console" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4294", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/cookieStore.json b/output/cookieStore.json deleted file mode 100644 index eeddad3..0000000 --- a/output/cookieStore.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "cookieStore", - "className": "CookieStore", - "description": "CookieStore", - "objectId": "3290802516498786405.1.1177", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2201", - "className": "CookieStore" - } - ] - } -} \ No newline at end of file diff --git a/output/customElements.json b/output/customElements.json deleted file mode 100644 index b41f29b..0000000 --- a/output/customElements.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "customElements", - "className": "CustomElementRegistry", - "description": "CustomElementRegistry", - "objectId": "3290802516498786405.1.1109", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2182", - "className": "CustomElementRegistry" - } - ] - } -} \ No newline at end of file diff --git a/output/dataLayer.json b/output/dataLayer.json deleted file mode 100644 index 8c0bd76..0000000 --- a/output/dataLayer.json +++ /dev/null @@ -1,358 +0,0 @@ -{ - "property_name": "dataLayer", - "className": "Array", - "description": "Array(5)", - "objectId": "3290802516498786405.1.1203", - "resolved_data": { - "0": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Arguments", - "description": "Arguments(2)", - "objectId": "3290802516498786405.1.3490", - "nested": { - "0": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "js" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 10 - }, - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": false, - "value": 2 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3501", - "className": "Object" - } - ] - } - }, - "1": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Arguments", - "description": "Arguments(2)", - "objectId": "3290802516498786405.1.3491", - "nested": { - "0": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "set" - }, - "1": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3502", - "nested": { - "cookie_flags": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "SameSite=Strict;Secure" - }, - "transport_type": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "beacon" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3507", - "className": "Object" - } - ] - } - }, - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": false, - "value": 2 - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": false, - "value": 12 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3506", - "className": "Object" - } - ] - } - }, - "2": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Arguments", - "description": "Arguments(3)", - "objectId": "3290802516498786405.1.3492", - "nested": { - "0": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "config" - }, - "1": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "G-CSLL4ZEK4L" - }, - "2": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3508", - "nested": { - "cookie_expires": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "63072000" - }, - "page_location": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://pubmed.ncbi.nlm.nih.gov/32845321/" - }, - "page_title": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Hello? This Is Your Cardiologist - PubMed" - }, - "agency": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "HHS" - }, - "subagency": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "NCBI - NCBI.NLM.NIH.GOV" - }, - "site_topic": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ncbi pinger 0.39.3" - }, - "site_platform": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ncbi pinger 0.39.3" - }, - "script_source": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://dap.digitalgov.gov/universal-federated-analytics-min.js" - }, - "version": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "20250702 v8.7 - ga4" - }, - "protocol": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https:" - }, - "using_parallel_tracker": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "no" - }, - "hostname_dimension": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed.ncbi.nlm.nih.gov" - }, - "page_referrer": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3513", - "className": "Object" - } - ] - } - }, - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": false, - "value": 3 - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": false, - "value": 13 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3512", - "className": "Object" - } - ] - } - }, - "3": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3493", - "nested": { - "event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gtm.dom" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 14 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3514", - "className": "Object" - } - ] - } - }, - "4": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3494", - "nested": { - "event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gtm.load" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 16 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3515", - "className": "Object" - } - ] - } - }, - "push": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){var f;if($n.SANDBOXED_JS_SEMAPHORE>0){f=\n[];for(var g=0;gn)for(N(4),c.pruned=!0;this.length>n;)this.shift();var p=typeof l!==\"boolean\"||l;return qB()&&p}" - }, - "length": { - "type": "number", - "writable": true, - "configurable": false, - "enumerable": false, - "value": 5 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3496", - "className": "Array" - } - ] - } -} \ No newline at end of file diff --git a/output/exports.json b/output/exports.json deleted file mode 100644 index 3aaeb85..0000000 --- a/output/exports.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "property_name": "exports", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.1197", - "resolved_data": { - "CollectionsButton": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "class b{constructor(e,t=\"collections-dialog-overlay\"){this.container=e,this.trigger=this.container.find(\".collections-dialog-trigger\"),this.articleID=this.container.data(\"article-id\"),this.databaseId=this.container.data(\"article-db\"),this.cssClass=t,this.initCollectionsDialog(),this.toggleInCollections()}toggleInCollections(){let e=this.trigger.data(\"in-collections\");const t=e?\"collections-button-empty\":\"collections-button-full\",n=e?\"collections-button-full\":\"collections-button-empty\";this.trigger.removeClass(t).addClass(n)}initCollectionsDialog(){const e=this.container.find(\".collections-dialog\"),t=this.container.find(\".collections-dialog-trigger\");e[0]&&t[0]&&(this.collectionsDialog=new y({container:e,triggers:t,cssClass:this.cssClass,articleId:this.articleID,databaseId:this.databaseId,collectionsButton:this}))}}" - }, - "__esModule": { - "type": "boolean", - "writable": false, - "configurable": false, - "enumerable": false, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3268", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/external.json b/output/external.json deleted file mode 100644 index 280c6fe..0000000 --- a/output/external.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "external", - "className": "External", - "description": "External", - "objectId": "3290802516498786405.1.1122", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2189", - "className": "External" - } - ] - } -} \ No newline at end of file diff --git a/output/gaGlobal.json b/output/gaGlobal.json deleted file mode 100644 index d2aa633..0000000 --- a/output/gaGlobal.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "property_name": "gaGlobal", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.1206", - "resolved_data": { - "vid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "811243661.1763758702" - }, - "from_cookie": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3516", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/google_tag_data.json b/output/google_tag_data.json deleted file mode 100644 index ac63906..0000000 --- a/output/google_tag_data.json +++ /dev/null @@ -1,932 +0,0 @@ -{ - "property_name": "google_tag_data", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.1202", - "resolved_data": { - "tidr": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Sj", - "description": "Sj", - "objectId": "3290802516498786405.1.3379", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3386", - "nested": { - "GTM-PC9B6M3": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3393", - "nested": { - "canonicalContainerId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "47342615" - }, - "scriptContainerId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "GTM-PC9B6M3" - }, - "state": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "scriptSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://www.googletagmanager.com/gtm.js?id=GTM-PC9B6M3&l=pingerDataLayer" - }, - "htmlLoadOrder": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0" - }, - "loadScriptType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "2" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3401", - "className": "Object" - } - ] - } - }, - "G-DP2X732JSX": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3394", - "nested": { - "state": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "context": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3402", - "nested": { - "source": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 6 - }, - "fromContainerExecution": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3409", - "className": "Object" - } - ] - } - }, - "parent": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3403", - "nested": { - "ctid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "GTM-PC9B6M3" - }, - "isDestination": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3410", - "className": "Object" - } - ] - } - }, - "canonicalContainerId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "84263385" - }, - "scriptContainerId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "G-DP2X732JSX" - }, - "scriptSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://www.googletagmanager.com/gtag/js?id=G-DP2X732JSX&l=pingerDataLayer&cx=c>m=4e5bi1" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3407", - "className": "Object" - } - ] - } - }, - "G-CSLL4ZEK4L": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3395", - "nested": { - "canonicalContainerId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "131934939" - }, - "scriptContainerId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "G-CSLL4ZEK4L" - }, - "state": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "scriptSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L" - }, - "htmlLoadOrder": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "2" - }, - "loadScriptType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "3" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3414", - "className": "Object" - } - ] - } - }, - "GT-TWZC7CH": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3396", - "nested": { - "canonicalContainerId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "131934939" - }, - "scriptContainerId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "G-CSLL4ZEK4L" - }, - "state": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "scriptSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L" - }, - "htmlLoadOrder": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "2" - }, - "loadScriptType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "3" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3418", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3397", - "className": "Object" - } - ] - } - }, - "destination": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3387", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3419", - "className": "Object" - } - ] - } - }, - "destinationArray": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3388", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3422", - "className": "Object" - } - ] - } - }, - "canonical": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3389", - "nested": { - "47342615": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3423", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3427", - "className": "Object" - } - ] - } - }, - "84263385": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3424", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3428", - "className": "Object" - } - ] - } - }, - "131934939": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3425", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3429", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3426", - "className": "Object" - } - ] - } - }, - "injectedFirstPartyContainers": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3391", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3430", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3392", - "className": "Object" - } - ] - } - }, - "xcd": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3380", - "nested": { - "cookie_deprecation_label": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3431", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3442", - "className": "Object" - } - ] - } - }, - "page_experiment_ids": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3432", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3448", - "className": "Object" - } - ] - } - }, - "ip_geo_data_cache": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3433", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3454", - "className": "Object" - } - ] - } - }, - "eab": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3434", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3460", - "className": "Object" - } - ] - } - }, - "em_registry": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3435", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3466", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3436", - "className": "Object" - } - ] - } - }, - "uach_promise": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Promise", - "description": "Promise", - "objectId": "3290802516498786405.1.3381", - "nested": { - "_skipped": "Native API" - } - }, - "ics": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Jl", - "description": "Jl", - "objectId": "3290802516498786405.1.3382", - "nested": { - "entries": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3467", - "nested": { - "ad_storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3470", - "nested": { - "implicit": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3475", - "className": "Object" - } - ] - } - }, - "analytics_storage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3471", - "nested": { - "implicit": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3476", - "className": "Object" - } - ] - } - }, - "ad_user_data": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3472", - "nested": { - "implicit": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3477", - "className": "Object" - } - ] - } - }, - "ad_personalization": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3473", - "nested": { - "implicit": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3478", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3474", - "className": "Object" - } - ] - } - }, - "active": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "usedDeclare": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "usedDefault": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "usedUpdate": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "usedImplicit": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "accessedDefault": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "accessedAny": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "wasSetLate": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "waitPeriodTimedOut": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3469", - "className": "Object" - } - ] - } - }, - "uach": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3383", - "nested": { - "architecture": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "arm" - }, - "bitness": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "64" - }, - "mobile": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "model": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "platform": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "macOS" - }, - "platformVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "13.1.0" - }, - "uaFullVersion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "142.0.7444.176" - }, - "wow64": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3481", - "className": "Object" - } - ] - } - }, - "gl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3384", - "nested": { - "data": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3483", - "nested": { - "query": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3485", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3488", - "className": "Object" - } - ] - } - }, - "fragment": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3486", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3489", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3487", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3484", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3385", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/google_tag_manager.json b/output/google_tag_manager.json deleted file mode 100644 index 09356fe..0000000 --- a/output/google_tag_manager.json +++ /dev/null @@ -1,673 +0,0 @@ -{ - "property_name": "google_tag_manager", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.1201", - "resolved_data": { - "e": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(s){return eval(s);}" - }, - "debugGroupId": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "7408183895833331" - }, - "tcf": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3288", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3300", - "className": "Object" - } - ] - } - }, - "pscdl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "GTM-PC9B6M3": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3289", - "nested": { - "dataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3301", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pingerDataLayer" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3309", - "className": "Object" - } - ] - } - }, - "bootstrap": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758701616 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3305", - "className": "Object" - } - ] - } - }, - "rm": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3290", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3311", - "className": "Object" - } - ] - } - }, - "pingerDataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3291", - "nested": { - "subscribers": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "gtmDom": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "gtmLoad": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3312", - "className": "Object" - } - ] - } - }, - "mb": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "EA", - "description": "EA", - "objectId": "3290802516498786405.1.3292", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3315", - "className": "Object" - } - ] - } - }, - "r": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Uz", - "description": "Uz", - "objectId": "3290802516498786405.1.3293", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3316", - "nested": { - "47342615": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3319", - "nested": { - "_entity": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3323", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3328", - "className": "Object" - } - ] - } - }, - "_event": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3324", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3331", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3325", - "className": "Object" - } - ] - } - }, - "84263385": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3320", - "nested": { - "_entity": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3332", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3337", - "className": "Object" - } - ] - } - }, - "_event": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3333", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3340", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3334", - "className": "Object" - } - ] - } - }, - "131934939": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3321", - "nested": { - "_entity": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3341", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3346", - "className": "Object" - } - ] - } - }, - "_event": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3342", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3349", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3343", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3322", - "className": "Object" - } - ] - } - }, - "C": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3317", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3350", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3318", - "className": "Object" - } - ] - } - }, - "sequence": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 18 - }, - "SANDBOXED_JS_SEMAPHORE": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "autoEventsSettings": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3294", - "nested": { - "cl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3351", - "nested": { - "init": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3356", - "className": "Object" - } - ] - } - }, - "ehl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3352", - "nested": { - "init": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3358", - "className": "Object" - } - ] - } - }, - "sdl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3353", - "nested": { - "vert.pix": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3361", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3363", - "className": "Object" - } - ] - } - }, - "init": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "pending": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3362", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3354", - "className": "Object" - } - ] - } - }, - "G-DP2X732JSX": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3295", - "nested": { - "dataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3364", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pingerDataLayer" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3370", - "className": "Object" - } - ] - } - }, - "bootstrap": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758701746 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3366", - "className": "Object" - } - ] - } - }, - "grl": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){var f=Gb();f>=b&&(b=f+864E5,d=5E3);c=Math.min(c+(f-a)/1E3*5,20);a=f;var g=!1;d<1||c<1||(g=!0,d--,c--);e&&(e.Bq=d,e.nq=c);return g}" - }, - "G-CSLL4ZEK4L": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3297", - "nested": { - "dataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3371", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "dataLayer" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3377", - "className": "Object" - } - ] - } - }, - "bootstrap": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758701808 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3373", - "className": "Object" - } - ] - } - }, - "dataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3298", - "nested": { - "subscribers": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "gtmDom": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "gtmLoad": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3378", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3299", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/jQuery361053639817415354451.json b/output/jQuery361053639817415354451.json deleted file mode 100644 index 9b5fe2b..0000000 --- a/output/jQuery361053639817415354451.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "property_name": "jQuery361053639817415354451", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2178", - "resolved_data": { - "events": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.4427", - "nested": {} - }, - "handle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(t){return void 0!==k&&k.event.triggered!==t.type?k.event.dispatch.apply(e,arguments):void 0}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4429", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/jQuery361074058757280353391.json b/output/jQuery361074058757280353391.json deleted file mode 100644 index a2ec535..0000000 --- a/output/jQuery361074058757280353391.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "property_name": "jQuery361074058757280353391", - "className": "Object", - "description": "Object", - "objectId": "-754027086735302752.1.2178", - "resolved_data": { - "events": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-754027086735302752.1.4427", - "nested": {} - }, - "handle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(t){return void 0!==k&&k.event.triggered!==t.type?k.event.dispatch.apply(e,arguments):void 0}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-754027086735302752.1.4429", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/jQuery371053269243926709651.json b/output/jQuery371053269243926709651.json deleted file mode 100644 index 9a617a8..0000000 --- a/output/jQuery371053269243926709651.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "property_name": "jQuery371053269243926709651", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2179", - "resolved_data": { - "events": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.4432", - "nested": {} - }, - "handle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){return typeof jQuery!==\"undefined\"&&jQuery.event.triggered!==e.type?jQuery.event.dispatch.apply(elem,arguments):undefined;}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.4434", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/jQuery371071655011918650271.json b/output/jQuery371071655011918650271.json deleted file mode 100644 index be78d84..0000000 --- a/output/jQuery371071655011918650271.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "property_name": "jQuery371071655011918650271", - "className": "Object", - "description": "Object", - "objectId": "-754027086735302752.1.2179", - "resolved_data": { - "events": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "-754027086735302752.1.4432", - "nested": {} - }, - "handle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(e){return typeof jQuery!==\"undefined\"&&jQuery.event.triggered!==e.type?jQuery.event.dispatch.apply(elem,arguments):undefined;}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-754027086735302752.1.4434", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/launchQueue.json b/output/launchQueue.json deleted file mode 100644 index a7d136c..0000000 --- a/output/launchQueue.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "launchQueue", - "className": "LaunchQueue", - "description": "LaunchQueue", - "objectId": "3290802516498786405.1.1187", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2204", - "className": "LaunchQueue" - } - ] - } -} \ No newline at end of file diff --git a/output/litPropertyMetadata.json b/output/litPropertyMetadata.json deleted file mode 100644 index 60b5b55..0000000 --- a/output/litPropertyMetadata.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "property_name": "litPropertyMetadata", - "className": "WeakMap", - "description": "WeakMap", - "objectId": "-8799355714042909497.1.1220", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2820", - "className": "WeakMap" - }, - { - "name": "[[Entries]]", - "objectId": "-8799355714042909497.1.2821", - "className": "Array" - } - ] - } -} \ No newline at end of file diff --git a/output/localStorage.json b/output/localStorage.json deleted file mode 100644 index aec0d04..0000000 --- a/output/localStorage.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "localStorage", - "className": "Storage", - "description": "Storage", - "objectId": "3290802516498786405.1.1132", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2194", - "className": "Storage" - } - ] - } -} \ No newline at end of file diff --git a/output/locationbar.json b/output/locationbar.json deleted file mode 100644 index 0e48525..0000000 --- a/output/locationbar.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "locationbar", - "className": "BarProp", - "description": "BarProp", - "objectId": "3290802516498786405.1.1112", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2183", - "className": "BarProp" - } - ] - } -} \ No newline at end of file diff --git a/output/menubar.json b/output/menubar.json deleted file mode 100644 index 3b71f6c..0000000 --- a/output/menubar.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "menubar", - "className": "BarProp", - "description": "BarProp", - "objectId": "3290802516498786405.1.1113", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2184", - "className": "BarProp" - } - ] - } -} \ No newline at end of file diff --git a/output/ncbi.json b/output/ncbi.json deleted file mode 100644 index 3cb499b..0000000 --- a/output/ncbi.json +++ /dev/null @@ -1,9107 +0,0 @@ -{ - "property_name": "ncbi", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.1196", - "resolved_data": { - "awesome": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2210", - "nested": { - "basePage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2215", - "nested": { - "header": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2224", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2228", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2231", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2229", - "className": "Object" - } - ] - } - }, - "searchIdCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-sid" - }, - "adjNavSearchIdCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-adjnav-sid" - }, - "searchFormSubmittedCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-sfs" - }, - "isOnSearchPageCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-iosp" - }, - "backToSearchCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-btsl" - }, - "clinicalSeeAllCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-csa" - }, - "jsCookieDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed.ncbi.nlm.nih.gov" - }, - "userShareRequestFailed": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "noSharedSettings": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "myncbi_no_shared_settings" - }, - "noSharedAccount": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "myncbi_no_shared_account" - }, - "noSessionBanner": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "zo.NoSessionBanner", - "description": "zo.NoSessionBanner", - "objectId": "3290802516498786405.1.2225", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2232", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2235", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2238", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2236", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2233", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2226", - "className": "Object" - } - ] - } - }, - "articlePage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2216", - "nested": { - "initDisplayOptions": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){var t=this;this.desktopDisplayOptionsContainer=new Ru.DisplayOptionsDropdown({container:this.articleActionsBar.find(\".display-options\"),resultContainer:this.container,loadingIndicator:this.loadingIndicator,pageUrl:this.articlePageUrl}),this.mobileDisplayOptionsContainer=new Ru.DisplayOptionsDropdown({container:this.container.find(\".short-view .display-options\"),resultContainer:this.container,loadingIndicator:this.loadingIndicator,pageUrl:this.articlePageUrl}),this.tabletDisplayOptionsContainer=new Ru.DisplayOptionsDropdown({container:this.container.find(\".article-details .actions-buttons .inner-wrap .display-options\"),resultContainer:this.container,loadingIndicator:this.loadingIndicator,pageUrl:this.articlePageUrl}),this.windowElement.on(\"pageshow\",(function(){setTimeout((function(){t.searchFormTermInput.is(\":visible\")&&-1==window.location.href.indexOf(\"#\")?t.searchFormTermInput.focus():(window.location.href.includes(\"open-collections-panel\")&&t.collectionsPanel.openCollectionsPanelAfterSuccessfulLogin(),t.bibliographyPanel.openBibliographyPanelAfterSuccessfulLogin(),t.savedSearchPanel.openSavedSearchPanelAfterSuccessfulLogin(),t.emailPanel.openEmailPanelAfterSuccessfulLogin())}),300),t.desktopDisplayOptionsContainer.hide(),t.mobileDisplayOptionsContainer.hide(),t.tabletDisplayOptionsContainer.hide(),t.loadingIndicator.hide(),t.container.removeClass(\"loading\")}))}" - }, - "logger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "u", - "description": "u", - "objectId": "3290802516498786405.1.2262", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "article-page" - }, - "levels": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2306", - "nested": { - "TRACE": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "DEBUG": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "INFO": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "WARN": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 3 - }, - "ERROR": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 4 - }, - "SILENT": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2322", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2321", - "className": "Object" - } - ] - } - }, - "mathJaxUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://cdn.ncbi.nlm.nih.gov/pubmed/6aa07a65-6caa-4bbc-acaa-48623b669c29/mathjax/unpacked/MathJax.js?config=MML_CHTML" - }, - "searchIdCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-sid" - }, - "adjNavSearchIdCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-adjnav-sid" - }, - "searchFormSubmittedCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-sfs" - }, - "jsCookieDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed.ncbi.nlm.nih.gov" - }, - "backToSearchCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-btsl" - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2263", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2324", - "className": "Object" - } - ] - } - }, - "pageHeader": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2264", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2326", - "className": "Object" - } - ] - } - }, - "articlePageHeader": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2265", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2328", - "className": "Object" - } - ] - } - }, - "articlePMID": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 32845321 - }, - "articleActionsBar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2266", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2330", - "className": "Object" - } - ] - } - }, - "panelsContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2267", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2332", - "className": "Object" - } - ] - } - }, - "clipboard": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2268", - "nested": { - "clipboardAPIRoot": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/ajax/clipboard/" - }, - "clipboardNextPageUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/clipboard-next-page/" - }, - "clipboardLink": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2333", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2338", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2341", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2339", - "className": "Object" - } - ] - } - }, - "csrfToken": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2334", - "nested": { - "value": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "RPEZKuP89au3ReGMx0N9Lt70lsTfKiTXU0vfAKDstIfHcMh5gZ942gYfJNH0nQJ2" - }, - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "csrfmiddlewaretoken" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2342", - "className": "Object" - } - ] - } - }, - "isSafari": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "onBack": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2336", - "className": "Object" - } - ] - } - }, - "bodyElem": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2269", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2344", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2347", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2345", - "className": "Object" - } - ] - } - }, - "headElem": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2270", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2349", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2352", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2350", - "className": "Object" - } - ] - } - }, - "moreActionsDialog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2271", - "nested": { - "overlay": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2353", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2358", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2361", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2359", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2354", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2363", - "className": "Object" - } - ] - } - }, - "triggers": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2355", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2366", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2369", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2367", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2356", - "className": "Object" - } - ] - } - }, - "searchFormTermInput": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2272", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2371", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2374", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2372", - "className": "Object" - } - ] - } - }, - "filtersStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2273", - "nested": { - "filtersStorageKey": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-filters-by" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2376", - "className": "t" - } - ] - } - }, - "appliedFiltersMessage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2274", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2377", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2380", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2378", - "className": "Object" - } - ] - } - }, - "appliedFiltersMessageFilters": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2275", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2381", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2383", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2386", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2384", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2382", - "className": "Object" - } - ] - } - }, - "clearFiltersLink": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2276", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2387", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2389", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2392", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2390", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2388", - "className": "Object" - } - ] - } - }, - "searchID": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "longTermPrefix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "longquery" - }, - "adjNavStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2277", - "nested": { - "maxAdjNavRecords": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20000 - }, - "maxRecordLifetime": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 864000000 - }, - "cleanupFrequency": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 86400000 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2394", - "className": "Object" - } - ] - } - }, - "adjNavURLPath": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/32845321/adj-nav/" - }, - "markJSUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://cdn.ncbi.nlm.nih.gov/pubmed/6aa07a65-6caa-4bbc-acaa-48623b669c29/mark.js/dist/jquery.mark.js" - }, - "termHighlightColor": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "highlightedTokens": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "articlePageUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/32845321/" - }, - "citeFormatPreferenceCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-cf" - }, - "articleLinksAjaxUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/32845321/article-related-links/" - }, - "loadingIndicator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2278", - "nested": { - "template": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "
\n
\n
\n
\n
" - }, - "el": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2395", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2398", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2401", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2399", - "className": "Object" - } - ] - } - }, - "activeClassName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "active" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2396", - "className": "Object" - } - ] - } - }, - "windowElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2279", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2403", - "className": "Object" - } - ] - } - }, - "desktopDisplayOptionsContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2280", - "nested": { - "displayOptionsContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2404", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2412", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2415", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2413", - "className": "Object" - } - ] - } - }, - "resultContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2405", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2417", - "className": "Object" - } - ] - } - }, - "loadingIndicator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2406", - "nested": { - "template": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "
\n
\n
\n
\n
" - }, - "el": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2418", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2421", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2421" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2422", - "className": "Object" - } - ] - } - }, - "activeClassName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "active" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2419", - "className": "Object" - } - ] - } - }, - "pageUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/32845321/" - }, - "displayOptionsDropdownTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2407", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2424", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2427", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2427" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2428", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2425", - "className": "Object" - } - ] - } - }, - "displayOptionsDropdownContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2408", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2430", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2433", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2433" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2434", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2431", - "className": "Object" - } - ] - } - }, - "formatQueryParamName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "format" - }, - "defaultFormatValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "abstract" - }, - "currentFormatValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "abstract" - }, - "displayOptionsDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2409", - "nested": { - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2435", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2439", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2436", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2441", - "className": "Object" - } - ] - } - }, - "targetClassName": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "wrapper": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "toggleOnHover": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "toggleOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "shouldFlip": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "activeTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2437", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2410", - "className": "Object" - } - ] - } - }, - "mobileDisplayOptionsContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2281", - "nested": { - "displayOptionsContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2442", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2450", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2453", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2451", - "className": "Object" - } - ] - } - }, - "resultContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2443", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2455", - "className": "Object" - } - ] - } - }, - "loadingIndicator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2444", - "nested": { - "template": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "
\n
\n
\n
\n
" - }, - "el": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2456", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2459", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2459" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2460", - "className": "Object" - } - ] - } - }, - "activeClassName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "active" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2457", - "className": "Object" - } - ] - } - }, - "pageUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/32845321/" - }, - "displayOptionsDropdownTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2445", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2462", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2465", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2465" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2466", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2463", - "className": "Object" - } - ] - } - }, - "displayOptionsDropdownContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2446", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2468", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2471", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2471" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2472", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2469", - "className": "Object" - } - ] - } - }, - "formatQueryParamName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "format" - }, - "defaultFormatValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "abstract" - }, - "currentFormatValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "abstract" - }, - "displayOptionsDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2447", - "nested": { - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2473", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2477", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2474", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2479", - "className": "Object" - } - ] - } - }, - "targetClassName": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "wrapper": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "toggleOnHover": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "toggleOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "shouldFlip": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "activeTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2475", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2448", - "className": "Object" - } - ] - } - }, - "tabletDisplayOptionsContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2282", - "nested": { - "displayOptionsContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2480", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2488", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2491", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2489", - "className": "Object" - } - ] - } - }, - "resultContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2481", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2493", - "className": "Object" - } - ] - } - }, - "loadingIndicator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2482", - "nested": { - "template": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "
\n
\n
\n
\n
" - }, - "el": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2494", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2497", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2497" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2498", - "className": "Object" - } - ] - } - }, - "activeClassName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "active" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2495", - "className": "Object" - } - ] - } - }, - "pageUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/32845321/" - }, - "displayOptionsDropdownTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2483", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2500", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2503", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2503" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2504", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2501", - "className": "Object" - } - ] - } - }, - "displayOptionsDropdownContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2484", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2506", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2509", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2509" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2510", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2507", - "className": "Object" - } - ] - } - }, - "formatQueryParamName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "format" - }, - "defaultFormatValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "abstract" - }, - "currentFormatValue": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "abstract" - }, - "displayOptionsDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2485", - "nested": { - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2511", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2515", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2512", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2517", - "className": "Object" - } - ] - } - }, - "targetClassName": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "wrapper": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "toggleOnHover": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "toggleOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "shouldFlip": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "activeTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2513", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2486", - "className": "Object" - } - ] - } - }, - "moreActionsTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2283", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2519", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2522", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2520", - "className": "Object" - } - ] - } - }, - "referrerIsClipboard": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "searchForm": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2284", - "nested": { - "logger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "u", - "description": "u", - "objectId": "3290802516498786405.1.2523", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "search-form-base" - }, - "levels": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2536", - "nested": { - "TRACE": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "DEBUG": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "INFO": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "WARN": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 3 - }, - "ERROR": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 4 - }, - "SILENT": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2552", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2551", - "className": "Object" - } - ] - } - }, - "body": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2524", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2554", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2557", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2555", - "className": "Object" - } - ] - } - }, - "form": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2525", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2559", - "className": "Object" - } - ] - } - }, - "searchInputTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2526", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2561", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2564", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2562", - "className": "Object" - } - ] - } - }, - "searchInputContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2527", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2566", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2569", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2567", - "className": "Object" - } - ] - } - }, - "searchInputCleaner": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2528", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2571", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2574", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2574" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2575", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2572", - "className": "Object" - } - ] - } - }, - "queryField": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2529", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2577", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2580", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2580" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2581", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2578", - "className": "Object" - } - ] - } - }, - "searchButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2530", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2583", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2586", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2586" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2587", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2584", - "className": "Object" - } - ] - } - }, - "initialQuery": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "windowScrollElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2531", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2590", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2593", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2591", - "className": "Object" - } - ] - } - }, - "windowElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2532", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2595", - "className": "Object" - } - ] - } - }, - "searchUrlMaximumLength": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2000 - }, - "searchIdCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-sid" - }, - "adjNavSearchIdCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-adjnav-sid" - }, - "jsCookieDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed.ncbi.nlm.nih.gov" - }, - "searchFormSubmittedCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-sfs" - }, - "filtersStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2533", - "nested": { - "filtersStorageKey": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-filters-by" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2597", - "className": "t" - } - ] - } - }, - "skipQueryInputFocus": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "filterSuggestions": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "eventCategory": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "search" - }, - "isIE": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "autocomplete": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2534", - "nested": { - "apiUrl": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "/suggestions/" - }, - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2598", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2605", - "className": "Object" - } - ] - } - }, - "cssClass": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "ncbi-autocomplete" - }, - "_cache": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2599", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2606", - "className": "Object" - } - ] - } - }, - "options": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2600", - "nested": { - "hint": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "limit": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5 - }, - "unpack": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2607", - "className": "Object" - } - ] - } - }, - "filterSuggestions": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "typeahead": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2602", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2609", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2603", - "className": "Object" - } - ] - } - }, - "enableAutoComplete": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2535", - "className": "Object" - } - ] - } - }, - "pageSidebar": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2285", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2610", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2620", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2623", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2621", - "className": "Object" - } - ] - } - }, - "pageContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2611", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2625", - "className": "Object" - } - ] - } - }, - "pageHeader": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2612", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2627", - "className": "Object" - } - ] - } - }, - "desktopStickinessController": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2613", - "nested": { - "logger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "u", - "description": "u", - "objectId": "3290802516498786405.1.2628", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "page-stickiness-controller" - }, - "levels": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2638", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2638" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2653", - "className": "Object" - } - ] - } - }, - "className": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "e" - }, - "windowElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2629", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2655", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2630", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2657", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2657" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2658", - "className": "Object" - } - ] - } - }, - "pageContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2631", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2660", - "className": "Object" - } - ] - } - }, - "pageHeader": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2632", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2662", - "className": "Object" - } - ] - } - }, - "visibilityCheckEl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2635", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2664", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2664" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2665", - "className": "Object" - } - ] - } - }, - "containerHeight": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 624 - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "pageContainerPaddingBottom": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 48 - }, - "pageContainerOffsetBottom": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1715.4 - }, - "containerOffsetTop": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 294.5 - }, - "containerOffsetLeft": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 943.5 - }, - "notImplementedMethodError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Not implemented method" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2637", - "className": "t" - } - ] - } - }, - "mobileStickinessController": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2614", - "nested": { - "logger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "u", - "description": "u", - "objectId": "3290802516498786405.1.2666", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "page-stickiness-controller" - }, - "levels": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2675", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2675" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2690", - "className": "Object" - } - ] - } - }, - "className": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "e" - }, - "windowElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2667", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2692", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2668", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2694", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2694" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2695", - "className": "Object" - } - ] - } - }, - "pageContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2669", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2697", - "className": "Object" - } - ] - } - }, - "pageHeader": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "visibilityCheckEl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2672", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2699", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2699" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2700", - "className": "Object" - } - ] - } - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "notImplementedMethodError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Not implemented method" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2674", - "className": "t" - } - ] - } - }, - "desktopNavigator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "n", - "description": "n", - "objectId": "3290802516498786405.1.2615", - "nested": { - "logger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "u", - "description": "u", - "objectId": "3290802516498786405.1.2701", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "page-navigator" - }, - "levels": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2713", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2713" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2728", - "className": "Object" - } - ] - } - }, - "className": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "n" - }, - "windowElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2702", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2730", - "className": "Object" - } - ] - } - }, - "windowScrollElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2703", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2733", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2733" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2734", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2704", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2736", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2736" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2737", - "className": "Object" - } - ] - } - }, - "pageContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2705", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2739", - "className": "Object" - } - ] - } - }, - "extraNavigationOffset": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 20 - }, - "extraTrackingOffset": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 40 - }, - "links": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2708", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2745", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2745" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2746", - "className": "Object" - } - ] - } - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_currentRecord": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2710", - "nested": { - "hash": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "#heading" - }, - "title": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Title & authors" - }, - "menuItem": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2747", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2747" - } - }, - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2748", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2748" - } - }, - "top": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 318.5 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2749", - "className": "Object" - } - ] - } - }, - "notImplementedMethodError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Not implemented method" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2712", - "className": "t" - } - ] - } - }, - "mobileNavigator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2616", - "nested": { - "logger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "u", - "description": "u", - "objectId": "3290802516498786405.1.2750", - "nested": { - "name": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "page-navigator" - }, - "levels": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.2762", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2762" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2777", - "className": "Object" - } - ] - } - }, - "className": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "e" - }, - "windowElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2751", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2779", - "className": "Object" - } - ] - } - }, - "windowScrollElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2752", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2782", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2782" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2783", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2753", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2785", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2785" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2786", - "className": "Object" - } - ] - } - }, - "pageContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2754", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2788", - "className": "Object" - } - ] - } - }, - "extraNavigationOffset": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 75 - }, - "extraTrackingOffset": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 100 - }, - "select": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2757", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2790", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2790" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2791", - "className": "Object" - } - ] - } - }, - "options": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2758", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2797", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2797" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2798", - "className": "Object" - } - ] - } - }, - "enabled": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "notImplementedMethodError": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Not implemented method" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2761", - "className": "t" - } - ] - } - }, - "permalinkDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2617", - "nested": { - "permalinkContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2799", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2808", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2808" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2809", - "className": "Object" - } - ] - } - }, - "permalinkDropdownTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2800", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2811", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2811" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2812", - "className": "Object" - } - ] - } - }, - "permalinkDropdownContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2801", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2814", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2814" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2815", - "className": "Object" - } - ] - } - }, - "permalinkDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2802", - "nested": { - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2816", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2816" - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2817", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2817" - } - }, - "targetClassName": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "wrapper": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "toggleOnHover": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "toggleOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "shouldFlip": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "activeTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2818", - "className": "Object" - } - ] - } - }, - "permalinkTextNode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2803", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2820", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2820" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2821", - "className": "Object" - } - ] - } - }, - "permalinkCopyButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2804", - "nested": { - "trigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2822", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2822" - } - }, - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2823", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2823" - } - }, - "message": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Permalink successfully copied." - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2824", - "className": "Object" - } - ] - } - }, - "easySelectPermalink": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2805", - "nested": { - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2825", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2825" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2826", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2806", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2618", - "className": "t" - } - ] - } - }, - "expandedAuthorsMobileContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2286", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2828", - "className": "Object" - } - ] - } - }, - "expandedAuthorsDesktopContainer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2287", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2830", - "className": "Object" - } - ] - } - }, - "fullAuthors": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2288", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2831", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2842", - "className": "Object" - } - ] - } - }, - "trigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2832", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2844", - "className": "Object" - } - ] - } - }, - "fetchedAuthorsPlaceholder": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2833", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2845", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2848", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2846", - "className": "Object" - } - ] - } - }, - "windowScrollElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2834", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2851", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2854", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2852", - "className": "Object" - } - ] - } - }, - "animationDuration": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 300 - }, - "highlightDuration": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 3000 - }, - "updateUrl": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isDesktop": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "affiliationLinks": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2837", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2856", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2859", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2857", - "className": "Object" - } - ] - } - }, - "equalContribLinks": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2838", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2860", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2863", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2861", - "className": "Object" - } - ] - } - }, - "expandLoadingIndicator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2839", - "nested": { - "template": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "
\n
\n
\n
\n
" - }, - "el": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2864", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2867", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2867" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2868", - "className": "Object" - } - ] - } - }, - "activeClassName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "active" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2865", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2840", - "className": "Object" - } - ] - } - }, - "fullArticleDetails": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2289", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2869", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2880", - "className": "Object" - } - ] - } - }, - "trigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2870", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2882", - "className": "Object" - } - ] - } - }, - "fetchedAuthorsPlaceholder": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2871", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2883", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2886", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2884", - "className": "Object" - } - ] - } - }, - "windowScrollElement": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2872", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2889", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2892", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2890", - "className": "Object" - } - ] - } - }, - "animationDuration": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 300 - }, - "highlightDuration": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 3000 - }, - "updateUrl": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "isDesktop": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "affiliationLinks": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2875", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2894", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2897", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2895", - "className": "Object" - } - ] - } - }, - "equalContribLinks": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2876", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2898", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2901", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2899", - "className": "Object" - } - ] - } - }, - "expandLoadingIndicator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2877", - "nested": { - "template": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "
\n
\n
\n
\n
" - }, - "el": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2902", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2905", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2905" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2906", - "className": "Object" - } - ] - } - }, - "activeClassName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "active" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2903", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2878", - "className": "Object" - } - ] - } - }, - "citationTextBlock": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2290", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2907", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2914", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2917", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2917" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2918", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2915", - "className": "Object" - } - ] - } - }, - "citeFormatPreferenceCookieName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-cf" - }, - "selector": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2908", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2920", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2923", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2923" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2924", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2921", - "className": "Object" - } - ] - } - }, - "citationTextNode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2909", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2926", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2929", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2929" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2930", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2927", - "className": "Object" - } - ] - } - }, - "selectedStyle": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "copyButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2910", - "nested": { - "trigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2931", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2935", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2935" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2936", - "className": "Object" - } - ] - } - }, - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2932", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2938", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2938" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2939", - "className": "Object" - } - ] - } - }, - "message": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "Citation successfully copied." - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2933", - "className": "Object" - } - ] - } - }, - "loadingIndicator": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2911", - "nested": { - "template": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "
\n
\n
\n
\n
" - }, - "el": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2940", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2943", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.2943" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2944", - "className": "Object" - } - ] - } - }, - "activeClassName": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "active" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2941", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2912", - "className": "Object" - } - ] - } - }, - "citationDialog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2291", - "nested": { - "overlay": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2945", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2950", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2953", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2951", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2946", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2955", - "className": "Object" - } - ] - } - }, - "triggers": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2947", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2958", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2961", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2959", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2948", - "className": "Object" - } - ] - } - }, - "fullTextLinksDialog": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2292", - "nested": { - "overlay": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2962", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2967", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2970", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2968", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2963", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2972", - "className": "Object" - } - ] - } - }, - "triggers": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2964", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 2 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2975", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2978", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2976", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2965", - "className": "Object" - } - ] - } - }, - "moreActionsDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2293", - "nested": { - "target": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2979", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2983", - "className": "Object" - } - ] - } - }, - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2980", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2985", - "className": "Object" - } - ] - } - }, - "targetClassName": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "wrapper": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "toggleOnHover": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "toggleOnClick": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "shouldFlip": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "activeTrigger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2981", - "className": "t" - } - ] - } - }, - "referencesLists": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2294", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2986", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2988", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2991", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2989", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2987", - "className": "Object" - } - ] - } - }, - "savePanel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2295", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2992", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2998", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3001", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2999", - "className": "Object" - } - ] - } - }, - "expandButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2993", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3003", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3006", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3006" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3007", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3004", - "className": "Object" - } - ] - } - }, - "closeButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2994", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3009", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3012", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3012" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3013", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3010", - "className": "Object" - } - ] - } - }, - "initialFocusEl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.2995", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3015", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3018", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3016", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2996", - "className": "Object" - } - ] - } - }, - "emailPanel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2296", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3019", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3025", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3028", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3026", - "className": "Object" - } - ] - } - }, - "expandButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3020", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3029", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3032", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3032" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3033", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3030", - "className": "Object" - } - ] - } - }, - "closeButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3021", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3035", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3038", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3038" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3039", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3036", - "className": "Object" - } - ] - } - }, - "initialFocusEl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3022", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3041", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3044", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3042", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3023", - "className": "t" - } - ] - } - }, - "collectionsPanel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2297", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3045", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3051", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3054", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3052", - "className": "Object" - } - ] - } - }, - "expandButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3046", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3055", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3058", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3058" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3059", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3056", - "className": "Object" - } - ] - } - }, - "closeButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3047", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3061", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3064", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3064" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3065", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3062", - "className": "Object" - } - ] - } - }, - "initialFocusEl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3048", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3067", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3070", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3070" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3071", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3068", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3049", - "className": "t" - } - ] - } - }, - "bibliographyPanel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2298", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3072", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3078", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3081", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3079", - "className": "Object" - } - ] - } - }, - "expandButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3073", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3082", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3085", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3085" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3086", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3083", - "className": "Object" - } - ] - } - }, - "closeButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3074", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3088", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3091", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3091" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3092", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3089", - "className": "Object" - } - ] - } - }, - "initialFocusEl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3075", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3094", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3097", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3097" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3098", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3095", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3076", - "className": "t" - } - ] - } - }, - "savedSearchPanel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.2299", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3099", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3105", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3108", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3106", - "className": "Object" - } - ] - } - }, - "expandButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3100", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3109", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3112", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3110", - "className": "Object" - } - ] - } - }, - "closeButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3101", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3114", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3117", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3117" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3118", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3115", - "className": "Object" - } - ] - } - }, - "initialFocusEl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3102", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3120", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3123", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3123" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3124", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3121", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3103", - "className": "t" - } - ] - } - }, - "citationManagerPanel": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2300", - "nested": { - "container": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3125", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3131", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3134", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3132", - "className": "Object" - } - ] - } - }, - "expandButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3126", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3136", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3139", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3139" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3140", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3137", - "className": "Object" - } - ] - } - }, - "closeButton": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3127", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3142", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3145", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3145" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3146", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3143", - "className": "Object" - } - ] - } - }, - "initialFocusEl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3128", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3148", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3151", - "nested": { - "_error": "Max depth reached or circular reference", - "objectId": "3290802516498786405.1.3151" - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3152", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3149", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3129", - "className": "Object" - } - ] - } - }, - "journalActionsDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2302", - "nested": { - "searchFormTermInput": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3153", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3157", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3160", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3158", - "className": "Object" - } - ] - } - }, - "filtersStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3154", - "nested": { - "filtersStorageKey": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-filters-by" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3162", - "className": "t" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3155", - "className": "Object" - } - ] - } - }, - "keywordActionsDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2303", - "nested": { - "searchFormTermInput": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3163", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3167", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3170", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3168", - "className": "Object" - } - ] - } - }, - "filtersStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3164", - "nested": { - "filtersStorageKey": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-filters-by" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3172", - "className": "t" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3165", - "className": "Object" - } - ] - } - }, - "associatedDataActionsDropdown": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2304", - "nested": { - "searchFormTermInput": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3173", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "prevObject": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "jQuery.fn.init", - "description": "jQuery.fn.init", - "objectId": "3290802516498786405.1.3177", - "nested": { - "length": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3180", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3178", - "className": "Object" - } - ] - } - }, - "filtersStorage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "e", - "description": "e", - "objectId": "3290802516498786405.1.3174", - "nested": { - "filtersStorageKey": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pm-filters-by" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3182", - "className": "t" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3175", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2305", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2217", - "className": "Object" - } - ] - } - }, - "_timePingerLoaded": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Date", - "description": "Fri Nov 21 2025 15:58:21 GMT-0500 (Eastern Standard Time)", - "objectId": "3290802516498786405.1.2211", - "nested": { - "_skipped": "Native API" - } - }, - "sg": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2212", - "nested": { - "_hasPingedFirstRender": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_resetCalled": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "config": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3183", - "nested": { - "restore": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){return a={},Object.keys(c).forEach(function(e){a[e]=c[e]}),this}" - }, - "addPingData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(t){Object.keys(s.pings).forEach(function(e){t[e]=s.pings[e]})}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3201", - "className": "Object" - } - ] - } - }, - "_trace": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3184", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3206", - "className": "Object" - } - ] - } - }, - "version": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0.42.0" - }, - "_pingsFired": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3185", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3209", - "className": "Object" - } - ] - } - }, - "_gtmCommands": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3186", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3212", - "className": "Object" - } - ] - } - }, - "_pingedGaScroll": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_hasError": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_isCookieOverflowed": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "browserSupported": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_eventID": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_cookieDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": ".ncbi.nlm.nih.gov" - }, - "_mutators": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3188", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3214", - "className": "Object" - } - ] - } - }, - "_sections": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3189", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3215", - "className": "Object" - } - ] - } - }, - "_lastScroll": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_lastClick": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_maxScroll": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3190", - "nested": { - "x": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "y": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3216", - "className": "Object" - } - ] - } - }, - "_gaveRawGA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_monkeyPatch": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "r", - "description": "r", - "objectId": "3290802516498786405.1.3191", - "nested": { - "trace": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3217", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3223", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3218", - "className": "Object" - } - ] - } - }, - "pings": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3192", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3224", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3193", - "className": "Object" - } - ] - } - }, - "pinger": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "t", - "description": "t", - "objectId": "3290802516498786405.1.2213", - "nested": { - "_hasPingedFirstRender": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_resetCalled": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "config": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3225", - "nested": { - "restore": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){return a={},Object.keys(c).forEach(function(e){a[e]=c[e]}),this}" - }, - "addPingData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(t){Object.keys(s.pings).forEach(function(e){t[e]=s.pings[e]})}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3243", - "className": "Object" - } - ] - } - }, - "_trace": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3226", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3248", - "className": "Object" - } - ] - } - }, - "version": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0.42.0" - }, - "_pingsFired": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3227", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3251", - "className": "Object" - } - ] - } - }, - "_gtmCommands": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3228", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3254", - "className": "Object" - } - ] - } - }, - "_pingedGaScroll": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_hasError": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_isCookieOverflowed": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "browserSupported": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": true - }, - "_eventID": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_cookieDomain": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": ".ncbi.nlm.nih.gov" - }, - "_mutators": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3230", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3256", - "className": "Object" - } - ] - } - }, - "_sections": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3231", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3257", - "className": "Object" - } - ] - } - }, - "_lastScroll": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_lastClick": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "value": null - }, - "_maxScroll": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3232", - "nested": { - "x": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "y": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 0 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3258", - "className": "Object" - } - ] - } - }, - "_gaveRawGA": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_monkeyPatch": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "r", - "description": "r", - "objectId": "3290802516498786405.1.3233", - "nested": { - "trace": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3259", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3265", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3260", - "className": "Object" - } - ] - } - }, - "pings": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3234", - "nested": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3266", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3235", - "className": "Object" - } - ] - } - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2214", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/personalbar.json b/output/personalbar.json deleted file mode 100644 index 6bb82f9..0000000 --- a/output/personalbar.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "personalbar", - "className": "BarProp", - "description": "BarProp", - "objectId": "3290802516498786405.1.1114", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2185", - "className": "BarProp" - } - ] - } -} \ No newline at end of file diff --git a/output/pingerDataLayer.json b/output/pingerDataLayer.json deleted file mode 100644 index b7adb1e..0000000 --- a/output/pingerDataLayer.json +++ /dev/null @@ -1,789 +0,0 @@ -{ - "property_name": "pingerDataLayer", - "className": "Array", - "description": "Array(8)", - "objectId": "3290802516498786405.1.1199", - "resolved_data": { - "0": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3269", - "nested": { - "myncbi_signed_in": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "value": false - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3279", - "className": "Object" - } - ] - } - }, - "1": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3270", - "nested": { - "ncbi_app": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed" - }, - "ncbi_db": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed" - }, - "ncbi_phid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DEFD0001DEE16965000034AFEA4754A9.1.m_3" - }, - "log_category": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "literature" - }, - "ncbi_cost_center": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed" - }, - "ncbi_pdid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "abstract" - }, - "log_op": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "retrieve" - }, - "ncbi_uid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "32845321" - }, - "log_displayeduids": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "32845321" - }, - "log_source_db": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed" - }, - "log_icons_present": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "ncbi_nwds_ver": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "1.2.5" - }, - "ncbi_nwds": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "yes" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3280", - "className": "Object" - } - ] - } - }, - "2": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3271", - "nested": { - "gtm.start": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 1763758701433 - }, - "event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gtm.js" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 3 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3281", - "className": "Object" - } - ] - } - }, - "3": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3272", - "nested": { - "event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "load" - }, - "sgversion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0.42.0" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 5 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3282", - "className": "Object" - } - ] - } - }, - "4": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3273", - "nested": { - "event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "render" - }, - "ncbi_app": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed" - }, - "ncbi_db": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed" - }, - "ncbi_phid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "DEFD0001DEE16965000034AFEA4754A9.1.m_3" - }, - "log_category": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "literature" - }, - "ncbi_cost_center": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed" - }, - "ncbi_pdid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "abstract" - }, - "log_op": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "retrieve" - }, - "ncbi_uid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "32845321" - }, - "log_displayeduids": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "32845321" - }, - "log_source_db": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed" - }, - "log_icons_present": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "ncbi_nwds_ver": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "1.2.5" - }, - "ncbi_nwds": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "yes" - }, - "is_browser_supported": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "browserwidth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "1387" - }, - "browserheight": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "857" - }, - "connection_type": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "connection_effectivetype": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "4g" - }, - "cookieenabled": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "true" - }, - "cookieSize": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0" - }, - "language_code": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "en-US" - }, - "pinger_in_iframe": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "myncbi_signed_in": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "false" - }, - "ncbi_algorithm": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "ncbi_featured_srcdb": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "ncbi_program": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "ncbi_timesinceload": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "4" - }, - "ncbi_pcid": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "pagename": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed:pubmed:abstract:NONE" - }, - "server": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pubmed.ncbi.nlm.nih.gov" - }, - "sgSource": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "native" - }, - "sgversion": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0.42.0" - }, - "sgversion_major": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0" - }, - "sgversion_minor": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "42" - }, - "sgversion_hotfix": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0" - }, - "spa_index": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0" - }, - "screenavailwidth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "1512" - }, - "screenavailheight": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "944" - }, - "screenwidth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "1512" - }, - "screenheight": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "982" - }, - "colorDepth": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "30" - }, - "ncbi_timesincenavstart": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "484" - }, - "jsevent": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "render" - }, - "SELF_URL": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https://pubmed.ncbi.nlm.nih.gov/32845321/" - }, - "HTTP_REFERER": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "jsperf_basePage": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "7" - }, - "jsperf_connect": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "36" - }, - "jsperf_dns": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "23" - }, - "jsperf_navType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0" - }, - "jsperf_redirectCount": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0" - }, - "jsperf_navTimingType": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "navigate" - }, - "jsperf_navTimingRedirectCount": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "0" - }, - "jsperf_navTimingNetworkMS": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "227" - }, - "jsperf_ttfb": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "139" - }, - "jsrendertime": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "jsloadtime": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 6 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3283", - "className": "Object" - } - ] - } - }, - "5": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3274", - "nested": { - "event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gtm.dom" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 7 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3284", - "className": "Object" - } - ] - } - }, - "6": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3275", - "nested": { - "event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gtm.load" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 15 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3285", - "className": "Object" - } - ] - } - }, - "7": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.3276", - "nested": { - "event": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "gtm.scrollDepth" - }, - "gtm.scrollThreshold": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 400 - }, - "gtm.scrollUnits": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "pixels" - }, - "gtm.scrollDirection": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "vertical" - }, - "gtm.triggers": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "47342615_27" - }, - "gtm.uniqueEventId": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "value": 17 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3286", - "className": "Object" - } - ] - } - }, - "push": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){var f;if($n.SANDBOXED_JS_SEMAPHORE>0){f=\n[];for(var g=0;gn)for(N(4),c.pruned=!0;this.length>n;)this.shift();var p=typeof l!==\"boolean\"||l;return qB()&&p}" - }, - "length": { - "type": "number", - "writable": true, - "configurable": false, - "enumerable": false, - "value": 8 - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.3278", - "className": "Array" - } - ] - } -} \ No newline at end of file diff --git a/output/runtime.json b/output/runtime.json deleted file mode 100644 index f9d1c8c..0000000 --- a/output/runtime.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "runtime", - "className": "o", - "description": "o", - "objectId": "-8799355714042909497.1.1242", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "-8799355714042909497.1.2826", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/scheduler.json b/output/scheduler.json deleted file mode 100644 index 5d7162b..0000000 --- a/output/scheduler.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "scheduler", - "className": "Scheduler", - "description": "Scheduler", - "objectId": "3290802516498786405.1.1134", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2195", - "className": "Scheduler" - } - ] - } -} \ No newline at end of file diff --git a/output/scrollbars.json b/output/scrollbars.json deleted file mode 100644 index ccd571b..0000000 --- a/output/scrollbars.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "scrollbars", - "className": "BarProp", - "description": "BarProp", - "objectId": "3290802516498786405.1.1115", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2186", - "className": "BarProp" - } - ] - } -} \ No newline at end of file diff --git a/output/sessionStorage.json b/output/sessionStorage.json deleted file mode 100644 index 17fd07d..0000000 --- a/output/sessionStorage.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "property_name": "sessionStorage", - "className": "Storage", - "description": "Storage", - "objectId": "3290802516498786405.1.1131", - "resolved_data": { - "ncbi_pinger": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==" - }, - "QSI_HistorySession": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "value": "https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F32845321%2F~1763758702085" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2193", - "className": "Storage" - } - ] - } -} \ No newline at end of file diff --git a/output/sharedStorage.json b/output/sharedStorage.json deleted file mode 100644 index cc11928..0000000 --- a/output/sharedStorage.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "sharedStorage", - "className": "SharedStorage", - "description": "SharedStorage", - "objectId": "3290802516498786405.1.1179", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2202", - "className": "SharedStorage" - } - ] - } -} \ No newline at end of file diff --git a/output/speechSynthesis.json b/output/speechSynthesis.json deleted file mode 100644 index eeadee7..0000000 --- a/output/speechSynthesis.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "speechSynthesis", - "className": "SpeechSynthesis", - "description": "SpeechSynthesis", - "objectId": "3290802516498786405.1.1188", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2205", - "className": "SpeechSynthesis" - } - ] - } -} \ No newline at end of file diff --git a/output/statusbar.json b/output/statusbar.json deleted file mode 100644 index 1e305a6..0000000 --- a/output/statusbar.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "statusbar", - "className": "BarProp", - "description": "BarProp", - "objectId": "3290802516498786405.1.1116", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2187", - "className": "BarProp" - } - ] - } -} \ No newline at end of file diff --git a/output/storage_contents.json b/output/storage_contents.json deleted file mode 100644 index 9dc357f..0000000 --- a/output/storage_contents.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "cookies": { - "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", - "_ga_DP2X732JSX": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0", - "_ga": "GA1.1.811243661.1763758702", - "_ga_CSLL4ZEK4L": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0" - }, - "sessionStorage": { - "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", - "QSI_HistorySession": "https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F32845321%2F~1763758702085" - }, - "localStorage": {} -} \ No newline at end of file diff --git a/output/styleMedia.json b/output/styleMedia.json deleted file mode 100644 index 45eff5b..0000000 --- a/output/styleMedia.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "styleMedia", - "className": "StyleMedia", - "description": "StyleMedia", - "objectId": "3290802516498786405.1.1126", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2191", - "className": "StyleMedia" - } - ] - } -} \ No newline at end of file diff --git a/output/symbol_table.json b/output/symbol_table.json deleted file mode 100644 index 98fe73e..0000000 --- a/output/symbol_table.json +++ /dev/null @@ -1,10492 +0,0 @@ -{ - "connection": "ws://localhost:9222/devtools/page/42948E71BB747E2CAA1DF50D531FD54F", - "window_objectId": "3290802516498786405.1.1", - "properties": { - "window": { - "type": "object", - "writable": false, - "configurable": false, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "self": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "document": { - "type": "object", - "writable": false, - "configurable": false, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "name": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "" - }, - "location": { - "type": "object", - "writable": false, - "configurable": false, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "customElements": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1109", - "className": "CustomElementRegistry", - "description": "CustomElementRegistry" - }, - "history": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "navigation": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "locationbar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1112", - "className": "BarProp", - "description": "BarProp" - }, - "menubar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1113", - "className": "BarProp", - "description": "BarProp" - }, - "personalbar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1114", - "className": "BarProp", - "description": "BarProp" - }, - "scrollbars": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1115", - "className": "BarProp", - "description": "BarProp" - }, - "statusbar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1116", - "className": "BarProp", - "description": "BarProp" - }, - "toolbar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1117", - "className": "BarProp", - "description": "BarProp" - }, - "status": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "" - }, - "closed": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": false - }, - "frames": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "length": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "top": { - "type": "object", - "writable": false, - "configurable": false, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "opener": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "parent": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "frameElement": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "navigator": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "origin": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "https://pubmed.ncbi.nlm.nih.gov" - }, - "external": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1122", - "className": "External", - "description": "External" - }, - "screen": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "innerWidth": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 1387 - }, - "innerHeight": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 857 - }, - "scrollX": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "pageXOffset": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "scrollY": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "pageYOffset": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "visualViewport": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1124", - "className": "VisualViewport", - "description": "VisualViewport" - }, - "screenX": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 88 - }, - "screenY": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 38 - }, - "outerWidth": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 1387 - }, - "outerHeight": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 944 - }, - "devicePixelRatio": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 2 - }, - "event": { - "type": "undefined", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "clientInformation": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "screenLeft": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 88 - }, - "screenTop": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 38 - }, - "styleMedia": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1126", - "className": "StyleMedia", - "description": "StyleMedia" - }, - "onsearch": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "trustedTypes": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1127", - "className": "TrustedTypePolicyFactory", - "description": "TrustedTypePolicyFactory" - }, - "performance": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "onappinstalled": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforeinstallprompt": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "crypto": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "indexedDB": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "sessionStorage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1131", - "className": "Storage", - "description": "Storage" - }, - "localStorage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1132", - "className": "Storage", - "description": "Storage" - }, - "onbeforexrselect": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onabort": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforeinput": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforematch": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforetoggle": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onblur": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncancel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncanplay": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncanplaythrough": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onclick": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onclose": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncommand": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncontentvisibilityautostatechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncontextlost": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncontextmenu": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncontextrestored": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncuechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondblclick": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondrag": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragenter": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragleave": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragover": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondrop": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondurationchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onemptied": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onended": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onerror": { - "type": "function", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "onfocus": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onformdata": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oninput": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oninvalid": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onkeydown": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onkeypress": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onkeyup": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onload": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onloadeddata": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onloadedmetadata": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onloadstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmousedown": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseenter": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseleave": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmousemove": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseout": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseover": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseup": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmousewheel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpause": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onplay": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onplaying": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onprogress": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onratechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onreset": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onresize": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onscroll": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onscrollend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onsecuritypolicyviolation": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onseeked": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onseeking": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onselect": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onslotchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onstalled": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onsubmit": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onsuspend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontimeupdate": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontoggle": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onvolumechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwaiting": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwebkitanimationend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwebkitanimationiteration": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwebkitanimationstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwebkittransitionend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwheel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onauxclick": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ongotpointercapture": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onlostpointercapture": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerdown": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointermove": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerup": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointercancel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerover": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerout": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerenter": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerleave": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onselectstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onselectionchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onanimationend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onanimationiteration": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onanimationstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontransitionrun": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontransitionstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontransitionend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontransitioncancel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onafterprint": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforeprint": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforeunload": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onhashchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onlanguagechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmessage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmessageerror": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onoffline": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ononline": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpagehide": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpageshow": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpopstate": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onrejectionhandled": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onstorage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onunhandledrejection": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onunload": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "isSecureContext": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": true - }, - "crossOriginIsolated": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": false - }, - "scheduler": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1134", - "className": "Scheduler", - "description": "Scheduler" - }, - "alert": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "atob": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "blur": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "btoa": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "cancelAnimationFrame": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "cancelIdleCallback": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "captureEvents": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "clearInterval": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "clearTimeout": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "close": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "confirm": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "createImageBitmap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "fetch": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "find": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "focus": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "getComputedStyle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "getSelection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "matchMedia": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "moveBy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "moveTo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "open": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "postMessage": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "print": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "prompt": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "queueMicrotask": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "releaseEvents": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "reportError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "requestAnimationFrame": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "requestIdleCallback": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "resizeBy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "resizeTo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "scroll": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "scrollBy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "scrollTo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "setInterval": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "setTimeout": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "stop": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "structuredClone": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitCancelAnimationFrame": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitRequestAnimationFrame": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "chrome": { - "type": "object", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1175", - "className": "Object", - "description": "Object" - }, - "caches": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "cookieStore": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1177", - "className": "CookieStore", - "description": "CookieStore" - }, - "ondevicemotion": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondeviceorientation": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondeviceorientationabsolute": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerrawupdate": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "documentPictureInPicture": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "sharedStorage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1179", - "className": "SharedStorage", - "description": "SharedStorage" - }, - "fetchLater": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "getScreenDetails": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "queryLocalFonts": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "showDirectoryPicker": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "showOpenFilePicker": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "showSaveFilePicker": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "originAgentCluster": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": true - }, - "viewport": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1186", - "className": "Viewport", - "description": "Viewport" - }, - "onpageswap": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpagereveal": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "credentialless": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": false - }, - "fence": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "launchQueue": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1187", - "className": "LaunchQueue", - "description": "LaunchQueue" - }, - "speechSynthesis": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1188", - "className": "SpeechSynthesis", - "description": "SpeechSynthesis" - }, - "onscrollsnapchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onscrollsnapchanging": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "webkitRequestFileSystem": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitResolveLocalFileSystemURL": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "nwds_version": { - "type": "string", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "value": "1.2.5" - }, - "meta_nwds_ver": { - "type": "object", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "meta_nwds": { - "type": "object", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "alertsUrl": { - "type": "string", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "value": "/core/alerts/alerts.js" - }, - "$": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "jQuery": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "uswds": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1195", - "className": "Object", - "description": "Object" - }, - "ncbi": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1196", - "className": "Object", - "description": "Object" - }, - "exports": { - "type": "object", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1197", - "className": "Object", - "description": "Object" - }, - "CollectionsButton": { - "type": "function", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "pingerDataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1199", - "className": "Array", - "description": "Array(8)" - }, - "galert": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "google_tag_manager": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1201", - "className": "Object", - "description": "Object" - }, - "google_tag_data": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1202", - "className": "Object", - "description": "Object" - }, - "_fullParams": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "agency=HHS&subagency=NCBI%20-%20ncbi.nlm.nih.gov&sitetopic=NCBI%20Pinger%200.39.3&siteplatform=NCBI%20Pinger%200.39.3" - }, - "_keyValuePair": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "siteplatform=ncbi pinger 0.39.3" - }, - "_key": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "siteplatform" - }, - "_value": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "ncbi pinger 0.39.3" - }, - "dataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1203", - "className": "Array", - "description": "Array(5)" - }, - "gas": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "gas4": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "_isRedacted": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": true - }, - "gaGlobal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1206", - "className": "Object", - "description": "Object" - }, - "QSI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1207", - "className": "Object", - "description": "Object" - }, - "WAFQualtricsWebpackJsonP-cloud-2.38.0": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "_qsie": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1209", - "className": "e", - "description": "e" - }, - "Object": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Function": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Number": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "parseFloat": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "parseInt": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Infinity": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": false, - "_source": "window", - "value": null - }, - "NaN": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": false, - "_source": "window", - "value": null - }, - "undefined": { - "type": "undefined", - "writable": false, - "configurable": false, - "enumerable": false, - "_source": "window", - "value": null - }, - "Boolean": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "String": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Symbol": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Date": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Promise": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RegExp": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Error": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AggregateError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "EvalError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RangeError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReferenceError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SyntaxError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TypeError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "URIError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "globalThis": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "JSON": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Math": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Intl": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ArrayBuffer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Atomics": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1235", - "className": "Atomics", - "description": "Atomics" - }, - "Uint8Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Int8Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Uint16Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Int16Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Uint32Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Int32Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BigUint64Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BigInt64Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Uint8ClampedArray": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Float32Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Float64Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DataView": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function DataView() { [native code] }" - }, - "Map": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BigInt": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Set": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Iterator": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WeakMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WeakSet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Proxy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Reflect": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FinalizationRegistry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WeakRef": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "decodeURI": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "decodeURIComponent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "encodeURI": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "encodeURIComponent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "escape": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "unescape": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "eval": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "isFinite": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "isNaN": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "console": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1267", - "className": "console", - "description": "console" - }, - "Option": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Image": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Audio": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitURL": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitRTCPeerConnection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitMediaStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebKitMutationObserver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebKitCSSMatrix": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XPathResult": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XPathExpression": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XPathEvaluator": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XMLSerializer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XMLHttpRequestUpload": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XMLHttpRequestEventTarget": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XMLHttpRequest": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XMLDocument": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WritableStreamDefaultWriter": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WritableStreamDefaultController": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WritableStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Worker": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Window": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WheelEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebSocket": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLVertexArrayObject": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLUniformLocation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLTransformFeedback": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLTexture": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLSync": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLShaderPrecisionFormat": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLShader": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLSampler": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLRenderingContext": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLRenderbuffer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLQuery": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLProgram": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLObject": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLFramebuffer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLContextEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLBuffer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGLActiveInfo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebGL2RenderingContext": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WaveShaperNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "VisualViewport": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "VisibilityStateEntry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function VisibilityStateEntry() { [native code] }" - }, - "VirtualKeyboardGeometryChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ViewTransitionTypeSet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ViewTransition": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ViewTimeline": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "VideoPlaybackQuality": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "VideoFrame": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "VideoColorSpace": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ValidityState": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function ValidityState() { [native code] }" - }, - "VTTCue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "UserActivation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "URLSearchParams": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "URLPattern": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "URL": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "UIEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TrustedTypePolicyFactory": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TrustedTypePolicy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TrustedScriptURL": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TrustedScript": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TrustedHTML": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TreeWalker": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TransitionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TransformStreamDefaultController": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TransformStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TrackEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TouchList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TouchEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Touch": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ToggleEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TimeRanges": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextUpdateEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextTrackList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextTrackCueList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextTrackCue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextTrack": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextMetrics": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextFormatUpdateEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextFormat": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextEncoderStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextEncoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextDecoderStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TextDecoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Text": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TaskSignal": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TaskPriorityChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TaskController": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "TaskAttributionTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SyncManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Subscriber": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SubmitEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StyleSheetList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StyleSheet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StylePropertyMapReadOnly": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StylePropertyMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StorageEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Storage": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StereoPannerNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StaticRange": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SourceBufferList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SourceBuffer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ShadowRoot": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Selection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SecurityPolicyViolationEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ScrollTimeline": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ScriptProcessorNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ScreenOrientation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Screen": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Scheduling": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Scheduler": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGViewElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGUseElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGUnitTypes": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGTransformList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGTransform": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGTitleElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGTextPositioningElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGTextPathElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGTextElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGTextContentElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGTSpanElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGSymbolElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGSwitchElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGStyleElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGStringList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGStopElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGSetElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGScriptElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGSVGElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGRectElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGRect": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGRadialGradientElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGPreserveAspectRatio": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGPolylineElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGPolygonElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGPointList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGPoint": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGPatternElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGPathElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGNumberList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGNumber": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGMetadataElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function SVGMetadataElement() { [native code] }" - }, - "SVGMatrix": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGMaskElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGMarkerElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGMPathElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGLinearGradientElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGLineElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGLengthList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGLength": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGImageElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGGraphicsElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGGradientElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGGeometryElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGGElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGForeignObjectElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFilterElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFETurbulenceElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFETileElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFESpotLightElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFESpecularLightingElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEPointLightElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEOffsetElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEMorphologyElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEMergeNodeElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEMergeElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEImageElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEGaussianBlurElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEFuncRElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEFuncGElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEFuncBElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEFuncAElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEFloodElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEDropShadowElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEDistantLightElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEDisplacementMapElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEDiffuseLightingElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEConvolveMatrixElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFECompositeElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEComponentTransferElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEColorMatrixElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGFEBlendElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGEllipseElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGDescElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGDefsElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGComponentTransferFunctionElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGClipPathElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGCircleElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimationElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedTransformList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedString": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedRect": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedPreserveAspectRatio": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedNumberList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedNumber": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedLengthList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedLength": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedInteger": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedEnumeration": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedBoolean": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimatedAngle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimateTransformElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimateMotionElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAnimateElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAngle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SVGAElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Response": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ResizeObserverSize": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ResizeObserverEntry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ResizeObserver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Request": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReportingObserver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReportBody": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReadableStreamDefaultReader": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReadableStreamDefaultController": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReadableStreamBYOBRequest": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReadableStreamBYOBReader": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReadableStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ReadableByteStreamController": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Range": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RadioNodeList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCTrackEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCStatsReport": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCSessionDescription": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCSctpTransport": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCRtpTransceiver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCRtpSender": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCRtpReceiver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCPeerConnectionIceEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCPeerConnectionIceErrorEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCPeerConnection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCIceTransport": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCIceCandidate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCErrorEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCEncodedVideoFrame": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCEncodedAudioFrame": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCDtlsTransport": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCDataChannelEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function RTCDataChannelEvent() { [native code] }" - }, - "RTCDTMFToneChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCDTMFSender": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCCertificate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PromiseRejectionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ProgressEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Profiler": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ProcessingInstruction": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PopStateEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function PopStateEvent() { [native code] }" - }, - "PointerEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PluginArray": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Plugin": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PictureInPictureWindow": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PictureInPictureEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PeriodicWave": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceServerTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceScriptTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceResourceTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformancePaintTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceObserverEntryList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceObserver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceNavigationTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceNavigation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceMeasure": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceMark": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceLongTaskTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceLongAnimationFrameTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceEventTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceEntry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PerformanceElementTiming": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Performance": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Path2D": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PannerNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PageTransitionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "OverconstrainedError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "OscillatorNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "OffscreenCanvasRenderingContext2D": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "OffscreenCanvas": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "OfflineAudioContext": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "OfflineAudioCompletionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Observable": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NodeList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NodeIterator": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NodeFilter": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Node": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NetworkInformation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigatorUAData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function NavigatorUAData() { [native code] }" - }, - "Navigator": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigationTransition": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigationHistoryEntry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigationDestination": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigationCurrentEntryChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigationActivation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Navigation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigateEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NamedNodeMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MutationRecord": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MutationObserver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MouseEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MimeTypeArray": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MimeType": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MessagePort": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MessageEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MessageChannel": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamTrackVideoStats": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamTrackProcessor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamTrackGenerator": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamTrackEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamTrackAudioStats": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamTrack": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamAudioSourceNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStreamAudioDestinationNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaSourceHandle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaSource": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaRecorder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaQueryListEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaQueryList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaEncryptedEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaElementAudioSourceNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaCapabilities": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MathMLElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Location": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "LayoutShiftAttribution": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "LayoutShift": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "LargestContentfulPaint": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "KeyframeEffect": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "KeyboardEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IntersectionObserverEntry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IntersectionObserver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "InputEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "InputDeviceInfo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "InputDeviceCapabilities": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Ink": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ImageData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function ImageData() { [native code] }" - }, - "ImageBitmapRenderingContext": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ImageBitmap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IdleDeadline": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IIRFilterNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBVersionChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBTransaction": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBRequest": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBOpenDBRequest": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBObjectStore": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function IDBObjectStore() { [native code] }" - }, - "IDBKeyRange": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBIndex": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBFactory": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBDatabase": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function IDBDatabase() { [native code] }" - }, - "IDBCursorWithValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBCursor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "History": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HighlightRegistry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Highlight": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Headers": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HashChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLVideoElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLUnknownElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLUListElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTrackElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTitleElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTimeElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTextAreaElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTemplateElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTableSectionElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTableRowElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTableElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTableColElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTableCellElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLTableCaptionElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLStyleElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLSpanElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLSourceElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLSlotElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLSelectedContentElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLSelectElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLScriptElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLQuoteElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLProgressElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLPreElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLPictureElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLParamElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLParagraphElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLOutputElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLOptionsCollection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function HTMLOptionsCollection() { [native code] }" - }, - "HTMLOptionElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLOptGroupElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLObjectElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLOListElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLModElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLMeterElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLMetaElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLMenuElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLMediaElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLMarqueeElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLMapElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLLinkElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLLegendElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLLabelElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLLIElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLInputElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLImageElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLIFrameElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLHtmlElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLHeadingElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLHeadElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLHRElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLFrameSetElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLFrameElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLFormElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLFormControlsCollection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLFontElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLFieldSetElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLEmbedElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLDocument": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLDivElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLDirectoryElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLDialogElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLDetailsElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLDataListElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function HTMLDataListElement() { [native code] }" - }, - "HTMLDataElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function HTMLDataElement() { [native code] }" - }, - "HTMLDListElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLCollection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLCanvasElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLButtonElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLBodyElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLBaseElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLBRElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLAudioElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLAreaElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLAnchorElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HTMLAllCollection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GeolocationPositionError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GeolocationPosition": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GeolocationCoordinates": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Geolocation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GamepadHapticActuator": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GamepadEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GamepadButton": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Gamepad": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GainNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FormDataEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function FormDataEvent() { [native code] }" - }, - "FormData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function FormData() { [native code] }" - }, - "FontFaceSetLoadEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FontFace": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FocusEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FileReader": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FileList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "File": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FeaturePolicy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "External": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "EventTarget": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "EventSource": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "EventCounts": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Event": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ErrorEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "EncodedVideoChunk": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "EncodedAudioChunk": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ElementInternals": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Element": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "EditContext": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DynamicsCompressorNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DragEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DocumentType": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DocumentTimeline": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DocumentFragment": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Document": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DelegatedInkTrailPresenter": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DelayNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DecompressionStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DataTransferItemList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function DataTransferItemList() { [native code] }" - }, - "DataTransferItem": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function DataTransferItem() { [native code] }" - }, - "DataTransfer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function DataTransfer() { [native code] }" - }, - "DOMTokenList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMStringMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMStringList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMRectReadOnly": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMRectList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMRect": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMQuad": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMPointReadOnly": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMPoint": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMParser": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMMatrixReadOnly": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMMatrix": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMImplementation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMException": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DOMError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CustomStateSet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CustomStateSet() { [native code] }" - }, - "CustomEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CustomElementRegistry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Crypto": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CountQueuingStrategy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ConvolverNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ContentVisibilityAutoStateChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function ContentVisibilityAutoStateChangeEvent() { [native code] }" - }, - "ConstantSourceNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CompressionStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CompositionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Comment": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CommandEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CloseWatcher": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CloseEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ClipboardEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CharacterData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CharacterData() { [native code] }" - }, - "CharacterBoundsUpdateEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ChannelSplitterNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ChannelMergerNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CaretPosition": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CanvasRenderingContext2D": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CanvasPattern": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CanvasGradient": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CanvasCaptureMediaStreamTrack": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSViewTransitionRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSVariableReferenceValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSUnparsedValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSUnitValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSTranslate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSTransition": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSTransformValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSTransformComponent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSSupportsRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSStyleValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSStyleSheet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSStyleRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSStyleDeclaration": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSStartingStyleRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSSkewY": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSSkewX": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSSkew": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSScopeRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSScale": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSRuleList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSRotate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSPropertyRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSPositionValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSPositionTryRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSPositionTryDescriptors": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSPerspective": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSPageRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSNumericValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSNumericArray": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSNestedDeclarations": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSNamespaceRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMediaRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMatrixComponent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMathValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMathSum": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMathProduct": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMathNegate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMathMin": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMathMax": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMathInvert": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMathClamp": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSMarginRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSLayerStatementRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CSSLayerStatementRule() { [native code] }" - }, - "CSSLayerBlockRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSKeywordValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSKeyframesRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSKeyframeRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSImportRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSImageValue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSGroupingRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSFontPaletteValuesRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSFontFaceRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSCounterStyleRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSContainerRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSConditionRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSAnimation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSS": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1843", - "className": "CSS", - "description": "CSS" - }, - "CSPViolationReportBody": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CDATASection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ByteLengthQueuingStrategy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BrowserCaptureMediaStreamTrack": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BroadcastChannel": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BlobEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Blob": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BiquadFilterNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BeforeUnloadEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BeforeInstallPromptEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BaseAudioContext": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BarProp": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioWorkletNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioSinkInfo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioScheduledSourceNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioProcessingEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioParamMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioParam": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioListener": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioDestinationNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function AudioData() { [native code] }" - }, - "AudioContext": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioBufferSourceNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioBuffer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Attr": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AnimationTimeline": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AnimationPlaybackEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AnimationEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AnimationEffect": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Animation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AnalyserNode": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AbstractRange": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AbortSignal": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AbortController": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "offscreenBuffering": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": false, - "_source": "window", - "value": true - }, - "SuppressedError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DisposableStack": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AsyncDisposableStack": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Float16Array": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebAssembly": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1883", - "className": "WebAssembly", - "description": "WebAssembly" - }, - "AbsoluteOrientationSensor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Accelerometer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioDecoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioEncoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AudioWorklet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BatteryManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Cache": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CacheStorage": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Clipboard": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ClipboardItem": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CookieChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CookieStore": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CookieStore() { [native code] }" - }, - "CookieStoreManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CookieStoreManager() { [native code] }" - }, - "Credential": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CredentialsContainer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CryptoKey": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DeviceMotionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DeviceMotionEventAcceleration": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DeviceMotionEventRotationRate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DeviceOrientationEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FederatedCredential": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPU": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUAdapter": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUAdapterInfo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUBindGroup": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUBindGroupLayout": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUBuffer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUBufferUsage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1911", - "className": "GPUBufferUsage", - "description": "GPUBufferUsage" - }, - "GPUCanvasContext": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUColorWrite": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1913", - "className": "GPUColorWrite", - "description": "GPUColorWrite" - }, - "GPUCommandBuffer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUCommandEncoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUCompilationInfo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUCompilationMessage": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUComputePassEncoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUComputePipeline": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUDevice": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUDeviceLostInfo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUExternalTexture": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUInternalError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUMapMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1925", - "className": "GPUMapMode", - "description": "GPUMapMode" - }, - "GPUOutOfMemoryError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUPipelineError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUPipelineLayout": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUQuerySet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUQueue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPURenderBundle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPURenderBundleEncoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPURenderPassEncoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPURenderPipeline": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUSampler": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUShaderModule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUShaderStage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1937", - "className": "GPUShaderStage", - "description": "GPUShaderStage" - }, - "GPUSupportedFeatures": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUSupportedLimits": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUTexture": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUTextureUsage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1941", - "className": "GPUTextureUsage", - "description": "GPUTextureUsage" - }, - "GPUTextureView": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUUncapturedErrorEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GPUValidationError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "GravitySensor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Gyroscope": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IdleDetector": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ImageCapture": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ImageDecoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ImageTrack": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ImageTrackList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Keyboard": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "KeyboardLayoutMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "LinearAccelerationSensor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MIDIAccess": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MIDIConnectionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MIDIInput": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MIDIInputMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MIDIMessageEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MIDIOutput": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MIDIOutputMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MIDIPort": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaDeviceInfo": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaDevices": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaKeyMessageEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaKeySession": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaKeyStatusMap": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaKeySystemAccess": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaKeys": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigationPreloadManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigatorManagedData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function NavigatorManagedData() { [native code] }" - }, - "OrientationSensor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PasswordCredential": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ProtectedAudience": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RelativeOrientationSensor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ScreenDetailed": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ScreenDetails": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Sensor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SensorErrorEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ServiceWorkerRegistration": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StorageManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SubtleCrypto": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "VideoDecoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "VideoEncoder": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "VirtualKeyboard": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WGSLLanguageFeatures": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebTransport": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebTransportBidirectionalStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebTransportDatagramDuplexStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function WebTransportDatagramDuplexStream() { [native code] }" - }, - "WebTransportError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Worklet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRDOMOverlayState": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function XRDOMOverlayState() { [native code] }" - }, - "XRLayer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRWebGLBinding": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AuthenticatorAssertionResponse": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AuthenticatorAttestationResponse": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "AuthenticatorResponse": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PublicKeyCredential": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BarcodeDetector": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Bluetooth": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BluetoothCharacteristicProperties": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BluetoothDevice": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BluetoothRemoteGATTCharacteristic": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BluetoothRemoteGATTDescriptor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BluetoothRemoteGATTServer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BluetoothRemoteGATTService": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CaptureController": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CookieDeprecationLabel": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CreateMonitor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DevicePosture": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DigitalCredential": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DocumentPictureInPicture": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "EyeDropper": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FetchLaterResult": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FileSystemDirectoryHandle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FileSystemFileHandle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FileSystemHandle": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FileSystemWritableFileStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FileSystemObserver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FontData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function FontData() { [native code] }" - }, - "FragmentDirective": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HID": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HIDConnectionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HIDDevice": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "HIDInputReportEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IdentityCredential": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IdentityCredentialError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IdentityProvider": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigatorLogin": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "LanguageDetector": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Lock": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "LockManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ServiceWorker": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ServiceWorkerContainer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NotRestoredReasonDetails": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function NotRestoredReasonDetails() { [native code] }" - }, - "NotRestoredReasons": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function NotRestoredReasons() { [native code] }" - }, - "OTPCredential": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PaymentAddress": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PaymentRequest": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PaymentRequestUpdateEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PaymentResponse": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PaymentManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PaymentMethodChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Presentation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PresentationAvailability": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PresentationConnection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PresentationConnectionAvailableEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PresentationConnectionCloseEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PresentationConnectionList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PresentationReceiver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PresentationRequest": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PressureObserver": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PressureRecord": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Serial": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SerialPort": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SharedWorker": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechRecognitionPhrase": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StorageBucket": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "StorageBucketManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Summarizer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Translator": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USB": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBAlternateInterface": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBConfiguration": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function USBConfiguration() { [native code] }" - }, - "USBConnectionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBDevice": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBEndpoint": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBInTransferResult": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBInterface": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBIsochronousInTransferPacket": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBIsochronousInTransferResult": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBIsochronousOutTransferPacket": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBIsochronousOutTransferResult": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "USBOutTransferResult": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WakeLock": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WakeLockSentinel": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRAnchor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRAnchorSet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRBoundedReferenceSpace": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRCPUDepthInformation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRCamera": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRDepthInformation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRFrame": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRHand": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRHitTestResult": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRHitTestSource": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRInputSource": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRInputSourceArray": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRInputSourceEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRInputSourcesChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRJointPose": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRJointSpace": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRLightEstimate": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRLightProbe": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRPose": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRRay": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRReferenceSpace": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRReferenceSpaceEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRRenderState": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function XRRenderState() { [native code] }" - }, - "XRRigidTransform": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRSession": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRSessionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRSpace": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRSystem": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRTransientInputHitTestResult": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRTransientInputHitTestSource": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRView": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRViewerPose": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRViewport": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRWebGLDepthInformation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XRWebGLLayer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BackgroundFetchManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BackgroundFetchRecord": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BackgroundFetchRegistration": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "BluetoothUUID": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSFontFeatureValuesRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSFunctionDeclarations": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSFunctionDescriptors": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CSSFunctionRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "ChapterInformation": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "CropTarget": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "DocumentPictureInPictureEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Fence": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "FencedFrameConfig": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function FencedFrameConfig() { [native code] }" - }, - "HTMLFencedFrameElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IDBRecord": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "IntegrityViolationReportBody": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "InterestEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "LaunchParams": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "LaunchQueue": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "MediaMetadata": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function MediaMetadata() { [native code] }" - }, - "MediaSession": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "NavigationPrecommitController": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Notification": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PageRevealEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PageSwapEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PeriodicSyncManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PermissionStatus": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Permissions": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PushManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PushSubscription": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "PushSubscriptionOptions": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function PushSubscriptionOptions() { [native code] }" - }, - "QuotaExceededError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RTCDataChannel": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function RTCDataChannel() { [native code] }" - }, - "RTCRtpScriptTransform": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RemotePlayback": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "RestrictionTarget": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SharedStorage": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SharedStorageWorklet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SharedStorageAppendMethod": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function SharedStorageAppendMethod() { [native code] }" - }, - "SharedStorageClearMethod": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SharedStorageDeleteMethod": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SharedStorageModifierMethod": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SharedStorageSetMethod": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SnapEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechGrammar": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechGrammarList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechRecognition": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechRecognitionErrorEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechRecognitionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechSynthesis": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechSynthesisErrorEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechSynthesisEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechSynthesisUtterance": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "SpeechSynthesisVoice": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "Viewport": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebSocketError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WebSocketStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WindowControlsOverlay": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "WindowControlsOverlayGeometryChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "XSLTProcessor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitSpeechGrammar": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitSpeechGrammarList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitSpeechRecognition": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitSpeechRecognitionError": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "webkitSpeechRecognitionEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "_skipped": "Native API or circular reference" - }, - "__core-js_shared__": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.2177", - "className": "Object", - "description": "Object" - }, - "jQuery361053639817415354451": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.2178", - "className": "Object", - "description": "Object" - }, - "jQuery371053269243926709651": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.2179", - "className": "Object", - "description": "Object" - }, - "TEMPORARY": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": 0 - }, - "PERSISTENT": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": 1 - }, - "addEventListener": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "dispatchEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "removeEventListener": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "when": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "dir": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "dirxml": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "profile": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "profileEnd": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "clear": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "table": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "keys": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "values": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "debug": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "undebug": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "monitor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "unmonitor": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "inspect": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "copy": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "queryObjects": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "$_": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$0": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$1": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$2": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$3": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$4": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "getEventListeners": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "getAccessibleName": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "getAccessibleRole": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "monitorEvents": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "unmonitorEvents": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "$$": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - }, - "$x": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "_skipped": "Native API or circular reference" - } - }, - "lexical_scope_variables": [ - "common_tasks" - ], - "global_variables_count": 34, - "additional_global_variable_names": [ - "TEMPORARY", - "PERSISTENT", - "addEventListener", - "dispatchEvent", - "removeEventListener", - "when", - "dir", - "dirxml", - "profile", - "profileEnd", - "clear", - "table", - "keys", - "values", - "debug", - "undebug", - "monitor", - "unmonitor", - "inspect", - "copy", - "queryObjects", - "$_", - "$0", - "$1", - "$2", - "$3", - "$4", - "getEventListeners", - "getAccessibleName", - "getAccessibleRole", - "monitorEvents", - "unmonitorEvents", - "$$", - "$x" - ], - "lexical_scope_variable_names": [], - "storage_contents": { - "cookies": { - "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", - "_ga_DP2X732JSX": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0", - "_ga": "GA1.1.811243661.1763758702", - "_ga_CSLL4ZEK4L": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0" - }, - "sessionStorage": { - "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", - "QSI_HistorySession": "https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F32845321%2F~1763758702085" - }, - "localStorage": {} - }, - "object_files": [ - { - "name": "customElements", - "filename": "customElements.json", - "className": "CustomElementRegistry" - }, - { - "name": "locationbar", - "filename": "locationbar.json", - "className": "BarProp" - }, - { - "name": "menubar", - "filename": "menubar.json", - "className": "BarProp" - }, - { - "name": "personalbar", - "filename": "personalbar.json", - "className": "BarProp" - }, - { - "name": "scrollbars", - "filename": "scrollbars.json", - "className": "BarProp" - }, - { - "name": "statusbar", - "filename": "statusbar.json", - "className": "BarProp" - }, - { - "name": "toolbar", - "filename": "toolbar.json", - "className": "BarProp" - }, - { - "name": "external", - "filename": "external.json", - "className": "External" - }, - { - "name": "visualViewport", - "filename": "visualViewport.json", - "className": "VisualViewport" - }, - { - "name": "styleMedia", - "filename": "styleMedia.json", - "className": "StyleMedia" - }, - { - "name": "trustedTypes", - "filename": "trustedTypes.json", - "className": "TrustedTypePolicyFactory" - }, - { - "name": "sessionStorage", - "filename": "sessionStorage.json", - "className": "Storage" - }, - { - "name": "localStorage", - "filename": "localStorage.json", - "className": "Storage" - }, - { - "name": "scheduler", - "filename": "scheduler.json", - "className": "Scheduler" - }, - { - "name": "chrome", - "filename": "chrome.json", - "className": "Object" - }, - { - "name": "cookieStore", - "filename": "cookieStore.json", - "className": "CookieStore" - }, - { - "name": "sharedStorage", - "filename": "sharedStorage.json", - "className": "SharedStorage" - }, - { - "name": "viewport", - "filename": "viewport.json", - "className": "Viewport" - }, - { - "name": "launchQueue", - "filename": "launchQueue.json", - "className": "LaunchQueue" - }, - { - "name": "speechSynthesis", - "filename": "speechSynthesis.json", - "className": "SpeechSynthesis" - }, - { - "name": "uswds", - "filename": "uswds.json", - "className": "Object" - }, - { - "name": "ncbi", - "filename": "ncbi.json", - "className": "Object" - }, - { - "name": "exports", - "filename": "exports.json", - "className": "Object" - }, - { - "name": "pingerDataLayer", - "filename": "pingerDataLayer.json", - "className": "Array" - }, - { - "name": "google_tag_manager", - "filename": "google_tag_manager.json", - "className": "Object" - }, - { - "name": "google_tag_data", - "filename": "google_tag_data.json", - "className": "Object" - }, - { - "name": "dataLayer", - "filename": "dataLayer.json", - "className": "Array" - }, - { - "name": "gaGlobal", - "filename": "gaGlobal.json", - "className": "Object" - }, - { - "name": "QSI", - "filename": "QSI.json", - "className": "Object" - }, - { - "name": "_qsie", - "filename": "_qsie.json", - "className": "e" - }, - { - "name": "Atomics", - "filename": "Atomics.json", - "className": "Atomics" - }, - { - "name": "console", - "filename": "console.json", - "className": "console" - }, - { - "name": "CSS", - "filename": "CSS.json", - "className": "CSS" - }, - { - "name": "WebAssembly", - "filename": "WebAssembly.json", - "className": "WebAssembly" - }, - { - "name": "GPUBufferUsage", - "filename": "GPUBufferUsage.json", - "className": "GPUBufferUsage" - }, - { - "name": "GPUColorWrite", - "filename": "GPUColorWrite.json", - "className": "GPUColorWrite" - }, - { - "name": "GPUMapMode", - "filename": "GPUMapMode.json", - "className": "GPUMapMode" - }, - { - "name": "GPUShaderStage", - "filename": "GPUShaderStage.json", - "className": "GPUShaderStage" - }, - { - "name": "GPUTextureUsage", - "filename": "GPUTextureUsage.json", - "className": "GPUTextureUsage" - }, - { - "name": "__core-js_shared__", - "filename": "__core-js_shared__.json", - "className": "Object" - }, - { - "name": "jQuery361053639817415354451", - "filename": "jQuery361053639817415354451.json", - "className": "Object" - }, - { - "name": "jQuery371053269243926709651", - "filename": "jQuery371053269243926709651.json", - "className": "Object" - } - ] -} \ No newline at end of file diff --git a/output/symbol_table_clean.json b/output/symbol_table_clean.json deleted file mode 100644 index 1ba4801..0000000 --- a/output/symbol_table_clean.json +++ /dev/null @@ -1,2324 +0,0 @@ -{ - "connection": "ws://localhost:9222/devtools/page/42948E71BB747E2CAA1DF50D531FD54F", - "window_objectId": "3290802516498786405.1.1", - "properties": { - "name": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "" - }, - "customElements": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1109", - "className": "CustomElementRegistry", - "description": "CustomElementRegistry" - }, - "locationbar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1112", - "className": "BarProp", - "description": "BarProp" - }, - "menubar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1113", - "className": "BarProp", - "description": "BarProp" - }, - "personalbar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1114", - "className": "BarProp", - "description": "BarProp" - }, - "scrollbars": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1115", - "className": "BarProp", - "description": "BarProp" - }, - "statusbar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1116", - "className": "BarProp", - "description": "BarProp" - }, - "toolbar": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1117", - "className": "BarProp", - "description": "BarProp" - }, - "status": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "" - }, - "closed": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": false - }, - "length": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "opener": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "frameElement": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "origin": { - "type": "string", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "https://pubmed.ncbi.nlm.nih.gov" - }, - "external": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1122", - "className": "External", - "description": "External" - }, - "innerWidth": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 1387 - }, - "innerHeight": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 857 - }, - "scrollX": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "pageXOffset": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "scrollY": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "pageYOffset": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 0 - }, - "visualViewport": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1124", - "className": "VisualViewport", - "description": "VisualViewport" - }, - "screenX": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 88 - }, - "screenY": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 38 - }, - "outerWidth": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 1387 - }, - "outerHeight": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 944 - }, - "devicePixelRatio": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 2 - }, - "event": { - "type": "undefined", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "screenLeft": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 88 - }, - "screenTop": { - "type": "number", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": 38 - }, - "styleMedia": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1126", - "className": "StyleMedia", - "description": "StyleMedia" - }, - "onsearch": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "trustedTypes": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1127", - "className": "TrustedTypePolicyFactory", - "description": "TrustedTypePolicyFactory" - }, - "onappinstalled": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforeinstallprompt": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "sessionStorage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1131", - "className": "Storage", - "description": "Storage" - }, - "localStorage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1132", - "className": "Storage", - "description": "Storage" - }, - "onbeforexrselect": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onabort": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforeinput": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforematch": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforetoggle": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onblur": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncancel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncanplay": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncanplaythrough": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onclick": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onclose": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncommand": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncontentvisibilityautostatechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncontextlost": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncontextmenu": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncontextrestored": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oncuechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondblclick": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondrag": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragenter": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragleave": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragover": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondragstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondrop": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondurationchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onemptied": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onended": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onfocus": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onformdata": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oninput": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "oninvalid": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onkeydown": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onkeypress": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onkeyup": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onload": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onloadeddata": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onloadedmetadata": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onloadstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmousedown": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseenter": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseleave": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmousemove": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseout": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseover": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmouseup": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmousewheel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpause": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onplay": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onplaying": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onprogress": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onratechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onreset": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onresize": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onscroll": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onscrollend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onsecuritypolicyviolation": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onseeked": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onseeking": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onselect": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onslotchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onstalled": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onsubmit": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onsuspend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontimeupdate": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontoggle": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onvolumechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwaiting": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwebkitanimationend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwebkitanimationiteration": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwebkitanimationstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwebkittransitionend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onwheel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onauxclick": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ongotpointercapture": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onlostpointercapture": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerdown": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointermove": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerup": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointercancel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerover": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerout": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerenter": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerleave": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onselectstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onselectionchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onanimationend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onanimationiteration": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onanimationstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontransitionrun": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontransitionstart": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontransitionend": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ontransitioncancel": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onafterprint": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforeprint": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onbeforeunload": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onhashchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onlanguagechange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmessage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onmessageerror": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onoffline": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ononline": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpagehide": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpageshow": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpopstate": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onrejectionhandled": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onstorage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onunhandledrejection": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onunload": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "isSecureContext": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": true - }, - "crossOriginIsolated": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": false - }, - "scheduler": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1134", - "className": "Scheduler", - "description": "Scheduler" - }, - "chrome": { - "type": "object", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1175", - "className": "Object", - "description": "Object" - }, - "cookieStore": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1177", - "className": "CookieStore", - "description": "CookieStore" - }, - "ondevicemotion": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondeviceorientation": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "ondeviceorientationabsolute": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpointerrawupdate": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "sharedStorage": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1179", - "className": "SharedStorage", - "description": "SharedStorage" - }, - "originAgentCluster": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": true - }, - "viewport": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1186", - "className": "Viewport", - "description": "Viewport" - }, - "onpageswap": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onpagereveal": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "credentialless": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": false - }, - "fence": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "launchQueue": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1187", - "className": "LaunchQueue", - "description": "LaunchQueue" - }, - "speechSynthesis": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1188", - "className": "SpeechSynthesis", - "description": "SpeechSynthesis" - }, - "onscrollsnapchange": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "onscrollsnapchanging": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": null - }, - "nwds_version": { - "type": "string", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "value": "1.2.5" - }, - "alertsUrl": { - "type": "string", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "value": "/core/alerts/alerts.js" - }, - "uswds": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1195", - "className": "Object", - "description": "Object" - }, - "ncbi": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1196", - "className": "Object", - "description": "Object" - }, - "exports": { - "type": "object", - "writable": true, - "configurable": false, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1197", - "className": "Object", - "description": "Object" - }, - "pingerDataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1199", - "className": "Array", - "description": "Array(8)" - }, - "google_tag_manager": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1201", - "className": "Object", - "description": "Object" - }, - "google_tag_data": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1202", - "className": "Object", - "description": "Object" - }, - "_fullParams": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "agency=HHS&subagency=NCBI%20-%20ncbi.nlm.nih.gov&sitetopic=NCBI%20Pinger%200.39.3&siteplatform=NCBI%20Pinger%200.39.3" - }, - "_keyValuePair": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "siteplatform=ncbi pinger 0.39.3" - }, - "_key": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "siteplatform" - }, - "_value": { - "type": "string", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": "ncbi pinger 0.39.3" - }, - "dataLayer": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1203", - "className": "Array", - "description": "Array(5)" - }, - "_isRedacted": { - "type": "boolean", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "value": true - }, - "gaGlobal": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1206", - "className": "Object", - "description": "Object" - }, - "QSI": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1207", - "className": "Object", - "description": "Object" - }, - "_qsie": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "window", - "objectId": "3290802516498786405.1.1209", - "className": "e", - "description": "e" - }, - "Infinity": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": false, - "_source": "window", - "value": null - }, - "NaN": { - "type": "number", - "writable": false, - "configurable": false, - "enumerable": false, - "_source": "window", - "value": null - }, - "undefined": { - "type": "undefined", - "writable": false, - "configurable": false, - "enumerable": false, - "_source": "window", - "value": null - }, - "Atomics": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1235", - "className": "Atomics", - "description": "Atomics" - }, - "DataView": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function DataView() { [native code] }" - }, - "console": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1267", - "className": "console", - "description": "console" - }, - "VisibilityStateEntry": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function VisibilityStateEntry() { [native code] }" - }, - "ValidityState": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function ValidityState() { [native code] }" - }, - "SVGMetadataElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function SVGMetadataElement() { [native code] }" - }, - "RTCDataChannelEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function RTCDataChannelEvent() { [native code] }" - }, - "PopStateEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function PopStateEvent() { [native code] }" - }, - "NavigatorUAData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function NavigatorUAData() { [native code] }" - }, - "ImageData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function ImageData() { [native code] }" - }, - "IDBObjectStore": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function IDBObjectStore() { [native code] }" - }, - "IDBDatabase": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function IDBDatabase() { [native code] }" - }, - "HTMLOptionsCollection": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function HTMLOptionsCollection() { [native code] }" - }, - "HTMLDataListElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function HTMLDataListElement() { [native code] }" - }, - "HTMLDataElement": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function HTMLDataElement() { [native code] }" - }, - "FormDataEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function FormDataEvent() { [native code] }" - }, - "FormData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function FormData() { [native code] }" - }, - "DataTransferItemList": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function DataTransferItemList() { [native code] }" - }, - "DataTransferItem": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function DataTransferItem() { [native code] }" - }, - "DataTransfer": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function DataTransfer() { [native code] }" - }, - "CustomStateSet": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CustomStateSet() { [native code] }" - }, - "ContentVisibilityAutoStateChangeEvent": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function ContentVisibilityAutoStateChangeEvent() { [native code] }" - }, - "CharacterData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CharacterData() { [native code] }" - }, - "CSSLayerStatementRule": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CSSLayerStatementRule() { [native code] }" - }, - "CSS": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1843", - "className": "CSS", - "description": "CSS" - }, - "AudioData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function AudioData() { [native code] }" - }, - "offscreenBuffering": { - "type": "boolean", - "writable": false, - "configurable": true, - "enumerable": false, - "_source": "window", - "value": true - }, - "WebAssembly": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1883", - "className": "WebAssembly", - "description": "WebAssembly" - }, - "CookieStore": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CookieStore() { [native code] }" - }, - "CookieStoreManager": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function CookieStoreManager() { [native code] }" - }, - "GPUBufferUsage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1911", - "className": "GPUBufferUsage", - "description": "GPUBufferUsage" - }, - "GPUColorWrite": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1913", - "className": "GPUColorWrite", - "description": "GPUColorWrite" - }, - "GPUMapMode": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1925", - "className": "GPUMapMode", - "description": "GPUMapMode" - }, - "GPUShaderStage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1937", - "className": "GPUShaderStage", - "description": "GPUShaderStage" - }, - "GPUTextureUsage": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.1941", - "className": "GPUTextureUsage", - "description": "GPUTextureUsage" - }, - "NavigatorManagedData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function NavigatorManagedData() { [native code] }" - }, - "WebTransportDatagramDuplexStream": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function WebTransportDatagramDuplexStream() { [native code] }" - }, - "XRDOMOverlayState": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function XRDOMOverlayState() { [native code] }" - }, - "FontData": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function FontData() { [native code] }" - }, - "NotRestoredReasonDetails": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function NotRestoredReasonDetails() { [native code] }" - }, - "NotRestoredReasons": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function NotRestoredReasons() { [native code] }" - }, - "USBConfiguration": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function USBConfiguration() { [native code] }" - }, - "XRRenderState": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function XRRenderState() { [native code] }" - }, - "FencedFrameConfig": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function FencedFrameConfig() { [native code] }" - }, - "MediaMetadata": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function MediaMetadata() { [native code] }" - }, - "PushSubscriptionOptions": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function PushSubscriptionOptions() { [native code] }" - }, - "RTCDataChannel": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function RTCDataChannel() { [native code] }" - }, - "SharedStorageAppendMethod": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "description": "function SharedStorageAppendMethod() { [native code] }" - }, - "__core-js_shared__": { - "type": "object", - "writable": true, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.2177", - "className": "Object", - "description": "Object" - }, - "jQuery361053639817415354451": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.2178", - "className": "Object", - "description": "Object" - }, - "jQuery371053269243926709651": { - "type": "object", - "writable": false, - "configurable": true, - "enumerable": false, - "_source": "window", - "objectId": "3290802516498786405.1.2179", - "className": "Object", - "description": "Object" - }, - "TEMPORARY": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": 0 - }, - "PERSISTENT": { - "type": "number", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": 1 - }, - "$_": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$0": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$1": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$2": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$3": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - }, - "$4": { - "type": "undefined", - "writable": true, - "configurable": true, - "enumerable": true, - "_source": "additional_globals", - "value": null - } - }, - "object_files": [ - { - "name": "customElements", - "filename": "customElements.json", - "className": "CustomElementRegistry" - }, - { - "name": "locationbar", - "filename": "locationbar.json", - "className": "BarProp" - }, - { - "name": "menubar", - "filename": "menubar.json", - "className": "BarProp" - }, - { - "name": "personalbar", - "filename": "personalbar.json", - "className": "BarProp" - }, - { - "name": "scrollbars", - "filename": "scrollbars.json", - "className": "BarProp" - }, - { - "name": "statusbar", - "filename": "statusbar.json", - "className": "BarProp" - }, - { - "name": "toolbar", - "filename": "toolbar.json", - "className": "BarProp" - }, - { - "name": "external", - "filename": "external.json", - "className": "External" - }, - { - "name": "visualViewport", - "filename": "visualViewport.json", - "className": "VisualViewport" - }, - { - "name": "styleMedia", - "filename": "styleMedia.json", - "className": "StyleMedia" - }, - { - "name": "trustedTypes", - "filename": "trustedTypes.json", - "className": "TrustedTypePolicyFactory" - }, - { - "name": "sessionStorage", - "filename": "sessionStorage.json", - "className": "Storage" - }, - { - "name": "localStorage", - "filename": "localStorage.json", - "className": "Storage" - }, - { - "name": "scheduler", - "filename": "scheduler.json", - "className": "Scheduler" - }, - { - "name": "chrome", - "filename": "chrome.json", - "className": "Object" - }, - { - "name": "cookieStore", - "filename": "cookieStore.json", - "className": "CookieStore" - }, - { - "name": "sharedStorage", - "filename": "sharedStorage.json", - "className": "SharedStorage" - }, - { - "name": "viewport", - "filename": "viewport.json", - "className": "Viewport" - }, - { - "name": "launchQueue", - "filename": "launchQueue.json", - "className": "LaunchQueue" - }, - { - "name": "speechSynthesis", - "filename": "speechSynthesis.json", - "className": "SpeechSynthesis" - }, - { - "name": "uswds", - "filename": "uswds.json", - "className": "Object" - }, - { - "name": "ncbi", - "filename": "ncbi.json", - "className": "Object" - }, - { - "name": "exports", - "filename": "exports.json", - "className": "Object" - }, - { - "name": "pingerDataLayer", - "filename": "pingerDataLayer.json", - "className": "Array" - }, - { - "name": "google_tag_manager", - "filename": "google_tag_manager.json", - "className": "Object" - }, - { - "name": "google_tag_data", - "filename": "google_tag_data.json", - "className": "Object" - }, - { - "name": "dataLayer", - "filename": "dataLayer.json", - "className": "Array" - }, - { - "name": "gaGlobal", - "filename": "gaGlobal.json", - "className": "Object" - }, - { - "name": "QSI", - "filename": "QSI.json", - "className": "Object" - }, - { - "name": "_qsie", - "filename": "_qsie.json", - "className": "e" - }, - { - "name": "Atomics", - "filename": "Atomics.json", - "className": "Atomics" - }, - { - "name": "console", - "filename": "console.json", - "className": "console" - }, - { - "name": "CSS", - "filename": "CSS.json", - "className": "CSS" - }, - { - "name": "WebAssembly", - "filename": "WebAssembly.json", - "className": "WebAssembly" - }, - { - "name": "GPUBufferUsage", - "filename": "GPUBufferUsage.json", - "className": "GPUBufferUsage" - }, - { - "name": "GPUColorWrite", - "filename": "GPUColorWrite.json", - "className": "GPUColorWrite" - }, - { - "name": "GPUMapMode", - "filename": "GPUMapMode.json", - "className": "GPUMapMode" - }, - { - "name": "GPUShaderStage", - "filename": "GPUShaderStage.json", - "className": "GPUShaderStage" - }, - { - "name": "GPUTextureUsage", - "filename": "GPUTextureUsage.json", - "className": "GPUTextureUsage" - }, - { - "name": "__core-js_shared__", - "filename": "__core-js_shared__.json", - "className": "Object" - }, - { - "name": "jQuery361053639817415354451", - "filename": "jQuery361053639817415354451.json", - "className": "Object" - }, - { - "name": "jQuery371053269243926709651", - "filename": "jQuery371053269243926709651.json", - "className": "Object" - } - ], - "additional_global_variable_names": [ - "TEMPORARY", - "PERSISTENT", - "addEventListener", - "dispatchEvent", - "removeEventListener", - "when", - "dir", - "dirxml", - "profile", - "profileEnd", - "clear", - "table", - "keys", - "values", - "debug", - "undebug", - "monitor", - "unmonitor", - "inspect", - "copy", - "queryObjects", - "$_", - "$0", - "$1", - "$2", - "$3", - "$4", - "getEventListeners", - "getAccessibleName", - "getAccessibleRole", - "monitorEvents", - "unmonitorEvents", - "$$", - "$x" - ], - "lexical_scope_variable_names": [], - "variable_counts_by_source": { - "window": 238, - "additional_globals": 8 - }, - "storage_contents": { - "cookies": { - "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", - "_ga_DP2X732JSX": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0", - "_ga": "GA1.1.811243661.1763758702", - "_ga_CSLL4ZEK4L": "GS2.1.s1763758701$o1$g0$t1763758701$j60$l0$h0" - }, - "sessionStorage": { - "ncbi_pinger": "N4IgDgTgpgbg+mAFgSwCYgFwgCIFEBi2ADCQIx66kBsAnFQKwkkDMALAIL67usDs9HGgDpSQgLZxmIAL5A==", - "QSI_HistorySession": "https%3A%2F%2Fpubmed.ncbi.nlm.nih.gov%2F32845321%2F~1763758702085" - }, - "localStorage": {} - } -} \ No newline at end of file diff --git a/output/toolbar.json b/output/toolbar.json deleted file mode 100644 index b3f5bad..0000000 --- a/output/toolbar.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "toolbar", - "className": "BarProp", - "description": "BarProp", - "objectId": "3290802516498786405.1.1117", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2188", - "className": "BarProp" - } - ] - } -} \ No newline at end of file diff --git a/output/trustedTypes.json b/output/trustedTypes.json deleted file mode 100644 index 8885664..0000000 --- a/output/trustedTypes.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "trustedTypes", - "className": "TrustedTypePolicyFactory", - "description": "TrustedTypePolicyFactory", - "objectId": "3290802516498786405.1.1127", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2192", - "className": "TrustedTypePolicyFactory" - } - ] - } -} \ No newline at end of file diff --git a/output/uswds.json b/output/uswds.json deleted file mode 100644 index be313a7..0000000 --- a/output/uswds.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "property_name": "uswds", - "className": "Object", - "description": "Object", - "objectId": "3290802516498786405.1.1195", - "resolved_data": { - "init": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){this.initSkipNav(),this.initAccordion()}" - }, - "initSkipNav": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){var t=(0,a.default)('.usa-skipnav[href^=\"#\"]'),n=t.prop(\"hash\")||\"#main-content\",i=(0,a.default)(n).css(\"outline\",\"none\");t.on(\"click\",(function(t){t.preventDefault(),i.attr(\"tabindex\",\"0\").focus().one(\"blur\",(function(){i.attr(\"tabindex\",\"-1\")}))}))}" - }, - "initAccordion": { - "type": "function", - "writable": true, - "configurable": true, - "enumerable": true, - "description": "function(){var t=(0,a.default)(\".usa-accordion-button\");t.each((function(t,n){var i=(0,a.default)(n).closest(\".usa-accordion-button\"),e=i.attr(\"aria-controls\"),o=(0,a.default)(\"#\"+e),d=\"true\"===i.attr(\"aria-expanded\");o.attr(\"aria-hidden\",!d)})),t.on(\"click\",(function(t){t.preventDefault();var n=(0,a.default)(t.target).closest(\".usa-accordion-button\"),i=n.attr(\"aria-controls\"),e=(0,a.default)(\"#\"+i),o=\"true\"===n.attr(\"aria-expanded\");n.attr(\"aria-expanded\",!o),e.attr(\"aria-hidden\",o),n.trigger(\"accordion_clicked\")}))}" - }, - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2209", - "className": "Object" - } - ] - } -} \ No newline at end of file diff --git a/output/viewport.json b/output/viewport.json deleted file mode 100644 index 187f655..0000000 --- a/output/viewport.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "viewport", - "className": "Viewport", - "description": "Viewport", - "objectId": "3290802516498786405.1.1186", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2203", - "className": "Viewport" - } - ] - } -} \ No newline at end of file diff --git a/output/visualViewport.json b/output/visualViewport.json deleted file mode 100644 index 2775f92..0000000 --- a/output/visualViewport.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "property_name": "visualViewport", - "className": "VisualViewport", - "description": "VisualViewport", - "objectId": "3290802516498786405.1.1124", - "resolved_data": { - "_internalProperties": [ - { - "name": "[[Prototype]]", - "objectId": "3290802516498786405.1.2190", - "className": "VisualViewport" - } - ] - } -} \ No newline at end of file From fdb93a285bf196f971d642739c17ed39a7860922 Mon Sep 17 00:00:00 2001 From: Dima Vremekno Date: Fri, 21 Nov 2025 16:23:44 -0500 Subject: [PATCH 3/3] rm test --- test.py | 715 -------------------------------------------------------- 1 file changed, 715 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index 6998bba..0000000 --- a/test.py +++ /dev/null @@ -1,715 +0,0 @@ -import json -import time -import requests -import os -from websocket import create_connection -from pathlib import Path - -def get_ws_url(): - resp = requests.get("http://localhost:9222/json") - return resp.json()[0]["webSocketDebuggerUrl"] - -def cdp_send(ws, method, params=None, msg_id=1): - payload = {"id": msg_id, "method": method} - if params: - payload["params"] = params - ws.send(json.dumps(payload)) - return json.loads(ws.recv()) - -def sanitize_filename(name): - """Convert a property name to a safe filename.""" - # Replace invalid filename characters - invalid_chars = '<>:"/\\|?*' - for char in invalid_chars: - name = name.replace(char, '_') - # Limit length - if len(name) > 200: - name = name[:200] - return name - -def is_application_object(className, name): - """ - Heuristically determine if an object is an application object (not a native browser API). - Returns True if it's likely an application object, False if it's likely native. - """ - if not name: - return False - - # Application objects often have these patterns in their names - application_patterns = [ - "__", # Internal state objects like __APOLLO_STATE__, __REDUX_STATE__ - "State", "STATE", # State management - "Config", "config", "options", "Options", # Configuration objects - "Data", "data", # Data objects - "Store", "store", # Store objects - "App", "app", # Application objects - ] - - # Check if name matches application patterns - for pattern in application_patterns: - if pattern in name: - return True - - # Objects with className "Object" are often application objects (not native APIs) - # Native APIs usually have specific class names like "HTMLDivElement", "Window", etc. - if className == "Object" or not className: - # But exclude if it looks like a native API by name - if name.startswith(("HTML", "SVG", "RTC", "IDB", "WebGL")): - return False - return True - - # If className doesn't match native patterns, it's likely application code - native_prefixes = [ - "HTML", "SVG", "MathML", "RTC", "IDB", "Media", "Audio", "Video", - "WebGL", "Canvas", "Crypto", "File", "Blob", "Form", "Input", - "Mutation", "Intersection", "Resize", "Performance", "Navigation", - "Storage", "Location", "History", "Navigator", "Screen", "Window", - "Document", "Element", "Node", "Event", "Promise", "Array", - "String", "Number", "Boolean", "Date", "RegExp", "Error", "Function", - "Map", "Set", "WeakMap", "WeakSet", "Proxy", "Reflect", "Symbol", - "Intl", "JSON", "Math", "Console", "TextEncoder", "TextDecoder", - "ReadableStream", "WritableStream", "TransformStream", "AbortController", - "URL", "URLSearchParams", "Headers", "Request", "Response", "Fetch", - "Worker", "SharedWorker", "ServiceWorker", "BroadcastChannel", - "MessageChannel", "MessagePort", "ImageData", "ImageBitmap", - "OffscreenCanvas", "Path2D", "CanvasGradient", "CanvasPattern", - "Geolocation", "Notification", "PushManager", "Cache", "IndexedDB" - ] - - # If className matches native patterns, it's not an application object - for prefix in native_prefixes: - if className.startswith(prefix): - return False - - # If we get here, it's likely an application object (custom class name) - return True - -def is_native_api(className, name): - """Check if this is a native browser API that we should skip.""" - if not className: - return False - - # If it's an application object, don't skip it - if is_application_object(className, name): - return False - - # Skip native browser constructors and APIs - native_prefixes = [ - "HTML", "SVG", "MathML", "RTC", "IDB", "Media", "Audio", "Video", - "WebGL", "Canvas", "Crypto", "File", "Blob", "Form", "Input", - "Mutation", "Intersection", "Resize", "Performance", "Navigation", - "Storage", "Location", "History", "Navigator", "Screen", "Window", - "Document", "Element", "Node", "Event", "Promise", "Array", - "String", "Number", "Boolean", "Date", "RegExp", "Error", "Function", - "Map", "Set", "WeakMap", "WeakSet", "Proxy", "Reflect", "Symbol", - "Intl", "JSON", "Math", "Console", "TextEncoder", "TextDecoder", - "ReadableStream", "WritableStream", "TransformStream", "AbortController", - "URL", "URLSearchParams", "Headers", "Request", "Response", "Fetch", - "Worker", "SharedWorker", "ServiceWorker", "BroadcastChannel", - "MessageChannel", "MessagePort", "ImageData", "ImageBitmap", - "OffscreenCanvas", "Path2D", "CanvasGradient", "CanvasPattern", - "Geolocation", "Notification", "PushManager", "Cache", "IndexedDB" - ] - - for prefix in native_prefixes: - if className.startswith(prefix): - return True - - # Skip if name looks like a native API - if name and (name.startswith("HTML") or name.startswith("SVG") or - name.startswith("RTC") or name in ["window", "self", "top", "parent", "frames"]): - return True - - return False - -def fully_resolve_object(ws, object_id, visited=None, depth=0, max_depth=5): - """ - Recursively resolve an object and all its properties. - Returns a dictionary with all resolved values. - """ - if visited is None: - visited = set() - - if depth > max_depth or object_id in visited: - return {"_error": "Max depth reached or circular reference", "objectId": object_id} - - visited.add(object_id) - - try: - props = cdp_send(ws, "Runtime.getProperties", { - "objectId": object_id, - "ownProperties": True - }) - - resolved = {} - - for prop in props.get("result", {}).get("result", []): - name = prop["name"] - value = prop.get("value", {}) - value_type = value.get("type", "unknown") - className = value.get("className", "") - - # Skip native APIs at deeper levels - if depth > 0 and is_native_api(className, name): - continue - - prop_data = { - "type": value_type, - "writable": prop.get("writable", False), - "configurable": prop.get("configurable", False), - "enumerable": prop.get("enumerable", False) - } - - if value_type == "string": - prop_data["value"] = value.get("value") - elif value_type in ["number", "boolean"]: - prop_data["value"] = value.get("value") - elif value_type == "object": - if value.get("subtype") == "null": - prop_data["value"] = None - elif value.get("objectId"): - nested_obj_id = value.get("objectId") - prop_data["className"] = className - prop_data["description"] = value.get("description", "") - prop_data["objectId"] = nested_obj_id - - # Only recursively resolve if not a native API - if not is_native_api(className, name): - prop_data["nested"] = fully_resolve_object(ws, nested_obj_id, visited.copy(), depth + 1, max_depth) - else: - prop_data["nested"] = {"_skipped": "Native API"} - else: - prop_data["value"] = value.get("value") - elif value_type == "function": - prop_data["description"] = value.get("description", "") - else: - prop_data["value"] = value.get("value") - - resolved[name] = prop_data - - # Also get internal properties (like [[Prototype]]) - internal_props = props.get("result", {}).get("internalProperties", []) - if internal_props: - resolved["_internalProperties"] = [] - for internal in internal_props: - internal_data = {"name": internal.get("name")} - internal_value = internal.get("value", {}) - if internal_value.get("objectId"): - internal_data["objectId"] = internal_value.get("objectId") - internal_data["className"] = internal_value.get("className", "Object") - resolved["_internalProperties"].append(internal_data) - - return resolved - - except Exception as e: - return {"_error": str(e), "objectId": object_id} - -def get_global_variables(ws, msg_id): - """Get all global variables using JavaScript evaluation.""" - print("\n=== Getting global variables via JavaScript ===") - - # Get all global variables by evaluating a script that collects them - # This script tries multiple methods to capture all global variables - script = """ - (function() { - const globals = {}; - const seen = new Set(); - - // Method 1: Get all enumerable properties from window - try { - for (let key in window) { - if (!seen.has(key)) { - try { - globals[key] = window[key]; - seen.add(key); - } catch(e) {} - } - } - } catch(e) {} - - // Method 2: Get all own properties from window (including non-enumerable) - try { - Object.getOwnPropertyNames(window).forEach(key => { - if (!seen.has(key) && key !== 'window' && key !== 'self') { - try { - globals[key] = window[key]; - seen.add(key); - } catch(e) {} - } - }); - } catch(e) {} - - // Method 3: Get properties from globalThis (ES2020) - try { - if (typeof globalThis !== 'undefined') { - for (let key in globalThis) { - if (!seen.has(key) && key !== 'window' && key !== 'self' && key !== 'globalThis') { - try { - globals[key] = globalThis[key]; - seen.add(key); - } catch(e) {} - } - } - } - } catch(e) {} - - // Method 4: Try to get variables from the global scope - try { - // Use eval in a way that captures variables - const keys = Object.keys(this); - keys.forEach(key => { - if (!seen.has(key) && key !== 'window' && key !== 'self' && key !== 'this') { - try { - globals[key] = this[key]; - seen.add(key); - } catch(e) {} - } - }); - } catch(e) {} - - return globals; - })() - """ - - resp = cdp_send(ws, "Runtime.evaluate", { - "expression": script, - "returnByValue": False, - "includeCommandLineAPI": True - }, msg_id=msg_id) - msg_id += 1 - - if "error" in resp or not resp["result"]["result"].get("objectId"): - print(" Could not get global variables via script") - return None, msg_id - - globals_obj_id = resp["result"]["result"]["objectId"] - print(f" Global variables objectId: {globals_obj_id}") - - # Get properties of the globals object - globals_props = cdp_send(ws, "Runtime.getProperties", { - "objectId": globals_obj_id, - "ownProperties": True - }, msg_id=msg_id) - msg_id += 1 - - return globals_props, msg_id - -def get_lexical_scope_variables(ws, msg_id): - """Get variables from global lexical scope.""" - print("\n=== Getting global lexical scope variables ===") - - try: - # Get global lexical scope names - resp = cdp_send(ws, "Runtime.globalLexicalScopeNames", {}, msg_id=msg_id) - msg_id += 1 - - if "error" not in resp and "result" in resp: - names = resp["result"].get("names", []) - print(f" Found {len(names)} lexical scope variables") - return names, msg_id - else: - print(" Could not get lexical scope names") - return [], msg_id - except Exception as e: - print(f" Error getting lexical scope: {e}") - return [], msg_id - -def get_storage_contents(ws, msg_id): - """Get contents of cookies, sessionStorage, and localStorage.""" - print("\n=== Getting storage contents ===") - - storage_data = { - "cookies": {}, - "sessionStorage": {}, - "localStorage": {} - } - - # Get cookies via JavaScript (document.cookie) - try: - cookie_script = """ - (function() { - const cookies = {}; - if (document.cookie) { - document.cookie.split(';').forEach(cookie => { - const [name, ...rest] = cookie.trim().split('='); - if (name) { - cookies[name] = rest.join('=') || ''; - } - }); - } - return cookies; - })() - """ - resp = cdp_send(ws, "Runtime.evaluate", { - "expression": cookie_script, - "returnByValue": True - }, msg_id=msg_id) - msg_id += 1 - - if "error" not in resp and "result" in resp: - cookies = resp["result"].get("result", {}).get("value", {}) - storage_data["cookies"] = cookies - print(f" Found {len(cookies)} cookies") - except Exception as e: - print(f" Error getting cookies: {e}") - - # Get sessionStorage contents - try: - session_script = """ - (function() { - const data = {}; - for (let i = 0; i < sessionStorage.length; i++) { - const key = sessionStorage.key(i); - if (key) { - try { - data[key] = sessionStorage.getItem(key); - } catch(e) { - data[key] = ""; - } - } - } - return data; - })() - """ - resp = cdp_send(ws, "Runtime.evaluate", { - "expression": session_script, - "returnByValue": True - }, msg_id=msg_id) - msg_id += 1 - - if "error" not in resp and "result" in resp: - session_data = resp["result"].get("result", {}).get("value", {}) - storage_data["sessionStorage"] = session_data - print(f" Found {len(session_data)} sessionStorage items") - except Exception as e: - print(f" Error getting sessionStorage: {e}") - - # Get localStorage contents - try: - local_script = """ - (function() { - const data = {}; - for (let i = 0; i < localStorage.length; i++) { - const key = localStorage.key(i); - if (key) { - try { - data[key] = localStorage.getItem(key); - } catch(e) { - data[key] = ""; - } - } - } - return data; - })() - """ - resp = cdp_send(ws, "Runtime.evaluate", { - "expression": local_script, - "returnByValue": True - }, msg_id=msg_id) - msg_id += 1 - - if "error" not in resp and "result" in resp: - local_data = resp["result"].get("result", {}).get("value", {}) - storage_data["localStorage"] = local_data - print(f" Found {len(local_data)} localStorage items") - except Exception as e: - print(f" Error getting localStorage: {e}") - - return storage_data, msg_id - -def main(): - ws_url = get_ws_url() - output_dir = Path("output") - output_dir.mkdir(exist_ok=True) - - print("Connecting to:", ws_url) - - ws = create_connection(ws_url) - time.sleep(0.2) - - msg_id = 1 - - # Step 1: Get window object - resp = cdp_send(ws, "Runtime.evaluate", { - "expression": "window", - "returnByValue": False - }, msg_id=msg_id) - msg_id += 1 - - if "error" in resp or not resp["result"]["result"].get("objectId"): - print("Window object not found!") - ws.close() - return - - window_obj = resp["result"]["result"]["objectId"] - print(f"Window objectId: {window_obj}") - - # Step 1.5: Get global lexical scope variables - lexical_vars, msg_id = get_lexical_scope_variables(ws, msg_id) - - # Step 1.6: Get global variables via JavaScript evaluation - globals_props, msg_id = get_global_variables(ws, msg_id) - - # Step 1.7: Get storage contents (cookies, sessionStorage, localStorage) - storage_data, msg_id = get_storage_contents(ws, msg_id) - - # Step 2: Get all properties of window (symbol table) - print("\n=== Getting window symbol table ===") - props = cdp_send(ws, "Runtime.getProperties", { - "objectId": window_obj, - "ownProperties": True - }, msg_id=msg_id) - msg_id += 1 - - symbol_table = { - "connection": ws_url, - "window_objectId": window_obj, - "properties": {}, - "lexical_scope_variables": lexical_vars, - "global_variables_count": 0 - } - - object_files = [] - processed_names = set() # Track which variables we've already processed - source_tracking = {} # Track where each variable came from: "window", "lexical", "additional_globals" - - # First, process lexical scope variables and add them to all_props - lexical_props = [] - if lexical_vars: - print(f"\n=== Processing {len(lexical_vars)} lexical scope variables ===") - for var_name in lexical_vars: - if var_name in processed_names: - continue - try: - # Get the value of this variable - eval_resp = cdp_send(ws, "Runtime.evaluate", { - "expression": var_name, - "returnByValue": False - }, msg_id=msg_id) - msg_id += 1 - - if "error" not in eval_resp: - result = eval_resp["result"]["result"] - value_type = result.get("type", "unknown") - className = result.get("className", "") - - # Only process if not a native API - if not is_native_api(className, var_name): - # Create a prop-like structure - lexical_prop = { - "name": var_name, - "value": result, - "writable": True, # Assume writable for lexical vars - "configurable": True, - "enumerable": True - } - lexical_props.append(lexical_prop) - processed_names.add(var_name) - source_tracking[var_name] = "lexical" - except Exception as e: - print(f" Error processing lexical variable {var_name}: {e}") - - print(f" Added {len(lexical_props)} lexical scope variables to processing queue") - - # Collect all properties to process - all_props = list(props["result"]["result"]) - - # Mark window properties - for prop in all_props: - source_tracking[prop.get("name")] = "window" - - # Add lexical scope variables - all_props.extend(lexical_props) - - # Add global variables from JavaScript evaluation if available - additional_globals_count = 0 - additional_global_names = [] - if globals_props and "result" in globals_props: - global_props_list = globals_props["result"].get("result", []) - print(f"\n=== Found {len(global_props_list)} additional global variables ===") - for global_prop in global_props_list: - prop_name = global_prop.get("name") - if prop_name and prop_name not in processed_names: - # Check if it's already in window props - if not any(p.get("name") == prop_name for p in all_props): - all_props.append(global_prop) - processed_names.add(prop_name) - source_tracking[prop_name] = "additional_globals" - additional_global_names.append(prop_name) - additional_globals_count += 1 - print(f" Added {additional_globals_count} new global variables to processing queue") - if additional_global_names: - print(f" Additional global variable names: {', '.join(additional_global_names[:10])}{'...' if len(additional_global_names) > 10 else ''}") - - symbol_table["global_variables_count"] = additional_globals_count - symbol_table["additional_global_variable_names"] = additional_global_names - symbol_table["lexical_scope_variable_names"] = [v for v, src in source_tracking.items() if src == "lexical"] - symbol_table["storage_contents"] = storage_data - - print(f"\n=== Processing {len(all_props)} total properties ===") - - skipped_count = 0 - processed_count = 0 - - for prop in all_props: - name = prop["name"] - value = prop.get("value", {}) - value_type = value.get("type", "unknown") - className = value.get("className", "") - - prop_info = { - "type": value_type, - "writable": prop.get("writable", False), - "configurable": prop.get("configurable", False), - "enumerable": prop.get("enumerable", False), - "_source": source_tracking.get(name, "unknown") # Track where this variable came from - } - - # Use heuristic to determine if this is an application object - is_app_object = is_application_object(className, name) - - # Special handling for storage APIs - they're native but we want to capture them - # (they're already handled separately in get_storage_contents, but we include them here too) - is_storage_api = name in ["sessionStorage", "localStorage", "cookieStore"] - - # Skip native browser APIs and circular references - # Also skip functions that are native APIs (they don't have className in value) - # BUT allow application objects and storage APIs even if they match other skip criteria - should_skip = ( - not is_app_object and not is_storage_api and ( - is_native_api(className, name) or - name in ["window", "self", "top", "parent", "frames"] or - (value_type == "function" and (name.startswith("HTML") or name.startswith("SVG") or - name.startswith("RTC") or name[0].isupper())) - ) - ) - - if should_skip: - prop_info["_skipped"] = "Native API or circular reference" - symbol_table["properties"][name] = prop_info - skipped_count += 1 - if skipped_count % 100 == 0: - print(f" ... skipped {skipped_count} native APIs ...") - continue - - if value_type == "string": - prop_info["value"] = value.get("value") - if processed_count % 100 == 0: - print(f" {name}: string") - elif value_type in ["number", "boolean"]: - prop_info["value"] = value.get("value") - if processed_count % 100 == 0: - print(f" {name}: {value_type}") - elif value_type == "object" and value.get("objectId"): - obj_id = value.get("objectId") - prop_info["objectId"] = obj_id - prop_info["className"] = className - prop_info["description"] = value.get("description", "") - - print(f" {name}: object ({className}) - resolving...") - - # Fully resolve the object (only for non-native objects) - resolved_obj = fully_resolve_object(ws, obj_id, max_depth=5) - - # Save to separate file - safe_name = sanitize_filename(name) - filename = output_dir / f"{safe_name}.json" - - obj_file_data = { - "property_name": name, - "className": className, - "description": value.get("description", ""), - "objectId": obj_id, - "resolved_data": resolved_obj - } - - with open(filename, "w", encoding="utf-8") as f: - json.dump(obj_file_data, f, indent=2, ensure_ascii=False) - - object_files.append({ - "name": name, - "filename": f"{safe_name}.json", - "className": className - }) - - print(f" -> Saved to {filename}") - elif value_type == "function": - prop_info["description"] = value.get("description", "") - if processed_count % 100 == 0: - print(f" {name}: function") - else: - prop_info["value"] = value.get("value") - if processed_count % 100 == 0: - print(f" {name}: {value_type}") - - symbol_table["properties"][name] = prop_info - processed_count += 1 - - symbol_table["object_files"] = object_files - - # Save full symbol table - symbol_table_path = output_dir / "symbol_table.json" - with open(symbol_table_path, "w", encoding="utf-8") as f: - json.dump(symbol_table, f, indent=2, ensure_ascii=False) - - # Create and save clean symbol table (without skipped items) - clean_properties = { - name: prop for name, prop in symbol_table["properties"].items() - if "_skipped" not in prop - } - - # Count variables by source in clean properties - source_counts = {} - for prop in clean_properties.values(): - source = prop.get("_source", "unknown") - source_counts[source] = source_counts.get(source, 0) + 1 - - symbol_table_clean = { - "connection": symbol_table["connection"], - "window_objectId": symbol_table["window_objectId"], - "properties": clean_properties, - "object_files": object_files, - "additional_global_variable_names": symbol_table.get("additional_global_variable_names", []), - "lexical_scope_variable_names": symbol_table.get("lexical_scope_variable_names", []), - "variable_counts_by_source": source_counts, - "storage_contents": storage_data - } - - symbol_table_clean_path = output_dir / "symbol_table_clean.json" - with open(symbol_table_clean_path, "w", encoding="utf-8") as f: - json.dump(symbol_table_clean, f, indent=2, ensure_ascii=False) - - # Save storage contents to separate file - storage_path = output_dir / "storage_contents.json" - with open(storage_path, "w", encoding="utf-8") as f: - json.dump(storage_data, f, indent=2, ensure_ascii=False) - - print(f"\n=== Summary ===") - print(f"Symbol table saved to: {symbol_table_path}") - print(f"Clean symbol table saved to: {symbol_table_clean_path}") - print(f"Storage contents saved to: {storage_path}") - print(f"Total properties: {len(symbol_table['properties'])}") - print(f"Clean properties: {len(symbol_table_clean['properties'])}") - print(f"\nVariable sources:") - print(f" - Window properties: {source_counts.get('window', 0)}") - print(f" - Lexical scope variables: {len(symbol_table.get('lexical_scope_variable_names', []))}") - print(f" - Additional global variables: {len(symbol_table.get('additional_global_variable_names', []))}") - if symbol_table.get('additional_global_variable_names'): - print(f"\nAdditional global variable names:") - for name in symbol_table['additional_global_variable_names'][:20]: - print(f" - {name}") - if len(symbol_table['additional_global_variable_names']) > 20: - print(f" ... and {len(symbol_table['additional_global_variable_names']) - 20} more") - print(f"\nStorage contents:") - print(f" - Cookies: {len(storage_data.get('cookies', {}))}") - print(f" - sessionStorage items: {len(storage_data.get('sessionStorage', {}))}") - print(f" - localStorage items: {len(storage_data.get('localStorage', {}))}") - print(f"\nObject files created: {len(object_files)}") - print(f"Skipped (native APIs): {skipped_count}") - print(f"Output directory: {output_dir.absolute()}") - - ws.close() - - -if __name__ == "__main__": - main() \ No newline at end of file