Skip to content

Instantly share code, notes, and snippets.

@zbecknell
Created May 14, 2020 21:13
Show Gist options
  • Save zbecknell/a3647dfc7818695c1be7722572307e10 to your computer and use it in GitHub Desktop.
Save zbecknell/a3647dfc7818695c1be7722572307e10 to your computer and use it in GitHub Desktop.
VS Code Blazor Wasm debug attempt
This file has been truncated, but you can view the full file.
{
"timestamp": 1589490189124,
"tag": "runtime.welcome",
"level": 1,
"message": "js-debug-nightly v2020.5.417 started",
"metadata": {
"os": "win32 x64",
"nodeVersion": "v12.8.1",
"adapterVersion": "2020.5.417"
}
}
{
"tag": "dap.receive",
"timestamp": 1589490189096,
"metadata": {
"connectionId": 2,
"message": {
"command": "initialize",
"arguments": {
"clientID": "vscode",
"clientName": "Visual Studio Code - Insiders",
"adapterID": "pwa-chrome",
"pathFormat": "path",
"linesStartAt1": true,
"columnsStartAt1": true,
"supportsVariableType": true,
"supportsVariablePaging": true,
"supportsRunInTerminalRequest": true,
"locale": "en-us",
"supportsProgressReporting": true
},
"type": "request",
"seq": 1
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189096,
"metadata": {
"connectionId": 2,
"message": {
"seq": 1,
"type": "response",
"request_seq": 1,
"command": "initialize",
"success": true,
"body": {
"supportsConfigurationDoneRequest": true,
"supportsFunctionBreakpoints": false,
"supportsConditionalBreakpoints": true,
"supportsHitConditionalBreakpoints": true,
"supportsEvaluateForHovers": true,
"exceptionBreakpointFilters": [
{
"filter": "caught",
"label": "Caught Exceptions",
"default": false
},
{
"filter": "uncaught",
"label": "Uncaught Exceptions",
"default": false
}
],
"supportsStepBack": false,
"supportsSetVariable": true,
"supportsRestartFrame": true,
"supportsGotoTargetsRequest": false,
"supportsStepInTargetsRequest": false,
"supportsCompletionsRequest": true,
"supportsModulesRequest": false,
"additionalModuleColumns": [],
"supportedChecksumAlgorithms": [],
"supportsRestartRequest": true,
"supportsExceptionOptions": false,
"supportsValueFormattingOptions": true,
"supportsExceptionInfoRequest": true,
"supportTerminateDebuggee": false,
"supportsDelayedStackTraceLoading": true,
"supportsLoadedSourcesRequest": true,
"supportsLogPoints": true,
"supportsTerminateThreadsRequest": false,
"supportsSetExpression": false,
"supportsTerminateRequest": false,
"completionTriggerCharacters": [
".",
"[",
"\"",
"'"
],
"supportsBreakpointLocationsRequest": true,
"supportsClipboardContext": true
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189096,
"metadata": {
"connectionId": 2,
"message": {
"seq": 2,
"type": "event",
"event": "initialized",
"body": {}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490189116,
"metadata": {
"connectionId": 2,
"message": {
"command": "launch",
"arguments": {
"type": "pwa-chrome",
"name": ".NET Core Debug Blazor Web Assembly in Chrome",
"request": "launch",
"trace": {
"console": false,
"level": "verbose",
"stdio": true,
"logFile": "c:\\Users\\zbeck\\AppData\\Roaming\\Code - Insiders\\logs\\20200514T165658\\exthost1\\ms-vscode.js-debug-nightly\\vscode-debugadapter-1.json",
"tags": []
},
"address": "localhost",
"outputCapture": "console",
"port": 0,
"timeout": 30000,
"showAsyncStacks": true,
"skipFiles": [],
"smartStep": true,
"sourceMaps": true,
"pauseForSourceMap": true,
"resolveSourceMapLocations": null,
"rootPath": "C:\\Care",
"outFiles": [
"C:\\Care/**/*.js",
"!**/node_modules/**"
],
"sourceMapPathOverrides": {
"webpack://?:*/*": "${webRoot}/*",
"webpack:///./~/*": "${webRoot}/node_modules/*",
"meteor://💻app/*": "${webRoot}/*"
},
"__workspaceFolder": "c:\\Care",
"disableNetworkCache": true,
"pathMapping": {},
"url": "https://localhost:5001",
"urlFilter": "",
"webRoot": "C:\\Care/src/Care.Server",
"server": null,
"cwd": null,
"file": null,
"env": {},
"includeDefaultArgs": true,
"runtimeArgs": null,
"runtimeExecutable": "stable",
"userDataDir": true,
"browserLaunchLocation": "workspace",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"__workspaceCachePath": "c:\\Users\\zbeck\\AppData\\Roaming\\Code - Insiders\\User\\workspaceStorage\\e5958d69fad6e6aa7cca587c64dd84ae\\ms-vscode.js-debug-nightly",
"__sessionId": "70169bdd-1f8e-44db-a165-b5cb7b49acd4"
},
"type": "request",
"seq": 2
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189116,
"metadata": {
"connectionId": 2,
"message": {
"seq": 3,
"type": "event",
"event": "output",
"body": {
"category": "console",
"output": "Note: Using the \"preview\" debug extension\n"
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189117,
"metadata": {
"connectionId": 2,
"message": {
"seq": 4,
"type": "event",
"event": "output",
"body": {
"category": "telemetry",
"output": "js-debug/launch",
"data": {
"type": "pwa-chrome",
"request": "launch",
"os": "win32 x64",
"nodeVersion": "v12.8.1",
"adapterVersion": "0.9.0",
"parameters": "{\"type\":\"pwa-chrome\",\"name\":\"<string>\",\"request\":\"launch\",\"trace\":{\"console\":false,\"level\":\"<string>\",\"stdio\":true,\"logFile\":\"<string>\",\"tags\":[]},\"address\":\"localhost\",\"outputCapture\":\"console\",\"port\":0,\"timeout\":30000,\"showAsyncStacks\":true,\"skipFiles\":[],\"smartStep\":true,\"sourceMaps\":true,\"pauseForSourceMap\":true,\"resolveSourceMapLocations\":null,\"rootPath\":\"<string>\",\"outFiles\":[\"<string>\",\"<string>\"],\"sourceMapPathOverrides\":{\"webpack://?:*/*\":\"<string>\",\"webpack:///./~/*\":\"<string>\",\"meteor://💻app/*\":\"<string>\"},\"__workspaceFolder\":\"<string>\",\"disableNetworkCache\":true,\"pathMapping\":{},\"url\":\"<string>\",\"urlFilter\":\"\",\"webRoot\":\"<string>\",\"server\":null,\"cwd\":null,\"file\":null,\"env\":{},\"includeDefaultArgs\":true,\"runtimeArgs\":null,\"runtimeExecutable\":\"stable\",\"userDataDir\":true,\"browserLaunchLocation\":\"workspace\",\"inspectUri\":\"<string>\",\"__workspaceCachePath\":\"<string>\",\"__sessionId\":\"<string>\"}"
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189118,
"metadata": {
"connectionId": 2,
"message": {
"seq": 5,
"type": "event",
"event": "output",
"body": {
"category": "console",
"output": "Verbose logs are written to:\nc:\\Users\\zbeck\\AppData\\Roaming\\Code - Insiders\\logs\\20200514T165658\\exthost1\\ms-vscode.js-debug-nightly\\vscode-debugadapter-1.json\n"
}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490189123,
"metadata": {
"connectionId": 2,
"message": {
"command": "setBreakpoints",
"arguments": {
"source": {
"name": "Index.razor",
"path": "c:\\Care\\src\\Care.UI\\Shared\\Root\\Index.razor"
},
"lines": [
88
],
"breakpoints": [
{
"line": 88
}
],
"sourceModified": false
},
"type": "request",
"seq": 3
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490189123,
"metadata": {
"connectionId": 2,
"message": {
"command": "setBreakpoints",
"arguments": {
"source": {
"name": "TimePicker.razor",
"path": "c:\\Care\\src\\Care.UI\\Shared\\Components\\TimePicker\\TimePicker.razor"
},
"lines": [
110
],
"breakpoints": [
{
"line": 110
}
],
"sourceModified": false
},
"type": "request",
"seq": 4
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490189123,
"metadata": {
"connectionId": 2,
"message": {
"command": "setBreakpoints",
"arguments": {
"source": {
"name": "Unauthorized.razor",
"path": "c:\\Care\\src\\Care.UI\\Features\\Identity\\Unauthorized.razor"
},
"lines": [
22
],
"breakpoints": [
{
"line": 22
}
],
"sourceModified": false
},
"type": "request",
"seq": 5
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189124,
"metadata": {
"connectionId": 2,
"message": {
"seq": 6,
"type": "response",
"request_seq": 3,
"command": "setBreakpoints",
"success": true,
"body": {
"breakpoints": [
{
"id": 1,
"verified": false,
"message": "Unbound breakpoint"
}
]
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189124,
"metadata": {
"connectionId": 2,
"message": {
"seq": 7,
"type": "response",
"request_seq": 4,
"command": "setBreakpoints",
"success": true,
"body": {
"breakpoints": [
{
"id": 2,
"verified": false,
"message": "Unbound breakpoint"
}
]
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189124,
"metadata": {
"connectionId": 2,
"message": {
"seq": 8,
"type": "response",
"request_seq": 5,
"command": "setBreakpoints",
"success": true,
"body": {
"breakpoints": [
{
"id": 3,
"verified": false,
"message": "Unbound breakpoint"
}
]
}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490189148,
"metadata": {
"connectionId": 2,
"message": {
"command": "setExceptionBreakpoints",
"arguments": {
"filters": []
},
"type": "request",
"seq": 6
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189148,
"metadata": {
"connectionId": 2,
"message": {
"seq": 9,
"type": "response",
"request_seq": 6,
"command": "setExceptionBreakpoints",
"success": true,
"body": {}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490189157,
"metadata": {
"connectionId": 2,
"message": {
"command": "configurationDone",
"type": "request",
"seq": 7
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189157,
"metadata": {
"connectionId": 2,
"message": {
"seq": 10,
"type": "response",
"request_seq": 7,
"command": "configurationDone",
"success": true,
"body": {}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490189164,
"metadata": {
"connectionId": 2,
"message": {
"command": "threads",
"type": "request",
"seq": 8
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189165,
"metadata": {
"connectionId": 2,
"message": {
"seq": 11,
"type": "response",
"request_seq": 8,
"command": "threads",
"success": true,
"body": {
"threads": []
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189346,
"metadata": {
"connectionId": 2,
"message": {
"seq": 12,
"type": "event",
"event": "output",
"body": {
"category": "stderr",
"output": "\r\n"
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490189347,
"metadata": {
"connectionId": 2,
"message": {
"seq": 13,
"type": "event",
"event": "output",
"body": {
"category": "stderr",
"output": "DevTools listening on ws://127.0.0.1:60672/devtools/browser/7e5847fd-f1c7-4af9-b4ea-355d0f5a6276\r\n"
}
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190057,
"metadata": {
"connectionId": 1,
"message": {
"id": 1,
"method": "Target.attachToBrowserTarget",
"params": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190314,
"metadata": {
"connectionId": 1,
"message": {
"method": "Target.attachedToTarget",
"params": {
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216",
"targetInfo": {
"targetId": "cb59fa5e-ca9d-4dd6-87e1-84877821a179",
"type": "browser",
"title": "",
"url": "",
"attached": true
},
"waitingForDebugger": false
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190318,
"metadata": {
"connectionId": 1,
"message": {
"id": 1,
"sessionId": null,
"result": {
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190319,
"metadata": {
"connectionId": 1,
"message": {
"id": 2,
"method": "Target.setDiscoverTargets",
"params": {
"discover": true
},
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190322,
"metadata": {
"connectionId": 1,
"message": {
"method": "Target.targetCreated",
"params": {
"targetInfo": {
"targetId": "337C32A1AE2C8E34815DCEB61B94796A",
"type": "page",
"title": "about:blank",
"url": "about:blank",
"attached": false,
"browserContextId": "068B28B59790E839EF654CC303B68C72"
}
},
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190322,
"metadata": {
"connectionId": 1,
"message": {
"method": "Target.targetCreated",
"params": {
"targetInfo": {
"targetId": "ada266bf-a302-4392-8513-ac16f5048aa6",
"type": "browser",
"title": "",
"url": "",
"attached": true
}
},
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190322,
"metadata": {
"connectionId": 1,
"message": {
"method": "Target.targetCreated",
"params": {
"targetInfo": {
"targetId": "cb59fa5e-ca9d-4dd6-87e1-84877821a179",
"type": "browser",
"title": "",
"url": "",
"attached": true
}
},
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190322,
"metadata": {
"connectionId": 1,
"message": {
"id": 2,
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190322,
"metadata": {
"connectionId": 1,
"message": {
"id": 3,
"method": "Target.attachToTarget",
"params": {
"targetId": "337C32A1AE2C8E34815DCEB61B94796A",
"flatten": true
},
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190323,
"metadata": {
"connectionId": 1,
"message": {
"method": "Target.targetInfoChanged",
"params": {
"targetInfo": {
"targetId": "337C32A1AE2C8E34815DCEB61B94796A",
"type": "page",
"title": "about:blank",
"url": "about:blank",
"attached": true,
"browserContextId": "068B28B59790E839EF654CC303B68C72"
}
},
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190326,
"metadata": {
"connectionId": 1,
"message": {
"id": 3,
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216",
"result": {
"sessionId": "706D96F6F602902779093A067FA8983C"
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190326,
"metadata": {
"connectionId": 1,
"message": {
"method": "Target.attachedToTarget",
"params": {
"sessionId": "706D96F6F602902779093A067FA8983C",
"targetInfo": {
"targetId": "337C32A1AE2C8E34815DCEB61B94796A",
"type": "page",
"title": "about:blank",
"url": "about:blank",
"attached": true,
"browserContextId": "068B28B59790E839EF654CC303B68C72"
},
"waitingForDebugger": false
},
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190330,
"metadata": {
"connectionId": 1,
"message": {
"id": 4,
"method": "Target.setAutoAttach",
"params": {
"autoAttach": true,
"waitForDebuggerOnStart": true,
"flatten": true
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190330,
"metadata": {
"connectionId": 1,
"message": {
"id": 5,
"method": "Network.setCacheDisabled",
"params": {
"cacheDisabled": true
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190330,
"metadata": {
"connectionId": 1,
"message": {
"id": 6,
"method": "Browser.getVersion",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190331,
"metadata": {
"connectionId": 1,
"message": {
"id": 7,
"method": "Page.enable",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190331,
"metadata": {
"connectionId": 1,
"message": {
"id": 8,
"method": "Page.getResourceTree",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190331,
"metadata": {
"connectionId": 1,
"message": {
"id": 9,
"method": "ServiceWorker.enable",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190331,
"metadata": {
"connectionId": 1,
"message": {
"id": 10,
"method": "ServiceWorker.setForceUpdateOnPageLoad",
"params": {
"forceUpdateOnPageLoad": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190331,
"metadata": {
"connectionId": 1,
"message": {
"id": 11,
"method": "Network.disable",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190332,
"metadata": {
"connectionId": 1,
"message": {
"id": 12,
"method": "Page.navigate",
"params": {
"url": "https://localhost:5001"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190333,
"metadata": {
"connectionId": 1,
"message": {
"id": 4,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190333,
"metadata": {
"connectionId": 1,
"message": {
"id": 5,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190333,
"metadata": {
"connectionId": 1,
"message": {
"id": 6,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"protocolVersion": "1.3",
"product": "Chrome/81.0.4044.138",
"revision": "@8c6c7ba89cc9453625af54f11fd83179e23450fa",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"jsVersion": "8.1.307.32"
}
}
},
"level": 0
}
{
"tag": "runtime.target",
"timestamp": 1589490190333,
"message": "Retrieved browser information",
"metadata": {
"protocolVersion": "1.3",
"product": "Chrome/81.0.4044.138",
"revision": "@8c6c7ba89cc9453625af54f11fd83179e23450fa",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"jsVersion": "8.1.307.32"
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490190333,
"metadata": {
"connectionId": 2,
"message": {
"seq": 14,
"type": "event",
"event": "output",
"body": {
"category": "telemetry",
"output": "js-debug/browserVersion",
"data": {
"browser": "Chrome/81.0.4044.138",
"targetCRDPVersion": "1.3",
"targetRevision": "@8c6c7ba89cc9453625af54f11fd83179e23450fa",
"targetUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"targetV8": "8.1.307.32",
"targetVersion": "81.0.4044.138",
"targetProject": "Chrome",
"targetProduct": ""
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190333,
"metadata": {
"connectionId": 1,
"message": {
"id": 7,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190336,
"metadata": {
"connectionId": 1,
"message": {
"id": 8,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"frameTree": {
"frame": {
"id": "337C32A1AE2C8E34815DCEB61B94796A",
"loaderId": "731993E1C6166B2DE9284B94DD01880F",
"url": "about:blank",
"securityOrigin": "://",
"mimeType": "text/html"
},
"resources": []
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190336,
"metadata": {
"connectionId": 1,
"message": {
"id": 9,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190337,
"metadata": {
"connectionId": 1,
"message": {
"id": 10,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190337,
"metadata": {
"connectionId": 1,
"message": {
"method": "ServiceWorker.workerRegistrationUpdated",
"params": {
"registrations": []
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190337,
"metadata": {
"connectionId": 1,
"message": {
"method": "ServiceWorker.workerVersionUpdated",
"params": {
"versions": []
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190337,
"metadata": {
"connectionId": 1,
"message": {
"id": 11,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490190339,
"metadata": {
"connectionId": 2,
"message": {
"seq": 15,
"type": "event",
"event": "output",
"body": {
"category": "stderr",
"output": "[9396:10952:0514/170310.339:ERROR:browser_switcher_service.cc(238)] XXX Init()\r\n"
}
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190349,
"metadata": {
"connectionId": 1,
"message": {
"id": 13,
"method": "Runtime.enable",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190350,
"metadata": {
"connectionId": 1,
"message": {
"id": 14,
"method": "Network.enable",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190350,
"metadata": {
"connectionId": 1,
"message": {
"id": 15,
"method": "Debugger.enable",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190350,
"metadata": {
"connectionId": 1,
"message": {
"id": 16,
"method": "Debugger.setAsyncCallStackDepth",
"params": {
"maxDepth": 32
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190351,
"metadata": {
"connectionId": 1,
"message": {
"id": 17,
"method": "Debugger.setPauseOnExceptions",
"params": {
"state": "none"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190351,
"metadata": {
"connectionId": 1,
"message": {
"id": 18,
"method": "Debugger.setInstrumentationBreakpoint",
"params": {
"instrumentation": "beforeScriptWithSourceMapExecution"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190351,
"message": "Dequeue messages",
"metadata": {
"message": [
{
"method": "ServiceWorker.workerRegistrationUpdated",
"params": {
"registrations": []
},
"sessionId": "706D96F6F602902779093A067FA8983C"
},
{
"method": "ServiceWorker.workerVersionUpdated",
"params": {
"versions": []
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
]
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490190352,
"metadata": {
"connectionId": 3,
"message": {
"command": "initialize",
"arguments": {
"clientID": "vscode",
"clientName": "Visual Studio Code - Insiders",
"adapterID": "pwa-chrome",
"pathFormat": "path",
"linesStartAt1": true,
"columnsStartAt1": true,
"supportsVariableType": true,
"supportsVariablePaging": true,
"supportsRunInTerminalRequest": true,
"locale": "en-us",
"supportsProgressReporting": true
},
"type": "request",
"seq": 1
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490190353,
"metadata": {
"connectionId": 3,
"message": {
"seq": 1,
"type": "response",
"request_seq": 1,
"command": "initialize",
"success": true,
"body": {
"supportsConfigurationDoneRequest": true,
"supportsFunctionBreakpoints": false,
"supportsConditionalBreakpoints": true,
"supportsHitConditionalBreakpoints": true,
"supportsEvaluateForHovers": true,
"exceptionBreakpointFilters": [
{
"filter": "caught",
"label": "Caught Exceptions",
"default": false
},
{
"filter": "uncaught",
"label": "Uncaught Exceptions",
"default": false
}
],
"supportsStepBack": false,
"supportsSetVariable": true,
"supportsRestartFrame": true,
"supportsGotoTargetsRequest": false,
"supportsStepInTargetsRequest": false,
"supportsCompletionsRequest": true,
"supportsModulesRequest": false,
"additionalModuleColumns": [],
"supportedChecksumAlgorithms": [],
"supportsRestartRequest": true,
"supportsExceptionOptions": false,
"supportsValueFormattingOptions": true,
"supportsExceptionInfoRequest": true,
"supportTerminateDebuggee": false,
"supportsDelayedStackTraceLoading": true,
"supportsLoadedSourcesRequest": true,
"supportsLogPoints": true,
"supportsTerminateThreadsRequest": false,
"supportsSetExpression": false,
"supportsTerminateRequest": false,
"completionTriggerCharacters": [
".",
"[",
"\"",
"'"
],
"supportsBreakpointLocationsRequest": true,
"supportsClipboardContext": true
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490190353,
"metadata": {
"connectionId": 3,
"message": {
"seq": 2,
"type": "event",
"event": "initialized",
"body": {}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490190353,
"metadata": {
"connectionId": 3,
"message": {
"seq": 3,
"type": "event",
"event": "thread",
"body": {
"reason": "started",
"threadId": 1
}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490190356,
"metadata": {
"connectionId": 3,
"message": {
"command": "launch",
"arguments": {
"type": "pwa-chrome",
"name": "blank",
"request": "launch",
"__pendingTargetId": "337C32A1AE2C8E34815DCEB61B94796A",
"__sessionId": "1aa93fb5-2133-4ccb-95dd-6d704358ee12"
},
"type": "request",
"seq": 2
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490190358,
"metadata": {
"connectionId": 3,
"message": {
"command": "setBreakpoints",
"arguments": {
"source": {
"name": "Index.razor",
"path": "c:\\Care\\src\\Care.UI\\Shared\\Root\\Index.razor"
},
"lines": [
88
],
"breakpoints": [
{
"line": 88
}
],
"sourceModified": false
},
"type": "request",
"seq": 3
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490190367,
"metadata": {
"connectionId": 3,
"message": {
"command": "setBreakpoints",
"arguments": {
"source": {
"name": "TimePicker.razor",
"path": "c:\\Care\\src\\Care.UI\\Shared\\Components\\TimePicker\\TimePicker.razor"
},
"lines": [
110
],
"breakpoints": [
{
"line": 110
}
],
"sourceModified": false
},
"type": "request",
"seq": 4
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490190367,
"metadata": {
"connectionId": 3,
"message": {
"command": "setBreakpoints",
"arguments": {
"source": {
"name": "Unauthorized.razor",
"path": "c:\\Care\\src\\Care.UI\\Features\\Identity\\Unauthorized.razor"
},
"lines": [
22
],
"breakpoints": [
{
"line": 22
}
],
"sourceModified": false
},
"type": "request",
"seq": 5
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490190542,
"metadata": {
"connectionId": 3,
"message": {
"command": "threads",
"type": "request",
"seq": 6
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490190542,
"metadata": {
"connectionId": 3,
"message": {
"seq": 4,
"type": "response",
"request_seq": 6,
"command": "threads",
"success": true,
"body": {
"threads": [
{
"id": 1,
"name": "blank"
}
]
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490190683,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "6A61C4C1D41AB4FA398643563041A56B",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/",
"upgrade-insecure-requests": "1",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"sec-fetch-site": "none",
"sec-fetch-mode": "navigate",
"sec-fetch-user": "?1",
"sec-fetch-dest": "document",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490190802,
"message": "Error fetching sourcemap",
"metadata": {
"message": "ENOENT: no such file or directory, open 'c:\\Care\\Tools\\Assets\\DevReadyHtml\\_assets\\vendor\\bootstrap.bundle.min.js.map'",
"stack": "Error: ENOENT: no such file or directory, open 'c:\\Care\\Tools\\Assets\\DevReadyHtml\\_assets\\vendor\\bootstrap.bundle.min.js.map'"
},
"level": 2
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490190841,
"message": "Error fetching sourcemap",
"metadata": {
"message": "ENOENT: no such file or directory, open 'c:\\Care\\src\\Care.Server\\wwwroot\\_assets\\vendor\\kendo\\js\\kendo.all.min.js.map'",
"stack": "Error: ENOENT: no such file or directory, open 'c:\\Care\\src\\Care.Server\\wwwroot\\_assets\\vendor\\kendo\\js\\kendo.all.min.js.map'"
},
"level": 2
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490190841,
"message": "Error fetching sourcemap",
"metadata": {
"message": "ENOENT: no such file or directory, open 'c:\\Care\\Tools\\Assets\\DevReadyHtml\\_assets\\vendor\\kendo\\js\\kendo.all.min.js.map'",
"stack": "Error: ENOENT: no such file or directory, open 'c:\\Care\\Tools\\Assets\\DevReadyHtml\\_assets\\vendor\\kendo\\js\\kendo.all.min.js.map'"
},
"level": 2
}
{
"tag": "perf.function",
"timestamp": 1589490190841,
"message": "",
"metadata": {
"method": "BreakpointsPredictor.createInitialMapping",
"duration": 483
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190843,
"metadata": {
"connectionId": 1,
"message": {
"id": 19,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[rR][oO][oO][tT]\\/[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 0,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190844,
"metadata": {
"connectionId": 1,
"message": {
"id": 20,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[rR][oO][oO][tT]\\/[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 87,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190844,
"metadata": {
"connectionId": 1,
"message": {
"id": 21,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 0,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190845,
"metadata": {
"connectionId": 1,
"message": {
"id": 22,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 109,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190845,
"metadata": {
"connectionId": 1,
"message": {
"id": 23,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[fF][eE][aA][tT][uU][rR][eE][sS]\\/[iI][dD][eE][nN][tT][iI][tT][yY]\\/[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 0,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490190845,
"metadata": {
"connectionId": 1,
"message": {
"id": 24,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[fF][eE][aA][tT][uU][rR][eE][sS]\\/[iI][dD][eE][nN][tT][iI][tT][yY]\\/[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 21,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191581,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "6A61C4C1D41AB4FA398643563041A56B",
"blockedCookies": [],
"headers": {
"status": "200",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"pragma": "no-cache",
"content-type": "text/html; charset=utf-8",
"expires": "Thu, 01 Jan 1970 00:00:00 GMT",
"server": "Kestrel",
"set-cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw; path=/; secure; samesite=lax; httponly"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191583,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "6A61C4C1D41AB4FA398643563041A56B",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.466773,
"type": "Document",
"response": {
"url": "https://localhost:5001/",
"status": 200,
"statusText": "",
"headers": {
"status": "200",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"pragma": "no-cache",
"content-type": "text/html; charset=utf-8",
"expires": "Thu, 01 Jan 1970 00:00:00 GMT",
"server": "Kestrel"
},
"mimeType": "text/html",
"connectionReused": false,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 5196,
"timing": {
"requestTime": 19547.226892,
"proxyStart": 1.285,
"proxyEnd": 242.143,
"dnsStart": 242.27,
"dnsEnd": 242.293,
"connectStart": 242.293,
"connectEnd": 264.218,
"sslStart": 243.136,
"sslEnd": 264.193,
"workerStart": -1,
"workerReady": -1,
"sendStart": 264.503,
"sendEnd": 264.742,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 1238.88
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191583,
"metadata": {
"connectionId": 1,
"message": {
"id": 12,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B"
}
}
},
"level": 0
}
{
"tag": "runtime.launch",
"timestamp": 1589490191585,
"message": "Launched successfully",
"metadata": {
"name": "f"
},
"level": 1
}
{
"tag": "dap.send",
"timestamp": 1589490191585,
"metadata": {
"connectionId": 2,
"message": {
"seq": 16,
"type": "response",
"request_seq": 2,
"command": "launch",
"success": true,
"body": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191593,
"metadata": {
"connectionId": 1,
"message": {
"method": "Target.targetInfoChanged",
"params": {
"targetInfo": {
"targetId": "337C32A1AE2C8E34815DCEB61B94796A",
"type": "page",
"title": "https://localhost:5001",
"url": "https://localhost:5001/",
"attached": true,
"browserContextId": "068B28B59790E839EF654CC303B68C72"
}
},
"sessionId": "EA0D77CD703C1A9779D460F86ACEB216"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191593,
"metadata": {
"connectionId": 1,
"message": {
"method": "Page.frameStartedLoading",
"params": {
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191594,
"metadata": {
"connectionId": 1,
"message": {
"method": "Page.frameNavigated",
"params": {
"frame": {
"id": "337C32A1AE2C8E34815DCEB61B94796A",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"url": "https://localhost:5001/",
"securityOrigin": "https://localhost:5001",
"mimeType": "text/html"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191594,
"metadata": {
"connectionId": 1,
"message": {
"method": "Runtime.executionContextCreated",
"params": {
"context": {
"id": 2,
"origin": "https://localhost:5001",
"name": "",
"auxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
}
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 13,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 14,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 19,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:0:0:[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[rR][oO][oO][tT]\\/[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 20,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:87:0:[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[rR][oO][oO][tT]\\/[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 15,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"debuggerId": "2766667640081511445.3134000061767732046"
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 21,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:0:0:[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 16,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 22,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:109:0:[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 23,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:0:0:[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[fF][eE][aA][tT][uU][rR][eE][sS]\\/[iI][dD][eE][nN][tT][iI][tT][yY]\\/[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 17,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191659,
"metadata": {
"connectionId": 1,
"message": {
"id": 24,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:21:0:[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[fF][eE][aA][tT][uU][rR][eE][sS]\\/[iI][dD][eE][nN][tT][iI][tT][yY]\\/[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"id": 18,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "8:beforeScriptWithSourceMapExecution"
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.481474,
"dataLength": 4272,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.475185,
"encodedDataLength": 5205,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.2",
"blockedCookies": [],
"headers": {
"status": "200",
"content-type": "text/css; charset=utf-8",
"access-control-allow-origin": "*",
"timing-allow-origin": "*",
"link": "<https://fonts.gstatic.com>; rel=preconnect; crossorigin",
"expires": "Thu, 14 May 2020 18:59:32 GMT",
"date": "Thu, 14 May 2020 18:59:32 GMT",
"cache-control": "private, max-age=86400, stale-while-revalidate=604800",
"last-modified": "Thu, 14 May 2020 18:59:32 GMT",
"content-encoding": "gzip",
"server": "ESF",
"x-xss-protection": "0",
"x-frame-options": "SAMEORIGIN",
"x-content-type-options": "nosniff",
"alt-svc": "h3-27=\":443\"; ma=2592000,h3-25=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.3",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/vendor/webfontkit-gotham/stylesheet.css?v=115jUMFzAgS1gLQCPdtK5aCEZJotyCWkDuJLk_035Qk",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d5b5a31b52b4d0\"",
"if-modified-since": "Wed, 18 Dec 2019 13:00:22 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.4",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/vendor/AlpinGothic/stylesheet.css?v=kBHHYVSDeu4xRVTTmeDEKrFg_2swiTOipZHPzBmSzik",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d5b5a31aba2157\"",
"if-modified-since": "Wed, 18 Dec 2019 13:00:21 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.5",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/vendor/fontawesome-pro/css/all.min.css?v=GN73kDHB6vjTHvviR2NgKweNAGk4HVB3G2V-LbSmPOc",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d5dd2dd9876dce\"",
"if-modified-since": "Thu, 06 Feb 2020 20:41:47 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.2",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.482694,
"wallTime": 1589490191.596131,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 16
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.3",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/vendor/webfontkit-gotham/stylesheet.css?v=115jUMFzAgS1gLQCPdtK5aCEZJotyCWkDuJLk_035Qk",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.483232,
"wallTime": 1589490191.596669,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 19
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.4",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/vendor/AlpinGothic/stylesheet.css?v=kBHHYVSDeu4xRVTTmeDEKrFg_2swiTOipZHPzBmSzik",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.483874,
"wallTime": 1589490191.597312,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 22
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.5",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/vendor/fontawesome-pro/css/all.min.css?v=GN73kDHB6vjTHvviR2NgKweNAGk4HVB3G2V-LbSmPOc",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.484166,
"wallTime": 1589490191.597604,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 25
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.6",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://unpkg.com/@progress/kendo-theme-bootstrap@latest/dist/all.css",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.484473,
"wallTime": 1589490191.597911,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 27
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.7",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "Low",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.484853,
"wallTime": 1589490191.598291,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 28
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.8",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/vendor/kendo/styles/jr-bootstrap4-care/all.css",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.484928,
"wallTime": 1589490191.598366,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 29
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.9",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.0/styles/shades-of-purple.min.css",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.485267,
"wallTime": 1589490191.598705,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 31
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.10",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_content/Care.UI/toastr.css",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.485556,
"wallTime": 1589490191.598994,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 32
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.11",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_content/ZBlazor.QuickInput/zb-quick-input.css",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.485943,
"wallTime": 1589490191.599381,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 34
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.12",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/css/main.css?v=41Fc_RUynclCGUPiN5--vqShBmS_zzPwKudCu2GpKGI",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.486402,
"wallTime": 1589490191.59984,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 37
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.13",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/css/dev-overrides.css?v=aLPl792xl8ZJdbvPEpDXG-SSWCZ_LqAlWL7J1tYFsxQ",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.487568,
"wallTime": 1589490191.601006,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 38
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.14",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://code.jquery.com/jquery-3.4.1.min.js",
"method": "GET",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"Referer": "https://localhost:5001/",
"Origin": "https://localhost:5001"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.488254,
"wallTime": 1589490191.601692,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 71
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.15",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js",
"method": "GET",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"Referer": "https://localhost:5001/",
"Origin": "https://localhost:5001"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.489028,
"wallTime": 1589490191.602466,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 72
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191660,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.16",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js",
"method": "GET",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"Referer": "https://localhost:5001/",
"Origin": "https://localhost:5001"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.491326,
"wallTime": 1589490191.604764,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 73
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.17",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://maps.googleapis.com/maps/api/js?key=AIzaSyDy5kK6LhJEhhQxpuV1ZBiHfvHfcr57D5g&libraries=places",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.493082,
"wallTime": 1589490191.60652,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 74
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.18",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.494833,
"wallTime": 1589490191.608271,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 76
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.19",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_content/BlazorStrap/blazorStrap.js",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.495463,
"wallTime": 1589490191.608901,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 77
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.20",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/vendor/InputMask/jquery.inputmask.min.js?v=qcMCl3HbVCHBxFJv-u3LsJxibVwDtL99mos-LCLesPM",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.49572,
"wallTime": 1589490191.609158,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 80
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.21",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/vendor/mousetrap/mousetrap.min.js?v=VmCsB3q_bN74-UDIPCsfYXZkBbGyy3VDxSHEwa6nReg",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.495953,
"wallTime": 1589490191.609391,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 83
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.22",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.496162,
"wallTime": 1589490191.609599,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 86
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.2",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.50057,
"type": "Stylesheet",
"response": {
"url": "https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 18:59:32 GMT",
"content-encoding": "gzip",
"x-content-type-options": "nosniff",
"last-modified": "Thu, 14 May 2020 18:59:32 GMT",
"server": "ESF",
"link": "<https://fonts.gstatic.com>; rel=preconnect; crossorigin",
"status": "200",
"x-frame-options": "SAMEORIGIN",
"content-type": "text/css; charset=utf-8",
"access-control-allow-origin": "*",
"cache-control": "private, max-age=86400, stale-while-revalidate=604800",
"timing-allow-origin": "*",
"alt-svc": "h3-27=\":443\"; ma=2592000,h3-25=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"",
"x-xss-protection": "0",
"expires": "Thu, 14 May 2020 18:59:32 GMT"
},
"mimeType": "text/css",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "142.250.9.95",
"remotePort": 443,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.483153,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.067,
"sendEnd": 0.067,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 1.216
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "upload.video.google.com",
"sanList": [
"upload.video.google.com",
"*.clients.google.com",
"*.docs.google.com",
"*.drive.google.com",
"*.gdata.youtube.com",
"*.googleapis.com",
"*.photos.google.com",
"*.upload.google.com",
"*.upload.youtube.com",
"*.youtube-3rd-party.com",
"upload.google.com",
"upload.youtube.com",
"uploads.stage.gdata.youtube.com"
],
"issuer": "GTS CA 1O1",
"validFrom": 1588060288,
"validTo": 1595317888,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.2",
"timestamp": 19548.500674,
"dataLength": 9995,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.2",
"timestamp": 19548.485486,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.8",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/vendor/kendo/styles/jr-bootstrap4-care/all.css",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d5e72a4762be47\"",
"if-modified-since": "Wed, 19 Feb 2020 13:41:25 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.9",
"blockedCookies": [],
"headers": {
"status": "200",
"date": "Wed, 13 May 2020 18:49:13 GMT",
"content-type": "text/css",
"last-modified": "Tue, 21 Apr 2020 22:16:07 GMT",
"etag": "W/\"5e9f70a7-32f\"",
"expires": "Mon, 03 May 2021 18:49:13 GMT",
"cache-control": "public, max-age=30672000",
"vary": "Accept-Encoding",
"timing-allow-origin": "*",
"access-control-allow-origin": "*",
"served-in-seconds": "0.003",
"cf-cache-status": "HIT",
"age": "191184",
"expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
"server": "cloudflare",
"cf-ray": "592e8ee39db10d1a-ATL",
"content-encoding": "br",
"alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400",
"cf-request-id": "02b0f7a23b00000d1ad72f4200000001"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.10",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_content/Care.UI/toastr.css",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d62962e20c55bc\"",
"if-modified-since": "Wed, 13 May 2020 20:12:53 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191661,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.9",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.545575,
"type": "Stylesheet",
"response": {
"url": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.0/styles/shades-of-purple.min.css",
"status": 200,
"statusText": "",
"headers": {
"date": "Wed, 13 May 2020 18:49:13 GMT",
"content-encoding": "br",
"cf-cache-status": "HIT",
"age": "191184",
"cf-ray": "592e8ee39db10d1a-ATL",
"status": "200",
"alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400",
"cf-request-id": "02b0f7a23b00000d1ad72f4200000001",
"served-in-seconds": "0.003",
"last-modified": "Tue, 21 Apr 2020 22:16:07 GMT",
"server": "cloudflare",
"etag": "W/\"5e9f70a7-32f\"",
"expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
"vary": "Accept-Encoding",
"content-type": "text/css",
"access-control-allow-origin": "*",
"cache-control": "public, max-age=30672000",
"timing-allow-origin": "*",
"expires": "Mon, 03 May 2021 18:49:13 GMT"
},
"mimeType": "text/css",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "104.16.133.229",
"remotePort": 443,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.486166,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.044,
"sendEnd": 0.044,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 57.85
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "cloudflare.com",
"sanList": [
"*.dns.cloudflare.com",
"cloudflare.com",
"*.cloudflare.com",
"*.amp.cloudflare.com",
"*.staging.cloudflare.com"
],
"issuer": "CloudFlare Inc ECC CA-2",
"validFrom": 1578355200,
"validTo": 1602244800,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191664,
"metadata": {
"connectionId": 1,
"message": {
"id": 25,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[rR][oO][oO][tT]\\/[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[sS][hH][aA][rR][eE][dD]\\\\[rR][oO][oO][tT]\\\\[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 0,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191665,
"metadata": {
"connectionId": 1,
"message": {
"id": 26,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[rR][oO][oO][tT]\\/[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[sS][hH][aA][rR][eE][dD]\\\\[rR][oO][oO][tT]\\\\[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 87,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191669,
"metadata": {
"connectionId": 1,
"message": {
"id": 27,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[sS][hH][aA][rR][eE][dD]\\\\[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\\\[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\\\[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 0,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191671,
"metadata": {
"connectionId": 1,
"message": {
"id": 28,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[sS][hH][aA][rR][eE][dD]\\\\[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\\\[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\\\[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 109,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191671,
"metadata": {
"connectionId": 1,
"message": {
"id": 29,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[fF][eE][aA][tT][uU][rR][eE][sS]\\/[iI][dD][eE][nN][tT][iI][tT][yY]\\/[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[fF][eE][aA][tT][uU][rR][eE][sS]\\\\[iI][dD][eE][nN][tT][iI][tT][yY]\\\\[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 0,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.11",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_content/ZBlazor.QuickInput/zb-quick-input.css",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d623e7132ad383\"",
"if-modified-since": "Wed, 06 May 2020 20:44:02 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.12",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/css/main.css?v=41Fc_RUynclCGUPiN5--vqShBmS_zzPwKudCu2GpKGI",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d62a2b0b93c83c\"",
"if-modified-since": "Thu, 14 May 2020 20:05:42 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.3",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 18 Dec 2019 13:00:22 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "text/css",
"etag": "\"1d5b5a31b52b4d0\"",
"content-length": "976"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.4",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 18 Dec 2019 13:00:21 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "text/css",
"etag": "\"1d5b5a31aba2157\"",
"content-length": "471"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.3",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.549058,
"type": "Stylesheet",
"response": {
"url": "https://localhost:5001/_assets/vendor/webfontkit-gotham/stylesheet.css?v=115jUMFzAgS1gLQCPdtK5aCEZJotyCWkDuJLk_035Qk",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 18 Dec 2019 13:00:22 GMT",
"server": "Kestrel",
"etag": "\"1d5b5a31b52b4d0\"",
"content-type": "text/css",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "976"
},
"mimeType": "text/css",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 199,
"timing": {
"requestTime": 19548.483959,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 1.97,
"sendEnd": 3.807,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 64.141
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.9",
"timestamp": 19548.549568,
"dataLength": 815,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.4",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.550171,
"type": "Stylesheet",
"response": {
"url": "https://localhost:5001/_assets/vendor/AlpinGothic/stylesheet.css?v=kBHHYVSDeu4xRVTTmeDEKrFg_2swiTOipZHPzBmSzik",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 18 Dec 2019 13:00:21 GMT",
"server": "Kestrel",
"etag": "\"1d5b5a31aba2157\"",
"content-type": "text/css",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "471"
},
"mimeType": "text/css",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 199,
"timing": {
"requestTime": 19548.484204,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 3.648,
"sendEnd": 3.894,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 64.979
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.9",
"timestamp": 19548.549551,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.13",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/css/dev-overrides.css?v=aLPl792xl8ZJdbvPEpDXG-SSWCZ_LqAlWL7J1tYFsxQ",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d62a2b0af81532\"",
"if-modified-since": "Thu, 14 May 2020 20:05:41 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.14",
"blockedCookies": [],
"headers": {
"Date": "Wed, 13 May 2020 18:49:14 GMT",
"Accept-Ranges": "bytes",
"Content-Encoding": "gzip",
"Content-Length": "30638",
"Content-Type": "application/javascript; charset=utf-8",
"Last-Modified": "Wed, 01 May 2019 21:14:27 GMT",
"Server": "nginx",
"ETag": "W/\"5cca0c33-15851\"",
"Cache-Control": "max-age=315360000\npublic",
"Access-Control-Allow-Origin": "*",
"Vary": "Accept-Encoding",
"X-HW": "1589395753.dop134.at2.t,1589395754.cds109.at2.shn,1589395754.dop134.at2.t,1589395754.cds140.at2.c"
},
"headersText": "HTTP/1.1 200 OK\r\nDate: Wed, 13 May 2020 18:49:14 GMT\r\nAccept-Ranges: bytes\r\nContent-Encoding: gzip\r\nContent-Length: 30638\r\nContent-Type: application/javascript; charset=utf-8\r\nLast-Modified: Wed, 01 May 2019 21:14:27 GMT\r\nServer: nginx\r\nETag: W/\"5cca0c33-15851\"\r\nCache-Control: max-age=315360000\r\nCache-Control: public\r\nAccess-Control-Allow-Origin: *\r\nVary: Accept-Encoding\r\nX-HW: 1589395753.dop134.at2.t,1589395754.cds109.at2.shn,1589395754.dop134.at2.t,1589395754.cds140.at2.c\r\n\r\n"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.15",
"blockedCookies": [],
"headers": {
"status": "200",
"date": "Wed, 13 May 2020 18:49:13 GMT",
"content-type": "application/javascript; charset=utf-8",
"last-modified": "Tue, 29 Jan 2019 12:15:52 GMT",
"etag": "W/\"5c5043f8-520c\"",
"expires": "Mon, 03 May 2021 18:49:13 GMT",
"cache-control": "public, max-age=30672000",
"vary": "Accept-Encoding",
"timing-allow-origin": "*",
"access-control-allow-origin": "*",
"served-in-seconds": "0.001",
"cf-cache-status": "HIT",
"age": "2835630",
"expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
"server": "cloudflare",
"cf-ray": "592e8ee39922f371-ATL",
"content-encoding": "br",
"alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400",
"cf-request-id": "02b0f7a23f0000f371d117e200000001"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.3",
"timestamp": 19548.552524,
"dataLength": 976,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.16",
"blockedCookies": [],
"headers": {
"status": "200",
"date": "Wed, 13 May 2020 18:49:13 GMT",
"accept-ranges": "bytes",
"etag": "\"1550076057\"",
"content-encoding": "gzip",
"content-length": "15434",
"content-type": "text/javascript; charset=utf-8",
"last-modified": "Wed, 13 Feb 2019 16:40:57 GMT",
"x-cache": "HIT",
"vary": "Accept-Encoding",
"access-control-allow-origin": "*",
"cross-origin-resource-policy": "cross-origin",
"x-content-type-options": "nosniff",
"timing-allow-origin": "*",
"cache-control": "public, max-age=31536000"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.17",
"blockedCookies": [],
"headers": {
"status": "200",
"content-type": "text/javascript; charset=UTF-8",
"date": "Thu, 14 May 2020 20:58:44 GMT",
"expires": "Thu, 14 May 2020 21:28:44 GMT",
"cache-control": "public, max-age=1800",
"vary": "Accept-Language",
"content-encoding": "gzip",
"server": "mafe",
"content-length": "39371",
"x-xss-protection": "0",
"x-frame-options": "SAMEORIGIN",
"server-timing": "gfet4t7; dur=21",
"alt-svc": "h3-27=\":443\"; ma=2592000,h3-25=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.18",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "script",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d62a2e2022fc8a\"",
"if-modified-since": "Thu, 14 May 2020 20:27:45 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191672,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.4",
"timestamp": 19548.553171,
"dataLength": 471,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.19",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_content/BlazorStrap/blazorStrap.js",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "script",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d6088cd0784b3f\"",
"if-modified-since": "Thu, 02 Apr 2020 01:19:54 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.20",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/vendor/InputMask/jquery.inputmask.min.js?v=qcMCl3HbVCHBxFJv-u3LsJxibVwDtL99mos-LCLesPM",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "script",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d5dd2dd9842fbd\"",
"if-modified-since": "Thu, 06 Feb 2020 20:41:47 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.21",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/vendor/mousetrap/mousetrap.min.js?v=VmCsB3q_bN74-UDIPCsfYXZkBbGyy3VDxSHEwa6nReg",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "script",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d623a706869f04\"",
"if-modified-since": "Wed, 06 May 2020 13:05:33 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.22",
"blockedCookies": [],
"headers": {
"status": "200",
"date": "Thu, 14 May 2020 16:45:52 GMT",
"content-type": "application/javascript",
"last-modified": "Thu, 23 Apr 2020 16:23:02 GMT",
"accept-ranges": "bytes",
"etag": "\"1d6198b75b55d43\"",
"server": "Kestrel",
"content-length": "59971"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.7",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "script",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d62809052e3912\"",
"if-modified-since": "Tue, 12 May 2020 02:57:06 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.14",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.554592,
"type": "Script",
"response": {
"url": "https://code.jquery.com/jquery-3.4.1.min.js",
"status": 200,
"statusText": "OK",
"headers": {
"Date": "Wed, 13 May 2020 18:49:14 GMT",
"Content-Encoding": "gzip",
"Last-Modified": "Wed, 01 May 2019 21:14:27 GMT",
"Server": "nginx",
"ETag": "W/\"5cca0c33-15851\"",
"Vary": "Accept-Encoding",
"X-HW": "1589395753.dop134.at2.t,1589395754.cds109.at2.shn,1589395754.dop134.at2.t,1589395754.cds140.at2.c",
"Content-Type": "application/javascript; charset=utf-8",
"Access-Control-Allow-Origin": "*",
"Cache-Control": "max-age=315360000, public",
"Accept-Ranges": "bytes",
"Content-Length": "30638"
},
"mimeType": "application/javascript",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "209.197.3.24",
"remotePort": 443,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.488831,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.033,
"sendEnd": 0.033,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 61.74
},
"protocol": "http/1.1",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-256",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "jquery.org",
"sanList": [
"jquery.org",
"amd-builder.jquerymobile.com",
"api.jquery.com",
"api.jquerymobile.com",
"api.jqueryui.com",
"api.qunitjs.com",
"archive.dojotoolkit.org",
"blog.jquery.com",
"blog.jquerymobile.com",
"blog.jqueryui.com",
"brand.jquery.org",
"bugs.dojotoolkit.org",
"bugs.jquery.com",
"bugs.jqueryui.com",
"build.dojotoolkit.org",
"cert-manager.js.foundation",
"cla.js.foundation",
"code.jquery.com",
"codeorigin.jquery.com",
"content.jquery.com",
"contribute.jquery.org",
"demos.dojotoolkit.org",
"demos.jquerymobile.com",
"dojotoolkit.org",
"download.dojotoolkit.org",
"downloads.dojotoolkit.org",
"dylan.dojotoolkit.org",
"irc.jquery.org",
"jquery.com",
"jquerymobile.com",
"jqueryui.com",
"js.foundation",
"learn.jquery.com",
"learn.jqueryui.com",
"livedocs.dojotoolkit.org",
"mail.dojotoolkit.org",
"meetings.jquery.org",
"plugins.jquery.com",
"qunitjs.com",
"shrinksafe.dojotoolkit.org",
"sizzlejs.com",
"splunk.jquery.com",
"stage.amd-builder.jquerymobile.com",
"stage.api.jquery.com",
"stage.api.jquerymobile.com",
"stage.api.jqueryui.com",
"stage.blog.jquery.com",
"stage.brand.jquery.org",
"stage.codeorigin.jquery.com",
"stage.contribute.jquery.org",
"stage.demos.jquerymobile.com",
"stage.download.jqueryui.com",
"stage.irc.jquery.org",
"stage.jquery.com",
"stage.jquery.org",
"stage.jquerymobile.com",
"stage.jqueryui.com",
"stage.learn.jquery.com",
"stage.meetings.jquery.org",
"stage.plugins.jquery.com",
"stage.qunitjs.com",
"stage.themeroller.jquerymobile.com",
"static.jquery.com",
"svn.dojotoolkit.org",
"themeroller.jquerymobile.com",
"trac.dojotoolkit.org",
"vagrant.jquery.org",
"view.jquery.com",
"view.jquerymobile.com",
"view.jqueryui.com",
"www.dojotoolkit.org",
"www.jquery.com",
"www.jquery.org",
"www.jquerymobile.com",
"www.jqueryui.com",
"www.js.foundation",
"www.qunitjs.com",
"www.sizzlejs.com",
"znc.jquery.com"
],
"issuer": "COMODO RSA Domain Validation Secure Server CA",
"validFrom": 1539734400,
"validTo": 1602892799,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.15",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.555578,
"type": "Script",
"response": {
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js",
"status": 200,
"statusText": "",
"headers": {
"date": "Wed, 13 May 2020 18:49:13 GMT",
"content-encoding": "br",
"cf-cache-status": "HIT",
"age": "2835630",
"cf-ray": "592e8ee39922f371-ATL",
"status": "200",
"alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400",
"cf-request-id": "02b0f7a23f0000f371d117e200000001",
"served-in-seconds": "0.001",
"last-modified": "Tue, 29 Jan 2019 12:15:52 GMT",
"server": "cloudflare",
"etag": "W/\"5c5043f8-520c\"",
"expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
"vary": "Accept-Encoding",
"content-type": "application/javascript; charset=utf-8",
"access-control-allow-origin": "*",
"cache-control": "public, max-age=30672000",
"timing-allow-origin": "*",
"expires": "Mon, 03 May 2021 18:49:13 GMT"
},
"mimeType": "application/javascript",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "104.16.133.229",
"remotePort": 443,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.489552,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.126,
"sendEnd": 0.126,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 61.513
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "cloudflare.com",
"sanList": [
"*.dns.cloudflare.com",
"cloudflare.com",
"*.cloudflare.com",
"*.amp.cloudflare.com",
"*.staging.cloudflare.com"
],
"issuer": "CloudFlare Inc ECC CA-2",
"validFrom": 1578355200,
"validTo": 1602244800,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.16",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.555965,
"type": "Script",
"response": {
"url": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js",
"status": 200,
"statusText": "",
"headers": {
"date": "Wed, 13 May 2020 18:49:13 GMT",
"content-encoding": "gzip",
"x-content-type-options": "nosniff",
"last-modified": "Wed, 13 Feb 2019 16:40:57 GMT",
"status": "200",
"etag": "\"1550076057\"",
"vary": "Accept-Encoding",
"x-cache": "HIT",
"content-type": "text/javascript; charset=utf-8",
"access-control-allow-origin": "*",
"cache-control": "public, max-age=31536000",
"cross-origin-resource-policy": "cross-origin",
"accept-ranges": "bytes",
"timing-allow-origin": "*",
"content-length": "15434"
},
"mimeType": "text/javascript",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "209.197.3.15",
"remotePort": 443,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.492772,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.045,
"sendEnd": 0.045,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 58.734
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "*.bootstrapcdn.com",
"sanList": [
"*.bootstrapcdn.com",
"bootstrapcdn.com"
],
"issuer": "Sectigo RSA Domain Validation Secure Server CA",
"validFrom": 1568419200,
"validTo": 1602633599,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.3",
"timestamp": 19548.552497,
"encodedDataLength": 199,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.4",
"timestamp": 19548.55268,
"encodedDataLength": 199,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191673,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.22",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.557063,
"type": "Script",
"response": {
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 16:45:52 GMT",
"last-modified": "Thu, 23 Apr 2020 16:23:02 GMT",
"server": "Kestrel",
"etag": "\"1d6198b75b55d43\"",
"content-type": "application/javascript",
"status": "200",
"accept-ranges": "bytes",
"content-length": "59971"
},
"mimeType": "application/javascript",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.542525,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.059,
"sendEnd": 0.059,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 10.72
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191676,
"metadata": {
"connectionId": 1,
"message": {
"id": 30,
"method": "Debugger.setBreakpointByUrl",
"params": {
"urlRegex": "[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[fF][eE][aA][tT][uU][rR][eE][sS]\\/[iI][dD][eE][nN][tT][iI][tT][yY]\\/[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[fF][eE][aA][tT][uU][rR][eE][sS]\\\\[iI][dD][eE][nN][tT][iI][tT][yY]\\\\[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]",
"lineNumber": 21,
"columnNumber": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191696,
"metadata": {
"connectionId": 1,
"message": {
"id": 25,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:0:0:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[rR][oO][oO][tT]\\/[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[sS][hH][aA][rR][eE][dD]\\\\[rR][oO][oO][tT]\\\\[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191698,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.14",
"timestamp": 19548.577176,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191698,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.14",
"timestamp": 19548.577354,
"dataLength": 22609,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191698,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.15",
"timestamp": 19548.577577,
"dataLength": 21004,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.16",
"timestamp": 19548.578581,
"dataLength": 58072,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.5",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 06 Feb 2020 20:41:47 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "text/css",
"etag": "\"1d5dd2dd9876dce\"",
"content-length": "170574"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.15",
"timestamp": 19548.577389,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.16",
"timestamp": 19548.577775,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.8",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 19 Feb 2020 13:41:25 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "text/css",
"etag": "\"1d5e72a4762be47\"",
"content-length": "675527"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.22",
"timestamp": 19548.579677,
"dataLength": 59971,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.10",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 13 May 2020 20:12:53 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "text/css",
"etag": "\"1d62962e20c55bc\"",
"content-length": "1340"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.17",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.5802,
"type": "Script",
"response": {
"url": "https://maps.googleapis.com/maps/api/js?key=AIzaSyDy5kK6LhJEhhQxpuV1ZBiHfvHfcr57D5g&libraries=places",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 20:58:44 GMT",
"content-encoding": "gzip",
"vary": "Accept-Language",
"server": "mafe",
"x-frame-options": "SAMEORIGIN",
"content-type": "text/javascript; charset=UTF-8",
"status": "200",
"cache-control": "public, max-age=1800",
"server-timing": "gfet4t7; dur=21",
"alt-svc": "h3-27=\":443\"; ma=2592000,h3-25=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"",
"content-length": "39371",
"x-xss-protection": "0",
"expires": "Thu, 14 May 2020 21:28:44 GMT"
},
"mimeType": "text/javascript",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "172.253.124.95",
"remotePort": 443,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.493764,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.069,
"sendEnd": 0.069,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 58.003
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "upload.video.google.com",
"sanList": [
"upload.video.google.com",
"*.clients.google.com",
"*.docs.google.com",
"*.drive.google.com",
"*.gdata.youtube.com",
"*.googleapis.com",
"*.photos.google.com",
"*.upload.google.com",
"*.upload.youtube.com",
"*.youtube-3rd-party.com",
"upload.google.com",
"upload.youtube.com",
"uploads.stage.gdata.youtube.com"
],
"issuer": "GTS CA 1O1",
"validFrom": 1586982285,
"validTo": 1594239885,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.11",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 06 May 2020 20:44:02 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "text/css",
"etag": "\"1d623e7132ad383\"",
"content-length": "1667"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.14",
"timestamp": 19548.578354,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.12",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 14 May 2020 20:05:42 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "text/css",
"etag": "\"1d62a2b0b93c83c\"",
"content-length": "223036"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.17",
"timestamp": 19548.581132,
"dataLength": 99804,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.13",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 14 May 2020 20:05:41 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "text/css",
"etag": "\"1d62a2b0af81532\"",
"content-length": "3506"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.18",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 14 May 2020 20:27:45 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "application/javascript",
"etag": "\"1d62a2e2022fc8a\"",
"content-length": "35338"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.19",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 02 Apr 2020 01:19:54 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "application/javascript",
"etag": "\"1d6088cd0784b3f\"",
"content-length": "4671"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.20",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 06 Feb 2020 20:41:47 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "application/javascript",
"etag": "\"1d5dd2dd9842fbd\"",
"content-length": "120893"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.21",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 06 May 2020 13:05:33 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "application/javascript",
"etag": "\"1d623a706869f04\"",
"content-length": "4996"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191699,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.7",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Tue, 12 May 2020 02:57:06 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "application/javascript",
"etag": "\"1d62809052e3912\"",
"content-length": "840722"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.22",
"timestamp": 19548.578646,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.5",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.58656,
"type": "Stylesheet",
"response": {
"url": "https://localhost:5001/_assets/vendor/fontawesome-pro/css/all.min.css?v=GN73kDHB6vjTHvviR2NgKweNAGk4HVB3G2V-LbSmPOc",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 06 Feb 2020 20:41:47 GMT",
"server": "Kestrel",
"etag": "\"1d5dd2dd9876dce\"",
"content-type": "text/css",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "170574"
},
"mimeType": "text/css",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 199,
"timing": {
"requestTime": 19548.484848,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 10.23,
"sendEnd": 59.786,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 94.341
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.8",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.587138,
"type": "Stylesheet",
"response": {
"url": "https://localhost:5001/_assets/vendor/kendo/styles/jr-bootstrap4-care/all.css",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 19 Feb 2020 13:41:25 GMT",
"server": "Kestrel",
"etag": "\"1d5e72a4762be47\"",
"content-type": "text/css",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "675527"
},
"mimeType": "text/css",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 199,
"timing": {
"requestTime": 19548.485782,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 58.101,
"sendEnd": 59.169,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 93.737
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.587303,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"id": 26,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:87:0:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[rR][oO][oO][tT]\\/[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[sS][hH][aA][rR][eE][dD]\\\\[rR][oO][oO][tT]\\\\[iI][nN][dD][eE][xX]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"id": 27,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:0:0:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[sS][hH][aA][rR][eE][dD]\\\\[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\\\[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\\\[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.10",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.588831,
"type": "Stylesheet",
"response": {
"url": "https://localhost:5001/_content/Care.UI/toastr.css",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 13 May 2020 20:12:53 GMT",
"server": "Kestrel",
"etag": "\"1d62962e20c55bc\"",
"content-type": "text/css",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "1340"
},
"mimeType": "text/css",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 199,
"timing": {
"requestTime": 19548.486351,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 58.08,
"sendEnd": 58.606,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 93.391
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.10",
"timestamp": 19548.588929,
"dataLength": 1340,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.10",
"timestamp": 19548.584611,
"encodedDataLength": 199,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"id": 28,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:109:0:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[sS][hH][aA][rR][eE][dD]\\/[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\/[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[sS][hH][aA][rR][eE][dD]\\\\[cC][oO][mM][pP][oO][nN][eE][nN][tT][sS]\\\\[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\\\[tT][iI][mM][eE][pP][iI][cC][kK][eE][rR]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.11",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.589877,
"type": "Stylesheet",
"response": {
"url": "https://localhost:5001/_content/ZBlazor.QuickInput/zb-quick-input.css",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 06 May 2020 20:44:02 GMT",
"server": "Kestrel",
"etag": "\"1d623e7132ad383\"",
"content-type": "text/css",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "1667"
},
"mimeType": "text/css",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 199,
"timing": {
"requestTime": 19548.486938,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 60.744,
"sendEnd": 61.512,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 93.085
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.11",
"timestamp": 19548.590059,
"dataLength": 1667,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.11",
"timestamp": 19548.584778,
"encodedDataLength": 199,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"id": 29,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:0:0:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[fF][eE][aA][tT][uU][rR][eE][sS]\\/[iI][dD][eE][nN][tT][iI][tT][yY]\\/[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[fF][eE][aA][tT][uU][rR][eE][sS]\\\\[iI][dD][eE][nN][tT][iI][tT][yY]\\\\[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"id": 30,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"breakpointId": "2:21:0:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[cC][aA][rR][eE]\\/[sS][rR][cC]\\/[cC][aA][rR][eE]\\.[uU][iI]\\/[fF][eE][aA][tT][uU][rR][eE][sS]\\/[iI][dD][eE][nN][tT][iI][tT][yY]\\/[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[cC][aA][rR][eE]\\\\[sS][rR][cC]\\\\[cC][aA][rR][eE]\\.[uU][iI]\\\\[fF][eE][aA][tT][uU][rR][eE][sS]\\\\[iI][dD][eE][nN][tT][iI][tT][yY]\\\\[uU][nN][aA][uU][tT][hH][oO][rR][iI][zZ][eE][dD]\\.[rR][aA][zZ][oO][rR]",
"locations": []
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.12",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.591279,
"type": "Stylesheet",
"response": {
"url": "https://localhost:5001/_assets/css/main.css?v=41Fc_RUynclCGUPiN5--vqShBmS_zzPwKudCu2GpKGI",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 14 May 2020 20:05:42 GMT",
"server": "Kestrel",
"etag": "\"1d62a2b0b93c83c\"",
"content-type": "text/css",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "223036"
},
"mimeType": "text/css",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 199,
"timing": {
"requestTime": 19548.487578,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 60.261,
"sendEnd": 60.874,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 92.644
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.12",
"timestamp": 19548.591353,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.13",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.591622,
"type": "Stylesheet",
"response": {
"url": "https://localhost:5001/_assets/css/dev-overrides.css?v=aLPl792xl8ZJdbvPEpDXG-SSWCZ_LqAlWL7J1tYFsxQ",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 14 May 2020 20:05:41 GMT",
"server": "Kestrel",
"etag": "\"1d62a2b0af81532\"",
"content-type": "text/css",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "3506"
},
"mimeType": "text/css",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 199,
"timing": {
"requestTime": 19548.488284,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 62.124,
"sendEnd": 65.675,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 92.24
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.13",
"timestamp": 19548.591725,
"dataLength": 3506,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191717,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.13",
"timestamp": 19548.585252,
"encodedDataLength": 199,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.18",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.592395,
"type": "Script",
"response": {
"url": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 14 May 2020 20:27:45 GMT",
"server": "Kestrel",
"etag": "\"1d62a2e2022fc8a\"",
"content-type": "application/javascript",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "35338"
},
"mimeType": "application/javascript",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 213,
"timing": {
"requestTime": 19548.540266,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 11.717,
"sendEnd": 13.702,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 40.739
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.18",
"timestamp": 19548.592495,
"dataLength": 35338,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.19",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.592908,
"type": "Script",
"response": {
"url": "https://localhost:5001/_content/BlazorStrap/blazorStrap.js",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 02 Apr 2020 01:19:54 GMT",
"server": "Kestrel",
"etag": "\"1d6088cd0784b3f\"",
"content-type": "application/javascript",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "4671"
},
"mimeType": "application/javascript",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 213,
"timing": {
"requestTime": 19548.541228,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 10.995,
"sendEnd": 13.514,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 40.014
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.19",
"timestamp": 19548.593006,
"dataLength": 4671,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.20",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.593344,
"type": "Script",
"response": {
"url": "https://localhost:5001/_assets/vendor/InputMask/jquery.inputmask.min.js?v=qcMCl3HbVCHBxFJv-u3LsJxibVwDtL99mos-LCLesPM",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Thu, 06 Feb 2020 20:41:47 GMT",
"server": "Kestrel",
"etag": "\"1d5dd2dd9842fbd\"",
"content-type": "application/javascript",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "120893"
},
"mimeType": "application/javascript",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 213,
"timing": {
"requestTime": 19548.541476,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 11.514,
"sendEnd": 13.278,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 40.118
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.20",
"timestamp": 19548.593443,
"dataLength": 120893,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.21",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.593936,
"type": "Script",
"response": {
"url": "https://localhost:5001/_assets/vendor/mousetrap/mousetrap.min.js?v=VmCsB3q_bN74-UDIPCsfYXZkBbGyy3VDxSHEwa6nReg",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Wed, 06 May 2020 13:05:33 GMT",
"server": "Kestrel",
"etag": "\"1d623a706869f04\"",
"content-type": "application/javascript",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "4996"
},
"mimeType": "application/javascript",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 213,
"timing": {
"requestTime": 19548.542061,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 11.007,
"sendEnd": 12.7,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 39.97
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.21",
"timestamp": 19548.594034,
"dataLength": 4996,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.7",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.594684,
"type": "Script",
"response": {
"url": "https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:11 GMT",
"last-modified": "Tue, 12 May 2020 02:57:06 GMT",
"server": "Kestrel",
"etag": "\"1d62809052e3912\"",
"content-type": "application/javascript",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "840722"
},
"mimeType": "application/javascript",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 213,
"timing": {
"requestTime": 19548.542753,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 10.907,
"sendEnd": 12.03,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 39.689
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.7",
"timestamp": 19548.594772,
"dataLength": 196608,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.5",
"timestamp": 19548.595496,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.595774,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.12",
"timestamp": 19548.596042,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.19",
"timestamp": 19548.585636,
"encodedDataLength": 213,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.18",
"timestamp": 19548.585453,
"encodedDataLength": 213,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.21",
"timestamp": 19548.585908,
"encodedDataLength": 213,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.5",
"timestamp": 19548.596973,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.597121,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191718,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.6",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "unpkg.com",
":scheme": "https",
":path": "/@progress/kendo-theme-bootstrap@latest/dist/all.css",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "text/css,*/*;q=0.1",
"sec-fetch-site": "cross-site",
"sec-fetch-mode": "no-cors",
"sec-fetch-dest": "style",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191720,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.5",
"timestamp": 19548.59742,
"dataLength": 39502,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191720,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.5",
"timestamp": 19548.590409,
"encodedDataLength": 199,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191720,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.12",
"timestamp": 19548.605724,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191720,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.605864,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191720,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.20",
"timestamp": 19548.589869,
"encodedDataLength": 213,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191721,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.17",
"timestamp": 19548.606353,
"dataLength": 20612,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191721,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.17",
"timestamp": 19548.580873,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191728,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.12",
"timestamp": 19548.606638,
"dataLength": 26428,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191728,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.12",
"timestamp": 19548.598401,
"encodedDataLength": 199,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191728,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.613109,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191728,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.613234,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191728,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.61351,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191728,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.613751,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191728,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.613892,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191728,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.613967,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191743,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.6",
"blockedCookies": [],
"headers": {
"status": "302",
"date": "Thu, 14 May 2020 21:03:14 GMT",
"content-type": "text/plain; charset=utf-8",
"content-length": "74",
"access-control-allow-origin": "*",
"cache-control": "public, s-maxage=600, max-age=60",
"location": "/@progress/kendo-theme-bootstrap@4.16.1/dist/all.css",
"vary": "Accept, Accept-Encoding",
"x-cloud-trace-context": "bc936152af49d32c31895e40ef7ed940",
"cf-cache-status": "HIT",
"age": "269",
"expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
"strict-transport-security": "max-age=31536000; includeSubDomains; preload",
"x-content-type-options": "nosniff",
"server": "cloudflare",
"cf-ray": "59379093ba73b9d4-ATL",
"cf-request-id": "02b698b0500000b9d406ae3200000001"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191745,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.8",
"timestamp": 19548.614101,
"dataLength": 20167,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191745,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.8",
"timestamp": 19548.600992,
"encodedDataLength": 199,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191745,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.7",
"timestamp": 19548.631023,
"dataLength": 327680,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191745,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.7",
"timestamp": 19548.631317,
"dataLength": 316434,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191746,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.6",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://unpkg.com/@progress/kendo-theme-bootstrap@4.16.1/dist/all.css",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.631991,
"wallTime": 1589490191.745429,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 27
},
"redirectResponse": {
"url": "https://unpkg.com/@progress/kendo-theme-bootstrap@latest/dist/all.css",
"status": 302,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:14 GMT",
"x-content-type-options": "nosniff",
"cf-cache-status": "HIT",
"age": "269",
"status": "302",
"vary": "Accept, Accept-Encoding",
"content-length": "74",
"cf-request-id": "02b698b0500000b9d406ae3200000001",
"access-control-allow-origin": "*",
"server": "cloudflare",
"expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
"strict-transport-security": "max-age=31536000; includeSubDomains; preload",
"content-type": "text/plain; charset=utf-8",
"location": "/@progress/kendo-theme-bootstrap@4.16.1/dist/all.css",
"x-cloud-trace-context": "bc936152af49d32c31895e40ef7ed940",
"cache-control": "public, s-maxage=600, max-age=60",
"cf-ray": "59379093ba73b9d4-ATL"
},
"mimeType": "text/plain",
"connectionReused": false,
"connectionId": 122,
"remoteIPAddress": "104.16.122.175",
"remotePort": 443,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 504,
"timing": {
"requestTime": 19548.48531,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": 55.559,
"dnsEnd": 74.271,
"connectStart": 74.271,
"connectEnd": 117.233,
"sslStart": 90.215,
"sslEnd": 117.228,
"workerStart": -1,
"workerReady": -1,
"sendStart": 117.424,
"sendEnd": 117.581,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 143.979
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "sni.cloudflaressl.com",
"sanList": [
"*.unpkg.com",
"unpkg.com",
"sni.cloudflaressl.com"
],
"issuer": "CloudFlare Inc ECC CA-2",
"validFrom": 1586131200,
"validTo": 1602244800,
"signedCertificateTimestampList": [
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "Google 'Argon2020' log",
"logId": "B21E05CC8BA2CD8A204E8766F92BB98A2520676BDAFA70E7B249532DEF8B905E",
"timestamp": 1586205798396,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "30460221009EC4ADC395F3072DCC469900AD3B4D703C6C1A5A62728F617CF95B97AB641815022100D79C6A40FC5D76220675E745AF0EB4C6246B71CD8EB98D4C289CD9EEAFA59987"
},
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "DigiCert Nessie2020 Log",
"logId": "C652A0EC48CEB3FCAB170992C43A87413309E80065A26252401BA3362A17C565",
"timestamp": 1586205798513,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "3045022100D0EB167484B2DF6B36151C29885E3B613270465702B271FA7E75FF5885153B010220289CE58A7BA4FDC0344F9FA452FA85E596E5622CEF332CDD157DC2A03D4002C5"
}
],
"certificateTransparencyCompliance": "compliant"
}
},
"type": "Stylesheet",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191746,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.6",
"blockedCookies": [],
"headers": {
"status": "200",
"date": "Wed, 13 May 2020 18:49:14 GMT",
"content-type": "text/css; charset=utf-8",
"vary": "Accept-Encoding",
"access-control-allow-origin": "*",
"cache-control": "public, max-age=31536000",
"last-modified": "Sat, 26 Oct 1985 08:15:00 GMT",
"etag": "W/\"afa10-Qh2S/Ists7alMy9K3SyfRF0KEXM\"",
"x-cloud-trace-context": "fc333948b6cd932d8a4b50af1d3d73b5",
"cf-cache-status": "HIT",
"age": "200147",
"expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
"x-content-type-options": "nosniff",
"server": "cloudflare",
"cf-ray": "592e8ee80c53f321-ATL",
"content-encoding": "br",
"cf-request-id": "02b0f7a5050000f321b40b5200000001"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191747,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.6",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19548.633395,
"type": "Stylesheet",
"response": {
"url": "https://unpkg.com/@progress/kendo-theme-bootstrap@4.16.1/dist/all.css",
"status": 200,
"statusText": "",
"headers": {
"date": "Wed, 13 May 2020 18:49:14 GMT",
"content-encoding": "br",
"x-content-type-options": "nosniff",
"cf-cache-status": "HIT",
"age": "200147",
"status": "200",
"cf-request-id": "02b0f7a5050000f321b40b5200000001",
"last-modified": "Sat, 26 Oct 1985 08:15:00 GMT",
"server": "cloudflare",
"etag": "W/\"afa10-Qh2S/Ists7alMy9K3SyfRF0KEXM\"",
"expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"",
"vary": "Accept-Encoding",
"content-type": "text/css; charset=utf-8",
"access-control-allow-origin": "*",
"x-cloud-trace-context": "fc333948b6cd932d8a4b50af1d3d73b5",
"cache-control": "public, max-age=31536000",
"cf-ray": "592e8ee80c53f321-ATL"
},
"mimeType": "text/css",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "104.16.122.175",
"remotePort": 443,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.632134,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.073,
"sendEnd": 0.073,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 0.515
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "sni.cloudflaressl.com",
"sanList": [
"*.unpkg.com",
"unpkg.com",
"sni.cloudflaressl.com"
],
"issuer": "CloudFlare Inc ECC CA-2",
"validFrom": 1586131200,
"validTo": 1602244800,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191748,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.634285,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191748,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.634413,
"dataLength": 40772,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191750,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.635415,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191750,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.63556,
"dataLength": 14265,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191750,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.635825,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191750,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.636073,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191750,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.636197,
"dataLength": 57009,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191752,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.637734,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191752,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.638088,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191752,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.638253,
"dataLength": 19026,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191752,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.638312,
"dataLength": 46510,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191752,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.638438,
"dataLength": 27585,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191753,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.639062,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191753,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.6",
"timestamp": 19548.639167,
"dataLength": 55457,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191771,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.6",
"timestamp": 19548.639066,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191805,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.66",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 20:58:42 GMT",
"last-modified": "Wed, 18 Dec 2019 13:00:22 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "font/woff2",
"etag": "\"1d5b5a31b52f658\"",
"content-length": "16728"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191806,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.83",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 20:58:42 GMT",
"last-modified": "Thu, 06 Feb 2020 20:41:47 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "font/woff2",
"etag": "\"1d5dd2dd9876084\"",
"content-length": "169732"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490191827,
"metadata": {
"connectionId": 3,
"message": {
"seq": 5,
"type": "response",
"request_seq": 3,
"command": "setBreakpoints",
"success": true,
"body": {
"breakpoints": [
{
"id": 1,
"verified": false,
"message": "Unbound breakpoint"
}
]
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191831,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.56",
"blockedCookies": [],
"headers": {
"status": "200",
"accept-ranges": "bytes",
"content-type": "font/woff2",
"access-control-allow-origin": "*",
"timing-allow-origin": "*",
"content-length": "15736",
"date": "Thu, 16 Apr 2020 03:02:13 GMT",
"expires": "Fri, 16 Apr 2021 03:02:13 GMT",
"last-modified": "Wed, 24 Jul 2019 01:18:36 GMT",
"x-content-type-options": "nosniff",
"server": "sffe",
"x-xss-protection": "0",
"cache-control": "public, max-age=31536000",
"age": "2389621",
"alt-svc": "h3-27=\":443\"; ma=2592000,h3-25=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490191832,
"metadata": {
"connectionId": 3,
"message": {
"seq": 6,
"type": "response",
"request_seq": 4,
"command": "setBreakpoints",
"success": true,
"body": {
"breakpoints": [
{
"id": 2,
"verified": false,
"message": "Unbound breakpoint"
}
]
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191833,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.66",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/vendor/webfontkit-gotham/gotham-medium-webfont.woff2",
"method": "GET",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"Referer": "https://localhost:5001/_assets/vendor/webfontkit-gotham/stylesheet.css?v=115jUMFzAgS1gLQCPdtK5aCEZJotyCWkDuJLk_035Qk",
"Origin": "https://localhost:5001"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.690834,
"wallTime": 1589490191.804271,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 71
},
"type": "Font",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191833,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.83",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_assets/vendor/fontawesome-pro/webfonts/fa-regular-400.woff2",
"method": "GET",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"Referer": "https://localhost:5001/_assets/vendor/fontawesome-pro/css/all.min.css?v=GN73kDHB6vjTHvviR2NgKweNAGk4HVB3G2V-LbSmPOc",
"Origin": "https://localhost:5001"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.691124,
"wallTime": 1589490191.804562,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 71
},
"type": "Font",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191833,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.56",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2",
"method": "GET",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"Referer": "https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap",
"Origin": "https://localhost:5001"
},
"mixedContentType": "none",
"initialPriority": "VeryHigh",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19548.716012,
"wallTime": 1589490191.82945,
"initiator": {
"type": "parser",
"url": "https://localhost:5001/",
"lineNumber": 71
},
"type": "Font",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191833,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.7",
"timestamp": 19548.622702,
"encodedDataLength": 213,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490191840,
"metadata": {
"connectionId": 3,
"message": {
"seq": 7,
"type": "response",
"request_seq": 5,
"command": "setBreakpoints",
"success": true,
"body": {
"breakpoints": [
{
"id": 3,
"verified": false,
"message": "Unbound breakpoint"
}
]
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191846,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "17",
"url": "https://code.jquery.com/jquery-3.4.1.min.js",
"startLine": 0,
"startColumn": 0,
"endLine": 2,
"endColumn": 0,
"executionContextId": 2,
"hash": "01c1a67b0d557389747b31fa050ccc8476ae57b0",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "",
"hasSourceURL": false,
"isModule": false,
"length": 88145
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191846,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "18",
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js",
"startLine": 0,
"startColumn": 0,
"endLine": 5,
"endColumn": 0,
"executionContextId": 2,
"hash": "0fd3acf71c181f6f3839e5d16701810637e1a1fe",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "popper.min.js.map",
"hasSourceURL": false,
"isModule": false,
"length": 21004
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191846,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.paused",
"params": {
"callFrames": [
{
"callFrameId": "{\"ordinal\":0,\"injectedScriptId\":2}",
"functionName": "",
"functionLocation": {
"scriptId": "18",
"lineNumber": 0,
"columnNumber": 0
},
"location": {
"scriptId": "18",
"lineNumber": 3,
"columnNumber": 3
},
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js",
"scopeChain": [
{
"type": "global",
"object": {
"type": "object",
"className": "Window",
"description": "Window",
"objectId": "{\"injectedScriptId\":2,\"id\":15}"
}
}
],
"this": {
"type": "object",
"className": "Window",
"description": "Window",
"objectId": "{\"injectedScriptId\":2,\"id\":16}"
}
}
],
"reason": "instrumentation",
"data": {
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js",
"scriptId": "18",
"sourceMapURL": "popper.min.js.map"
},
"hitBreakpoints": []
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490191849,
"metadata": {
"connectionId": 3,
"message": {
"command": "setExceptionBreakpoints",
"arguments": {
"filters": []
},
"type": "request",
"seq": 7
}
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191849,
"metadata": {
"connectionId": 1,
"message": {
"id": 31,
"method": "Debugger.setPauseOnExceptions",
"params": {
"state": "none"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191850,
"metadata": {
"connectionId": 1,
"message": {
"id": 31,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490191959,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://code.jquery.com/jquery-3.4.1.min.js"
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490191968,
"metadata": {
"connectionId": 3,
"message": {
"seq": 8,
"type": "response",
"request_seq": 7,
"command": "setExceptionBreakpoints",
"success": true,
"body": {}
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490191968,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191969,
"metadata": {
"connectionId": 1,
"message": {
"id": 32,
"method": "Network.getCookies",
"params": {
"urls": [
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map"
]
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191971,
"metadata": {
"connectionId": 1,
"message": {
"id": 32,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"cookies": []
}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490191977,
"metadata": {
"connectionId": 3,
"message": {
"command": "configurationDone",
"type": "request",
"seq": 8
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490191977,
"metadata": {
"connectionId": 3,
"message": {
"seq": 9,
"type": "response",
"request_seq": 8,
"command": "configurationDone",
"success": true,
"body": {}
}
},
"level": 0
}
{
"tag": "perf.function",
"timestamp": 1589490191977,
"message": "",
"metadata": {
"method": "BreakpointManager.launchBlocker",
"duration": 0
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490191977,
"metadata": {
"connectionId": 1,
"message": {
"id": 33,
"method": "Runtime.runIfWaitingForDebugger",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490191977,
"metadata": {
"connectionId": 3,
"message": {
"seq": 10,
"type": "response",
"request_seq": 2,
"command": "launch",
"success": true,
"body": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490191979,
"metadata": {
"connectionId": 1,
"message": {
"id": 33,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490191982,
"metadata": {
"connectionId": 3,
"message": {
"command": "threads",
"type": "request",
"seq": 9
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490191982,
"metadata": {
"connectionId": 3,
"message": {
"seq": 11,
"type": "response",
"request_seq": 9,
"command": "threads",
"success": true,
"body": {
"threads": [
{
"id": 1,
"name": "blank"
}
]
}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490191989,
"metadata": {
"connectionId": 3,
"message": {
"command": "enableCustomBreakpoints",
"arguments": {
"ids": []
},
"type": "request",
"seq": 10
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490191989,
"metadata": {
"connectionId": 3,
"message": {
"seq": 12,
"type": "response",
"request_seq": 10,
"command": "enableCustomBreakpoints",
"success": true,
"body": {}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192078,
"metadata": {
"connectionId": 3,
"message": {
"seq": 13,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "code.jquery.com/jquery-3.4.1.min.js",
"path": "code.jquery.com/jquery-3.4.1.min.js",
"sourceReference": 956902934
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192078,
"metadata": {
"connectionId": 3,
"message": {
"seq": 14,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js",
"path": "cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js",
"sourceReference": 62298008
}
}
}
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192232,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192233,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/isFunction.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isFunction.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/isFunction.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192235,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192235,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getStyleComputedProperty.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getStyleComputedProperty.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getStyleComputedProperty.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192236,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192236,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getParentNode.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getParentNode.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getParentNode.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192236,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192236,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getScrollParent.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getScrollParent.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getScrollParent.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192237,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192237,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/isIE.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isIE.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/isIE.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192237,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192237,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getOffsetParent.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOffsetParent.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getOffsetParent.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192238,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192238,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/isOffsetContainer.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isOffsetContainer.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/isOffsetContainer.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192238,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192238,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getRoot.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getRoot.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getRoot.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192238,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192239,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/findCommonOffsetParent.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\findCommonOffsetParent.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/findCommonOffsetParent.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192239,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192239,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getScroll.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getScroll.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getScroll.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192239,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192239,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/includeScroll.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\includeScroll.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/includeScroll.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192240,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192240,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getBordersSize.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getBordersSize.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getBordersSize.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192240,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192240,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getWindowSizes.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getWindowSizes.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getWindowSizes.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192241,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192241,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getClientRect.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getClientRect.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getClientRect.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192241,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192241,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getBoundingClientRect.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getBoundingClientRect.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getBoundingClientRect.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192241,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192242,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOffsetRectRelativeToArbitraryNode.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getOffsetRectRelativeToArbitraryNode.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192242,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192242,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getViewportOffsetRectRelativeToArtbitraryNode.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192242,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192242,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/isFixed.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isFixed.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/isFixed.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192243,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192243,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getFixedPositionOffsetParent.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getFixedPositionOffsetParent.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getFixedPositionOffsetParent.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192243,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192243,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getBoundaries.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getBoundaries.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getBoundaries.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192244,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192244,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/computeAutoPlacement.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\computeAutoPlacement.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/computeAutoPlacement.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192244,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192244,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getReferenceOffsets.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getReferenceOffsets.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getReferenceOffsets.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192244,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192245,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getOuterSizes.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOuterSizes.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getOuterSizes.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192245,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192245,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getOppositePlacement.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOppositePlacement.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getOppositePlacement.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192245,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192245,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getPopperOffsets.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getPopperOffsets.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getPopperOffsets.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192246,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192246,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/find.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\find.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/find.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192246,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192246,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/findIndex.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\findIndex.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/findIndex.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192247,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192247,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/runModifiers.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\runModifiers.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/runModifiers.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192247,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192247,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/methods/update.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\update.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/methods/update.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192247,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192247,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/isModifierEnabled.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isModifierEnabled.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/isModifierEnabled.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192248,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192248,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getSupportedPropertyName.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getSupportedPropertyName.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getSupportedPropertyName.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192248,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192248,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/methods/destroy.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\destroy.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/methods/destroy.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192249,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192249,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getWindow.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getWindow.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getWindow.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192249,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192249,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/setupEventListeners.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\setupEventListeners.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/setupEventListeners.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192250,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192250,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/methods/enableEventListeners.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\enableEventListeners.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/methods/enableEventListeners.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192250,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192250,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/removeEventListeners.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\removeEventListeners.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/removeEventListeners.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192251,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192251,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/methods/disableEventListeners.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\disableEventListeners.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/methods/disableEventListeners.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192251,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192251,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/isNumeric.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isNumeric.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/isNumeric.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192252,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192252,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/setStyles.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\setStyles.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/setStyles.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192252,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192252,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/setAttributes.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\setAttributes.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/setAttributes.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192253,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192253,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getRoundedOffsets.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getRoundedOffsets.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getRoundedOffsets.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192253,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192253,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/isModifierRequired.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isModifierRequired.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/isModifierRequired.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192253,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192254,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/getOppositeVariation.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOppositeVariation.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/getOppositeVariation.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192254,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192254,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/clockwise.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\clockwise.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/clockwise.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192254,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192254,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/offset.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\offset.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/offset.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192255,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192255,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/debounce.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\debounce.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/debounce.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192255,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192255,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/arrow.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\arrow.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/arrow.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192255,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192255,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/utils/isBrowser.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isBrowser.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/utils/isBrowser.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192256,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192256,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/computeStyle.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\computeStyle.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/computeStyle.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192256,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192256,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/flip.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\flip.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/flip.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192257,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192257,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/index.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\index.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/index.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192257,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192257,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/methods/defaults.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\defaults.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/methods/defaults.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192258,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192258,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/index.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\index.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/index.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192258,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192258,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/shift.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\shift.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/shift.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192258,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192258,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/preventOverflow.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\preventOverflow.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/preventOverflow.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192259,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192259,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/keepTogether.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\keepTogether.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/keepTogether.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192259,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192259,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/inner.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\inner.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/inner.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192260,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192260,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/hide.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\hide.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/hide.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192260,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\1.14.7\\umd"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192260,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../src/modifiers/applyStyle.js",
"inputMap": {
"sourceMapUrl": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js.map",
"compiledPath": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\applyStyle.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/ajax/libs/popper.js/src/modifiers/applyStyle.js",
"sourceMapSources": [
"../../src/utils/isFunction.js",
"../../src/utils/getStyleComputedProperty.js",
"../../src/utils/getParentNode.js",
"../../src/utils/getScrollParent.js",
"../../src/utils/isIE.js",
"../../src/utils/getOffsetParent.js",
"../../src/utils/isOffsetContainer.js",
"../../src/utils/getRoot.js",
"../../src/utils/findCommonOffsetParent.js",
"../../src/utils/getScroll.js",
"../../src/utils/includeScroll.js",
"../../src/utils/getBordersSize.js",
"../../src/utils/getWindowSizes.js",
"../../src/utils/getClientRect.js",
"../../src/utils/getBoundingClientRect.js",
"../../src/utils/getOffsetRectRelativeToArbitraryNode.js",
"../../src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"../../src/utils/isFixed.js",
"../../src/utils/getFixedPositionOffsetParent.js",
"../../src/utils/getBoundaries.js",
"../../src/utils/computeAutoPlacement.js",
"../../src/utils/getReferenceOffsets.js",
"../../src/utils/getOuterSizes.js",
"../../src/utils/getOppositePlacement.js",
"../../src/utils/getPopperOffsets.js",
"../../src/utils/find.js",
"../../src/utils/findIndex.js",
"../../src/utils/runModifiers.js",
"../../src/methods/update.js",
"../../src/utils/isModifierEnabled.js",
"../../src/utils/getSupportedPropertyName.js",
"../../src/methods/destroy.js",
"../../src/utils/getWindow.js",
"../../src/utils/setupEventListeners.js",
"../../src/methods/enableEventListeners.js",
"../../src/utils/removeEventListeners.js",
"../../src/methods/disableEventListeners.js",
"../../src/utils/isNumeric.js",
"../../src/utils/setStyles.js",
"../../src/utils/setAttributes.js",
"../../src/utils/getRoundedOffsets.js",
"../../src/utils/isModifierRequired.js",
"../../src/utils/getOppositeVariation.js",
"../../src/utils/clockwise.js",
"../../src/modifiers/offset.js",
"../../src/utils/debounce.js",
"../../src/modifiers/arrow.js",
"../../src/utils/isBrowser.js",
"../../src/modifiers/computeStyle.js",
"../../src/modifiers/flip.js",
"../../src/index.js",
"../../src/methods/defaults.js",
"../../src/modifiers/index.js",
"../../src/modifiers/shift.js",
"../../src/modifiers/preventOverflow.js",
"../../src/modifiers/keepTogether.js",
"../../src/modifiers/inner.js",
"../../src/modifiers/hide.js",
"../../src/modifiers/applyStyle.js"
]
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490192261,
"metadata": {
"connectionId": 1,
"message": {
"id": 34,
"method": "Debugger.resume",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192262,
"metadata": {
"connectionId": 3,
"message": {
"seq": 15,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/isFunction.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isFunction.js",
"sourceReference": 460156891
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192262,
"metadata": {
"connectionId": 3,
"message": {
"seq": 16,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getStyleComputedProperty.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getStyleComputedProperty.js",
"sourceReference": 289650429
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192262,
"metadata": {
"connectionId": 3,
"message": {
"seq": 17,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getParentNode.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getParentNode.js",
"sourceReference": 1828440883
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192262,
"metadata": {
"connectionId": 3,
"message": {
"seq": 18,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getScrollParent.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getScrollParent.js",
"sourceReference": 1140930166
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192262,
"metadata": {
"connectionId": 3,
"message": {
"seq": 19,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/isIE.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isIE.js",
"sourceReference": 212467803
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192262,
"metadata": {
"connectionId": 3,
"message": {
"seq": 20,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getOffsetParent.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOffsetParent.js",
"sourceReference": 1101500957
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 21,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/isOffsetContainer.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isOffsetContainer.js",
"sourceReference": 1451918644
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 22,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getRoot.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getRoot.js",
"sourceReference": 910357755
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 23,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/findCommonOffsetParent.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\findCommonOffsetParent.js",
"sourceReference": 1956214125
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 24,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getScroll.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getScroll.js",
"sourceReference": 921859765
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 25,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/includeScroll.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\includeScroll.js",
"sourceReference": 2140142268
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 26,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getBordersSize.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getBordersSize.js",
"sourceReference": 1286757856
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 27,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getWindowSizes.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getWindowSizes.js",
"sourceReference": 1261907579
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 28,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getClientRect.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getClientRect.js",
"sourceReference": 1380287558
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192263,
"metadata": {
"connectionId": 3,
"message": {
"seq": 29,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getBoundingClientRect.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getBoundingClientRect.js",
"sourceReference": 605239794
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192264,
"metadata": {
"connectionId": 3,
"message": {
"seq": 30,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getOffsetRectRelativeToArbitraryNode.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOffsetRectRelativeToArbitraryNode.js",
"sourceReference": 1238890977
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192264,
"metadata": {
"connectionId": 3,
"message": {
"seq": 31,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getViewportOffsetRectRelativeToArtbitraryNode.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getViewportOffsetRectRelativeToArtbitraryNode.js",
"sourceReference": 1285937818
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192264,
"metadata": {
"connectionId": 3,
"message": {
"seq": 32,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/isFixed.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isFixed.js",
"sourceReference": 1479418729
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192264,
"metadata": {
"connectionId": 3,
"message": {
"seq": 33,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getFixedPositionOffsetParent.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getFixedPositionOffsetParent.js",
"sourceReference": 616082730
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192264,
"metadata": {
"connectionId": 3,
"message": {
"seq": 34,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getBoundaries.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getBoundaries.js",
"sourceReference": 189550364
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192264,
"metadata": {
"connectionId": 3,
"message": {
"seq": 35,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/computeAutoPlacement.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\computeAutoPlacement.js",
"sourceReference": 1696193232
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192264,
"metadata": {
"connectionId": 3,
"message": {
"seq": 36,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getReferenceOffsets.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getReferenceOffsets.js",
"sourceReference": 628330802
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192264,
"metadata": {
"connectionId": 3,
"message": {
"seq": 37,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getOuterSizes.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOuterSizes.js",
"sourceReference": 95602442
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192265,
"metadata": {
"connectionId": 3,
"message": {
"seq": 38,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getOppositePlacement.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOppositePlacement.js",
"sourceReference": 1117751831
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192265,
"metadata": {
"connectionId": 3,
"message": {
"seq": 39,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getPopperOffsets.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getPopperOffsets.js",
"sourceReference": 210017377
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192265,
"metadata": {
"connectionId": 3,
"message": {
"seq": 40,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/find.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\find.js",
"sourceReference": 1688633211
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192265,
"metadata": {
"connectionId": 3,
"message": {
"seq": 41,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/findIndex.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\findIndex.js",
"sourceReference": 1305015302
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192265,
"metadata": {
"connectionId": 3,
"message": {
"seq": 42,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/runModifiers.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\runModifiers.js",
"sourceReference": 1263552135
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192265,
"metadata": {
"connectionId": 3,
"message": {
"seq": 43,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/methods/update.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\update.js",
"sourceReference": 1118013229
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192266,
"metadata": {
"connectionId": 3,
"message": {
"seq": 44,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/isModifierEnabled.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isModifierEnabled.js",
"sourceReference": 1693757617
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192266,
"metadata": {
"connectionId": 3,
"message": {
"seq": 45,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getSupportedPropertyName.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getSupportedPropertyName.js",
"sourceReference": 549155843
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192267,
"metadata": {
"connectionId": 3,
"message": {
"seq": 46,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/methods/destroy.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\destroy.js",
"sourceReference": 404003378
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192267,
"metadata": {
"connectionId": 3,
"message": {
"seq": 47,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getWindow.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getWindow.js",
"sourceReference": 75761984
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192267,
"metadata": {
"connectionId": 3,
"message": {
"seq": 48,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/setupEventListeners.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\setupEventListeners.js",
"sourceReference": 1347922173
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192267,
"metadata": {
"connectionId": 3,
"message": {
"seq": 49,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/methods/enableEventListeners.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\enableEventListeners.js",
"sourceReference": 1997322219
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192267,
"metadata": {
"connectionId": 3,
"message": {
"seq": 50,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/removeEventListeners.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\removeEventListeners.js",
"sourceReference": 128137992
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192267,
"metadata": {
"connectionId": 3,
"message": {
"seq": 51,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/methods/disableEventListeners.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\disableEventListeners.js",
"sourceReference": 1015417076
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192268,
"metadata": {
"connectionId": 3,
"message": {
"seq": 52,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/isNumeric.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isNumeric.js",
"sourceReference": 1523175312
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192268,
"metadata": {
"connectionId": 3,
"message": {
"seq": 53,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/setStyles.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\setStyles.js",
"sourceReference": 920407242
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192268,
"metadata": {
"connectionId": 3,
"message": {
"seq": 54,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/setAttributes.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\setAttributes.js",
"sourceReference": 1903984655
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192268,
"metadata": {
"connectionId": 3,
"message": {
"seq": 55,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getRoundedOffsets.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getRoundedOffsets.js",
"sourceReference": 2137154086
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192268,
"metadata": {
"connectionId": 3,
"message": {
"seq": 56,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/isModifierRequired.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isModifierRequired.js",
"sourceReference": 394090123
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192268,
"metadata": {
"connectionId": 3,
"message": {
"seq": 57,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/getOppositeVariation.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\getOppositeVariation.js",
"sourceReference": 63534912
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192268,
"metadata": {
"connectionId": 3,
"message": {
"seq": 58,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/clockwise.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\clockwise.js",
"sourceReference": 1065856676
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192268,
"metadata": {
"connectionId": 3,
"message": {
"seq": 59,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/offset.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\offset.js",
"sourceReference": 2112341229
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192269,
"metadata": {
"connectionId": 3,
"message": {
"seq": 60,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/debounce.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\debounce.js",
"sourceReference": 109165164
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192269,
"metadata": {
"connectionId": 3,
"message": {
"seq": 61,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/arrow.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\arrow.js",
"sourceReference": 174290201
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192269,
"metadata": {
"connectionId": 3,
"message": {
"seq": 62,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/utils/isBrowser.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\utils\\isBrowser.js",
"sourceReference": 1289748576
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192269,
"metadata": {
"connectionId": 3,
"message": {
"seq": 63,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/computeStyle.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\computeStyle.js",
"sourceReference": 1223754623
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192269,
"metadata": {
"connectionId": 3,
"message": {
"seq": 64,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/flip.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\flip.js",
"sourceReference": 661116974
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192269,
"metadata": {
"connectionId": 3,
"message": {
"seq": 65,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/index.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\index.js",
"sourceReference": 134286410
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192269,
"metadata": {
"connectionId": 3,
"message": {
"seq": 66,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/methods/defaults.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\methods\\defaults.js",
"sourceReference": 2066652898
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192269,
"metadata": {
"connectionId": 3,
"message": {
"seq": 67,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/index.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\index.js",
"sourceReference": 1551239608
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192270,
"metadata": {
"connectionId": 3,
"message": {
"seq": 68,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/shift.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\shift.js",
"sourceReference": 1809894559
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192270,
"metadata": {
"connectionId": 3,
"message": {
"seq": 69,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/preventOverflow.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\preventOverflow.js",
"sourceReference": 286964608
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192270,
"metadata": {
"connectionId": 3,
"message": {
"seq": 70,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/keepTogether.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\keepTogether.js",
"sourceReference": 2105229403
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192270,
"metadata": {
"connectionId": 3,
"message": {
"seq": 71,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/inner.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\inner.js",
"sourceReference": 165207785
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192270,
"metadata": {
"connectionId": 3,
"message": {
"seq": 72,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/hide.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\hide.js",
"sourceReference": 905183573
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192270,
"metadata": {
"connectionId": 3,
"message": {
"seq": 73,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/ajax/libs/popper.js/src/modifiers/applyStyle.js",
"path": "c:\\Care\\src\\Care.Server\\ajax\\libs\\popper.js\\src\\modifiers\\applyStyle.js",
"sourceReference": 1238817053
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192278,
"metadata": {
"connectionId": 1,
"message": {
"id": 34,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192278,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.resumed",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192278,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "19",
"url": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js",
"startLine": 0,
"startColumn": 0,
"endLine": 6,
"endColumn": 41,
"executionContextId": 2,
"hash": "303530a3a93e40aa5f668ee975ec3f9942e708db",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "bootstrap.min.js.map",
"hasSourceURL": false,
"isModule": false,
"length": 58072
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192278,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.paused",
"params": {
"callFrames": [
{
"callFrameId": "{\"ordinal\":0,\"injectedScriptId\":2}",
"functionName": "",
"functionLocation": {
"scriptId": "19",
"lineNumber": 0,
"columnNumber": 0
},
"location": {
"scriptId": "19",
"lineNumber": 5,
"columnNumber": 0
},
"url": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js",
"scopeChain": [
{
"type": "global",
"object": {
"type": "object",
"className": "Window",
"description": "Window",
"objectId": "{\"injectedScriptId\":2,\"id\":17}"
}
}
],
"this": {
"type": "object",
"className": "Window",
"description": "Window",
"objectId": "{\"injectedScriptId\":2,\"id\":18}"
}
}
],
"reason": "instrumentation",
"data": {
"url": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js",
"scriptId": "19",
"sourceMapURL": "bootstrap.min.js.map"
},
"hitBreakpoints": []
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192280,
"metadata": {
"connectionId": 3,
"message": {
"seq": 74,
"type": "event",
"event": "continued",
"body": {
"threadId": 1,
"allThreadsContinued": false
}
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192293,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490192294,
"metadata": {
"connectionId": 1,
"message": {
"id": 35,
"method": "Network.getCookies",
"params": {
"urls": [
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map"
]
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192294,
"metadata": {
"connectionId": 3,
"message": {
"seq": 75,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js",
"path": "stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js",
"sourceReference": 146705288
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192295,
"metadata": {
"connectionId": 1,
"message": {
"id": 35,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"cookies": []
}
}
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192389,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192389,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/util.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\util.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/util.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192389,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192389,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/alert.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\alert.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/alert.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192389,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192389,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/button.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\button.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/button.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192390,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192390,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/carousel.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\carousel.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/carousel.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192390,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192390,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/collapse.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\collapse.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/collapse.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192390,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192390,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/dropdown.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\dropdown.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/dropdown.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192391,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192391,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/modal.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\modal.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/modal.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192391,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192391,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/tools/sanitizer.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\tools\\sanitizer.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/tools/sanitizer.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192391,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192391,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/tooltip.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\tooltip.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/tooltip.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192391,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192392,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/popover.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\popover.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/popover.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192392,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192392,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/scrollspy.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\scrollspy.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/scrollspy.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192392,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192392,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/tab.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\tab.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/tab.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192392,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192392,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/toast.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\toast.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/toast.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192392,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\bootstrap\\4.3.1\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192392,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../js/src/index.js",
"inputMap": {
"sourceMapUrl": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js.map",
"compiledPath": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
},
"absolutePath": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\index.js",
"resolvedUrl": "file:///C:/Care/src/Care.Server/bootstrap/js/src/index.js",
"sourceMapSources": [
"../../js/src/util.js",
"../../js/src/alert.js",
"../../js/src/button.js",
"../../js/src/carousel.js",
"../../js/src/collapse.js",
"../../js/src/dropdown.js",
"../../js/src/modal.js",
"../../js/src/tools/sanitizer.js",
"../../js/src/tooltip.js",
"../../js/src/popover.js",
"../../js/src/scrollspy.js",
"../../js/src/tab.js",
"../../js/src/toast.js",
"../../js/src/index.js"
]
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490192392,
"metadata": {
"connectionId": 1,
"message": {
"id": 36,
"method": "Debugger.resume",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 76,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/util.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\util.js",
"sourceReference": 16441824
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 77,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/alert.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\alert.js",
"sourceReference": 1760304373
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 78,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/button.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\button.js",
"sourceReference": 456625588
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 79,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/carousel.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\carousel.js",
"sourceReference": 1514625285
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 80,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/collapse.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\collapse.js",
"sourceReference": 1663290659
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 81,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/dropdown.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\dropdown.js",
"sourceReference": 1900740594
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 82,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/modal.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\modal.js",
"sourceReference": 1319710228
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 83,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/tools/sanitizer.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\tools\\sanitizer.js",
"sourceReference": 1677851413
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192394,
"metadata": {
"connectionId": 3,
"message": {
"seq": 84,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/tooltip.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\tooltip.js",
"sourceReference": 1725005059
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192395,
"metadata": {
"connectionId": 3,
"message": {
"seq": 85,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/popover.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\popover.js",
"sourceReference": 234703679
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192395,
"metadata": {
"connectionId": 3,
"message": {
"seq": 86,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/scrollspy.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\scrollspy.js",
"sourceReference": 705500564
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192395,
"metadata": {
"connectionId": 3,
"message": {
"seq": 87,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/tab.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\tab.js",
"sourceReference": 776808262
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192395,
"metadata": {
"connectionId": 3,
"message": {
"seq": 88,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/toast.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\toast.js",
"sourceReference": 1903479487
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192395,
"metadata": {
"connectionId": 3,
"message": {
"seq": 89,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "src/Care.Server/bootstrap/js/src/index.js",
"path": "c:\\Care\\src\\Care.Server\\bootstrap\\js\\src\\index.js",
"sourceReference": 1051287631
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192395,
"metadata": {
"connectionId": 1,
"message": {
"id": 36,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192398,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.resumed",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192399,
"metadata": {
"connectionId": 3,
"message": {
"seq": 90,
"type": "event",
"event": "continued",
"body": {
"threadId": 1,
"allThreadsContinued": false
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192400,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.66",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/vendor/webfontkit-gotham/gotham-medium-webfont.woff2",
"origin": "https://localhost:5001",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "cors",
"sec-fetch-dest": "font",
"referer": "https://localhost:5001/_assets/vendor/webfontkit-gotham/stylesheet.css?v=115jUMFzAgS1gLQCPdtK5aCEZJotyCWkDuJLk_035Qk",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d5b5a31b52f658\"",
"if-modified-since": "Wed, 18 Dec 2019 13:00:22 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192400,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.83",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_assets/vendor/fontawesome-pro/webfonts/fa-regular-400.woff2",
"origin": "https://localhost:5001",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "cors",
"sec-fetch-dest": "font",
"referer": "https://localhost:5001/_assets/vendor/fontawesome-pro/css/all.min.css?v=GN73kDHB6vjTHvviR2NgKweNAGk4HVB3G2V-LbSmPOc",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d5dd2dd9876084\"",
"if-modified-since": "Thu, 06 Feb 2020 20:41:47 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192402,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.56",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19549.285045,
"type": "Font",
"response": {
"url": "https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 16 Apr 2020 03:02:13 GMT",
"x-content-type-options": "nosniff",
"last-modified": "Wed, 24 Jul 2019 01:18:36 GMT",
"server": "sffe",
"age": "2389621",
"status": "200",
"content-type": "font/woff2",
"access-control-allow-origin": "*",
"cache-control": "public, max-age=31536000",
"accept-ranges": "bytes",
"timing-allow-origin": "*",
"alt-svc": "h3-27=\":443\"; ma=2592000,h3-25=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"",
"content-length": "15736",
"x-xss-protection": "0",
"expires": "Fri, 16 Apr 2021 03:02:13 GMT"
},
"mimeType": "font/woff2",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "172.217.164.67",
"remotePort": 443,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19548.716476,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.049,
"sendEnd": 0.049,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 0.325
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_128_GCM",
"certificateId": 0,
"subjectName": "*.gstatic.com",
"sanList": [
"*.gstatic.com",
"*.kn.dev",
"*.metric.gstatic.com",
"gstatic.com",
"kn.dev"
],
"issuer": "GTS CA 1O1",
"validFrom": 1586982250,
"validTo": 1594239850,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192402,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.56",
"timestamp": 19549.285153,
"dataLength": 15736,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192402,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.56",
"timestamp": 19548.717439,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192408,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.66",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:12 GMT",
"last-modified": "Wed, 18 Dec 2019 13:00:22 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "font/woff2",
"etag": "\"1d5b5a31b52f658\"",
"content-length": "16728"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192408,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.83",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:12 GMT",
"last-modified": "Thu, 06 Feb 2020 20:41:47 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "font/woff2",
"etag": "\"1d5dd2dd9876084\"",
"content-length": "169732"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192421,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "8",
"url": "https://maps.googleapis.com/maps/api/js?key=AIzaSyDy5kK6LhJEhhQxpuV1ZBiHfvHfcr57D5g&libraries=places",
"startLine": 0,
"startColumn": 0,
"endLine": 239,
"endColumn": 0,
"executionContextId": 2,
"hash": "09a91afa01843e1f7d232d97b9db1cee3f3b3a46",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "",
"hasSourceURL": false,
"isModule": false,
"length": 120416
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192421,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "14",
"url": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ",
"startLine": 0,
"startColumn": 0,
"endLine": 670,
"endColumn": 43,
"executionContextId": 2,
"hash": "1a558a73097ef7b51430ce9a9070d3c01cdcf739",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "care.typescript.js.map",
"hasSourceURL": false,
"isModule": false,
"length": 35338
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192421,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.paused",
"params": {
"callFrames": [
{
"callFrameId": "{\"ordinal\":0,\"injectedScriptId\":2}",
"functionName": "",
"functionLocation": {
"scriptId": "14",
"lineNumber": 0,
"columnNumber": 0
},
"location": {
"scriptId": "14",
"lineNumber": 1,
"columnNumber": 0
},
"url": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ",
"scopeChain": [
{
"type": "global",
"object": {
"type": "object",
"className": "Window",
"description": "Window",
"objectId": "{\"injectedScriptId\":2,\"id\":19}"
}
}
],
"this": {
"type": "object",
"className": "Window",
"description": "Window",
"objectId": "{\"injectedScriptId\":2,\"id\":20}"
}
}
],
"reason": "instrumentation",
"data": {
"url": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ",
"scriptId": "14",
"sourceMapURL": "care.typescript.js.map"
},
"hitBreakpoints": []
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192424,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://maps.googleapis.com/maps/api/js?key=AIzaSyDy5kK6LhJEhhQxpuV1ZBiHfvHfcr57D5g&libraries=places"
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192425,
"metadata": {
"connectionId": 3,
"message": {
"seq": 91,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "maps.googleapis.com/maps/api/jskey=AIzaSyDy5kK6LhJEhhQxpuV1ZBiHfvHfcr57D5g&libraries=places",
"path": "maps.googleapis.com/maps/api/jskey=AIzaSyDy5kK6LhJEhhQxpuV1ZBiHfvHfcr57D5g&libraries=places",
"sourceReference": 1844187686
}
}
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192425,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490192426,
"metadata": {
"connectionId": 1,
"message": {
"id": 37,
"method": "Network.getCookies",
"params": {
"urls": [
"https://localhost:5001/_assets/js/care.typescript.js.map"
]
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192426,
"metadata": {
"connectionId": 3,
"message": {
"seq": 92,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "localhost꞉5001/_assets/js/care.typescript.jsv=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ",
"path": "localhost꞉5001/_assets/js/care.typescript.jsv=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ",
"sourceReference": 794125169
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192427,
"metadata": {
"connectionId": 1,
"message": {
"id": 37,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {
"cookies": [
{
"name": ".AspNetCore.Identity.Application",
"value": "CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"domain": "localhost",
"path": "/",
"expires": -1,
"size": 678,
"httpOnly": true,
"secure": true,
"session": true,
"sameSite": "Lax",
"priority": "Medium"
}
]
}
}
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192447,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192447,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Components\\TimePicker\\timePicker.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Components/TimePicker/timePicker.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192447,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192447,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Element/element.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Element\\element.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Element/element.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192447,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192447,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Element/focus.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Element\\focus.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Element/focus.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192447,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192447,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Infrastructure\\Bootstrap\\modal.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192448,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192448,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Infrastructure\\Google\\GooglePlaces.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192448,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192448,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Infrastructure\\InputMask\\InputMask.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192448,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192448,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Infrastructure\\windowSize.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Infrastructure/windowSize.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192448,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192448,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Infrastructure\\Workers\\highlightWorkerManager.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192448,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192449,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Window/form.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Window\\form.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Window/form.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192451,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192451,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Window/navigation.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Window\\navigation.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Window/navigation.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "sourcemap.parsing",
"timestamp": 1589490192451,
"message": "no sourceRoot specified, using webRoot + script path dirname",
"metadata": {
"absSourceRoot": "C:\\Care\\src\\Care.Server\\_assets\\js"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192451,
"message": "Creating source from source map",
"metadata": {
"inputUrl": "../../../../Care.TypeScript/Window/ready.ts",
"inputMap": {
"sourceMapUrl": "https://localhost:5001/_assets/js/care.typescript.js.map",
"compiledPath": "https://localhost:5001/_assets/js/care.typescript.js?v=yGRoFU4NBukKugH03pm4mP_59wgBrWj6JNTLAUFV5cQ"
},
"absolutePath": "c:\\Care\\Care.TypeScript\\Window\\ready.ts",
"resolvedUrl": "file:///C:/Care/Care.TypeScript/Window/ready.ts",
"sourceMapSources": [
"../../../../Care.TypeScript/Components/TimePicker/timePicker.ts",
"../../../../Care.TypeScript/Element/element.ts",
"../../../../Care.TypeScript/Element/focus.ts",
"../../../../Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"../../../../Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"../../../../Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"../../../../Care.TypeScript/Infrastructure/windowSize.ts",
"../../../../Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"../../../../Care.TypeScript/Window/form.ts",
"../../../../Care.TypeScript/Window/navigation.ts",
"../../../../Care.TypeScript/Window/ready.ts"
]
},
"level": 0
}
{
"tag": "cdp.send",
"timestamp": 1589490192451,
"metadata": {
"connectionId": 1,
"message": {
"id": 38,
"method": "Debugger.resume",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192480,
"metadata": {
"connectionId": 3,
"message": {
"seq": 93,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Components/TimePicker/timePicker.ts",
"path": "c:\\Care\\Care.TypeScript\\Components\\TimePicker\\timePicker.ts",
"sourceReference": 976219313
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 94,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Element/element.ts",
"path": "c:\\Care\\Care.TypeScript\\Element\\element.ts",
"sourceReference": 669966113
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 95,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Element/focus.ts",
"path": "c:\\Care\\Care.TypeScript\\Element\\focus.ts",
"sourceReference": 955724764
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 96,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Infrastructure/Bootstrap/modal.ts",
"path": "c:\\Care\\Care.TypeScript\\Infrastructure\\Bootstrap\\modal.ts",
"sourceReference": 848007858
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 97,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Infrastructure/Google/GooglePlaces.ts",
"path": "c:\\Care\\Care.TypeScript\\Infrastructure\\Google\\GooglePlaces.ts",
"sourceReference": 1672321283
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 98,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Infrastructure/InputMask/InputMask.ts",
"path": "c:\\Care\\Care.TypeScript\\Infrastructure\\InputMask\\InputMask.ts",
"sourceReference": 120341617
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 99,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Infrastructure/windowSize.ts",
"path": "c:\\Care\\Care.TypeScript\\Infrastructure\\windowSize.ts",
"sourceReference": 767274126
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 100,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Infrastructure/Workers/highlightWorkerManager.ts",
"path": "c:\\Care\\Care.TypeScript\\Infrastructure\\Workers\\highlightWorkerManager.ts",
"sourceReference": 668401824
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 101,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Window/form.ts",
"path": "c:\\Care\\Care.TypeScript\\Window\\form.ts",
"sourceReference": 1284719406
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192481,
"metadata": {
"connectionId": 3,
"message": {
"seq": 102,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Window/navigation.ts",
"path": "c:\\Care\\Care.TypeScript\\Window\\navigation.ts",
"sourceReference": 1188822813
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192493,
"metadata": {
"connectionId": 3,
"message": {
"seq": 103,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "Care.TypeScript/Window/ready.ts",
"path": "c:\\Care\\Care.TypeScript\\Window\\ready.ts",
"sourceReference": 2063666931
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192498,
"metadata": {
"connectionId": 1,
"message": {
"id": 38,
"sessionId": "706D96F6F602902779093A067FA8983C",
"result": {}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192499,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.99",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_framework/blazor.boot.json",
"cache-control": "max-age=0",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "cors",
"sec-fetch-dest": "empty",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw",
"if-none-match": "\"1d62a2e2add3c1c\"",
"if-modified-since": "Thu, 14 May 2020 20:28:03 GMT"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192502,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.99",
"blockedCookies": [],
"headers": {
"status": "304",
"cache-control": "no-cache",
"date": "Thu, 14 May 2020 21:03:12 GMT",
"last-modified": "Thu, 14 May 2020 20:28:03 GMT",
"accept-ranges": "bytes",
"server": "Kestrel",
"content-type": "application/json",
"etag": "\"1d62a2e2add3c1c\"",
"content-length": "14236"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192544,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.resumed",
"params": {},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192545,
"metadata": {
"connectionId": 3,
"message": {
"seq": 104,
"type": "event",
"event": "continued",
"body": {
"threadId": 1,
"allThreadsContinued": false
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192545,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "20",
"url": "https://localhost:5001/_content/BlazorStrap/blazorStrap.js",
"startLine": 0,
"startColumn": 0,
"endLine": 136,
"endColumn": 0,
"executionContextId": 2,
"hash": "13d59e9da5f67f3b51c028917c437e742aabe9ad",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "",
"hasSourceURL": false,
"isModule": false,
"length": 4668
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192545,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "15",
"url": "https://localhost:5001/_assets/vendor/InputMask/jquery.inputmask.min.js?v=qcMCl3HbVCHBxFJv-u3LsJxibVwDtL99mos-LCLesPM",
"startLine": 0,
"startColumn": 0,
"endLine": 7,
"endColumn": 120702,
"executionContextId": 2,
"hash": "3f2b9f8c89446c030def824a43260afb5a3d470e",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "",
"hasSourceURL": false,
"isModule": false,
"length": 120893
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192545,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "21",
"url": "https://localhost:5001/_assets/vendor/mousetrap/mousetrap.min.js?v=VmCsB3q_bN74-UDIPCsfYXZkBbGyy3VDxSHEwa6nReg",
"startLine": 0,
"startColumn": 0,
"endLine": 11,
"endColumn": 0,
"executionContextId": 2,
"hash": "0cfb2bd8a7e72c8e47be0f919299edc26876f36a",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "",
"hasSourceURL": false,
"isModule": false,
"length": 4996
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192545,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"startLine": 0,
"startColumn": 0,
"endLine": 0,
"endColumn": 59971,
"executionContextId": 2,
"hash": "15b6115d6266c3bd5f7f4d7b1ffe5b3029d6f7a0",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "",
"hasSourceURL": false,
"isModule": false,
"length": 59971
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192545,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.99",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_framework/blazor.boot.json",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19549.350837,
"wallTime": 1589490192.464274,
"initiator": {
"type": "script",
"stack": {
"callFrames": [
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 59717
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 59334
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 59439
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 58351
},
{
"functionName": "r",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 58096
},
{
"functionName": "e.initAsync",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 59617
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35235
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 33837
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 33942
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 32854
},
{
"functionName": "r",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 32599
},
{
"functionName": "v",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 34416
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35711
},
{
"functionName": "n",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 109
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 901
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 911
}
]
}
},
"type": "Fetch",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192545,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "16",
"url": "https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js",
"startLine": 0,
"startColumn": 0,
"endLine": 39,
"endColumn": 19506,
"executionContextId": 2,
"hash": "255ad8965ddd31950e2e27f6540c28a916cdb604",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "",
"hasSourceURL": false,
"isModule": false,
"length": 840701
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192546,
"metadata": {
"connectionId": 1,
"message": {
"method": "Page.domContentEventFired",
"params": {
"timestamp": 19549.429946
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192546,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.66",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19549.430482,
"type": "Font",
"response": {
"url": "https://localhost:5001/_assets/vendor/webfontkit-gotham/gotham-medium-webfont.woff2",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:12 GMT",
"last-modified": "Wed, 18 Dec 2019 13:00:22 GMT",
"server": "Kestrel",
"etag": "\"1d5b5a31b52f658\"",
"content-type": "font/woff2",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "16728"
},
"mimeType": "font/woff2",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 201,
"timing": {
"requestTime": 19549.284772,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.813,
"sendEnd": 1.157,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 9.168
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192546,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.66",
"timestamp": 19549.430585,
"dataLength": 16728,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192546,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.66",
"timestamp": 19549.294841,
"encodedDataLength": 201,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192547,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.83",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19549.432385,
"type": "Font",
"response": {
"url": "https://localhost:5001/_assets/vendor/fontawesome-pro/webfonts/fa-regular-400.woff2",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:12 GMT",
"last-modified": "Thu, 06 Feb 2020 20:41:47 GMT",
"server": "Kestrel",
"etag": "\"1d5dd2dd9876084\"",
"content-type": "font/woff2",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "169732"
},
"mimeType": "font/woff2",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 201,
"timing": {
"requestTime": 19549.285025,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.663,
"sendEnd": 0.91,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 9.384
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192547,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.83",
"timestamp": 19549.432527,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192547,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://localhost:5001/_content/BlazorStrap/blazorStrap.js"
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192548,
"metadata": {
"connectionId": 3,
"message": {
"seq": 105,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "localhost꞉5001/_content/BlazorStrap/blazorStrap.js",
"path": "localhost꞉5001/_content/BlazorStrap/blazorStrap.js",
"sourceReference": 897144151
}
}
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192548,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://localhost:5001/_assets/vendor/InputMask/jquery.inputmask.min.js?v=qcMCl3HbVCHBxFJv-u3LsJxibVwDtL99mos-LCLesPM"
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192549,
"metadata": {
"connectionId": 3,
"message": {
"seq": 106,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "localhost꞉5001/_assets/vendor/InputMask/jquery.inputmask.min.jsv=qcMCl3HbVCHBxFJv-u3LsJxibVwDtL99mos-LCLesPM",
"path": "localhost꞉5001/_assets/vendor/InputMask/jquery.inputmask.min.jsv=qcMCl3HbVCHBxFJv-u3LsJxibVwDtL99mos-LCLesPM",
"sourceReference": 1975903722
}
}
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192549,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://localhost:5001/_assets/vendor/mousetrap/mousetrap.min.js?v=VmCsB3q_bN74-UDIPCsfYXZkBbGyy3VDxSHEwa6nReg"
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192550,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://localhost:5001/_framework/blazor.webassembly.js"
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192551,
"metadata": {
"connectionId": 3,
"message": {
"seq": 107,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "localhost꞉5001/_assets/vendor/mousetrap/mousetrap.min.jsv=VmCsB3q_bN74-UDIPCsfYXZkBbGyy3VDxSHEwa6nReg",
"path": "localhost꞉5001/_assets/vendor/mousetrap/mousetrap.min.jsv=VmCsB3q_bN74-UDIPCsfYXZkBbGyy3VDxSHEwa6nReg",
"sourceReference": 1786425923
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192551,
"metadata": {
"connectionId": 3,
"message": {
"seq": 108,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "localhost꞉5001/_framework/blazor.webassembly.js",
"path": "localhost꞉5001/_framework/blazor.webassembly.js",
"sourceReference": 226291721
}
}
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192552,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js"
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192553,
"metadata": {
"connectionId": 3,
"message": {
"seq": 109,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "localhost꞉5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js",
"path": "localhost꞉5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js",
"sourceReference": 952734998
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192554,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.99",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19549.43639,
"type": "Fetch",
"response": {
"url": "https://localhost:5001/_framework/blazor.boot.json",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 21:03:12 GMT",
"last-modified": "Thu, 14 May 2020 20:28:03 GMT",
"server": "Kestrel",
"etag": "\"1d62a2e2add3c1c\"",
"content-type": "application/json",
"status": "304",
"cache-control": "no-cache",
"accept-ranges": "bytes",
"content-length": "14236"
},
"mimeType": "application/json",
"connectionReused": true,
"connectionId": 23,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": false,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 207,
"timing": {
"requestTime": 19549.35121,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 30.295,
"sendEnd": 30.485,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 37.379
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "not-compliant"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192558,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.83",
"timestamp": 19549.443441,
"dataLength": 65536,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192572,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.83",
"timestamp": 19549.443637,
"dataLength": 38660,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192572,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.83",
"timestamp": 19549.295666,
"encodedDataLength": 201,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192572,
"metadata": {
"connectionId": 1,
"message": {
"method": "Page.loadEventFired",
"params": {
"timestamp": 19549.455811
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192572,
"metadata": {
"connectionId": 1,
"message": {
"method": "Page.frameStoppedLoading",
"params": {
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192572,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.99",
"timestamp": 19549.457873,
"dataLength": 14236,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192572,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.99",
"timestamp": 19549.389419,
"encodedDataLength": 207,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192612,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceivedExtraInfo",
"params": {
"requestId": "16928.100",
"blockedCookies": [],
"headers": {
"status": "200",
"date": "Thu, 14 May 2020 16:45:52 GMT",
"content-type": "application/javascript",
"last-modified": "Thu, 23 Apr 2020 04:23:44 GMT",
"accept-ranges": "bytes",
"etag": "\"1d61926f98aed1f\"",
"server": "Kestrel",
"content-length": "222495"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192614,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.100",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"method": "GET",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"Referer": "https://localhost:5001/",
"Origin": "https://localhost:5001"
},
"mixedContentType": "none",
"initialPriority": "Low",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19549.495759,
"wallTime": 1589490192.609196,
"initiator": {
"type": "script",
"stack": {
"callFrames": [
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 42756
},
{
"functionName": "c",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 42771
},
{
"functionName": "",
"scriptId": "23",
"url": "",
"lineNumber": 0,
"columnNumber": 19
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 42974
},
{
"functionName": "start",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37451
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35485
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 33837
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 33942
},
{
"functionName": "i",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 32656
}
],
"parent": {
"description": "Promise.then",
"callFrames": [
{
"functionName": "s",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 32821
},
{
"functionName": "i",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 32652
}
],
"parent": {
"description": "Promise.then",
"callFrames": [
{
"functionName": "s",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 32821
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 32831
},
{
"functionName": "r",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 32599
},
{
"functionName": "v",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 34416
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35711
},
{
"functionName": "n",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 109
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 901
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 911
}
]
}
}
}
},
"type": "Script",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A",
"hasUserGesture": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192626,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.responseReceived",
"params": {
"requestId": "16928.100",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"timestamp": 19549.511168,
"type": "Script",
"response": {
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"status": 200,
"statusText": "",
"headers": {
"date": "Thu, 14 May 2020 16:45:52 GMT",
"last-modified": "Thu, 23 Apr 2020 04:23:44 GMT",
"server": "Kestrel",
"etag": "\"1d61926f98aed1f\"",
"content-type": "application/javascript",
"status": "200",
"accept-ranges": "bytes",
"content-length": "222495"
},
"mimeType": "application/javascript",
"connectionReused": false,
"connectionId": 0,
"remoteIPAddress": "[::1]",
"remotePort": 5001,
"fromDiskCache": true,
"fromServiceWorker": false,
"fromPrefetchCache": false,
"encodedDataLength": 0,
"timing": {
"requestTime": 19549.49625,
"proxyStart": -1,
"proxyEnd": -1,
"dnsStart": -1,
"dnsEnd": -1,
"connectStart": -1,
"connectEnd": -1,
"sslStart": -1,
"sslEnd": -1,
"workerStart": -1,
"workerReady": -1,
"sendStart": 0.071,
"sendEnd": 0.071,
"pushStart": 0,
"pushEnd": 0,
"receiveHeadersEnd": 2.273
},
"protocol": "h2",
"securityState": "secure",
"securityDetails": {
"protocol": "TLS 1.2",
"keyExchange": "ECDHE_RSA",
"keyExchangeGroup": "P-384",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "localhost",
"sanList": [
"localhost"
],
"issuer": "localhost",
"validFrom": 1576674052,
"validTo": 1608296452,
"signedCertificateTimestampList": [],
"certificateTransparencyCompliance": "unknown"
}
},
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192626,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.dataReceived",
"params": {
"requestId": "16928.100",
"timestamp": 19549.511428,
"dataLength": 222495,
"encodedDataLength": 0
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192628,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.loadingFinished",
"params": {
"requestId": "16928.100",
"timestamp": 19549.501267,
"encodedDataLength": 0,
"shouldReportCorbBlocking": false
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490192639,
"metadata": {
"connectionId": 1,
"message": {
"method": "Debugger.scriptParsed",
"params": {
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"startLine": 0,
"startColumn": 0,
"endLine": 280,
"endColumn": 0,
"executionContextId": 2,
"hash": "081516969dc77c34172b054c2cd6918a57c5c725",
"executionContextAuxData": {
"isDefault": true,
"type": "default",
"frameId": "337C32A1AE2C8E34815DCEB61B94796A"
},
"isLiveEdit": false,
"sourceMapURL": "",
"hasSourceURL": false,
"isModule": false,
"length": 222495
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "runtime.sourcecreate",
"timestamp": 1589490192642,
"message": "Creating source from url",
"metadata": {
"inputUrl": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js"
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490192642,
"metadata": {
"connectionId": 3,
"message": {
"seq": 110,
"type": "event",
"event": "loadedSource",
"body": {
"reason": "new",
"source": {
"name": "localhost꞉5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"path": "localhost꞉5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"sourceReference": 2137454672
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490193050,
"metadata": {
"connectionId": 1,
"message": {
"method": "Runtime.consoleAPICalled",
"params": {
"type": "startGroupCollapsed",
"args": [
{
"type": "string",
"value": "%cblazor%c Loaded 10.98 MB resources\n%cThis application was built with linking (tree shaking) disabled. Published applications will be significantly smaller."
},
{
"type": "string",
"value": "background: purple; color: white; padding: 1px 3px; border-radius: 3px;"
},
{
"type": "string",
"value": "font-weight: bold;"
},
{
"type": "string",
"value": "font-weight: normal;"
}
],
"executionContextId": 2,
"timestamp": 1589490193046.966,
"stackTrace": {
"callFrames": [
{
"functionName": "e.logToConsole",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 52366
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 40473
},
{
"functionName": "callRuntimeCallbacks",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 13830
},
{
"functionName": "postRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 14957
},
{
"functionName": "doRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206378
},
{
"functionName": "run",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206535
},
{
"functionName": "runCaller",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206034
},
{
"functionName": "removeRunDependency",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 15797
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 42031
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37138
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37243
},
{
"functionName": "i",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35957
}
],
"parentId": {
"id": "2"
}
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490193050,
"metadata": {
"connectionId": 1,
"message": {
"method": "Runtime.consoleAPICalled",
"params": {
"type": "startGroupCollapsed",
"args": [
{
"type": "string",
"value": "Loaded 10.98 MB resources from cache"
}
],
"executionContextId": 2,
"timestamp": 1589490193047.199,
"stackTrace": {
"callFrames": [
{
"functionName": "e.logToConsole",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 52560
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 40473
},
{
"functionName": "callRuntimeCallbacks",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 13830
},
{
"functionName": "postRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 14957
},
{
"functionName": "doRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206378
},
{
"functionName": "run",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206535
},
{
"functionName": "runCaller",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206034
},
{
"functionName": "removeRunDependency",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 15797
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 42031
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37138
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37243
},
{
"functionName": "i",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35957
}
],
"parentId": {
"id": "2"
}
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490193053,
"metadata": {
"connectionId": 3,
"message": {
"seq": 111,
"type": "event",
"event": "output",
"body": {
"category": "stdout",
"output": "\u001b[0m\u001b[48;5;127m\u001b[38;5;231mblazor\u001b[0m\u001b[1m Loaded 10.98 MB resources\n\u001b[0mThis application was built with linking (tree shaking) disabled. Published applications will be significantly smaller.\u001b[0m\n",
"group": "startCollapsed",
"source": {
"name": "localhost꞉5001/_framework/blazor.webassembly.js",
"path": "localhost꞉5001/_framework/blazor.webassembly.js",
"sourceReference": 226291721
},
"line": 1,
"column": 52367
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490193054,
"metadata": {
"connectionId": 3,
"message": {
"seq": 112,
"type": "event",
"event": "output",
"body": {
"category": "stdout",
"output": "Loaded 10.98 MB resources from cache\n",
"group": "startCollapsed",
"source": {
"name": "localhost꞉5001/_framework/blazor.webassembly.js",
"path": "localhost꞉5001/_framework/blazor.webassembly.js",
"sourceReference": 226291721
},
"line": 1,
"column": 52561
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490193064,
"metadata": {
"connectionId": 1,
"message": {
"method": "Runtime.consoleAPICalled",
"params": {
"type": "table",
"args": [
{
"type": "object",
"className": "Object",
"description": "Object",
"objectId": "{\"injectedScriptId\":2,\"id\":21}",
"preview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "Care.Client.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "69406"
}
]
}
},
{
"name": "Newtonsoft.Json.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "254230"
}
]
}
},
{
"name": "netstandard.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "31304"
}
]
}
},
{
"name": "System.Xml.Linq.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "55540"
}
]
}
},
{
"name": "System.Core.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "363806"
}
]
}
},
{
"name": "System.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "706660"
}
]
}
},
{
"name": "WebAssembly.Net.WebSockets.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "11873"
}
]
}
},
{
"name": "System.Memory.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1990"
}
]
}
},
{
"name": "mscorlib.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1473997"
}
]
}
},
{
"name": "WebAssembly.Bindings.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "15049"
}
]
}
},
{
"name": "System.Numerics.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "43627"
}
]
}
},
{
"name": "System.Xml.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "817331"
}
]
}
},
{
"name": "Mono.Security.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "101674"
}
]
}
},
{
"name": "System.Transactions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "12323"
}
]
}
},
{
"name": "System.Runtime.Serialization.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "284644"
}
]
}
},
{
"name": "System.ServiceModel.Internals.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "85317"
}
]
}
},
{
"name": "System.Net.Http.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "67626"
}
]
}
},
{
"name": "System.Net.Http.WebAssemblyHttpHandler.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "10335"
}
]
}
},
{
"name": "System.ComponentModel.Composition.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "99523"
}
]
}
},
{
"name": "System.IO.Compression.FileSystem.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "6678"
}
]
}
},
{
"name": "System.IO.Compression.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "51921"
}
]
}
},
{
"name": "System.Drawing.Common.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "62686"
}
]
}
},
{
"name": "System.Data.DataSetExtensions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "11328"
}
]
}
},
{
"name": "System.Data.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "665191"
}
]
}
},
{
"name": "System.Text.Json.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "107723"
}
]
}
},
{
"name": "System.Runtime.CompilerServices.Unsafe.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1458"
}
]
}
},
{
"name": "System.Buffers.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1713"
}
]
}
},
{
"name": "Microsoft.Bcl.AsyncInterfaces.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "8089"
}
]
}
},
{
"name": "System.Threading.Tasks.Extensions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1903"
}
]
}
},
{
"name": "System.Numerics.Vectors.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "3585"
}
]
}
},
{
"name": "System.Text.Encodings.Web.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "23640"
}
]
}
},
{
"name": "System.Net.Http.Json.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "19312"
}
]
}
},
{
"name": "Telerik.DataSource.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "52289"
}
]
}
},
{
"name": "Microsoft.CSharp.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "125476"
}
]
}
},
{
"name": "System.Runtime.Loader.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "2855"
}
]
}
},
{
"name": "Microsoft.Extensions.DependencyInjection.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "34682"
}
]
}
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "17711"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Authorization.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "19885"
}
]
}
},
{
"name": "Microsoft.Extensions.Options.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "23358"
}
]
}
},
{
"name": "Microsoft.Extensions.Primitives.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "19533"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Metadata.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "8148"
}
]
}
},
{
"name": "Microsoft.Extensions.Logging.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "23220"
}
]
}
},
{
"name": "Care.UI.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "354101"
}
]
}
},
{
"name": "Microsoft.Extensions.Identity.Stores.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "18751"
}
]
}
},
{
"name": "Microsoft.Extensions.Identity.Core.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "65207"
}
]
}
},
{
"name": "System.ComponentModel.Annotations.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "2180"
}
]
}
},
{
"name": "System.ComponentModel.DataAnnotations.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "29727"
}
]
}
},
{
"name": "Microsoft.Extensions.Logging.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "17665"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "11592"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Cryptography.Internal.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "19761"
}
]
}
},
{
"name": "Microsoft.AspNetCore.WebUtilities.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "30588"
}
]
}
},
{
"name": "Microsoft.Net.Http.Headers.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "35173"
}
]
}
},
{
"name": "ZBlazor.QuickInput.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "24811"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Components.Web.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "24627"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Components.Forms.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "15238"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Components.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "63212"
}
]
}
},
{
"name": "Blazored.LocalStorage.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "7903"
}
]
}
},
{
"name": "Microsoft.JSInterop.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "21221"
}
]
}
},
{
"name": "Microsoft.AspNetCore.JsonPatch.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "23609"
}
]
}
},
{
"name": "Enums.NET.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "49964"
}
]
}
},
{
"name": "Care.Shared.Icons.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "31838"
}
]
}
},
{
"name": "Serilog.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "52259"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Components.Authorization.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "14240"
}
]
}
},
{
"name": "Care.TypeScript.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "10081"
}
]
}
},
{
"name": "Care.Shared.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "95153"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Http.Features.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "16344"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Mvc.Core.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "244724"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Authentication.Core.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "17064"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Http.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "35667"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Authentication.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "14828"
}
]
}
},
{
"name": "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "8229"
}
]
}
},
{
"name": "Microsoft.Extensions.DependencyModel.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "29904"
}
]
}
},
{
"name": "System.AppContext.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1701"
}
]
}
},
{
"name": "System.Runtime.Extensions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1914"
}
]
}
},
{
"name": "System.IO.FileSystem.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1806"
}
]
}
},
{
"name": "System.IO.FileSystem.Primitives.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1746"
}
]
}
},
{
"name": "System.Linq.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1774"
}
]
}
},
{
"name": "System.IO.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1857"
}
]
}
},
{
"name": "System.Reflection.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "2086"
}
]
}
},
{
"name": "Microsoft.DotNet.PlatformAbstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "12712"
}
]
}
},
{
"name": "System.Runtime.InteropServices.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "2919"
}
]
}
},
{
"name": "System.Runtime.InteropServices.RuntimeInformation.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1772"
}
]
}
},
{
"name": "System.Runtime.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "4403"
}
]
}
},
{
"name": "System.Collections.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "2002"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Authorization.Policy.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "11266"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Hosting.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "11845"
}
]
}
},
{
"name": "Microsoft.Extensions.FileProviders.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "9434"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "8568"
}
]
}
},
{
"name": "Microsoft.Extensions.Configuration.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "11486"
}
]
}
},
{
"name": "System.Diagnostics.DiagnosticSource.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "24707"
}
]
}
},
{
"name": "System.Diagnostics.Debug.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1817"
}
]
}
},
{
"name": "System.Threading.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "2144"
}
]
}
},
{
"name": "System.Collections.Concurrent.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1878"
}
]
}
},
{
"name": "System.Diagnostics.Tracing.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1968"
}
]
}
},
{
"name": "System.Resources.ResourceManager.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1792"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Http.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "38067"
}
]
}
},
{
"name": "Microsoft.Extensions.ObjectPool.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "10731"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Mvc.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "41202"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Routing.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "20516"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Routing.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "88492"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Http.Extensions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "19549"
}
]
}
},
{
"name": "AutoMapper.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "117760"
}
]
}
},
{
"name": "System.Reflection.Emit.ILGeneration.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1818"
}
]
}
},
{
"name": "System.Reflection.Emit.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1806"
}
]
}
},
{
"name": "Microsoft.Extensions.Caching.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "13447"
}
]
}
},
{
"name": "Dapper.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "96025"
}
]
}
},
{
"name": "System.Reflection.Emit.Lightweight.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1723"
}
]
}
},
{
"name": "Microsoft.EntityFrameworkCore.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "512822"
}
]
}
},
{
"name": "Microsoft.Extensions.Caching.Memory.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "17149"
}
]
}
},
{
"name": "System.Collections.Immutable.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "76433"
}
]
}
},
{
"name": "Microsoft.Bcl.HashCode.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "8181"
}
]
}
},
{
"name": "Microsoft.EntityFrameworkCore.Abstractions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "11316"
}
]
}
},
{
"name": "BlazorStrap.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "114151"
}
]
}
},
{
"name": "BlazorComponentUtilities.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "3686"
}
]
}
},
{
"name": "Telerik.Blazor.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "401359"
}
]
}
},
{
"name": "Telerik.Documents.SpreadsheetStreaming.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "92320"
}
]
}
},
{
"name": "Telerik.Zip.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "59104"
}
]
}
},
{
"name": "Telerik.Recurrence.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "10678"
}
]
}
},
{
"name": "Serilog.Sinks.BrowserHttp.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "5919"
}
]
}
},
{
"name": "Serilog.Formatting.Compact.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "4089"
}
]
}
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "26671"
}
]
}
},
{
"name": "Microsoft.Extensions.Configuration.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "15006"
}
]
}
},
{
"name": "Microsoft.Extensions.Configuration.Json.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "12012"
}
]
}
},
{
"name": "Microsoft.Extensions.Configuration.FileExtensions.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "12183"
}
]
}
},
{
"name": "Microsoft.Extensions.FileProviders.Physical.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "18815"
}
]
}
},
{
"name": "Microsoft.Extensions.FileSystemGlobbing.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "20162"
}
]
}
},
{
"name": "Microsoft.JSInterop.WebAssembly.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "9160"
}
]
}
},
{
"name": "Serilog.Sinks.PeriodicBatching.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "6565"
}
]
}
},
{
"name": "System.Threading.Timer.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1714"
}
]
}
},
{
"name": "System.Threading.Tasks.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "2191"
}
]
}
},
{
"name": "Serilog.Sinks.BrowserConsole.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "3769"
}
]
}
},
{
"name": "Mono.WebAssembly.Interop.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "9766"
}
]
}
},
{
"name": "Serilog.Extensions.Logging.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "7852"
}
]
}
},
{
"name": "Scrutor.dll",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "22096"
}
]
}
},
{
"name": "Care.Client.pdb",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "13505"
}
]
}
},
{
"name": "Care.UI.pdb",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "103141"
}
]
}
},
{
"name": "Enums.NET.pdb",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "22065"
}
]
}
},
{
"name": "Care.Shared.Icons.pdb",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "719"
}
]
}
},
{
"name": "Care.TypeScript.pdb",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "2852"
}
]
}
},
{
"name": "Care.Shared.pdb",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "36222"
}
]
}
},
{
"name": "AutoMapper.pdb",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "43812"
}
]
}
},
{
"name": "Scrutor.pdb",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "8329"
}
]
}
},
{
"name": "dotnet.wasm",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "1931196"
}
]
}
},
{
"name": "dotnet.timezones.dat",
"type": "object",
"value": "Object",
"valuePreview": {
"type": "object",
"description": "Object",
"overflow": false,
"properties": [
{
"name": "responseBytes",
"type": "number",
"value": "110398"
}
]
}
}
]
}
}
],
"executionContextId": 2,
"timestamp": 1589490193047.374,
"stackTrace": {
"callFrames": [
{
"functionName": "e.logToConsole",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 52623
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 40473
},
{
"functionName": "callRuntimeCallbacks",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 13830
},
{
"functionName": "postRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 14957
},
{
"functionName": "doRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206378
},
{
"functionName": "run",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206535
},
{
"functionName": "runCaller",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206034
},
{
"functionName": "removeRunDependency",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 15797
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 42031
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37138
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37243
},
{
"functionName": "i",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35957
}
],
"parentId": {
"id": "2"
}
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490193065,
"metadata": {
"connectionId": 1,
"message": {
"method": "Runtime.consoleAPICalled",
"params": {
"type": "endGroup",
"args": [
{
"type": "string",
"value": "console.groupEnd"
}
],
"executionContextId": 2,
"timestamp": 1589490193055.93,
"stackTrace": {
"callFrames": [
{
"functionName": "e.logToConsole",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 52654
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 40473
},
{
"functionName": "callRuntimeCallbacks",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 13830
},
{
"functionName": "postRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 14957
},
{
"functionName": "doRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206378
},
{
"functionName": "run",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206535
},
{
"functionName": "runCaller",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206034
},
{
"functionName": "removeRunDependency",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 15797
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 42031
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37138
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37243
},
{
"functionName": "i",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35957
}
],
"parentId": {
"id": "2"
}
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490193065,
"metadata": {
"connectionId": 1,
"message": {
"method": "Runtime.consoleAPICalled",
"params": {
"type": "endGroup",
"args": [
{
"type": "string",
"value": "console.groupEnd"
}
],
"executionContextId": 2,
"timestamp": 1589490193056.151,
"stackTrace": {
"callFrames": [
{
"functionName": "e.logToConsole",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 52803
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 40473
},
{
"functionName": "callRuntimeCallbacks",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 13830
},
{
"functionName": "postRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 14957
},
{
"functionName": "doRun",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206378
},
{
"functionName": "run",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206535
},
{
"functionName": "runCaller",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 206034
},
{
"functionName": "removeRunDependency",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 15797
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 42031
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37138
},
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 37243
},
{
"functionName": "i",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 35957
}
],
"parentId": {
"id": "2"
}
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490193068,
"metadata": {
"connectionId": 3,
"message": {
"seq": 113,
"type": "event",
"event": "output",
"body": {
"category": "stdout",
"output": "",
"variablesReference": 6,
"source": {
"name": "localhost꞉5001/_framework/blazor.webassembly.js",
"path": "localhost꞉5001/_framework/blazor.webassembly.js",
"sourceReference": 226291721
},
"line": 1,
"column": 52624
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490193068,
"metadata": {
"connectionId": 3,
"message": {
"seq": 114,
"type": "event",
"event": "output",
"body": {
"category": "stdout",
"output": "",
"group": "end"
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490193070,
"metadata": {
"connectionId": 3,
"message": {
"seq": 115,
"type": "event",
"event": "output",
"body": {
"category": "stdout",
"output": "",
"group": "end"
}
}
},
"level": 0
}
{
"tag": "dap.receive",
"timestamp": 1589490193072,
"metadata": {
"connectionId": 3,
"message": {
"command": "variables",
"arguments": {
"variablesReference": 6
},
"type": "request",
"seq": 11
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490193072,
"metadata": {
"connectionId": 3,
"message": {
"seq": 116,
"type": "response",
"request_seq": 11,
"command": "variables",
"success": true,
"body": {
"variables": [
{
"name": "",
"value": "╭┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┬┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄╮\n┊ ┊ responseBytes ┊\n├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┤\n┊ Care.Client.dll ┊ 69406 ┊\n┊ Newtonsoft.Json.dll ┊ 254230 ┊\n┊ netstandard.dll ┊ 31304 ┊\n┊ System.Xml.Linq.dll ┊ 55540 ┊\n┊ System.Core.dll ┊ 363806 ┊\n┊ System.dll ┊ 706660 ┊\n┊ WebAssembly.Net.WebSockets.dll ┊ 11873 ┊\n┊ System.Memory.dll ┊ 1990 ┊\n┊ mscorlib.dll ┊ 1473997 ┊\n┊ WebAssembly.Bindings.dll ┊ 15049 ┊\n┊ System.Numerics.dll ┊ 43627 ┊\n┊ System.Xml.dll ┊ 817331 ┊\n┊ Mono.Security.dll ┊ 101674 ┊\n┊ System.Transactions.dll ┊ 12323 ┊\n┊ System.Runtime.Serialization.dll ┊ 284644 ┊\n┊ System.ServiceModel.Internals.dll ┊ 85317 ┊\n┊ System.Net.Http.dll ┊ 67626 ┊\n┊ System.Net.Http.WebAssemblyHttpHandler.dll ┊ 10335 ┊\n┊ System.ComponentModel.Composition.dll ┊ 99523 ┊\n┊ System.IO.Compression.FileSystem.dll ┊ 6678 ┊\n┊ System.IO.Compression.dll ┊ 51921 ┊\n┊ System.Drawing.Common.dll ┊ 62686 ┊\n┊ System.Data.DataSetExtensions.dll ┊ 11328 ┊\n┊ System.Data.dll ┊ 665191 ┊\n┊ System.Text.Json.dll ┊ 107723 ┊\n┊ System.Runtime.CompilerServices.Unsafe.dll ┊ 1458 ┊\n┊ System.Buffers.dll ┊ 1713 ┊\n┊ Microsoft.Bcl.AsyncInterfaces.dll ┊ 8089 ┊\n┊ System.Threading.Tasks.Extensions.dll ┊ 1903 ┊\n┊ System.Numerics.Vectors.dll ┊ 3585 ┊\n┊ System.Text.Encodings.Web.dll ┊ 23640 ┊\n┊ System.Net.Http.Json.dll ┊ 19312 ┊\n┊ Telerik.DataSource.dll ┊ 52289 ┊\n┊ Microsoft.CSharp.dll ┊ 125476 ┊\n┊ System.Runtime.Loader.dll ┊ 2855 ┊\n┊ Microsoft.Extensions.DependencyInjection.dll ┊ 34682 ┊\n┊ Microsoft.Extensions.DependencyInjection.Abstractions.dll ┊ 17711 ┊\n┊ Microsoft.AspNetCore.Authorization.dll ┊ 19885 ┊\n┊ Microsoft.Extensions.Options.dll ┊ 23358 ┊\n┊ Microsoft.Extensions.Primitives.dll ┊ 19533 ┊\n┊ Microsoft.AspNetCore.Metadata.dll ┊ 8148 ┊\n┊ Microsoft.Extensions.Logging.Abstractions.dll ┊ 23220 ┊\n┊ Care.UI.dll ┊ 354101 ┊\n┊ Microsoft.Extensions.Identity.Stores.dll ┊ 18751 ┊\n┊ Microsoft.Extensions.Identity.Core.dll ┊ 65207 ┊\n┊ System.ComponentModel.Annotations.dll ┊ 2180 ┊\n┊ System.ComponentModel.DataAnnotations.dll ┊ 29727 ┊\n┊ Microsoft.Extensions.Logging.dll ┊ 17665 ┊\n┊ Microsoft.AspNetCore.Cryptography.KeyDerivation.dll ┊ 11592 ┊\n┊ Microsoft.AspNetCore.Cryptography.Internal.dll ┊ 19761 ┊\n┊ Microsoft.AspNetCore.WebUtilities.dll ┊ 30588 ┊\n┊ Microsoft.Net.Http.Headers.dll ┊ 35173 ┊\n┊ ZBlazor.QuickInput.dll ┊ 24811 ┊\n┊ Microsoft.AspNetCore.Components.Web.dll ┊ 24627 ┊\n┊ Microsoft.AspNetCore.Components.Forms.dll ┊ 15238 ┊\n┊ Microsoft.AspNetCore.Components.dll ┊ 63212 ┊\n┊ Blazored.LocalStorage.dll ┊ 7903 ┊\n┊ Microsoft.JSInterop.dll ┊ 21221 ┊\n┊ Microsoft.AspNetCore.JsonPatch.dll ┊ 23609 ┊\n┊ Enums.NET.dll ┊ 49964 ┊\n┊ Care.Shared.Icons.dll ┊ 31838 ┊\n┊ Serilog.dll ┊ 52259 ┊\n┊ Microsoft.AspNetCore.Components.Authorization.dll ┊ 14240 ┊\n┊ Care.TypeScript.dll ┊ 10081 ┊\n┊ Care.Shared.dll ┊ 95153 ┊\n┊ Microsoft.AspNetCore.Http.Features.dll ┊ 16344 ┊\n┊ Microsoft.AspNetCore.Mvc.Core.dll ┊ 244724 ┊\n┊ Microsoft.AspNetCore.Authentication.Core.dll ┊ 17064 ┊\n┊ Microsoft.AspNetCore.Http.Abstractions.dll ┊ 35667 ┊\n┊ Microsoft.AspNetCore.Authentication.Abstractions.dll ┊ 14828 ┊\n┊ Microsoft.AspNetCore.ResponseCaching.Abstractions.dll ┊ 8229 ┊\n┊ Microsoft.Extensions.DependencyModel.dll ┊ 29904 ┊\n┊ System.AppContext.dll ┊ 1701 ┊\n┊ System.Runtime.Extensions.dll ┊ 1914 ┊\n┊ System.IO.FileSystem.dll ┊ 1806 ┊\n┊ System.IO.FileSystem.Primitives.dll ┊ 1746 ┊\n┊ System.Linq.dll ┊ 1774 ┊\n┊ System.IO.dll ┊ 1857 ┊\n┊ System.Reflection.dll ┊ 2086 ┊\n┊ Microsoft.DotNet.PlatformAbstractions.dll ┊ 12712 ┊\n┊ System.Runtime.InteropServices.dll ┊ 2919 ┊\n┊ System.Runtime.InteropServices.RuntimeInformation.dll ┊ 1772 ┊\n┊ System.Runtime.dll ┊ 4403 ┊\n┊ System.Collections.dll ┊ 2002 ┊\n┊ Microsoft.AspNetCore.Authorization.Policy.dll ┊ 11266 ┊\n┊ Microsoft.AspNetCore.Hosting.Abstractions.dll ┊ 11845 ┊\n┊ Microsoft.Extensions.FileProviders.Abstractions.dll ┊ 9434 ┊\n┊ Microsoft.AspNetCore.Hosting.Server.Abstractions.dll ┊ 8568 ┊\n┊ Microsoft.Extensions.Configuration.Abstractions.dll ┊ 11486 ┊\n┊ System.Diagnostics.DiagnosticSource.dll ┊ 24707 ┊\n┊ System.Diagnostics.Debug.dll ┊ 1817 ┊\n┊ System.Threading.dll ┊ 2144 ┊\n┊ System.Collections.Concurrent.dll ┊ 1878 ┊\n┊ System.Diagnostics.Tracing.dll ┊ 1968 ┊\n┊ System.Resources.ResourceManager.dll ┊ 1792 ┊\n┊ Microsoft.AspNetCore.Http.dll ┊ 38067 ┊\n┊ Microsoft.Extensions.ObjectPool.dll ┊ 10731 ┊\n┊ Microsoft.AspNetCore.Mvc.Abstractions.dll ┊ 41202 ┊\n┊ Microsoft.AspNetCore.Routing.Abstractions.dll ┊ 20516 ┊\n┊ Microsoft.AspNetCore.Routing.dll ┊ 88492 ┊\n┊ Microsoft.AspNetCore.Http.Extensions.dll ┊ 19549 ┊\n┊ AutoMapper.dll ┊ 117760 ┊\n┊ System.Reflection.Emit.ILGeneration.dll ┊ 1818 ┊\n┊ System.Reflection.Emit.dll ┊ 1806 ┊\n┊ Microsoft.Extensions.Caching.Abstractions.dll ┊ 13447 ┊\n┊ Dapper.dll ┊ 96025 ┊\n┊ System.Reflection.Emit.Lightweight.dll ┊ 1723 ┊\n┊ Microsoft.EntityFrameworkCore.dll ┊ 512822 ┊\n┊ Microsoft.Extensions.Caching.Memory.dll ┊ 17149 ┊\n┊ System.Collections.Immutable.dll ┊ 76433 ┊\n┊ Microsoft.Bcl.HashCode.dll ┊ 8181 ┊\n┊ Microsoft.EntityFrameworkCore.Abstractions.dll ┊ 11316 ┊\n┊ BlazorStrap.dll ┊ 114151 ┊\n┊ BlazorComponentUtilities.dll ┊ 3686 ┊\n┊ Telerik.Blazor.dll ┊ 401359 ┊\n┊ Telerik.Documents.SpreadsheetStreaming.dll ┊ 92320 ┊\n┊ Telerik.Zip.dll ┊ 59104 ┊\n┊ Telerik.Recurrence.dll ┊ 10678 ┊\n┊ Serilog.Sinks.BrowserHttp.dll ┊ 5919 ┊\n┊ Serilog.Formatting.Compact.dll ┊ 4089 ┊\n┊ Microsoft.AspNetCore.Components.WebAssembly.dll ┊ 26671 ┊\n┊ Microsoft.Extensions.Configuration.dll ┊ 15006 ┊\n┊ Microsoft.Extensions.Configuration.Json.dll ┊ 12012 ┊\n┊ Microsoft.Extensions.Configuration.FileExtensions.dll ┊ 12183 ┊\n┊ Microsoft.Extensions.FileProviders.Physical.dll ┊ 18815 ┊\n┊ Microsoft.Extensions.FileSystemGlobbing.dll ┊ 20162 ┊\n┊ Microsoft.JSInterop.WebAssembly.dll ┊ 9160 ┊\n┊ Serilog.Sinks.PeriodicBatching.dll ┊ 6565 ┊\n┊ System.Threading.Timer.dll ┊ 1714 ┊\n┊ System.Threading.Tasks.dll ┊ 2191 ┊\n┊ Serilog.Sinks.BrowserConsole.dll ┊ 3769 ┊\n┊ Mono.WebAssembly.Interop.dll ┊ 9766 ┊\n┊ Serilog.Extensions.Logging.dll ┊ 7852 ┊\n┊ Scrutor.dll ┊ 22096 ┊\n┊ Care.Client.pdb ┊ 13505 ┊\n┊ Care.UI.pdb ┊ 103141 ┊\n┊ Enums.NET.pdb ┊ 22065 ┊\n┊ Care.Shared.Icons.pdb ┊ 719 ┊\n┊ Care.TypeScript.pdb ┊ 2852 ┊\n┊ Care.Shared.pdb ┊ 36222 ┊\n┊ AutoMapper.pdb ┊ 43812 ┊\n┊ Scrutor.pdb ┊ 8329 ┊\n┊ dotnet.wasm ┊ 1931196 ┊\n┊ dotnet.timezones.dat ┊ 110398 ┊\n╰┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┴┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄╯\n",
"evaluateName": "",
"type": "object",
"variablesReference": 5
}
]
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490193363,
"metadata": {
"connectionId": 1,
"message": {
"method": "Runtime.consoleAPICalled",
"params": {
"type": "info",
"args": [
{
"type": "string",
"value": "Starting Care.Client host"
}
],
"executionContextId": 2,
"timestamp": 1589490193361.006,
"stackTrace": {
"callFrames": [
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 9872
},
{
"functionName": "beginInvokeJSFromDotNet",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 9840
},
{
"functionName": "_mono_wasm_invoke_js_marshalled",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 171345
},
{
"functionName": "do_icall",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1120630
},
{
"functionName": "do_icall_wrapper",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 339006
},
{
"functionName": "interp_exec_method",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 154115
},
{
"functionName": "interp_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1021006
},
{
"functionName": "mono_jit_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 916474
},
{
"functionName": "do_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 252761
},
{
"functionName": "mono_runtime_invoke_checked",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 38555
},
{
"functionName": "mono_runtime_try_invoke_array",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 429306
},
{
"functionName": "ves_icall_InternalInvoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 746948
},
{
"functionName": "ves_icall_InternalInvoke_raw",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 745666
},
{
"functionName": "do_icall",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1120630
},
{
"functionName": "do_icall_wrapper",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 339006
},
{
"functionName": "interp_exec_method",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 154115
},
{
"functionName": "interp_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1021006
},
{
"functionName": "mono_jit_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 916474
},
{
"functionName": "do_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 252761
},
{
"functionName": "mono_runtime_try_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 53204
},
{
"functionName": "mono_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 289805
},
{
"functionName": "mono_wasm_invoke_method",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 837476
},
{
"functionName": "Module._mono_wasm_invoke_method",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 195789
},
{
"functionName": "call_method",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 160874
},
{
"functionName": "set_task_result",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 150617
},
{
"functionName": "",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 152065
}
],
"parentId": {
"id": "3"
}
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490193363,
"metadata": {
"connectionId": 3,
"message": {
"seq": 117,
"type": "event",
"event": "output",
"body": {
"category": "stdout",
"output": "Starting Care.Client host\n",
"source": {
"name": "localhost꞉5001/_framework/blazor.webassembly.js",
"path": "localhost꞉5001/_framework/blazor.webassembly.js",
"sourceReference": 226291721
},
"line": 1,
"column": 9873
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490193371,
"metadata": {
"connectionId": 1,
"message": {
"method": "Runtime.consoleAPICalled",
"params": {
"type": "log",
"args": [
{
"type": "string",
"value": "Adding Care.Client services"
}
],
"executionContextId": 2,
"timestamp": 1589490193369.055,
"stackTrace": {
"callFrames": [
{
"functionName": "",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 9872
},
{
"functionName": "beginInvokeJSFromDotNet",
"scriptId": "22",
"url": "https://localhost:5001/_framework/blazor.webassembly.js",
"lineNumber": 0,
"columnNumber": 9840
},
{
"functionName": "_mono_wasm_invoke_js_marshalled",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 171345
},
{
"functionName": "do_icall",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1120630
},
{
"functionName": "do_icall_wrapper",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 339006
},
{
"functionName": "interp_exec_method",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 154115
},
{
"functionName": "interp_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1021006
},
{
"functionName": "mono_jit_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 916474
},
{
"functionName": "do_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 252761
},
{
"functionName": "mono_runtime_invoke_checked",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 38555
},
{
"functionName": "mono_runtime_try_invoke_array",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 429306
},
{
"functionName": "ves_icall_InternalInvoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 746948
},
{
"functionName": "ves_icall_InternalInvoke_raw",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 745666
},
{
"functionName": "do_icall",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1120630
},
{
"functionName": "do_icall_wrapper",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 339006
},
{
"functionName": "interp_exec_method",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 154115
},
{
"functionName": "interp_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1021006
},
{
"functionName": "mono_jit_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 916474
},
{
"functionName": "do_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 252761
},
{
"functionName": "mono_runtime_try_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 53204
},
{
"functionName": "mono_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 289805
},
{
"functionName": "mono_wasm_invoke_method",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 837476
},
{
"functionName": "Module._mono_wasm_invoke_method",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 195789
},
{
"functionName": "call_method",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 160874
},
{
"functionName": "set_task_result",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 150617
},
{
"functionName": "",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 152065
}
],
"parentId": {
"id": "3"
}
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490193373,
"metadata": {
"connectionId": 3,
"message": {
"seq": 118,
"type": "event",
"event": "output",
"body": {
"category": "stdout",
"output": "Adding Care.Client services\n",
"source": {
"name": "localhost꞉5001/_framework/blazor.webassembly.js",
"path": "localhost꞉5001/_framework/blazor.webassembly.js",
"sourceReference": 226291721
},
"line": 1,
"column": 9873
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490194097,
"metadata": {
"connectionId": 2,
"message": {
"seq": 17,
"type": "event",
"event": "output",
"body": {
"category": "telemetry",
"output": "js-debug/dap/operation",
"data": {
"browser": "Chrome/81.0.4044.138",
"errors": [],
"initialize": {
"operation": "initialize",
"totalTime": 0.5,
"max": 0.5,
"avg": 0.5,
"stddev": null,
"count": 1,
"failed": 0
},
"initialize.errors": [],
"setBreakpoints": {
"operation": "setBreakpoints",
"totalTime": 25.5,
"max": 8.5,
"avg": 8.5,
"stddev": 0,
"count": 3,
"failed": 0
},
"setBreakpoints.errors": [],
"setExceptionBreakpoints": {
"operation": "setExceptionBreakpoints",
"totalTime": 0.2,
"max": 0.2,
"avg": 0.2,
"stddev": null,
"count": 1,
"failed": 0
},
"setExceptionBreakpoints.errors": [],
"configurationDone": {
"operation": "configurationDone",
"totalTime": 0.2,
"max": 0.2,
"avg": 0.2,
"stddev": null,
"count": 1,
"failed": 0
},
"configurationDone.errors": [],
"threads": {
"operation": "threads",
"totalTime": 0.2,
"max": 0.2,
"avg": 0.2,
"stddev": null,
"count": 1,
"failed": 0
},
"threads.errors": [],
"launch": {
"operation": "launch",
"totalTime": 2469.8,
"max": 2469.8,
"avg": 2469.8,
"stddev": null,
"count": 1,
"failed": 0
},
"launch.errors": []
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490195316,
"metadata": {
"connectionId": 2,
"message": {
"seq": 18,
"type": "event",
"event": "output",
"body": {
"category": "telemetry",
"output": "js-debug/cdp/operation",
"data": {
"browser": "Chrome/81.0.4044.138",
"errors": [],
"Target.attachedToTarget": {
"operation": "Target.attachedToTarget",
"totalTime": 0.2,
"max": 0.2,
"avg": 0.1,
"stddev": 0.1,
"count": 2,
"failed": 0
},
"Target.attachedToTarget.errors": [],
"Target.targetCreated": {
"operation": "Target.targetCreated",
"totalTime": 0.2,
"max": 0.1,
"avg": 0.1,
"stddev": 0,
"count": 3,
"failed": 0
},
"Target.targetCreated.errors": [],
"Target.targetInfoChanged": {
"operation": "Target.targetInfoChanged",
"totalTime": 0.2,
"max": 0.1,
"avg": 0.1,
"stddev": 0,
"count": 2,
"failed": 0
},
"Target.targetInfoChanged.errors": [],
"ServiceWorker.workerRegistrationUpdated": {
"operation": "ServiceWorker.workerRegistrationUpdated",
"totalTime": 0.1,
"max": 0.1,
"avg": 0.1,
"stddev": null,
"count": 1,
"failed": 0
},
"ServiceWorker.workerRegistrationUpdated.errors": [],
"ServiceWorker.workerVersionUpdated": {
"operation": "ServiceWorker.workerVersionUpdated",
"totalTime": 0,
"max": 0,
"avg": 0,
"stddev": null,
"count": 1,
"failed": 0
},
"ServiceWorker.workerVersionUpdated.errors": [],
"Network.requestWillBeSentExtraInfo": {
"operation": "Network.requestWillBeSentExtraInfo",
"totalTime": 1,
"max": 0.2,
"avg": 0.1,
"stddev": 0,
"count": 18,
"failed": 0
},
"Network.requestWillBeSentExtraInfo.errors": [],
"Network.responseReceivedExtraInfo": {
"operation": "Network.responseReceivedExtraInfo",
"totalTime": 1.9,
"max": 0.2,
"avg": 0.1,
"stddev": 0.1,
"count": 30,
"failed": 0
},
"Network.responseReceivedExtraInfo.errors": [],
"Network.responseReceived": {
"operation": "Network.responseReceived",
"totalTime": 2.9,
"max": 0.4,
"avg": 0.1,
"stddev": 0.1,
"count": 27,
"failed": 0
},
"Network.responseReceived.errors": [],
"Page.frameStartedLoading": {
"operation": "Page.frameStartedLoading",
"totalTime": 0,
"max": 0,
"avg": 0,
"stddev": null,
"count": 1,
"failed": 0
},
"Page.frameStartedLoading.errors": [],
"Page.frameNavigated": {
"operation": "Page.frameNavigated",
"totalTime": 0,
"max": 0,
"avg": 0,
"stddev": null,
"count": 1,
"failed": 0
},
"Page.frameNavigated.errors": [],
"Runtime.executionContextCreated": {
"operation": "Runtime.executionContextCreated",
"totalTime": 0,
"max": 0,
"avg": 0,
"stddev": null,
"count": 1,
"failed": 0
},
"Runtime.executionContextCreated.errors": [],
"Network.dataReceived": {
"operation": "Network.dataReceived",
"totalTime": 2.3,
"max": 0.1,
"avg": 0,
"stddev": 0,
"count": 61,
"failed": 0
},
"Network.dataReceived.errors": [],
"Network.loadingFinished": {
"operation": "Network.loadingFinished",
"totalTime": 0.9,
"max": 0.1,
"avg": 0,
"stddev": 0,
"count": 27,
"failed": 0
},
"Network.loadingFinished.errors": [],
"Network.requestWillBeSent": {
"operation": "Network.requestWillBeSent",
"totalTime": 1.3,
"max": 0.2,
"avg": 0,
"stddev": 0.1,
"count": 27,
"failed": 0
},
"Network.requestWillBeSent.errors": [],
"Debugger.scriptParsed": {
"operation": "Debugger.scriptParsed",
"totalTime": 0.7,
"max": 0.1,
"avg": 0.1,
"stddev": 0,
"count": 11,
"failed": 0
},
"Debugger.scriptParsed.errors": [],
"Debugger.paused": {
"operation": "Debugger.paused",
"totalTime": 0.3,
"max": 0.2,
"avg": 0.1,
"stddev": 0.1,
"count": 3,
"failed": 0
},
"Debugger.paused.errors": [],
"Debugger.resumed": {
"operation": "Debugger.resumed",
"totalTime": 0.2,
"max": 0.1,
"avg": 0.1,
"stddev": 0,
"count": 3,
"failed": 0
},
"Debugger.resumed.errors": [],
"Page.domContentEventFired": {
"operation": "Page.domContentEventFired",
"totalTime": 0,
"max": 0,
"avg": 0,
"stddev": null,
"count": 1,
"failed": 0
},
"Page.domContentEventFired.errors": [],
"Page.loadEventFired": {
"operation": "Page.loadEventFired",
"totalTime": 0,
"max": 0,
"avg": 0,
"stddev": null,
"count": 1,
"failed": 0
},
"Page.loadEventFired.errors": [],
"Page.frameStoppedLoading": {
"operation": "Page.frameStoppedLoading",
"totalTime": 0,
"max": 0,
"avg": 0,
"stddev": null,
"count": 1,
"failed": 0
},
"Page.frameStoppedLoading.errors": [],
"Runtime.consoleAPICalled": {
"operation": "Runtime.consoleAPICalled",
"totalTime": 1.8,
"max": 1,
"avg": 0.3,
"stddev": 0.3,
"count": 7,
"failed": 0
},
"Runtime.consoleAPICalled.errors": []
}
}
}
},
"level": 0
}
{
"tag": "dap.send",
"timestamp": 1589490195353,
"metadata": {
"connectionId": 3,
"message": {
"seq": 119,
"type": "event",
"event": "output",
"body": {
"category": "telemetry",
"output": "js-debug/dap/operation",
"data": {
"errors": [],
"initialize": {
"operation": "initialize",
"totalTime": 0.5,
"max": 0.5,
"avg": 0.5,
"stddev": null,
"count": 1,
"failed": 0
},
"initialize.errors": [],
"threads": {
"operation": "threads",
"totalTime": 0.6,
"max": 0.3,
"avg": 0.3,
"stddev": 0,
"count": 2,
"failed": 0
},
"threads.errors": [],
"setBreakpoints": {
"operation": "setBreakpoints",
"totalTime": 4425.9,
"max": 1482,
"avg": 1475.3,
"stddev": 6.4,
"count": 3,
"failed": 0
},
"setBreakpoints.errors": [],
"setExceptionBreakpoints": {
"operation": "setExceptionBreakpoints",
"totalTime": 119.7,
"max": 119.7,
"avg": 119.7,
"stddev": null,
"count": 1,
"failed": 0
},
"setExceptionBreakpoints.errors": [],
"configurationDone": {
"operation": "configurationDone",
"totalTime": 0.3,
"max": 0.3,
"avg": 0.3,
"stddev": null,
"count": 1,
"failed": 0
},
"configurationDone.errors": [],
"launch": {
"operation": "launch",
"totalTime": 1621.1,
"max": 1621.1,
"avg": 1621.1,
"stddev": null,
"count": 1,
"failed": 0
},
"launch.errors": [],
"enableCustomBreakpoints": {
"operation": "enableCustomBreakpoints",
"totalTime": 0.3,
"max": 0.3,
"avg": 0.3,
"stddev": null,
"count": 1,
"failed": 0
},
"enableCustomBreakpoints.errors": [],
"variables": {
"operation": "variables",
"totalTime": 0.5,
"max": 0.5,
"avg": 0.5,
"stddev": null,
"count": 1,
"failed": 0
},
"variables.errors": []
}
}
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490195507,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSentExtraInfo",
"params": {
"requestId": "16928.101",
"blockedCookies": [],
"headers": {
":method": "GET",
":authority": "localhost:5001",
":scheme": "https",
":path": "/_api/_account/user",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "cors",
"sec-fetch-dest": "empty",
"referer": "https://localhost:5001/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cookie": ".AspNetCore.Identity.Application=CfDJ8C3Hk8VmYxtPuTffmyidixjmjg7GktdcvDrfkUkqhWDOBnirqB6PiZyYf_aXz0yJ6Tz450ShkghzJ7LhWUSBrEVm3g3jT7n_XZBDbUuJQIMwdpTBoGefeAmMMX2yUf88ZEAVeigXP6O_lLQR-ga4ocE65kZt2ofcIjNV9bKn5lOFk8S82HC-rTPELEyilBPuePkHYVr8O2OqR3_OB9H01jbeCk9Ss3bJByARbvWs2NCivXzVdCC40uozNjAN-omkq36NvtSFBKWirXV5WIQ9q12rbjc6jbtJKMiY8XfqqK_tTglQCj9ZEIBswBz7oKSZR9qKpZ06ZJUAsD_cr2Qh14v04uSZXmjvXDtzNp-Rk0S-KrLN0Gg0LD4CCWT7Cgt095yonAfmrXx8zy76TNUuAtGr3tzXlzDbOUpLa6a0QWYvZavkIcRPIeqruELDlTUX57FlthT-bh1M5ZTZIZ5YTJ64wUFaCUrYar8cBZPtkXiizCyEYgAQOFuboqGzWRBj_4aN_BpvCsiQXnAkxxmo7HDBgvCDF3oH2lype4A2GMr9ErY8I_d0WVtSYx1fStJmH4hGWEvl_USv2V3SXRiMJENqsi0jrzK-3uA3Igp4n5GqFQUyGZArpvlc0R5MBxEDYw"
}
},
"sessionId": "706D96F6F602902779093A067FA8983C"
}
},
"level": 0
}
{
"tag": "cdp.receive",
"timestamp": 1589490195535,
"metadata": {
"connectionId": 1,
"message": {
"method": "Network.requestWillBeSent",
"params": {
"requestId": "16928.101",
"loaderId": "6A61C4C1D41AB4FA398643563041A56B",
"documentURL": "https://localhost:5001/",
"request": {
"url": "https://localhost:5001/_api/_account/user",
"method": "GET",
"headers": {
"Referer": "https://localhost:5001/",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
},
"mixedContentType": "none",
"initialPriority": "High",
"referrerPolicy": "no-referrer-when-downgrade"
},
"timestamp": 19552.391754,
"wallTime": 1589490195.505192,
"initiator": {
"type": "script",
"stack": {
"callFrames": [
{
"functionName": "_mono_wasm_invoke_js_with_args",
"scriptId": "24",
"url": "https://localhost:5001/_framework/wasm/dotnet.3.2.0-rc1.20222.2.js",
"lineNumber": 0,
"columnNumber": 173095
},
{
"functionName": "do_icall",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1120630
},
{
"functionName": "do_icall_wrapper",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 339006
},
{
"functionName": "interp_exec_method",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 154115
},
{
"functionName": "interp_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1021006
},
{
"functionName": "mono_jit_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 916474
},
{
"functionName": "do_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 252761
},
{
"functionName": "mono_runtime_invoke_checked",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 38555
},
{
"functionName": "mono_runtime_try_invoke_array",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 429306
},
{
"functionName": "ves_icall_InternalInvoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 746948
},
{
"functionName": "ves_icall_InternalInvoke_raw",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 745666
},
{
"functionName": "do_icall",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1120630
},
{
"functionName": "do_icall_wrapper",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 339006
},
{
"functionName": "interp_exec_method",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 154115
},
{
"functionName": "interp_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 1021006
},
{
"functionName": "mono_jit_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 916474
},
{
"functionName": "do_runtime_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 252761
},
{
"functionName": "mono_runtime_try_invoke",
"scriptId": "25",
"url": "",
"lineNumber": 0,
"columnNumber": 53204
},
{
"functionName": "mono_runtime_invoke",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment