@limrun/playwright-core 1.56.1-lim.1 → 1.61.0-lim.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/NOTICE +5 -0
- package/ThirdPartyNotices.txt +7 -1496
- package/bin/install_webkit_wsl.ps1 +1 -3
- package/bin/reinstall_chrome_beta_linux.sh +1 -1
- package/bin/reinstall_chrome_beta_mac.sh +1 -1
- package/bin/reinstall_chrome_stable_linux.sh +1 -1
- package/bin/reinstall_chrome_stable_mac.sh +1 -1
- package/bin/reinstall_msedge_beta_linux.sh +1 -1
- package/bin/reinstall_msedge_beta_mac.sh +1 -1
- package/bin/reinstall_msedge_dev_linux.sh +1 -1
- package/bin/reinstall_msedge_dev_mac.sh +1 -1
- package/bin/reinstall_msedge_stable_linux.sh +1 -1
- package/bin/reinstall_msedge_stable_mac.sh +1 -1
- package/browsers.json +23 -22
- package/cli.js +4 -1
- package/index.js +2 -17
- package/lib/bootstrap.js +88 -0
- package/lib/coreBundle.js +73385 -0
- package/lib/entry/cliDaemon.js +5 -0
- package/lib/entry/dashboardApp.js +3 -0
- package/lib/entry/mcp.js +10 -0
- package/lib/entry/oopBrowserDownload.js +3 -0
- package/lib/{server/deviceDescriptors.js → package.js} +18 -7
- package/lib/server/deviceDescriptorsSource.json +1142 -182
- package/lib/server/electron/loader.js +99 -13
- package/lib/serverRegistry.js +7343 -0
- package/lib/serverRegistry.js.LICENSE +354 -0
- package/lib/tools/cli-client/channelSessions.js +141 -0
- package/lib/tools/cli-client/cli.js +6 -0
- package/lib/tools/cli-client/help.json +693 -0
- package/lib/tools/cli-client/minimist.js +128 -0
- package/lib/tools/cli-client/output.js +343 -0
- package/lib/tools/cli-client/program.js +404 -0
- package/lib/tools/cli-client/registry.js +176 -0
- package/lib/tools/cli-client/session.js +254 -0
- package/lib/tools/cli-client/skill/SKILL.md +404 -0
- package/lib/tools/cli-client/skill/references/element-attributes.md +23 -0
- package/lib/tools/cli-client/skill/references/playwright-tests.md +39 -0
- package/lib/tools/cli-client/skill/references/request-mocking.md +87 -0
- package/lib/tools/cli-client/skill/references/running-code.md +241 -0
- package/lib/tools/cli-client/skill/references/session-management.md +225 -0
- package/lib/tools/cli-client/skill/references/spec-driven-testing.md +305 -0
- package/lib/tools/cli-client/skill/references/storage-state.md +275 -0
- package/lib/tools/cli-client/skill/references/test-generation.md +134 -0
- package/lib/tools/cli-client/skill/references/tracing.md +139 -0
- package/lib/tools/cli-client/skill/references/video-recording.md +143 -0
- package/lib/tools/dashboard/appIcon.png +0 -0
- package/lib/tools/trace/SKILL.md +171 -0
- package/lib/{server/utils/profiler.js → tools/utils/extension.js} +42 -29
- package/lib/tools/utils/socketConnection.js +108 -0
- package/lib/utilsBundle.js +86695 -68
- package/lib/utilsBundle.js.LICENSE +2056 -0
- package/lib/vite/dashboard/assets/codicon-DCmgc-ay.ttf +0 -0
- package/lib/vite/dashboard/assets/firefox-1bWoP6pv.svg +1 -0
- package/lib/vite/dashboard/assets/firefox-beta-k3eOH_eK.svg +1 -0
- package/lib/vite/dashboard/assets/firefox-nightly-Cp5nfeDT.svg +1 -0
- package/lib/vite/dashboard/assets/index-BY2S1tHT.css +1 -0
- package/lib/vite/dashboard/assets/index-C_5TMfeg.js +52 -0
- package/lib/vite/dashboard/assets/safari-na3_-uQk.svg +1 -0
- package/lib/vite/dashboard/index.html +29 -0
- package/lib/vite/dashboard/playwright-logo.svg +24 -0
- package/lib/vite/htmlReport/index.html +2 -70
- package/lib/vite/htmlReport/report.css +1 -0
- package/lib/vite/htmlReport/report.js +72 -0
- package/lib/vite/{traceViewer/codeMirrorModule.C3UTv-Ge.css → recorder/assets/codeMirrorModule-DYBRYzYX.css} +1 -1
- package/lib/vite/recorder/assets/codeMirrorModule-DeBYQozu.js +32 -0
- package/lib/vite/recorder/assets/index-4ZiSSCmn.css +1 -0
- package/lib/vite/recorder/assets/index-Bq-mQf8S.js +193 -0
- package/lib/vite/recorder/index.html +2 -2
- package/lib/vite/traceViewer/assets/codeMirrorModule-LEHpjmcn.js +32 -0
- package/lib/vite/traceViewer/assets/defaultSettingsView-BNmKHKpQ.js +264 -0
- package/lib/vite/traceViewer/assets/urlMatch-BYQrIQwR.js +1 -0
- package/lib/vite/{recorder/assets/codeMirrorModule-C3UTv-Ge.css → traceViewer/codeMirrorModule.DYBRYzYX.css} +1 -1
- package/lib/vite/traceViewer/defaultSettingsView.CjdS-WJx.css +1 -0
- package/lib/vite/traceViewer/index.CzXZzn5A.css +1 -0
- package/lib/vite/traceViewer/index.DEBl1tfz.js +2 -0
- package/lib/vite/traceViewer/index.html +7 -6
- package/lib/vite/traceViewer/manifest.webmanifest +16 -0
- package/lib/vite/traceViewer/snapshot.html +4 -15
- package/lib/vite/traceViewer/snapshot.v8KI4P3m.js +2 -0
- package/lib/vite/traceViewer/sw.bundle.js +5 -3
- package/lib/vite/traceViewer/uiMode.BZQ54Kgt.css +1 -0
- package/lib/vite/traceViewer/uiMode.Ut8wwJNp.js +6 -0
- package/lib/vite/traceViewer/uiMode.html +5 -4
- package/package.json +4 -12
- package/types/protocol.d.ts +2101 -602
- package/types/types.d.ts +6183 -4591
- package/lib/androidServerImpl.js +0 -65
- package/lib/browserServerImpl.js +0 -120
- package/lib/cli/driver.js +0 -97
- package/lib/cli/program.js +0 -633
- package/lib/cli/programWithTestStub.js +0 -74
- package/lib/client/accessibility.js +0 -49
- package/lib/client/android.js +0 -361
- package/lib/client/api.js +0 -137
- package/lib/client/artifact.js +0 -79
- package/lib/client/browser.js +0 -163
- package/lib/client/browserContext.js +0 -529
- package/lib/client/browserType.js +0 -184
- package/lib/client/cdpSession.js +0 -51
- package/lib/client/channelOwner.js +0 -194
- package/lib/client/clientHelper.js +0 -64
- package/lib/client/clientInstrumentation.js +0 -55
- package/lib/client/clientStackTrace.js +0 -69
- package/lib/client/clock.js +0 -68
- package/lib/client/connection.js +0 -314
- package/lib/client/consoleMessage.js +0 -54
- package/lib/client/coverage.js +0 -44
- package/lib/client/dialog.js +0 -56
- package/lib/client/download.js +0 -62
- package/lib/client/electron.js +0 -138
- package/lib/client/elementHandle.js +0 -281
- package/lib/client/errors.js +0 -77
- package/lib/client/eventEmitter.js +0 -314
- package/lib/client/events.js +0 -99
- package/lib/client/fetch.js +0 -369
- package/lib/client/fileChooser.js +0 -46
- package/lib/client/fileUtils.js +0 -34
- package/lib/client/frame.js +0 -408
- package/lib/client/harRouter.js +0 -87
- package/lib/client/input.js +0 -84
- package/lib/client/jsHandle.js +0 -109
- package/lib/client/jsonPipe.js +0 -39
- package/lib/client/localUtils.js +0 -60
- package/lib/client/locator.js +0 -366
- package/lib/client/network.js +0 -747
- package/lib/client/page.js +0 -721
- package/lib/client/platform.js +0 -74
- package/lib/client/playwright.js +0 -75
- package/lib/client/selectors.js +0 -55
- package/lib/client/stream.js +0 -39
- package/lib/client/timeoutSettings.js +0 -79
- package/lib/client/tracing.js +0 -117
- package/lib/client/types.js +0 -28
- package/lib/client/video.js +0 -59
- package/lib/client/waiter.js +0 -142
- package/lib/client/webError.js +0 -39
- package/lib/client/webSocket.js +0 -93
- package/lib/client/worker.js +0 -63
- package/lib/client/writableStream.js +0 -39
- package/lib/generated/bindingsControllerSource.js +0 -28
- package/lib/generated/clockSource.js +0 -28
- package/lib/generated/injectedScriptSource.js +0 -28
- package/lib/generated/pollingRecorderSource.js +0 -28
- package/lib/generated/storageScriptSource.js +0 -28
- package/lib/generated/utilityScriptSource.js +0 -28
- package/lib/generated/webSocketMockSource.js +0 -336
- package/lib/inProcessFactory.js +0 -62
- package/lib/inprocess.js +0 -3
- package/lib/outofprocess.js +0 -76
- package/lib/protocol/serializers.js +0 -192
- package/lib/protocol/validator.js +0 -2912
- package/lib/protocol/validatorPrimitives.js +0 -193
- package/lib/remote/playwrightConnection.js +0 -129
- package/lib/remote/playwrightServer.js +0 -335
- package/lib/server/accessibility.js +0 -69
- package/lib/server/android/android.js +0 -465
- package/lib/server/android/backendAdb.js +0 -177
- package/lib/server/artifact.js +0 -127
- package/lib/server/bidi/bidiBrowser.js +0 -490
- package/lib/server/bidi/bidiChromium.js +0 -153
- package/lib/server/bidi/bidiConnection.js +0 -212
- package/lib/server/bidi/bidiExecutionContext.js +0 -221
- package/lib/server/bidi/bidiFirefox.js +0 -130
- package/lib/server/bidi/bidiInput.js +0 -146
- package/lib/server/bidi/bidiNetworkManager.js +0 -383
- package/lib/server/bidi/bidiOverCdp.js +0 -102
- package/lib/server/bidi/bidiPage.js +0 -552
- package/lib/server/bidi/bidiPdf.js +0 -106
- package/lib/server/bidi/third_party/bidiCommands.d.js +0 -22
- package/lib/server/bidi/third_party/bidiDeserializer.js +0 -98
- package/lib/server/bidi/third_party/bidiKeyboard.js +0 -256
- package/lib/server/bidi/third_party/bidiProtocol.js +0 -24
- package/lib/server/bidi/third_party/bidiProtocolCore.js +0 -179
- package/lib/server/bidi/third_party/bidiProtocolPermissions.js +0 -42
- package/lib/server/bidi/third_party/bidiSerializer.js +0 -148
- package/lib/server/bidi/third_party/firefoxPrefs.js +0 -259
- package/lib/server/browser.js +0 -149
- package/lib/server/browserContext.js +0 -696
- package/lib/server/browserType.js +0 -328
- package/lib/server/callLog.js +0 -82
- package/lib/server/chromium/chromium.js +0 -391
- package/lib/server/chromium/chromiumSwitches.js +0 -95
- package/lib/server/chromium/crAccessibility.js +0 -263
- package/lib/server/chromium/crBrowser.js +0 -502
- package/lib/server/chromium/crConnection.js +0 -202
- package/lib/server/chromium/crCoverage.js +0 -235
- package/lib/server/chromium/crDevTools.js +0 -113
- package/lib/server/chromium/crDragDrop.js +0 -131
- package/lib/server/chromium/crExecutionContext.js +0 -146
- package/lib/server/chromium/crInput.js +0 -187
- package/lib/server/chromium/crNetworkManager.js +0 -666
- package/lib/server/chromium/crPage.js +0 -1069
- package/lib/server/chromium/crPdf.js +0 -121
- package/lib/server/chromium/crProtocolHelper.js +0 -145
- package/lib/server/chromium/crServiceWorker.js +0 -123
- package/lib/server/chromium/defaultFontFamilies.js +0 -162
- package/lib/server/chromium/protocol.d.js +0 -16
- package/lib/server/chromium/videoRecorder.js +0 -113
- package/lib/server/clock.js +0 -149
- package/lib/server/codegen/csharp.js +0 -327
- package/lib/server/codegen/java.js +0 -274
- package/lib/server/codegen/javascript.js +0 -270
- package/lib/server/codegen/jsonl.js +0 -52
- package/lib/server/codegen/language.js +0 -132
- package/lib/server/codegen/languages.js +0 -68
- package/lib/server/codegen/python.js +0 -279
- package/lib/server/codegen/types.js +0 -16
- package/lib/server/console.js +0 -53
- package/lib/server/cookieStore.js +0 -206
- package/lib/server/debugController.js +0 -191
- package/lib/server/debugger.js +0 -119
- package/lib/server/dialog.js +0 -116
- package/lib/server/dispatchers/androidDispatcher.js +0 -325
- package/lib/server/dispatchers/artifactDispatcher.js +0 -118
- package/lib/server/dispatchers/browserContextDispatcher.js +0 -364
- package/lib/server/dispatchers/browserDispatcher.js +0 -118
- package/lib/server/dispatchers/browserTypeDispatcher.js +0 -64
- package/lib/server/dispatchers/cdpSessionDispatcher.js +0 -44
- package/lib/server/dispatchers/debugControllerDispatcher.js +0 -78
- package/lib/server/dispatchers/dialogDispatcher.js +0 -47
- package/lib/server/dispatchers/dispatcher.js +0 -371
- package/lib/server/dispatchers/electronDispatcher.js +0 -89
- package/lib/server/dispatchers/elementHandlerDispatcher.js +0 -181
- package/lib/server/dispatchers/frameDispatcher.js +0 -227
- package/lib/server/dispatchers/jsHandleDispatcher.js +0 -85
- package/lib/server/dispatchers/jsonPipeDispatcher.js +0 -58
- package/lib/server/dispatchers/localUtilsDispatcher.js +0 -149
- package/lib/server/dispatchers/networkDispatchers.js +0 -213
- package/lib/server/dispatchers/pageDispatcher.js +0 -401
- package/lib/server/dispatchers/playwrightDispatcher.js +0 -112
- package/lib/server/dispatchers/streamDispatcher.js +0 -67
- package/lib/server/dispatchers/tracingDispatcher.js +0 -68
- package/lib/server/dispatchers/webSocketRouteDispatcher.js +0 -165
- package/lib/server/dispatchers/writableStreamDispatcher.js +0 -79
- package/lib/server/dom.js +0 -806
- package/lib/server/download.js +0 -70
- package/lib/server/electron/electron.js +0 -270
- package/lib/server/errors.js +0 -69
- package/lib/server/fetch.js +0 -621
- package/lib/server/fileChooser.js +0 -43
- package/lib/server/fileUploadUtils.js +0 -84
- package/lib/server/firefox/ffAccessibility.js +0 -238
- package/lib/server/firefox/ffBrowser.js +0 -428
- package/lib/server/firefox/ffConnection.js +0 -147
- package/lib/server/firefox/ffExecutionContext.js +0 -150
- package/lib/server/firefox/ffInput.js +0 -159
- package/lib/server/firefox/ffNetworkManager.js +0 -256
- package/lib/server/firefox/ffPage.js +0 -503
- package/lib/server/firefox/firefox.js +0 -105
- package/lib/server/firefox/protocol.d.js +0 -16
- package/lib/server/formData.js +0 -147
- package/lib/server/frameSelectors.js +0 -156
- package/lib/server/frames.js +0 -1448
- package/lib/server/har/harRecorder.js +0 -147
- package/lib/server/har/harTracer.js +0 -607
- package/lib/server/harBackend.js +0 -157
- package/lib/server/helper.js +0 -96
- package/lib/server/index.js +0 -58
- package/lib/server/input.js +0 -273
- package/lib/server/instrumentation.js +0 -69
- package/lib/server/javascript.js +0 -291
- package/lib/server/launchApp.js +0 -128
- package/lib/server/localUtils.js +0 -218
- package/lib/server/macEditingCommands.js +0 -143
- package/lib/server/network.js +0 -629
- package/lib/server/page.js +0 -870
- package/lib/server/pipeTransport.js +0 -89
- package/lib/server/playwright.js +0 -71
- package/lib/server/progress.js +0 -112
- package/lib/server/protocolError.js +0 -52
- package/lib/server/recorder/chat.js +0 -161
- package/lib/server/recorder/recorderApp.js +0 -387
- package/lib/server/recorder/recorderRunner.js +0 -138
- package/lib/server/recorder/recorderSignalProcessor.js +0 -83
- package/lib/server/recorder/recorderUtils.js +0 -157
- package/lib/server/recorder/throttledFile.js +0 -57
- package/lib/server/recorder.js +0 -498
- package/lib/server/registry/browserFetcher.js +0 -175
- package/lib/server/registry/dependencies.js +0 -371
- package/lib/server/registry/index.js +0 -1333
- package/lib/server/registry/nativeDeps.js +0 -1280
- package/lib/server/registry/oopDownloadBrowserMain.js +0 -120
- package/lib/server/screenshotter.js +0 -333
- package/lib/server/selectors.js +0 -112
- package/lib/server/socksClientCertificatesInterceptor.js +0 -383
- package/lib/server/socksInterceptor.js +0 -95
- package/lib/server/trace/recorder/snapshotter.js +0 -147
- package/lib/server/trace/recorder/snapshotterInjected.js +0 -541
- package/lib/server/trace/recorder/tracing.js +0 -602
- package/lib/server/trace/test/inMemorySnapshotter.js +0 -87
- package/lib/server/trace/viewer/traceViewer.js +0 -240
- package/lib/server/transport.js +0 -181
- package/lib/server/types.js +0 -28
- package/lib/server/usKeyboardLayout.js +0 -145
- package/lib/server/utils/ascii.js +0 -44
- package/lib/server/utils/comparators.js +0 -161
- package/lib/server/utils/crypto.js +0 -216
- package/lib/server/utils/debug.js +0 -42
- package/lib/server/utils/debugLogger.js +0 -122
- package/lib/server/utils/env.js +0 -73
- package/lib/server/utils/eventsHelper.js +0 -39
- package/lib/server/utils/expectUtils.js +0 -38
- package/lib/server/utils/fileUtils.js +0 -191
- package/lib/server/utils/happyEyeballs.js +0 -207
- package/lib/server/utils/hostPlatform.js +0 -111
- package/lib/server/utils/httpServer.js +0 -218
- package/lib/server/utils/image_tools/colorUtils.js +0 -89
- package/lib/server/utils/image_tools/compare.js +0 -109
- package/lib/server/utils/image_tools/imageChannel.js +0 -78
- package/lib/server/utils/image_tools/stats.js +0 -102
- package/lib/server/utils/linuxUtils.js +0 -71
- package/lib/server/utils/network.js +0 -227
- package/lib/server/utils/nodePlatform.js +0 -148
- package/lib/server/utils/pipeTransport.js +0 -84
- package/lib/server/utils/processLauncher.js +0 -241
- package/lib/server/utils/socksProxy.js +0 -511
- package/lib/server/utils/spawnAsync.js +0 -41
- package/lib/server/utils/task.js +0 -51
- package/lib/server/utils/userAgent.js +0 -98
- package/lib/server/utils/wsServer.js +0 -121
- package/lib/server/utils/zipFile.js +0 -74
- package/lib/server/utils/zones.js +0 -57
- package/lib/server/webkit/protocol.d.js +0 -16
- package/lib/server/webkit/webkit.js +0 -119
- package/lib/server/webkit/wkAccessibility.js +0 -237
- package/lib/server/webkit/wkBrowser.js +0 -339
- package/lib/server/webkit/wkConnection.js +0 -149
- package/lib/server/webkit/wkExecutionContext.js +0 -154
- package/lib/server/webkit/wkInput.js +0 -181
- package/lib/server/webkit/wkInterceptableRequest.js +0 -169
- package/lib/server/webkit/wkPage.js +0 -1134
- package/lib/server/webkit/wkProvisionalPage.js +0 -83
- package/lib/server/webkit/wkWorkers.js +0 -104
- package/lib/server/webkit/wsl/webkit-wsl-transport-client.js +0 -74
- package/lib/server/webkit/wsl/webkit-wsl-transport-server.js +0 -113
- package/lib/third_party/pixelmatch.js +0 -255
- package/lib/utils/isomorphic/ariaSnapshot.js +0 -392
- package/lib/utils/isomorphic/assert.js +0 -31
- package/lib/utils/isomorphic/colors.js +0 -72
- package/lib/utils/isomorphic/cssParser.js +0 -245
- package/lib/utils/isomorphic/cssTokenizer.js +0 -1051
- package/lib/utils/isomorphic/headers.js +0 -53
- package/lib/utils/isomorphic/locatorGenerators.js +0 -673
- package/lib/utils/isomorphic/locatorParser.js +0 -176
- package/lib/utils/isomorphic/locatorUtils.js +0 -81
- package/lib/utils/isomorphic/manualPromise.js +0 -114
- package/lib/utils/isomorphic/mimeType.js +0 -459
- package/lib/utils/isomorphic/multimap.js +0 -80
- package/lib/utils/isomorphic/protocolFormatter.js +0 -78
- package/lib/utils/isomorphic/protocolMetainfo.js +0 -321
- package/lib/utils/isomorphic/rtti.js +0 -43
- package/lib/utils/isomorphic/selectorParser.js +0 -386
- package/lib/utils/isomorphic/semaphore.js +0 -54
- package/lib/utils/isomorphic/stackTrace.js +0 -158
- package/lib/utils/isomorphic/stringUtils.js +0 -155
- package/lib/utils/isomorphic/time.js +0 -49
- package/lib/utils/isomorphic/timeoutRunner.js +0 -66
- package/lib/utils/isomorphic/traceUtils.js +0 -58
- package/lib/utils/isomorphic/types.js +0 -16
- package/lib/utils/isomorphic/urlMatch.js +0 -176
- package/lib/utils/isomorphic/utilityScriptSerializers.js +0 -251
- package/lib/utils.js +0 -107
- package/lib/utilsBundleImpl/index.js +0 -218
- package/lib/vite/recorder/assets/codeMirrorModule-RJCXzfmE.js +0 -24
- package/lib/vite/recorder/assets/index-Ri0uHF7I.css +0 -1
- package/lib/vite/recorder/assets/index-Y-X2TGJv.js +0 -193
- package/lib/vite/traceViewer/assets/codeMirrorModule-eyVcHN77.js +0 -24
- package/lib/vite/traceViewer/assets/defaultSettingsView-w0zYjHsW.js +0 -265
- package/lib/vite/traceViewer/defaultSettingsView.TQ8_7ybu.css +0 -1
- package/lib/vite/traceViewer/index.Bx16ehp1.js +0 -2
- package/lib/vite/traceViewer/index.I8N9v4jT.css +0 -1
- package/lib/vite/traceViewer/uiMode.Btcz36p_.css +0 -1
- package/lib/vite/traceViewer/uiMode.DRQ310U5.js +0 -5
- package/lib/zipBundle.js +0 -34
- package/lib/zipBundleImpl.js +0 -5
- /package/lib/{utilsBundleImpl/xdg-open → xdg-open} +0 -0
package/types/protocol.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This is generated from /utils/protocol-types-generator/index.js
|
|
2
2
|
type binary = string;
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export namespace Protocol {
|
|
4
|
+
export namespace Accessibility {
|
|
5
5
|
/**
|
|
6
6
|
* Unique accessibility node identifier.
|
|
7
7
|
*/
|
|
@@ -110,9 +110,10 @@ export module Protocol {
|
|
|
110
110
|
- from 'live' to 'root': attributes which apply to nodes in live regions
|
|
111
111
|
- from 'autocomplete' to 'valuetext': attributes which apply to widgets
|
|
112
112
|
- from 'checked' to 'selected': states which apply to widgets
|
|
113
|
-
- from 'activedescendant' to 'owns'
|
|
113
|
+
- from 'activedescendant' to 'owns': relationships between elements other than parent/child/sibling
|
|
114
|
+
- from 'activeFullscreenElement' to 'uninteresting': reasons why this noode is hidden
|
|
114
115
|
*/
|
|
115
|
-
export type AXPropertyName = "actions"|"busy"|"disabled"|"editable"|"focusable"|"focused"|"hidden"|"hiddenRoot"|"invalid"|"keyshortcuts"|"settable"|"roledescription"|"live"|"atomic"|"relevant"|"root"|"autocomplete"|"hasPopup"|"level"|"multiselectable"|"orientation"|"multiline"|"readonly"|"required"|"valuemin"|"valuemax"|"valuetext"|"checked"|"expanded"|"modal"|"pressed"|"selected"|"activedescendant"|"controls"|"describedby"|"details"|"errormessage"|"flowto"|"labelledby"|"owns"|"url";
|
|
116
|
+
export type AXPropertyName = "actions"|"busy"|"disabled"|"editable"|"focusable"|"focused"|"hidden"|"hiddenRoot"|"invalid"|"keyshortcuts"|"settable"|"roledescription"|"live"|"atomic"|"relevant"|"root"|"autocomplete"|"hasPopup"|"level"|"multiselectable"|"orientation"|"multiline"|"readonly"|"required"|"valuemin"|"valuemax"|"valuetext"|"checked"|"expanded"|"modal"|"pressed"|"selected"|"activedescendant"|"controls"|"describedby"|"details"|"errormessage"|"flowto"|"labelledby"|"owns"|"url"|"activeFullscreenElement"|"activeModalDialog"|"activeAriaModalDialog"|"ariaHiddenElement"|"ariaHiddenSubtree"|"emptyAlt"|"emptyText"|"inertElement"|"inertSubtree"|"labelContainer"|"labelFor"|"notRendered"|"notVisible"|"presentationalRole"|"probablyPresentational"|"inactiveCarouselTabContent"|"uninteresting";
|
|
116
117
|
/**
|
|
117
118
|
* A node in the accessibility tree.
|
|
118
119
|
*/
|
|
@@ -340,7 +341,7 @@ including nodes that are ignored for accessibility.
|
|
|
340
341
|
}
|
|
341
342
|
}
|
|
342
343
|
|
|
343
|
-
export
|
|
344
|
+
export namespace Animation {
|
|
344
345
|
/**
|
|
345
346
|
* Animation instance.
|
|
346
347
|
*/
|
|
@@ -440,9 +441,9 @@ Does not exist for animations with ScrollTimeline
|
|
|
440
441
|
*/
|
|
441
442
|
iterationStart: number;
|
|
442
443
|
/**
|
|
443
|
-
* `AnimationEffect`'s iterations.
|
|
444
|
+
* `AnimationEffect`'s iterations. Omitted if the value is infinite.
|
|
444
445
|
*/
|
|
445
|
-
iterations
|
|
446
|
+
iterations?: number;
|
|
446
447
|
/**
|
|
447
448
|
* `AnimationEffect`'s iteration duration.
|
|
448
449
|
Milliseconds for time based animations and
|
|
@@ -666,7 +667,7 @@ percentage [0 - 100] for scroll driven animations
|
|
|
666
667
|
/**
|
|
667
668
|
* Audits domain allows investigation of page violations and possible improvements.
|
|
668
669
|
*/
|
|
669
|
-
export
|
|
670
|
+
export namespace Audits {
|
|
670
671
|
/**
|
|
671
672
|
* Information about a cookie that is affected by an inspector issue.
|
|
672
673
|
*/
|
|
@@ -694,7 +695,7 @@ percentage [0 - 100] for scroll driven animations
|
|
|
694
695
|
export interface AffectedFrame {
|
|
695
696
|
frameId: Page.FrameId;
|
|
696
697
|
}
|
|
697
|
-
export type CookieExclusionReason = "ExcludeSameSiteUnspecifiedTreatedAsLax"|"ExcludeSameSiteNoneInsecure"|"ExcludeSameSiteLax"|"ExcludeSameSiteStrict"|"
|
|
698
|
+
export type CookieExclusionReason = "ExcludeSameSiteUnspecifiedTreatedAsLax"|"ExcludeSameSiteNoneInsecure"|"ExcludeSameSiteLax"|"ExcludeSameSiteStrict"|"ExcludeDomainNonASCII"|"ExcludeThirdPartyCookieBlockedInFirstPartySet"|"ExcludeThirdPartyPhaseout"|"ExcludePortMismatch"|"ExcludeSchemeMismatch";
|
|
698
699
|
export type CookieWarningReason = "WarnSameSiteUnspecifiedCrossSiteContext"|"WarnSameSiteNoneInsecure"|"WarnSameSiteUnspecifiedLaxAllowUnsafe"|"WarnSameSiteStrictLaxDowngradeStrict"|"WarnSameSiteStrictCrossDowngradeStrict"|"WarnSameSiteStrictCrossDowngradeLax"|"WarnSameSiteLaxCrossDowngradeStrict"|"WarnSameSiteLaxCrossDowngradeLax"|"WarnAttributeValueExceedsMaxSize"|"WarnDomainNonASCII"|"WarnThirdPartyPhaseout"|"WarnCrossSiteRedirectDowngradeChangesInclusion"|"WarnDeprecationTrialMetadata"|"WarnThirdPartyCookieHeuristic";
|
|
699
700
|
export type CookieOperation = "SetCookie"|"ReadCookie";
|
|
700
701
|
/**
|
|
@@ -740,6 +741,14 @@ may be used by the front-end as additional context.
|
|
|
740
741
|
*/
|
|
741
742
|
insight?: CookieIssueInsight;
|
|
742
743
|
}
|
|
744
|
+
export type PerformanceIssueType = "DocumentCookie";
|
|
745
|
+
/**
|
|
746
|
+
* Details for a performance issue.
|
|
747
|
+
*/
|
|
748
|
+
export interface PerformanceIssueDetails {
|
|
749
|
+
performanceIssueType: PerformanceIssueType;
|
|
750
|
+
sourceCodeLocation?: SourceCodeLocation;
|
|
751
|
+
}
|
|
743
752
|
export type MixedContentResolutionStatus = "MixedContentBlocked"|"MixedContentAutomaticallyUpgraded"|"MixedContentWarning";
|
|
744
753
|
export type MixedContentResourceType = "AttributionSrc"|"Audio"|"Beacon"|"CSPReport"|"Download"|"EventSource"|"Favicon"|"Font"|"Form"|"Frame"|"Image"|"Import"|"JSON"|"Manifest"|"Ping"|"PluginData"|"PluginResource"|"Prefetch"|"Resource"|"Script"|"ServiceWorker"|"SharedWorker"|"SpeculationRules"|"Stylesheet"|"Track"|"Video"|"Worker"|"XMLHttpRequest"|"XSLT";
|
|
745
754
|
export interface MixedContentIssueDetails {
|
|
@@ -836,15 +845,6 @@ transferred to a context that is not cross-origin isolated.
|
|
|
836
845
|
isWarning: boolean;
|
|
837
846
|
type: SharedArrayBufferIssueType;
|
|
838
847
|
}
|
|
839
|
-
export interface LowTextContrastIssueDetails {
|
|
840
|
-
violatingNodeId: DOM.BackendNodeId;
|
|
841
|
-
violatingNodeSelector: string;
|
|
842
|
-
contrastRatio: number;
|
|
843
|
-
thresholdAA: number;
|
|
844
|
-
thresholdAAA: number;
|
|
845
|
-
fontSize: string;
|
|
846
|
-
fontWeight: string;
|
|
847
|
-
}
|
|
848
848
|
/**
|
|
849
849
|
* Details for a CORS related issue, e.g. a warning or error related to
|
|
850
850
|
CORS RFC1918 enforcement.
|
|
@@ -859,9 +859,10 @@ CORS RFC1918 enforcement.
|
|
|
859
859
|
clientSecurityState?: Network.ClientSecurityState;
|
|
860
860
|
}
|
|
861
861
|
export type AttributionReportingIssueType = "PermissionPolicyDisabled"|"UntrustworthyReportingOrigin"|"InsecureContext"|"InvalidHeader"|"InvalidRegisterTriggerHeader"|"SourceAndTriggerHeaders"|"SourceIgnored"|"TriggerIgnored"|"OsSourceIgnored"|"OsTriggerIgnored"|"InvalidRegisterOsSourceHeader"|"InvalidRegisterOsTriggerHeader"|"WebAndOsHeaders"|"NoWebOrOsSupport"|"NavigationRegistrationWithoutTransientUserActivation"|"InvalidInfoHeader"|"NoRegisterSourceHeader"|"NoRegisterTriggerHeader"|"NoRegisterOsSourceHeader"|"NoRegisterOsTriggerHeader"|"NavigationRegistrationUniqueScopeAlreadySet";
|
|
862
|
-
export type SharedDictionaryError = "UseErrorCrossOriginNoCorsRequest"|"UseErrorDictionaryLoadFailure"|"UseErrorMatchingDictionaryNotUsed"|"UseErrorUnexpectedContentDictionaryHeader"|"WriteErrorCossOriginNoCorsRequest"|"WriteErrorDisallowedBySettings"|"WriteErrorExpiredResponse"|"WriteErrorFeatureDisabled"|"WriteErrorInsufficientResources"|"WriteErrorInvalidMatchField"|"WriteErrorInvalidStructuredHeader"|"WriteErrorNavigationRequest"|"WriteErrorNoMatchField"|"WriteErrorNonListMatchDestField"|"WriteErrorNonSecureContext"|"WriteErrorNonStringIdField"|"WriteErrorNonStringInMatchDestList"|"WriteErrorNonStringMatchField"|"WriteErrorNonTokenTypeField"|"WriteErrorRequestAborted"|"WriteErrorShuttingDown"|"WriteErrorTooLongIdField"|"WriteErrorUnsupportedType";
|
|
862
|
+
export type SharedDictionaryError = "UseErrorCrossOriginNoCorsRequest"|"UseErrorDictionaryLoadFailure"|"UseErrorMatchingDictionaryNotUsed"|"UseErrorUnexpectedContentDictionaryHeader"|"WriteErrorCossOriginNoCorsRequest"|"WriteErrorDisallowedBySettings"|"WriteErrorExpiredResponse"|"WriteErrorFeatureDisabled"|"WriteErrorInsufficientResources"|"WriteErrorInvalidMatchField"|"WriteErrorInvalidStructuredHeader"|"WriteErrorInvalidTTLField"|"WriteErrorNavigationRequest"|"WriteErrorNoMatchField"|"WriteErrorNonIntegerTTLField"|"WriteErrorNonListMatchDestField"|"WriteErrorNonSecureContext"|"WriteErrorNonStringIdField"|"WriteErrorNonStringInMatchDestList"|"WriteErrorNonStringMatchField"|"WriteErrorNonTokenTypeField"|"WriteErrorRequestAborted"|"WriteErrorShuttingDown"|"WriteErrorTooLongIdField"|"WriteErrorUnsupportedType";
|
|
863
863
|
export type SRIMessageSignatureError = "MissingSignatureHeader"|"MissingSignatureInputHeader"|"InvalidSignatureHeader"|"InvalidSignatureInputHeader"|"SignatureHeaderValueIsNotByteSequence"|"SignatureHeaderValueIsParameterized"|"SignatureHeaderValueIsIncorrectLength"|"SignatureInputHeaderMissingLabel"|"SignatureInputHeaderValueNotInnerList"|"SignatureInputHeaderValueMissingComponents"|"SignatureInputHeaderInvalidComponentType"|"SignatureInputHeaderInvalidComponentName"|"SignatureInputHeaderInvalidHeaderComponentParameter"|"SignatureInputHeaderInvalidDerivedComponentParameter"|"SignatureInputHeaderKeyIdLength"|"SignatureInputHeaderInvalidParameter"|"SignatureInputHeaderMissingRequiredParameters"|"ValidationFailedSignatureExpired"|"ValidationFailedInvalidLength"|"ValidationFailedSignatureMismatch"|"ValidationFailedIntegrityMismatch";
|
|
864
864
|
export type UnencodedDigestError = "MalformedDictionary"|"UnknownAlgorithm"|"IncorrectDigestType"|"IncorrectDigestLength";
|
|
865
|
+
export type ConnectionAllowlistError = "InvalidHeader"|"MoreThanOneList"|"ItemNotInnerList"|"InvalidAllowlistItemType"|"ReportingEndpointNotToken"|"InvalidUrlPattern";
|
|
865
866
|
/**
|
|
866
867
|
* Details for issues around "Attribution Reporting API" usage.
|
|
867
868
|
Explainer: https://github.com/WICG/attribution-reporting-api
|
|
@@ -905,7 +906,11 @@ instead of "limited-quirks".
|
|
|
905
906
|
error: UnencodedDigestError;
|
|
906
907
|
request: AffectedRequest;
|
|
907
908
|
}
|
|
908
|
-
export
|
|
909
|
+
export interface ConnectionAllowlistIssueDetails {
|
|
910
|
+
error: ConnectionAllowlistError;
|
|
911
|
+
request: AffectedRequest;
|
|
912
|
+
}
|
|
913
|
+
export type GenericIssueErrorType = "FormLabelForNameError"|"FormDuplicateIdForInputError"|"FormInputWithNoLabelError"|"FormAutocompleteAttributeEmptyError"|"FormEmptyIdAndNameAttributesForInputError"|"FormAriaLabelledByToNonExistingIdError"|"FormInputAssignedAutocompleteValueToIdOrNameAttributeError"|"FormLabelHasNeitherForNorNestedInputError"|"FormLabelForMatchesNonExistingIdError"|"FormInputHasWrongButWellIntendedAutocompleteValueError"|"ResponseWasBlockedByORB"|"NavigationEntryMarkedSkippable"|"AutofillAndManualTextPolicyControlledFeaturesInfo"|"AutofillPolicyControlledFeatureInfo"|"ManualTextPolicyControlledFeatureInfo"|"FormModelContextParameterMissingTitleAndDescription"|"FormModelContextMissingToolName"|"FormModelContextMissingToolDescription"|"FormModelContextRequiredParameterMissingName"|"FormModelContextParameterMissingName";
|
|
909
914
|
/**
|
|
910
915
|
* Depending on the concrete errorType, different properties are set.
|
|
911
916
|
*/
|
|
@@ -964,7 +969,7 @@ Should be updated alongside RequestIdTokenStatus in
|
|
|
964
969
|
third_party/blink/public/mojom/devtools/inspector_issue.mojom to include
|
|
965
970
|
all cases except for success.
|
|
966
971
|
*/
|
|
967
|
-
export type FederatedAuthRequestIssueReason = "ShouldEmbargo"|"TooManyRequests"|"WellKnownHttpNotFound"|"WellKnownNoResponse"|"WellKnownInvalidResponse"|"WellKnownListEmpty"|"WellKnownInvalidContentType"|"ConfigNotInWellKnown"|"WellKnownTooBig"|"ConfigHttpNotFound"|"ConfigNoResponse"|"ConfigInvalidResponse"|"ConfigInvalidContentType"|"
|
|
972
|
+
export type FederatedAuthRequestIssueReason = "ShouldEmbargo"|"TooManyRequests"|"WellKnownHttpNotFound"|"WellKnownNoResponse"|"WellKnownInvalidResponse"|"WellKnownListEmpty"|"WellKnownInvalidContentType"|"ConfigNotInWellKnown"|"WellKnownTooBig"|"ConfigHttpNotFound"|"ConfigNoResponse"|"ConfigInvalidResponse"|"ConfigInvalidContentType"|"IdpNotPotentiallyTrustworthy"|"DisabledInSettings"|"DisabledInFlags"|"ErrorFetchingSignin"|"InvalidSigninResponse"|"AccountsHttpNotFound"|"AccountsNoResponse"|"AccountsInvalidResponse"|"AccountsListEmpty"|"AccountsInvalidContentType"|"IdTokenHttpNotFound"|"IdTokenNoResponse"|"IdTokenInvalidResponse"|"IdTokenIdpErrorResponse"|"IdTokenCrossSiteIdpErrorResponse"|"IdTokenInvalidRequest"|"IdTokenInvalidContentType"|"ErrorIdToken"|"Canceled"|"RpPageNotVisible"|"SilentMediationFailure"|"NotSignedInWithIdp"|"MissingTransientUserActivation"|"ReplacedByActiveMode"|"RelyingPartyOriginIsOpaque"|"TypeNotMatching"|"UiDismissedNoEmbargo"|"CorsError"|"SuppressedBySegmentationPlatform";
|
|
968
973
|
export interface FederatedAuthUserInfoRequestIssueDetails {
|
|
969
974
|
federatedAuthUserInfoRequestIssueReason: FederatedAuthUserInfoRequestIssueReason;
|
|
970
975
|
}
|
|
@@ -1066,12 +1071,66 @@ re-identify users.
|
|
|
1066
1071
|
*/
|
|
1067
1072
|
sourceCodeLocation?: SourceCodeLocation;
|
|
1068
1073
|
}
|
|
1074
|
+
export type PermissionElementIssueType = "InvalidType"|"FencedFrameDisallowed"|"CspFrameAncestorsMissing"|"PermissionsPolicyBlocked"|"PaddingRightUnsupported"|"PaddingBottomUnsupported"|"InsetBoxShadowUnsupported"|"RequestInProgress"|"UntrustedEvent"|"RegistrationFailed"|"TypeNotSupported"|"InvalidTypeActivation"|"SecurityChecksFailed"|"ActivationDisabled"|"GeolocationDeprecated"|"InvalidDisplayStyle"|"NonOpaqueColor"|"LowContrast"|"FontSizeTooSmall"|"FontSizeTooLarge"|"InvalidSizeValue";
|
|
1075
|
+
/**
|
|
1076
|
+
* This issue warns about improper usage of the <permission> element.
|
|
1077
|
+
*/
|
|
1078
|
+
export interface PermissionElementIssueDetails {
|
|
1079
|
+
issueType: PermissionElementIssueType;
|
|
1080
|
+
/**
|
|
1081
|
+
* The value of the type attribute.
|
|
1082
|
+
*/
|
|
1083
|
+
type?: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* The node ID of the <permission> element.
|
|
1086
|
+
*/
|
|
1087
|
+
nodeId?: DOM.BackendNodeId;
|
|
1088
|
+
/**
|
|
1089
|
+
* True if the issue is a warning, false if it is an error.
|
|
1090
|
+
*/
|
|
1091
|
+
isWarning?: boolean;
|
|
1092
|
+
/**
|
|
1093
|
+
* Fields for message construction:
|
|
1094
|
+
Used for messages that reference a specific permission name
|
|
1095
|
+
*/
|
|
1096
|
+
permissionName?: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* Used for messages about occlusion
|
|
1099
|
+
*/
|
|
1100
|
+
occluderNodeInfo?: string;
|
|
1101
|
+
/**
|
|
1102
|
+
* Used for messages about occluder's parent
|
|
1103
|
+
*/
|
|
1104
|
+
occluderParentNodeInfo?: string;
|
|
1105
|
+
/**
|
|
1106
|
+
* Used for messages about activation disabled reason
|
|
1107
|
+
*/
|
|
1108
|
+
disableReason?: string;
|
|
1109
|
+
}
|
|
1110
|
+
/**
|
|
1111
|
+
* The issue warns about blocked calls to privacy sensitive APIs via the
|
|
1112
|
+
Selective Permissions Intervention.
|
|
1113
|
+
*/
|
|
1114
|
+
export interface SelectivePermissionsInterventionIssueDetails {
|
|
1115
|
+
/**
|
|
1116
|
+
* Which API was intervened on.
|
|
1117
|
+
*/
|
|
1118
|
+
apiName: string;
|
|
1119
|
+
/**
|
|
1120
|
+
* Why the ad script using the API is considered an ad.
|
|
1121
|
+
*/
|
|
1122
|
+
adAncestry: Network.AdAncestry;
|
|
1123
|
+
/**
|
|
1124
|
+
* The stack trace at the time of the intervention.
|
|
1125
|
+
*/
|
|
1126
|
+
stackTrace?: Runtime.StackTrace;
|
|
1127
|
+
}
|
|
1069
1128
|
/**
|
|
1070
1129
|
* A unique identifier for the type of issue. Each type may use one of the
|
|
1071
1130
|
optional fields in InspectorIssueDetails to convey more specific
|
|
1072
1131
|
information about the kind of issue.
|
|
1073
1132
|
*/
|
|
1074
|
-
export type InspectorIssueCode = "CookieIssue"|"MixedContentIssue"|"BlockedByResponseIssue"|"HeavyAdIssue"|"ContentSecurityPolicyIssue"|"SharedArrayBufferIssue"|"
|
|
1133
|
+
export type InspectorIssueCode = "CookieIssue"|"MixedContentIssue"|"BlockedByResponseIssue"|"HeavyAdIssue"|"ContentSecurityPolicyIssue"|"SharedArrayBufferIssue"|"CorsIssue"|"AttributionReportingIssue"|"QuirksModeIssue"|"PartitioningBlobURLIssue"|"NavigatorUserAgentIssue"|"GenericIssue"|"DeprecationIssue"|"ClientHintIssue"|"FederatedAuthRequestIssue"|"BounceTrackingIssue"|"CookieDeprecationMetadataIssue"|"StylesheetLoadingIssue"|"FederatedAuthUserInfoRequestIssue"|"PropertyRuleIssue"|"SharedDictionaryIssue"|"ElementAccessibilityIssue"|"SRIMessageSignatureIssue"|"UnencodedDigestIssue"|"ConnectionAllowlistIssue"|"UserReidentificationIssue"|"PermissionElementIssue"|"PerformanceIssue"|"SelectivePermissionsInterventionIssue";
|
|
1075
1134
|
/**
|
|
1076
1135
|
* This struct holds a list of optional fields with additional information
|
|
1077
1136
|
specific to the kind of issue. When adding a new issue code, please also
|
|
@@ -1084,7 +1143,6 @@ add a new optional field to this type.
|
|
|
1084
1143
|
heavyAdIssueDetails?: HeavyAdIssueDetails;
|
|
1085
1144
|
contentSecurityPolicyIssueDetails?: ContentSecurityPolicyIssueDetails;
|
|
1086
1145
|
sharedArrayBufferIssueDetails?: SharedArrayBufferIssueDetails;
|
|
1087
|
-
lowTextContrastIssueDetails?: LowTextContrastIssueDetails;
|
|
1088
1146
|
corsIssueDetails?: CorsIssueDetails;
|
|
1089
1147
|
attributionReportingIssueDetails?: AttributionReportingIssueDetails;
|
|
1090
1148
|
quirksModeIssueDetails?: QuirksModeIssueDetails;
|
|
@@ -1103,7 +1161,11 @@ add a new optional field to this type.
|
|
|
1103
1161
|
elementAccessibilityIssueDetails?: ElementAccessibilityIssueDetails;
|
|
1104
1162
|
sriMessageSignatureIssueDetails?: SRIMessageSignatureIssueDetails;
|
|
1105
1163
|
unencodedDigestIssueDetails?: UnencodedDigestIssueDetails;
|
|
1164
|
+
connectionAllowlistIssueDetails?: ConnectionAllowlistIssueDetails;
|
|
1106
1165
|
userReidentificationIssueDetails?: UserReidentificationIssueDetails;
|
|
1166
|
+
permissionElementIssueDetails?: PermissionElementIssueDetails;
|
|
1167
|
+
performanceIssueDetails?: PerformanceIssueDetails;
|
|
1168
|
+
selectivePermissionsInterventionIssueDetails?: SelectivePermissionsInterventionIssueDetails;
|
|
1107
1169
|
}
|
|
1108
1170
|
/**
|
|
1109
1171
|
* A unique id for a DevTools inspector issue. Allows other entities (e.g.
|
|
@@ -1178,18 +1240,6 @@ applies to images.
|
|
|
1178
1240
|
}
|
|
1179
1241
|
export type enableReturnValue = {
|
|
1180
1242
|
}
|
|
1181
|
-
/**
|
|
1182
|
-
* Runs the contrast check for the target page. Found issues are reported
|
|
1183
|
-
using Audits.issueAdded event.
|
|
1184
|
-
*/
|
|
1185
|
-
export type checkContrastParameters = {
|
|
1186
|
-
/**
|
|
1187
|
-
* Whether to report WCAG AAA level issues. Default is false.
|
|
1188
|
-
*/
|
|
1189
|
-
reportAAA?: boolean;
|
|
1190
|
-
}
|
|
1191
|
-
export type checkContrastReturnValue = {
|
|
1192
|
-
}
|
|
1193
1243
|
/**
|
|
1194
1244
|
* Runs the form issues check for the target page. Found issues are reported
|
|
1195
1245
|
using Audits.issueAdded event.
|
|
@@ -1204,7 +1254,7 @@ using Audits.issueAdded event.
|
|
|
1204
1254
|
/**
|
|
1205
1255
|
* Defines commands and events for Autofill.
|
|
1206
1256
|
*/
|
|
1207
|
-
export
|
|
1257
|
+
export namespace Autofill {
|
|
1208
1258
|
export interface CreditCard {
|
|
1209
1259
|
/**
|
|
1210
1260
|
* 16-digit credit card number.
|
|
@@ -1230,6 +1280,8 @@ using Audits.issueAdded event.
|
|
|
1230
1280
|
export interface AddressField {
|
|
1231
1281
|
/**
|
|
1232
1282
|
* address field name, for example GIVEN_NAME.
|
|
1283
|
+
The full list of supported field names:
|
|
1284
|
+
https://source.chromium.org/chromium/chromium/src/+/main:components/autofill/core/browser/field_types.cc;l=38
|
|
1233
1285
|
*/
|
|
1234
1286
|
name: string;
|
|
1235
1287
|
/**
|
|
@@ -1332,9 +1384,13 @@ If the field and related form cannot be autofilled, returns an error.
|
|
|
1332
1384
|
*/
|
|
1333
1385
|
frameId?: Page.FrameId;
|
|
1334
1386
|
/**
|
|
1335
|
-
* Credit card information to fill out the form. Credit card data is not saved.
|
|
1387
|
+
* Credit card information to fill out the form. Credit card data is not saved. Mutually exclusive with `address`.
|
|
1336
1388
|
*/
|
|
1337
|
-
card
|
|
1389
|
+
card?: CreditCard;
|
|
1390
|
+
/**
|
|
1391
|
+
* Address to fill out the form. Address data is not saved. Mutually exclusive with `card`.
|
|
1392
|
+
*/
|
|
1393
|
+
address?: Address;
|
|
1338
1394
|
}
|
|
1339
1395
|
export type triggerReturnValue = {
|
|
1340
1396
|
}
|
|
@@ -1365,7 +1421,7 @@ If the field and related form cannot be autofilled, returns an error.
|
|
|
1365
1421
|
/**
|
|
1366
1422
|
* Defines events for background web platform features.
|
|
1367
1423
|
*/
|
|
1368
|
-
export
|
|
1424
|
+
export namespace BackgroundService {
|
|
1369
1425
|
/**
|
|
1370
1426
|
* The Background Service that will be associated with the commands/events.
|
|
1371
1427
|
Every Background Service operates independently, but they share the same
|
|
@@ -1468,7 +1524,7 @@ events afterwards if enabled and recording.
|
|
|
1468
1524
|
* This domain allows configuring virtual Bluetooth devices to test
|
|
1469
1525
|
the web-bluetooth API.
|
|
1470
1526
|
*/
|
|
1471
|
-
export
|
|
1527
|
+
export namespace BluetoothEmulation {
|
|
1472
1528
|
/**
|
|
1473
1529
|
* Indicates the various states of Central.
|
|
1474
1530
|
*/
|
|
@@ -1753,7 +1809,7 @@ by |characteristicId|.
|
|
|
1753
1809
|
/**
|
|
1754
1810
|
* The Browser domain defines methods and events for browser managing.
|
|
1755
1811
|
*/
|
|
1756
|
-
export
|
|
1812
|
+
export namespace Browser {
|
|
1757
1813
|
export type BrowserContextID = string;
|
|
1758
1814
|
export type WindowID = number;
|
|
1759
1815
|
/**
|
|
@@ -1785,7 +1841,7 @@ by |characteristicId|.
|
|
|
1785
1841
|
*/
|
|
1786
1842
|
windowState?: WindowState;
|
|
1787
1843
|
}
|
|
1788
|
-
export type PermissionType = "ar"|"audioCapture"|"automaticFullscreen"|"backgroundFetch"|"backgroundSync"|"cameraPanTiltZoom"|"capturedSurfaceControl"|"clipboardReadWrite"|"clipboardSanitizedWrite"|"displayCapture"|"durableStorage"|"geolocation"|"handTracking"|"idleDetection"|"keyboardLock"|"localFonts"|"localNetworkAccess"|"midi"|"midiSysex"|"nfc"|"notifications"|"paymentHandler"|"periodicBackgroundSync"|"pointerLock"|"protectedMediaIdentifier"|"sensors"|"smartCard"|"speakerSelection"|"storageAccess"|"topLevelStorageAccess"|"videoCapture"|"vr"|"wakeLockScreen"|"wakeLockSystem"|"webAppInstallation"|"webPrinting"|"windowManagement";
|
|
1844
|
+
export type PermissionType = "ar"|"audioCapture"|"automaticFullscreen"|"backgroundFetch"|"backgroundSync"|"cameraPanTiltZoom"|"capturedSurfaceControl"|"clipboardReadWrite"|"clipboardSanitizedWrite"|"displayCapture"|"durableStorage"|"geolocation"|"handTracking"|"idleDetection"|"keyboardLock"|"localFonts"|"localNetwork"|"localNetworkAccess"|"loopbackNetwork"|"midi"|"midiSysex"|"nfc"|"notifications"|"paymentHandler"|"periodicBackgroundSync"|"pointerLock"|"protectedMediaIdentifier"|"sensors"|"smartCard"|"speakerSelection"|"storageAccess"|"topLevelStorageAccess"|"videoCapture"|"vr"|"wakeLockScreen"|"wakeLockSystem"|"webAppInstallation"|"webPrinting"|"windowManagement";
|
|
1789
1845
|
export type PermissionSetting = "granted"|"denied"|"prompt";
|
|
1790
1846
|
/**
|
|
1791
1847
|
* Definition of PermissionDescriptor defined in the Permissions API:
|
|
@@ -1913,7 +1969,7 @@ is guaranteed to exist.
|
|
|
1913
1969
|
}
|
|
1914
1970
|
|
|
1915
1971
|
/**
|
|
1916
|
-
* Set permission settings for given
|
|
1972
|
+
* Set permission settings for given embedding and embedded origins.
|
|
1917
1973
|
*/
|
|
1918
1974
|
export type setPermissionParameters = {
|
|
1919
1975
|
/**
|
|
@@ -1925,15 +1981,15 @@ is guaranteed to exist.
|
|
|
1925
1981
|
*/
|
|
1926
1982
|
setting: PermissionSetting;
|
|
1927
1983
|
/**
|
|
1928
|
-
*
|
|
1984
|
+
* Embedding origin the permission applies to, all origins if not specified.
|
|
1929
1985
|
*/
|
|
1930
1986
|
origin?: string;
|
|
1931
1987
|
/**
|
|
1932
|
-
*
|
|
1933
|
-
present and valid. If the
|
|
1934
|
-
|
|
1988
|
+
* Embedded origin the permission applies to. It is ignored unless the embedding origin is
|
|
1989
|
+
present and valid. If the embedding origin is provided but the embedded origin isn't, the
|
|
1990
|
+
embedding origin is used as the embedded origin.
|
|
1935
1991
|
*/
|
|
1936
|
-
|
|
1992
|
+
embeddedOrigin?: string;
|
|
1937
1993
|
/**
|
|
1938
1994
|
* Context to override. When omitted, default browser context is used.
|
|
1939
1995
|
*/
|
|
@@ -1942,7 +1998,8 @@ requesting origin is used as the embedding origin.
|
|
|
1942
1998
|
export type setPermissionReturnValue = {
|
|
1943
1999
|
}
|
|
1944
2000
|
/**
|
|
1945
|
-
* Grant specific permissions to the given origin and reject all others.
|
|
2001
|
+
* Grant specific permissions to the given origin and reject all others. Deprecated. Use
|
|
2002
|
+
setPermission instead.
|
|
1946
2003
|
*/
|
|
1947
2004
|
export type grantPermissionsParameters = {
|
|
1948
2005
|
permissions: PermissionType[];
|
|
@@ -2239,8 +2296,7 @@ CSS objects can be loaded using the `get*ForNode()` calls (which accept a DOM no
|
|
|
2239
2296
|
can also keep track of stylesheets via the `styleSheetAdded`/`styleSheetRemoved` events and
|
|
2240
2297
|
subsequently load the required stylesheet contents using the `getStyleSheet[Text]()` methods.
|
|
2241
2298
|
*/
|
|
2242
|
-
export
|
|
2243
|
-
export type StyleSheetId = string;
|
|
2299
|
+
export namespace CSS {
|
|
2244
2300
|
/**
|
|
2245
2301
|
* Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent
|
|
2246
2302
|
stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via
|
|
@@ -2381,7 +2437,7 @@ pseudo-classes.
|
|
|
2381
2437
|
/**
|
|
2382
2438
|
* The stylesheet identifier.
|
|
2383
2439
|
*/
|
|
2384
|
-
styleSheetId: StyleSheetId;
|
|
2440
|
+
styleSheetId: DOM.StyleSheetId;
|
|
2385
2441
|
/**
|
|
2386
2442
|
* Owner frame identifier.
|
|
2387
2443
|
*/
|
|
@@ -2466,7 +2522,7 @@ CSS module script.
|
|
|
2466
2522
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
2467
2523
|
stylesheet rules) this rule came from.
|
|
2468
2524
|
*/
|
|
2469
|
-
styleSheetId?: StyleSheetId;
|
|
2525
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2470
2526
|
/**
|
|
2471
2527
|
* Rule selector data.
|
|
2472
2528
|
*/
|
|
@@ -2483,6 +2539,10 @@ stylesheet rules) this rule came from.
|
|
|
2483
2539
|
* Associated style declaration.
|
|
2484
2540
|
*/
|
|
2485
2541
|
style: CSSStyle;
|
|
2542
|
+
/**
|
|
2543
|
+
* The BackendNodeId of the DOM node that constitutes the origin tree scope of this rule.
|
|
2544
|
+
*/
|
|
2545
|
+
originTreeScopeNodeId?: DOM.BackendNodeId;
|
|
2486
2546
|
/**
|
|
2487
2547
|
* Media list array (for rules involving media queries). The array enumerates media queries
|
|
2488
2548
|
starting with the innermost one, going outwards.
|
|
@@ -2517,12 +2577,17 @@ The array enumerates @scope at-rules starting with the innermost one, going outw
|
|
|
2517
2577
|
The array enumerates @starting-style at-rules starting with the innermost one, going outwards.
|
|
2518
2578
|
*/
|
|
2519
2579
|
startingStyles?: CSSStartingStyle[];
|
|
2580
|
+
/**
|
|
2581
|
+
* @navigation CSS at-rule array.
|
|
2582
|
+
The array enumerates @navigation at-rules starting with the innermost one, going outwards.
|
|
2583
|
+
*/
|
|
2584
|
+
navigations?: CSSNavigation[];
|
|
2520
2585
|
}
|
|
2521
2586
|
/**
|
|
2522
2587
|
* Enum indicating the type of a CSS rule, used to represent the order of a style rule's ancestors.
|
|
2523
2588
|
This list only contains rule types that are collected during the ancestor rule collection.
|
|
2524
2589
|
*/
|
|
2525
|
-
export type CSSRuleType = "MediaRule"|"SupportsRule"|"ContainerRule"|"LayerRule"|"ScopeRule"|"StyleRule"|"StartingStyleRule";
|
|
2590
|
+
export type CSSRuleType = "MediaRule"|"SupportsRule"|"ContainerRule"|"LayerRule"|"ScopeRule"|"StyleRule"|"StartingStyleRule"|"NavigationRule";
|
|
2526
2591
|
/**
|
|
2527
2592
|
* CSS coverage information.
|
|
2528
2593
|
*/
|
|
@@ -2531,7 +2596,7 @@ This list only contains rule types that are collected during the ancestor rule c
|
|
|
2531
2596
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
2532
2597
|
stylesheet rules) this rule came from.
|
|
2533
2598
|
*/
|
|
2534
|
-
styleSheetId: StyleSheetId;
|
|
2599
|
+
styleSheetId: DOM.StyleSheetId;
|
|
2535
2600
|
/**
|
|
2536
2601
|
* Offset of the start of the rule (including selector) from the beginning of the stylesheet.
|
|
2537
2602
|
*/
|
|
@@ -2606,7 +2671,7 @@ or it is in the subtree of an element being rendered with base appearance.
|
|
|
2606
2671
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
2607
2672
|
stylesheet rules) this rule came from.
|
|
2608
2673
|
*/
|
|
2609
|
-
styleSheetId?: StyleSheetId;
|
|
2674
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2610
2675
|
/**
|
|
2611
2676
|
* CSS properties in the style.
|
|
2612
2677
|
*/
|
|
@@ -2693,7 +2758,7 @@ available).
|
|
|
2693
2758
|
/**
|
|
2694
2759
|
* Identifier of the stylesheet containing this object (if exists).
|
|
2695
2760
|
*/
|
|
2696
|
-
styleSheetId?: StyleSheetId;
|
|
2761
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2697
2762
|
/**
|
|
2698
2763
|
* Array of media queries.
|
|
2699
2764
|
*/
|
|
@@ -2753,7 +2818,7 @@ available).
|
|
|
2753
2818
|
/**
|
|
2754
2819
|
* Identifier of the stylesheet containing this object (if exists).
|
|
2755
2820
|
*/
|
|
2756
|
-
styleSheetId?: StyleSheetId;
|
|
2821
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2757
2822
|
/**
|
|
2758
2823
|
* Optional name for the container.
|
|
2759
2824
|
*/
|
|
@@ -2795,7 +2860,29 @@ available).
|
|
|
2795
2860
|
/**
|
|
2796
2861
|
* Identifier of the stylesheet containing this object (if exists).
|
|
2797
2862
|
*/
|
|
2798
|
-
styleSheetId?: StyleSheetId;
|
|
2863
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2864
|
+
}
|
|
2865
|
+
/**
|
|
2866
|
+
* CSS Navigation at-rule descriptor.
|
|
2867
|
+
*/
|
|
2868
|
+
export interface CSSNavigation {
|
|
2869
|
+
/**
|
|
2870
|
+
* Navigation rule text.
|
|
2871
|
+
*/
|
|
2872
|
+
text: string;
|
|
2873
|
+
/**
|
|
2874
|
+
* Whether the navigation condition is satisfied.
|
|
2875
|
+
*/
|
|
2876
|
+
active?: boolean;
|
|
2877
|
+
/**
|
|
2878
|
+
* The associated rule header range in the enclosing stylesheet (if
|
|
2879
|
+
available).
|
|
2880
|
+
*/
|
|
2881
|
+
range?: SourceRange;
|
|
2882
|
+
/**
|
|
2883
|
+
* Identifier of the stylesheet containing this object (if exists).
|
|
2884
|
+
*/
|
|
2885
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2799
2886
|
}
|
|
2800
2887
|
/**
|
|
2801
2888
|
* CSS Scope at-rule descriptor.
|
|
@@ -2813,7 +2900,7 @@ available).
|
|
|
2813
2900
|
/**
|
|
2814
2901
|
* Identifier of the stylesheet containing this object (if exists).
|
|
2815
2902
|
*/
|
|
2816
|
-
styleSheetId?: StyleSheetId;
|
|
2903
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2817
2904
|
}
|
|
2818
2905
|
/**
|
|
2819
2906
|
* CSS Layer at-rule descriptor.
|
|
@@ -2831,7 +2918,7 @@ available).
|
|
|
2831
2918
|
/**
|
|
2832
2919
|
* Identifier of the stylesheet containing this object (if exists).
|
|
2833
2920
|
*/
|
|
2834
|
-
styleSheetId?: StyleSheetId;
|
|
2921
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2835
2922
|
}
|
|
2836
2923
|
/**
|
|
2837
2924
|
* CSS Starting Style at-rule descriptor.
|
|
@@ -2845,7 +2932,7 @@ available).
|
|
|
2845
2932
|
/**
|
|
2846
2933
|
* Identifier of the stylesheet containing this object (if exists).
|
|
2847
2934
|
*/
|
|
2848
|
-
styleSheetId?: StyleSheetId;
|
|
2935
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2849
2936
|
}
|
|
2850
2937
|
/**
|
|
2851
2938
|
* CSS Layer data.
|
|
@@ -2965,7 +3052,7 @@ and additional information such as platformFontFamily and fontVariationAxes.
|
|
|
2965
3052
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
2966
3053
|
stylesheet rules) this rule came from.
|
|
2967
3054
|
*/
|
|
2968
|
-
styleSheetId?: StyleSheetId;
|
|
3055
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2969
3056
|
/**
|
|
2970
3057
|
* Parent stylesheet's origin.
|
|
2971
3058
|
*/
|
|
@@ -2987,7 +3074,7 @@ stylesheet rules) this rule came from.
|
|
|
2987
3074
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
2988
3075
|
stylesheet rules) this rule came from.
|
|
2989
3076
|
*/
|
|
2990
|
-
styleSheetId?: StyleSheetId;
|
|
3077
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
2991
3078
|
/**
|
|
2992
3079
|
* Parent stylesheet's origin.
|
|
2993
3080
|
*/
|
|
@@ -3021,22 +3108,31 @@ stylesheet rules) this rule came from.
|
|
|
3021
3108
|
syntax: string;
|
|
3022
3109
|
}
|
|
3023
3110
|
/**
|
|
3024
|
-
* CSS
|
|
3111
|
+
* CSS generic @rule representation.
|
|
3025
3112
|
*/
|
|
3026
|
-
export interface
|
|
3113
|
+
export interface CSSAtRule {
|
|
3114
|
+
/**
|
|
3115
|
+
* Type of at-rule.
|
|
3116
|
+
*/
|
|
3117
|
+
type: "font-face"|"font-feature-values"|"font-palette-values";
|
|
3118
|
+
/**
|
|
3119
|
+
* Subsection of font-feature-values, if this is a subsection.
|
|
3120
|
+
*/
|
|
3121
|
+
subsection?: "swash"|"annotation"|"ornaments"|"stylistic"|"styleset"|"character-variant";
|
|
3122
|
+
/**
|
|
3123
|
+
* LINT.ThenChange(//third_party/blink/renderer/core/inspector/inspector_style_sheet.cc:FontVariantAlternatesFeatureType,//third_party/blink/renderer/core/inspector/inspector_css_agent.cc:FontVariantAlternatesFeatureType)
|
|
3124
|
+
Associated name, if applicable.
|
|
3125
|
+
*/
|
|
3126
|
+
name?: Value;
|
|
3027
3127
|
/**
|
|
3028
3128
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
3029
3129
|
stylesheet rules) this rule came from.
|
|
3030
3130
|
*/
|
|
3031
|
-
styleSheetId?: StyleSheetId;
|
|
3131
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
3032
3132
|
/**
|
|
3033
3133
|
* Parent stylesheet's origin.
|
|
3034
3134
|
*/
|
|
3035
3135
|
origin: StyleSheetOrigin;
|
|
3036
|
-
/**
|
|
3037
|
-
* Associated font palette name.
|
|
3038
|
-
*/
|
|
3039
|
-
fontPaletteName: Value;
|
|
3040
3136
|
/**
|
|
3041
3137
|
* Associated style declaration.
|
|
3042
3138
|
*/
|
|
@@ -3050,7 +3146,7 @@ stylesheet rules) this rule came from.
|
|
|
3050
3146
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
3051
3147
|
stylesheet rules) this rule came from.
|
|
3052
3148
|
*/
|
|
3053
|
-
styleSheetId?: StyleSheetId;
|
|
3149
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
3054
3150
|
/**
|
|
3055
3151
|
* Parent stylesheet's origin.
|
|
3056
3152
|
*/
|
|
@@ -3093,6 +3189,10 @@ stylesheet rules) this rule came from.
|
|
|
3093
3189
|
* @supports CSS at-rule condition. Only one type of condition should be set.
|
|
3094
3190
|
*/
|
|
3095
3191
|
supports?: CSSSupports;
|
|
3192
|
+
/**
|
|
3193
|
+
* @navigation condition. Only one type of condition should be set.
|
|
3194
|
+
*/
|
|
3195
|
+
navigation?: CSSNavigation;
|
|
3096
3196
|
/**
|
|
3097
3197
|
* Block body.
|
|
3098
3198
|
*/
|
|
@@ -3127,7 +3227,7 @@ stylesheet rules) this rule came from.
|
|
|
3127
3227
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
3128
3228
|
stylesheet rules) this rule came from.
|
|
3129
3229
|
*/
|
|
3130
|
-
styleSheetId?: StyleSheetId;
|
|
3230
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
3131
3231
|
/**
|
|
3132
3232
|
* Parent stylesheet's origin.
|
|
3133
3233
|
*/
|
|
@@ -3140,6 +3240,10 @@ stylesheet rules) this rule came from.
|
|
|
3140
3240
|
* Function body.
|
|
3141
3241
|
*/
|
|
3142
3242
|
children: CSSFunctionNode[];
|
|
3243
|
+
/**
|
|
3244
|
+
* The BackendNodeId of the DOM node that constitutes the origin tree scope of this rule.
|
|
3245
|
+
*/
|
|
3246
|
+
originTreeScopeNodeId?: DOM.BackendNodeId;
|
|
3143
3247
|
}
|
|
3144
3248
|
/**
|
|
3145
3249
|
* CSS keyframe rule representation.
|
|
@@ -3149,7 +3253,7 @@ stylesheet rules) this rule came from.
|
|
|
3149
3253
|
* The css style sheet identifier (absent for user agent stylesheet and user-specified
|
|
3150
3254
|
stylesheet rules) this rule came from.
|
|
3151
3255
|
*/
|
|
3152
|
-
styleSheetId?: StyleSheetId;
|
|
3256
|
+
styleSheetId?: DOM.StyleSheetId;
|
|
3153
3257
|
/**
|
|
3154
3258
|
* Parent stylesheet's origin.
|
|
3155
3259
|
*/
|
|
@@ -3170,7 +3274,7 @@ stylesheet rules) this rule came from.
|
|
|
3170
3274
|
/**
|
|
3171
3275
|
* The css style sheet identifier.
|
|
3172
3276
|
*/
|
|
3173
|
-
styleSheetId: StyleSheetId;
|
|
3277
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3174
3278
|
/**
|
|
3175
3279
|
* The range of the style text in the enclosing stylesheet.
|
|
3176
3280
|
*/
|
|
@@ -3209,7 +3313,7 @@ resized.) The current implementation considers only viewport-dependent media fea
|
|
|
3209
3313
|
* Fired whenever a stylesheet is changed as a result of the client operation.
|
|
3210
3314
|
*/
|
|
3211
3315
|
export type styleSheetChangedPayload = {
|
|
3212
|
-
styleSheetId: StyleSheetId;
|
|
3316
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3213
3317
|
}
|
|
3214
3318
|
/**
|
|
3215
3319
|
* Fired whenever an active document stylesheet is removed.
|
|
@@ -3218,7 +3322,7 @@ resized.) The current implementation considers only viewport-dependent media fea
|
|
|
3218
3322
|
/**
|
|
3219
3323
|
* Identifier of the removed stylesheet.
|
|
3220
3324
|
*/
|
|
3221
|
-
styleSheetId: StyleSheetId;
|
|
3325
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3222
3326
|
}
|
|
3223
3327
|
export type computedStyleUpdatedPayload = {
|
|
3224
3328
|
/**
|
|
@@ -3235,7 +3339,7 @@ position specified by `location`.
|
|
|
3235
3339
|
/**
|
|
3236
3340
|
* The css style sheet identifier where a new rule should be inserted.
|
|
3237
3341
|
*/
|
|
3238
|
-
styleSheetId: StyleSheetId;
|
|
3342
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3239
3343
|
/**
|
|
3240
3344
|
* The text of a new rule.
|
|
3241
3345
|
*/
|
|
@@ -3261,7 +3365,7 @@ incorrect results if the declaration contains a var() for example.
|
|
|
3261
3365
|
* Returns all class names from specified stylesheet.
|
|
3262
3366
|
*/
|
|
3263
3367
|
export type collectClassNamesParameters = {
|
|
3264
|
-
styleSheetId: StyleSheetId;
|
|
3368
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3265
3369
|
}
|
|
3266
3370
|
export type collectClassNamesReturnValue = {
|
|
3267
3371
|
/**
|
|
@@ -3289,7 +3393,7 @@ for the frame's document if it exists or creates a new stylesheet
|
|
|
3289
3393
|
/**
|
|
3290
3394
|
* Identifier of the created "via-inspector" stylesheet.
|
|
3291
3395
|
*/
|
|
3292
|
-
styleSheetId: StyleSheetId;
|
|
3396
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3293
3397
|
}
|
|
3294
3398
|
/**
|
|
3295
3399
|
* Disables the CSS agent for the given page.
|
|
@@ -3389,6 +3493,8 @@ they were property's declaration. If a value cannot be parsed according
|
|
|
3389
3493
|
to the provided property syntax, the value is parsed using combined
|
|
3390
3494
|
syntax as if null `propertyName` was provided. If the value cannot be
|
|
3391
3495
|
resolved even then, return the provided value without any changes.
|
|
3496
|
+
Note: this function currently does not resolve CSS random() function,
|
|
3497
|
+
it returns unmodified random() function parts.`
|
|
3392
3498
|
*/
|
|
3393
3499
|
export type resolveValuesParameters = {
|
|
3394
3500
|
/**
|
|
@@ -3515,9 +3621,9 @@ will not be set if there is no active position-try fallback.
|
|
|
3515
3621
|
*/
|
|
3516
3622
|
cssPropertyRegistrations?: CSSPropertyRegistration[];
|
|
3517
3623
|
/**
|
|
3518
|
-
* A
|
|
3624
|
+
* A list of simple @rules matching this node or its pseudo-elements.
|
|
3519
3625
|
*/
|
|
3520
|
-
|
|
3626
|
+
cssAtRules?: CSSAtRule[];
|
|
3521
3627
|
/**
|
|
3522
3628
|
* Id of the first parent element that does not have display: contents.
|
|
3523
3629
|
*/
|
|
@@ -3560,7 +3666,7 @@ node.
|
|
|
3560
3666
|
* Returns the current textual content for a stylesheet.
|
|
3561
3667
|
*/
|
|
3562
3668
|
export type getStyleSheetTextParameters = {
|
|
3563
|
-
styleSheetId: StyleSheetId;
|
|
3669
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3564
3670
|
}
|
|
3565
3671
|
export type getStyleSheetTextReturnValue = {
|
|
3566
3672
|
/**
|
|
@@ -3585,7 +3691,7 @@ the full layer tree for the tree scope and their ordering.
|
|
|
3585
3691
|
returns an array of locations of the CSS selector in the style sheet.
|
|
3586
3692
|
*/
|
|
3587
3693
|
export type getLocationForSelectorParameters = {
|
|
3588
|
-
styleSheetId: StyleSheetId;
|
|
3694
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3589
3695
|
selectorText: string;
|
|
3590
3696
|
}
|
|
3591
3697
|
export type getLocationForSelectorReturnValue = {
|
|
@@ -3646,7 +3752,7 @@ property
|
|
|
3646
3752
|
* Modifies the property rule property name.
|
|
3647
3753
|
*/
|
|
3648
3754
|
export type setPropertyRulePropertyNameParameters = {
|
|
3649
|
-
styleSheetId: StyleSheetId;
|
|
3755
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3650
3756
|
range: SourceRange;
|
|
3651
3757
|
propertyName: string;
|
|
3652
3758
|
}
|
|
@@ -3660,7 +3766,7 @@ property
|
|
|
3660
3766
|
* Modifies the keyframe rule key text.
|
|
3661
3767
|
*/
|
|
3662
3768
|
export type setKeyframeKeyParameters = {
|
|
3663
|
-
styleSheetId: StyleSheetId;
|
|
3769
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3664
3770
|
range: SourceRange;
|
|
3665
3771
|
keyText: string;
|
|
3666
3772
|
}
|
|
@@ -3674,7 +3780,7 @@ property
|
|
|
3674
3780
|
* Modifies the rule selector.
|
|
3675
3781
|
*/
|
|
3676
3782
|
export type setMediaTextParameters = {
|
|
3677
|
-
styleSheetId: StyleSheetId;
|
|
3783
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3678
3784
|
range: SourceRange;
|
|
3679
3785
|
text: string;
|
|
3680
3786
|
}
|
|
@@ -3688,7 +3794,7 @@ property
|
|
|
3688
3794
|
* Modifies the expression of a container query.
|
|
3689
3795
|
*/
|
|
3690
3796
|
export type setContainerQueryTextParameters = {
|
|
3691
|
-
styleSheetId: StyleSheetId;
|
|
3797
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3692
3798
|
range: SourceRange;
|
|
3693
3799
|
text: string;
|
|
3694
3800
|
}
|
|
@@ -3702,7 +3808,7 @@ property
|
|
|
3702
3808
|
* Modifies the expression of a supports at-rule.
|
|
3703
3809
|
*/
|
|
3704
3810
|
export type setSupportsTextParameters = {
|
|
3705
|
-
styleSheetId: StyleSheetId;
|
|
3811
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3706
3812
|
range: SourceRange;
|
|
3707
3813
|
text: string;
|
|
3708
3814
|
}
|
|
@@ -3712,11 +3818,25 @@ property
|
|
|
3712
3818
|
*/
|
|
3713
3819
|
supports: CSSSupports;
|
|
3714
3820
|
}
|
|
3821
|
+
/**
|
|
3822
|
+
* Modifies the expression of a navigation at-rule.
|
|
3823
|
+
*/
|
|
3824
|
+
export type setNavigationTextParameters = {
|
|
3825
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3826
|
+
range: SourceRange;
|
|
3827
|
+
text: string;
|
|
3828
|
+
}
|
|
3829
|
+
export type setNavigationTextReturnValue = {
|
|
3830
|
+
/**
|
|
3831
|
+
* The resulting CSS Navigation rule after modification.
|
|
3832
|
+
*/
|
|
3833
|
+
navigation: CSSNavigation;
|
|
3834
|
+
}
|
|
3715
3835
|
/**
|
|
3716
3836
|
* Modifies the expression of a scope at-rule.
|
|
3717
3837
|
*/
|
|
3718
3838
|
export type setScopeTextParameters = {
|
|
3719
|
-
styleSheetId: StyleSheetId;
|
|
3839
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3720
3840
|
range: SourceRange;
|
|
3721
3841
|
text: string;
|
|
3722
3842
|
}
|
|
@@ -3730,7 +3850,7 @@ property
|
|
|
3730
3850
|
* Modifies the rule selector.
|
|
3731
3851
|
*/
|
|
3732
3852
|
export type setRuleSelectorParameters = {
|
|
3733
|
-
styleSheetId: StyleSheetId;
|
|
3853
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3734
3854
|
range: SourceRange;
|
|
3735
3855
|
selector: string;
|
|
3736
3856
|
}
|
|
@@ -3744,7 +3864,7 @@ property
|
|
|
3744
3864
|
* Sets the new stylesheet text.
|
|
3745
3865
|
*/
|
|
3746
3866
|
export type setStyleSheetTextParameters = {
|
|
3747
|
-
styleSheetId: StyleSheetId;
|
|
3867
|
+
styleSheetId: DOM.StyleSheetId;
|
|
3748
3868
|
text: string;
|
|
3749
3869
|
}
|
|
3750
3870
|
export type setStyleSheetTextReturnValue = {
|
|
@@ -3813,7 +3933,7 @@ instrumentation).
|
|
|
3813
3933
|
}
|
|
3814
3934
|
}
|
|
3815
3935
|
|
|
3816
|
-
export
|
|
3936
|
+
export namespace CacheStorage {
|
|
3817
3937
|
/**
|
|
3818
3938
|
* Unique identifier of the Cache object.
|
|
3819
3939
|
*/
|
|
@@ -4010,7 +4130,7 @@ is the count of all entries from this storage.
|
|
|
4010
4130
|
* A domain for interacting with Cast, Presentation API, and Remote Playback API
|
|
4011
4131
|
functionalities.
|
|
4012
4132
|
*/
|
|
4013
|
-
export
|
|
4133
|
+
export namespace Cast {
|
|
4014
4134
|
export interface Sink {
|
|
4015
4135
|
name: string;
|
|
4016
4136
|
id: string;
|
|
@@ -4090,6 +4210,33 @@ sink via Presentation API, Remote Playback API, or Cast SDK.
|
|
|
4090
4210
|
}
|
|
4091
4211
|
}
|
|
4092
4212
|
|
|
4213
|
+
/**
|
|
4214
|
+
* This domain exposes the current state of the CrashReportContext API.
|
|
4215
|
+
*/
|
|
4216
|
+
export namespace CrashReportContext {
|
|
4217
|
+
/**
|
|
4218
|
+
* Key-value pair in CrashReportContext.
|
|
4219
|
+
*/
|
|
4220
|
+
export interface CrashReportContextEntry {
|
|
4221
|
+
key: string;
|
|
4222
|
+
value: string;
|
|
4223
|
+
/**
|
|
4224
|
+
* The ID of the frame where the key-value pair was set.
|
|
4225
|
+
*/
|
|
4226
|
+
frameId: Page.FrameId;
|
|
4227
|
+
}
|
|
4228
|
+
|
|
4229
|
+
|
|
4230
|
+
/**
|
|
4231
|
+
* Returns all entries in the CrashReportContext across all frames in the page.
|
|
4232
|
+
*/
|
|
4233
|
+
export type getEntriesParameters = {
|
|
4234
|
+
}
|
|
4235
|
+
export type getEntriesReturnValue = {
|
|
4236
|
+
entries: CrashReportContextEntry[];
|
|
4237
|
+
}
|
|
4238
|
+
}
|
|
4239
|
+
|
|
4093
4240
|
/**
|
|
4094
4241
|
* This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object
|
|
4095
4242
|
that has an `id`. This `id` can be used to get additional information on the Node, resolve it into
|
|
@@ -4099,7 +4246,7 @@ and never sends the same node twice. It is client's responsibility to collect in
|
|
|
4099
4246
|
the nodes that were sent to the client. Note that `iframe` owner elements will return
|
|
4100
4247
|
corresponding document elements as their child nodes.
|
|
4101
4248
|
*/
|
|
4102
|
-
export
|
|
4249
|
+
export namespace DOM {
|
|
4103
4250
|
/**
|
|
4104
4251
|
* Unique DOM node identifier.
|
|
4105
4252
|
*/
|
|
@@ -4109,6 +4256,10 @@ corresponding document elements as their child nodes.
|
|
|
4109
4256
|
front-end.
|
|
4110
4257
|
*/
|
|
4111
4258
|
export type BackendNodeId = number;
|
|
4259
|
+
/**
|
|
4260
|
+
* Unique identifier for a CSS stylesheet.
|
|
4261
|
+
*/
|
|
4262
|
+
export type StyleSheetId = string;
|
|
4112
4263
|
/**
|
|
4113
4264
|
* Backend node with a friendly name.
|
|
4114
4265
|
*/
|
|
@@ -4126,7 +4277,7 @@ front-end.
|
|
|
4126
4277
|
/**
|
|
4127
4278
|
* Pseudo element type.
|
|
4128
4279
|
*/
|
|
4129
|
-
export type PseudoType = "first-line"|"first-letter"|"checkmark"|"before"|"after"|"picker-icon"|"interest-
|
|
4280
|
+
export type PseudoType = "first-line"|"first-letter"|"checkmark"|"before"|"after"|"expand-icon"|"picker-icon"|"interest-button"|"marker"|"backdrop"|"column"|"selection"|"search-text"|"target-text"|"spelling-error"|"grammar-error"|"highlight"|"first-line-inherited"|"scroll-marker"|"scroll-marker-group"|"scroll-button"|"scrollbar"|"scrollbar-thumb"|"scrollbar-button"|"scrollbar-track"|"scrollbar-track-piece"|"scrollbar-corner"|"resizer"|"input-list-button"|"view-transition"|"view-transition-group"|"view-transition-image-pair"|"view-transition-group-children"|"view-transition-old"|"view-transition-new"|"placeholder"|"file-selector-button"|"details-content"|"picker"|"permission-icon"|"overscroll-area-parent";
|
|
4130
4281
|
/**
|
|
4131
4282
|
* Shadow root type.
|
|
4132
4283
|
*/
|
|
@@ -4276,6 +4427,9 @@ The property is always undefined now.
|
|
|
4276
4427
|
compatibilityMode?: CompatibilityMode;
|
|
4277
4428
|
assignedSlot?: BackendNode;
|
|
4278
4429
|
isScrollable?: boolean;
|
|
4430
|
+
affectedByStartingStyles?: boolean;
|
|
4431
|
+
adoptedStyleSheets?: StyleSheetId[];
|
|
4432
|
+
adProvenance?: Network.AdProvenance;
|
|
4279
4433
|
}
|
|
4280
4434
|
/**
|
|
4281
4435
|
* A structure to hold the top-level node of a detached tree and an array of its retained descendants.
|
|
@@ -4408,6 +4562,19 @@ The property is always undefined now.
|
|
|
4408
4562
|
*/
|
|
4409
4563
|
value: string;
|
|
4410
4564
|
}
|
|
4565
|
+
/**
|
|
4566
|
+
* Fired when `Element`'s adoptedStyleSheets are modified.
|
|
4567
|
+
*/
|
|
4568
|
+
export type adoptedStyleSheetsModifiedPayload = {
|
|
4569
|
+
/**
|
|
4570
|
+
* Id of the node that has changed.
|
|
4571
|
+
*/
|
|
4572
|
+
nodeId: NodeId;
|
|
4573
|
+
/**
|
|
4574
|
+
* New adoptedStyleSheets array.
|
|
4575
|
+
*/
|
|
4576
|
+
adoptedStyleSheets: StyleSheetId[];
|
|
4577
|
+
}
|
|
4411
4578
|
/**
|
|
4412
4579
|
* Fired when `Element`'s attribute is removed.
|
|
4413
4580
|
*/
|
|
@@ -4533,6 +4700,32 @@ The property is always undefined now.
|
|
|
4533
4700
|
*/
|
|
4534
4701
|
isScrollable: boolean;
|
|
4535
4702
|
}
|
|
4703
|
+
/**
|
|
4704
|
+
* Fired when a node's ad related state changes.
|
|
4705
|
+
*/
|
|
4706
|
+
export type adRelatedStateUpdatedPayload = {
|
|
4707
|
+
/**
|
|
4708
|
+
* The id of the node.
|
|
4709
|
+
*/
|
|
4710
|
+
nodeId: DOM.NodeId;
|
|
4711
|
+
/**
|
|
4712
|
+
* The provenance of the ad related node, if it is ad related.
|
|
4713
|
+
*/
|
|
4714
|
+
adProvenance?: Network.AdProvenance;
|
|
4715
|
+
}
|
|
4716
|
+
/**
|
|
4717
|
+
* Fired when a node's starting styles changes.
|
|
4718
|
+
*/
|
|
4719
|
+
export type affectedByStartingStylesFlagUpdatedPayload = {
|
|
4720
|
+
/**
|
|
4721
|
+
* The id of the node.
|
|
4722
|
+
*/
|
|
4723
|
+
nodeId: DOM.NodeId;
|
|
4724
|
+
/**
|
|
4725
|
+
* If the node has starting styles.
|
|
4726
|
+
*/
|
|
4727
|
+
affectedByStartingStyles: boolean;
|
|
4728
|
+
}
|
|
4536
4729
|
/**
|
|
4537
4730
|
* Called when a pseudo element is removed from an element.
|
|
4538
4731
|
*/
|
|
@@ -5530,7 +5723,7 @@ popover if it was previously force-opened.
|
|
|
5530
5723
|
* DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript
|
|
5531
5724
|
execution will stop on these operations as if there was a regular breakpoint set.
|
|
5532
5725
|
*/
|
|
5533
|
-
export
|
|
5726
|
+
export namespace DOMDebugger {
|
|
5534
5727
|
/**
|
|
5535
5728
|
* DOM breakpoint type.
|
|
5536
5729
|
*/
|
|
@@ -5732,7 +5925,7 @@ EventTarget.
|
|
|
5732
5925
|
/**
|
|
5733
5926
|
* This domain facilitates obtaining document snapshots with DOM, layout, and style information.
|
|
5734
5927
|
*/
|
|
5735
|
-
export
|
|
5928
|
+
export namespace DOMSnapshot {
|
|
5736
5929
|
/**
|
|
5737
5930
|
* A Node in the DOM tree.
|
|
5738
5931
|
*/
|
|
@@ -6270,7 +6463,7 @@ The final text color opacity is computed based on the opacity of all overlapping
|
|
|
6270
6463
|
/**
|
|
6271
6464
|
* Query and modify DOM storage.
|
|
6272
6465
|
*/
|
|
6273
|
-
export
|
|
6466
|
+
export namespace DOMStorage {
|
|
6274
6467
|
export type SerializedStorageKey = string;
|
|
6275
6468
|
/**
|
|
6276
6469
|
* DOM Storage identifier.
|
|
@@ -6353,7 +6546,7 @@ The final text color opacity is computed based on the opacity of all overlapping
|
|
|
6353
6546
|
}
|
|
6354
6547
|
}
|
|
6355
6548
|
|
|
6356
|
-
export
|
|
6549
|
+
export namespace DeviceAccess {
|
|
6357
6550
|
/**
|
|
6358
6551
|
* Device request id.
|
|
6359
6552
|
*/
|
|
@@ -6415,7 +6608,7 @@ selectPrompt or cancelPrompt command.
|
|
|
6415
6608
|
}
|
|
6416
6609
|
}
|
|
6417
6610
|
|
|
6418
|
-
export
|
|
6611
|
+
export namespace DeviceOrientation {
|
|
6419
6612
|
|
|
6420
6613
|
|
|
6421
6614
|
/**
|
|
@@ -6449,7 +6642,7 @@ selectPrompt or cancelPrompt command.
|
|
|
6449
6642
|
/**
|
|
6450
6643
|
* This domain emulates different environments for the page.
|
|
6451
6644
|
*/
|
|
6452
|
-
export
|
|
6645
|
+
export namespace Emulation {
|
|
6453
6646
|
export interface SafeAreaInsets {
|
|
6454
6647
|
/**
|
|
6455
6648
|
* Overrides safe-area-inset-top.
|
|
@@ -6691,12 +6884,27 @@ see https://w3c.github.io/window-management/#screendetailed.
|
|
|
6691
6884
|
/**
|
|
6692
6885
|
* Enum of image types that can be disabled.
|
|
6693
6886
|
*/
|
|
6694
|
-
export type DisabledImageType = "avif"|"webp";
|
|
6887
|
+
export type DisabledImageType = "avif"|"jxl"|"webp";
|
|
6695
6888
|
|
|
6696
6889
|
/**
|
|
6697
6890
|
* Notification sent after the virtual time budget for the current VirtualTimePolicy has run out.
|
|
6698
6891
|
*/
|
|
6699
6892
|
export type virtualTimeBudgetExpiredPayload = void;
|
|
6893
|
+
/**
|
|
6894
|
+
* Fired when a page calls screen.orientation.lock() or screen.orientation.unlock()
|
|
6895
|
+
while device emulation is enabled. This allows the DevTools frontend to update the
|
|
6896
|
+
emulated device orientation accordingly.
|
|
6897
|
+
*/
|
|
6898
|
+
export type screenOrientationLockChangedPayload = {
|
|
6899
|
+
/**
|
|
6900
|
+
* Whether the screen orientation is currently locked.
|
|
6901
|
+
*/
|
|
6902
|
+
locked: boolean;
|
|
6903
|
+
/**
|
|
6904
|
+
* The orientation lock type requested by the page. Only set when locked is true.
|
|
6905
|
+
*/
|
|
6906
|
+
orientation?: ScreenOrientation;
|
|
6907
|
+
}
|
|
6700
6908
|
|
|
6701
6909
|
/**
|
|
6702
6910
|
* Tells whether emulation is supported.
|
|
@@ -6854,6 +7062,18 @@ to continuous.
|
|
|
6854
7062
|
Deprecated, use Emulation.setDevicePostureOverride.
|
|
6855
7063
|
*/
|
|
6856
7064
|
devicePosture?: DevicePosture;
|
|
7065
|
+
/**
|
|
7066
|
+
* Scrollbar type. Default: `default`.
|
|
7067
|
+
*/
|
|
7068
|
+
scrollbarType?: "overlay"|"default";
|
|
7069
|
+
/**
|
|
7070
|
+
* If set to true, enables screen orientation lock emulation, which
|
|
7071
|
+
intercepts screen.orientation.lock() calls from the page and reports
|
|
7072
|
+
orientation changes via screenOrientationLockChanged events. This is
|
|
7073
|
+
useful for emulating mobile device orientation lock behavior in
|
|
7074
|
+
responsive design mode.
|
|
7075
|
+
*/
|
|
7076
|
+
screenOrientationLockEmulation?: boolean;
|
|
6857
7077
|
}
|
|
6858
7078
|
export type setDeviceMetricsOverrideReturnValue = {
|
|
6859
7079
|
}
|
|
@@ -7276,7 +7496,8 @@ of size 100lvh.
|
|
|
7276
7496
|
export type setSmallViewportHeightDifferenceOverrideReturnValue = {
|
|
7277
7497
|
}
|
|
7278
7498
|
/**
|
|
7279
|
-
* Returns device's screen configuration.
|
|
7499
|
+
* Returns device's screen configuration. In headful mode, the physical screens configuration is returned,
|
|
7500
|
+
whereas in headless mode, a virtual headless screen configuration is provided instead.
|
|
7280
7501
|
*/
|
|
7281
7502
|
export type getScreenInfosParameters = {
|
|
7282
7503
|
}
|
|
@@ -7331,6 +7552,58 @@ of size 100lvh.
|
|
|
7331
7552
|
export type addScreenReturnValue = {
|
|
7332
7553
|
screenInfo: ScreenInfo;
|
|
7333
7554
|
}
|
|
7555
|
+
/**
|
|
7556
|
+
* Updates specified screen parameters. Only supported in headless mode.
|
|
7557
|
+
*/
|
|
7558
|
+
export type updateScreenParameters = {
|
|
7559
|
+
/**
|
|
7560
|
+
* Target screen identifier.
|
|
7561
|
+
*/
|
|
7562
|
+
screenId: ScreenId;
|
|
7563
|
+
/**
|
|
7564
|
+
* Offset of the left edge of the screen in pixels.
|
|
7565
|
+
*/
|
|
7566
|
+
left?: number;
|
|
7567
|
+
/**
|
|
7568
|
+
* Offset of the top edge of the screen in pixels.
|
|
7569
|
+
*/
|
|
7570
|
+
top?: number;
|
|
7571
|
+
/**
|
|
7572
|
+
* The width of the screen in pixels.
|
|
7573
|
+
*/
|
|
7574
|
+
width?: number;
|
|
7575
|
+
/**
|
|
7576
|
+
* The height of the screen in pixels.
|
|
7577
|
+
*/
|
|
7578
|
+
height?: number;
|
|
7579
|
+
/**
|
|
7580
|
+
* Specifies the screen's work area.
|
|
7581
|
+
*/
|
|
7582
|
+
workAreaInsets?: WorkAreaInsets;
|
|
7583
|
+
/**
|
|
7584
|
+
* Specifies the screen's device pixel ratio.
|
|
7585
|
+
*/
|
|
7586
|
+
devicePixelRatio?: number;
|
|
7587
|
+
/**
|
|
7588
|
+
* Specifies the screen's rotation angle. Available values are 0, 90, 180 and 270.
|
|
7589
|
+
*/
|
|
7590
|
+
rotation?: number;
|
|
7591
|
+
/**
|
|
7592
|
+
* Specifies the screen's color depth in bits.
|
|
7593
|
+
*/
|
|
7594
|
+
colorDepth?: number;
|
|
7595
|
+
/**
|
|
7596
|
+
* Specifies the descriptive label for the screen.
|
|
7597
|
+
*/
|
|
7598
|
+
label?: string;
|
|
7599
|
+
/**
|
|
7600
|
+
* Indicates whether the screen is internal to the device or external, attached to the device. Default is false.
|
|
7601
|
+
*/
|
|
7602
|
+
isInternal?: boolean;
|
|
7603
|
+
}
|
|
7604
|
+
export type updateScreenReturnValue = {
|
|
7605
|
+
screenInfo: ScreenInfo;
|
|
7606
|
+
}
|
|
7334
7607
|
/**
|
|
7335
7608
|
* Remove screen from the device. Only supported in headless mode.
|
|
7336
7609
|
*/
|
|
@@ -7339,6 +7612,17 @@ of size 100lvh.
|
|
|
7339
7612
|
}
|
|
7340
7613
|
export type removeScreenReturnValue = {
|
|
7341
7614
|
}
|
|
7615
|
+
/**
|
|
7616
|
+
* Set primary screen. Only supported in headless mode.
|
|
7617
|
+
Note that this changes the coordinate system origin to the top-left
|
|
7618
|
+
of the new primary screen, updating the bounds and work areas
|
|
7619
|
+
of all existing screens accordingly.
|
|
7620
|
+
*/
|
|
7621
|
+
export type setPrimaryScreenParameters = {
|
|
7622
|
+
screenId: ScreenId;
|
|
7623
|
+
}
|
|
7624
|
+
export type setPrimaryScreenReturnValue = {
|
|
7625
|
+
}
|
|
7342
7626
|
}
|
|
7343
7627
|
|
|
7344
7628
|
/**
|
|
@@ -7346,7 +7630,7 @@ of size 100lvh.
|
|
|
7346
7630
|
occurring in native code invoked from JavaScript. Once breakpoint is hit, it is
|
|
7347
7631
|
reported through Debugger domain, similarly to regular breakpoints being hit.
|
|
7348
7632
|
*/
|
|
7349
|
-
export
|
|
7633
|
+
export namespace EventBreakpoints {
|
|
7350
7634
|
|
|
7351
7635
|
|
|
7352
7636
|
/**
|
|
@@ -7383,25 +7667,67 @@ reported through Debugger domain, similarly to regular breakpoints being hit.
|
|
|
7383
7667
|
/**
|
|
7384
7668
|
* Defines commands and events for browser extensions.
|
|
7385
7669
|
*/
|
|
7386
|
-
export
|
|
7670
|
+
export namespace Extensions {
|
|
7387
7671
|
/**
|
|
7388
7672
|
* Storage areas.
|
|
7389
7673
|
*/
|
|
7390
7674
|
export type StorageArea = "session"|"local"|"sync"|"managed";
|
|
7675
|
+
/**
|
|
7676
|
+
* Detailed information about an extension.
|
|
7677
|
+
*/
|
|
7678
|
+
export interface ExtensionInfo {
|
|
7679
|
+
/**
|
|
7680
|
+
* Extension id.
|
|
7681
|
+
*/
|
|
7682
|
+
id: string;
|
|
7683
|
+
/**
|
|
7684
|
+
* Extension name.
|
|
7685
|
+
*/
|
|
7686
|
+
name: string;
|
|
7687
|
+
/**
|
|
7688
|
+
* Extension version.
|
|
7689
|
+
*/
|
|
7690
|
+
version: string;
|
|
7691
|
+
/**
|
|
7692
|
+
* The path from which the extension was loaded.
|
|
7693
|
+
*/
|
|
7694
|
+
path: string;
|
|
7695
|
+
/**
|
|
7696
|
+
* Extension enabled status.
|
|
7697
|
+
*/
|
|
7698
|
+
enabled: boolean;
|
|
7699
|
+
}
|
|
7391
7700
|
|
|
7392
7701
|
|
|
7702
|
+
/**
|
|
7703
|
+
* Runs an extension default action.
|
|
7704
|
+
*/
|
|
7705
|
+
export type triggerActionParameters = {
|
|
7706
|
+
/**
|
|
7707
|
+
* Extension id.
|
|
7708
|
+
*/
|
|
7709
|
+
id: string;
|
|
7710
|
+
/**
|
|
7711
|
+
* A tab target ID to trigger the default extension action on.
|
|
7712
|
+
*/
|
|
7713
|
+
targetId: string;
|
|
7714
|
+
}
|
|
7715
|
+
export type triggerActionReturnValue = {
|
|
7716
|
+
}
|
|
7393
7717
|
/**
|
|
7394
7718
|
* Installs an unpacked extension from the filesystem similar to
|
|
7395
7719
|
--load-extension CLI flags. Returns extension ID once the extension
|
|
7396
|
-
has been installed.
|
|
7397
|
-
--remote-debugging-pipe flag and the --enable-unsafe-extension-debugging
|
|
7398
|
-
flag is set.
|
|
7720
|
+
has been installed.
|
|
7399
7721
|
*/
|
|
7400
7722
|
export type loadUnpackedParameters = {
|
|
7401
7723
|
/**
|
|
7402
7724
|
* Absolute file path.
|
|
7403
7725
|
*/
|
|
7404
7726
|
path: string;
|
|
7727
|
+
/**
|
|
7728
|
+
* Enable the extension in incognito
|
|
7729
|
+
*/
|
|
7730
|
+
enableInIncognito?: boolean;
|
|
7405
7731
|
}
|
|
7406
7732
|
export type loadUnpackedReturnValue = {
|
|
7407
7733
|
/**
|
|
@@ -7409,10 +7735,16 @@ flag is set.
|
|
|
7409
7735
|
*/
|
|
7410
7736
|
id: string;
|
|
7411
7737
|
}
|
|
7738
|
+
/**
|
|
7739
|
+
* Gets a list of all unpacked extensions.
|
|
7740
|
+
*/
|
|
7741
|
+
export type getExtensionsParameters = {
|
|
7742
|
+
}
|
|
7743
|
+
export type getExtensionsReturnValue = {
|
|
7744
|
+
extensions: ExtensionInfo[];
|
|
7745
|
+
}
|
|
7412
7746
|
/**
|
|
7413
7747
|
* Uninstalls an unpacked extension (others not supported) from the profile.
|
|
7414
|
-
Available if the client is connected using the --remote-debugging-pipe flag
|
|
7415
|
-
and the --enable-unsafe-extension-debugging.
|
|
7416
7748
|
*/
|
|
7417
7749
|
export type uninstallParameters = {
|
|
7418
7750
|
/**
|
|
@@ -7502,7 +7834,7 @@ will be merged with existing values in the storage area.
|
|
|
7502
7834
|
/**
|
|
7503
7835
|
* This domain allows interacting with the FedCM dialog.
|
|
7504
7836
|
*/
|
|
7505
|
-
export
|
|
7837
|
+
export namespace FedCm {
|
|
7506
7838
|
/**
|
|
7507
7839
|
* Whether this is a sign-up or sign-in action for this account, i.e.
|
|
7508
7840
|
whether this account has ever been used to sign in to this RP before.
|
|
@@ -7610,7 +7942,7 @@ a dialog even if one was recently dismissed by the user.
|
|
|
7610
7942
|
/**
|
|
7611
7943
|
* A domain for letting clients substitute browser's network layer with client code.
|
|
7612
7944
|
*/
|
|
7613
|
-
export
|
|
7945
|
+
export namespace Fetch {
|
|
7614
7946
|
/**
|
|
7615
7947
|
* Unique request identifier.
|
|
7616
7948
|
Note that this does not identify individual HTTP requests that are part of
|
|
@@ -7981,7 +8313,7 @@ domain before body is received results in an undefined behavior.
|
|
|
7981
8313
|
}
|
|
7982
8314
|
}
|
|
7983
8315
|
|
|
7984
|
-
export
|
|
8316
|
+
export namespace FileSystem {
|
|
7985
8317
|
export interface File {
|
|
7986
8318
|
name: string;
|
|
7987
8319
|
/**
|
|
@@ -8032,7 +8364,7 @@ domain before body is received results in an undefined behavior.
|
|
|
8032
8364
|
/**
|
|
8033
8365
|
* This domain provides experimental commands only supported in headless mode.
|
|
8034
8366
|
*/
|
|
8035
|
-
export
|
|
8367
|
+
export namespace HeadlessExperimental {
|
|
8036
8368
|
/**
|
|
8037
8369
|
* Encoding options for a screenshot.
|
|
8038
8370
|
*/
|
|
@@ -8112,7 +8444,7 @@ display. Reported for diagnostic uses, may be removed in the future.
|
|
|
8112
8444
|
/**
|
|
8113
8445
|
* Input/Output operations for streams produced by DevTools.
|
|
8114
8446
|
*/
|
|
8115
|
-
export
|
|
8447
|
+
export namespace IO {
|
|
8116
8448
|
/**
|
|
8117
8449
|
* This is either obtained from another method or specified as `blob:<uuid>` where
|
|
8118
8450
|
`<uuid>` is an UUID of a Blob.
|
|
@@ -8180,7 +8512,7 @@ following the last read). Some types of streams may only support sequential read
|
|
|
8180
8512
|
}
|
|
8181
8513
|
}
|
|
8182
8514
|
|
|
8183
|
-
export
|
|
8515
|
+
export namespace IndexedDB {
|
|
8184
8516
|
/**
|
|
8185
8517
|
* Database with an array of object stores.
|
|
8186
8518
|
*/
|
|
@@ -8441,9 +8773,9 @@ Security origin.
|
|
|
8441
8773
|
*/
|
|
8442
8774
|
objectStoreName: string;
|
|
8443
8775
|
/**
|
|
8444
|
-
* Index name,
|
|
8776
|
+
* Index name. If not specified, it performs an object store data request.
|
|
8445
8777
|
*/
|
|
8446
|
-
indexName
|
|
8778
|
+
indexName?: string;
|
|
8447
8779
|
/**
|
|
8448
8780
|
* Number of records to skip.
|
|
8449
8781
|
*/
|
|
@@ -8559,7 +8891,7 @@ Security origin.
|
|
|
8559
8891
|
}
|
|
8560
8892
|
}
|
|
8561
8893
|
|
|
8562
|
-
export
|
|
8894
|
+
export namespace Input {
|
|
8563
8895
|
export interface TouchPoint {
|
|
8564
8896
|
/**
|
|
8565
8897
|
* X coordinate of the event relative to the main frame's viewport in CSS pixels.
|
|
@@ -9082,7 +9414,7 @@ for the preferred input type).
|
|
|
9082
9414
|
}
|
|
9083
9415
|
}
|
|
9084
9416
|
|
|
9085
|
-
export
|
|
9417
|
+
export namespace Inspector {
|
|
9086
9418
|
|
|
9087
9419
|
/**
|
|
9088
9420
|
* Fired when remote debugging connection is about to be terminated. Contains detach reason.
|
|
@@ -9101,6 +9433,10 @@ for the preferred input type).
|
|
|
9101
9433
|
* Fired when debugging target has reloaded after crash
|
|
9102
9434
|
*/
|
|
9103
9435
|
export type targetReloadedAfterCrashPayload = void;
|
|
9436
|
+
/**
|
|
9437
|
+
* Fired on worker targets when main worker script and any imported scripts have been evaluated.
|
|
9438
|
+
*/
|
|
9439
|
+
export type workerScriptLoadedPayload = void;
|
|
9104
9440
|
|
|
9105
9441
|
/**
|
|
9106
9442
|
* Disables inspector domain notifications.
|
|
@@ -9118,7 +9454,7 @@ for the preferred input type).
|
|
|
9118
9454
|
}
|
|
9119
9455
|
}
|
|
9120
9456
|
|
|
9121
|
-
export
|
|
9457
|
+
export namespace LayerTree {
|
|
9122
9458
|
/**
|
|
9123
9459
|
* Unique Layer identifier.
|
|
9124
9460
|
*/
|
|
@@ -9415,7 +9751,7 @@ transform/scrolling purposes only.
|
|
|
9415
9751
|
/**
|
|
9416
9752
|
* Provides access to log entries.
|
|
9417
9753
|
*/
|
|
9418
|
-
export
|
|
9754
|
+
export namespace Log {
|
|
9419
9755
|
/**
|
|
9420
9756
|
* Log entry.
|
|
9421
9757
|
*/
|
|
@@ -9531,7 +9867,7 @@ transform/scrolling purposes only.
|
|
|
9531
9867
|
/**
|
|
9532
9868
|
* This domain allows detailed inspection of media elements.
|
|
9533
9869
|
*/
|
|
9534
|
-
export
|
|
9870
|
+
export namespace Media {
|
|
9535
9871
|
/**
|
|
9536
9872
|
* Players will get an ID that is unique within the agent context.
|
|
9537
9873
|
*/
|
|
@@ -9662,7 +9998,7 @@ event for each active player.
|
|
|
9662
9998
|
}
|
|
9663
9999
|
}
|
|
9664
10000
|
|
|
9665
|
-
export
|
|
10001
|
+
export namespace Memory {
|
|
9666
10002
|
/**
|
|
9667
10003
|
* Memory pressure level.
|
|
9668
10004
|
*/
|
|
@@ -9842,7 +10178,7 @@ collected since browser process startup.
|
|
|
9842
10178
|
* Network domain allows tracking network activities of the page. It exposes information about http,
|
|
9843
10179
|
file, data and other requests and responses, their headers, bodies, timing, etc.
|
|
9844
10180
|
*/
|
|
9845
|
-
export
|
|
10181
|
+
export namespace Network {
|
|
9846
10182
|
/**
|
|
9847
10183
|
* Resource type as it was perceived by the rendering engine.
|
|
9848
10184
|
*/
|
|
@@ -9991,6 +10327,10 @@ milliseconds relatively to this requestTime.
|
|
|
9991
10327
|
* Loading priority of a resource request.
|
|
9992
10328
|
*/
|
|
9993
10329
|
export type ResourcePriority = "VeryLow"|"Low"|"Medium"|"High"|"VeryHigh";
|
|
10330
|
+
/**
|
|
10331
|
+
* The render-blocking behavior of a resource request.
|
|
10332
|
+
*/
|
|
10333
|
+
export type RenderBlockingBehavior = "Blocking"|"InBodyParserBlocking"|"NonBlocking"|"NonBlockingDynamic"|"PotentiallyBlocking";
|
|
9994
10334
|
/**
|
|
9995
10335
|
* Post data entry for HTTP request
|
|
9996
10336
|
*/
|
|
@@ -10056,6 +10396,10 @@ passed by the developer (e.g. via "fetch") as understood by the backend.
|
|
|
10056
10396
|
request corresponding to the main frame.
|
|
10057
10397
|
*/
|
|
10058
10398
|
isSameSite?: boolean;
|
|
10399
|
+
/**
|
|
10400
|
+
* True when the resource request is ad-related.
|
|
10401
|
+
*/
|
|
10402
|
+
isAdRelated?: boolean;
|
|
10059
10403
|
}
|
|
10060
10404
|
/**
|
|
10061
10405
|
* Details of a signed certificate timestamp (SCT).
|
|
@@ -10170,15 +10514,10 @@ applicable or not known.
|
|
|
10170
10514
|
* The reason why request was blocked.
|
|
10171
10515
|
*/
|
|
10172
10516
|
export type BlockedReason = "other"|"csp"|"mixed-content"|"origin"|"inspector"|"integrity"|"subresource-filter"|"content-type"|"coep-frame-resource-needs-coep-header"|"coop-sandboxed-iframe-cannot-navigate-to-coop-page"|"corp-not-same-origin"|"corp-not-same-origin-after-defaulted-to-same-origin-by-coep"|"corp-not-same-origin-after-defaulted-to-same-origin-by-dip"|"corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip"|"corp-not-same-site"|"sri-message-signature-mismatch";
|
|
10173
|
-
/**
|
|
10174
|
-
* Sets Controls for IP Proxy of requests.
|
|
10175
|
-
Page reload is required before the new behavior will be observed.
|
|
10176
|
-
*/
|
|
10177
|
-
export type IpProxyStatus = "Available"|"FeatureNotEnabled"|"MaskedDomainListNotEnabled"|"MaskedDomainListNotPopulated"|"AuthTokensUnavailable"|"Unavailable"|"BypassedByDevTools";
|
|
10178
10517
|
/**
|
|
10179
10518
|
* The reason why request was blocked.
|
|
10180
10519
|
*/
|
|
10181
|
-
export type CorsError = "DisallowedByMode"|"InvalidResponse"|"WildcardOriginNotAllowed"|"MissingAllowOriginHeader"|"MultipleAllowOriginValues"|"InvalidAllowOriginValue"|"AllowOriginMismatch"|"InvalidAllowCredentials"|"CorsDisabledScheme"|"PreflightInvalidStatus"|"PreflightDisallowedRedirect"|"PreflightWildcardOriginNotAllowed"|"PreflightMissingAllowOriginHeader"|"PreflightMultipleAllowOriginValues"|"PreflightInvalidAllowOriginValue"|"PreflightAllowOriginMismatch"|"PreflightInvalidAllowCredentials"|"PreflightMissingAllowExternal"|"PreflightInvalidAllowExternal"|"
|
|
10520
|
+
export type CorsError = "DisallowedByMode"|"InvalidResponse"|"WildcardOriginNotAllowed"|"MissingAllowOriginHeader"|"MultipleAllowOriginValues"|"InvalidAllowOriginValue"|"AllowOriginMismatch"|"InvalidAllowCredentials"|"CorsDisabledScheme"|"PreflightInvalidStatus"|"PreflightDisallowedRedirect"|"PreflightWildcardOriginNotAllowed"|"PreflightMissingAllowOriginHeader"|"PreflightMultipleAllowOriginValues"|"PreflightInvalidAllowOriginValue"|"PreflightAllowOriginMismatch"|"PreflightInvalidAllowCredentials"|"PreflightMissingAllowExternal"|"PreflightInvalidAllowExternal"|"InvalidAllowMethodsPreflightResponse"|"InvalidAllowHeadersPreflightResponse"|"MethodDisallowedByPreflightResponse"|"HeaderDisallowedByPreflightResponse"|"RedirectContainsCredentials"|"InsecureLocalNetwork"|"InvalidLocalNetworkAccess"|"NoCorsRedirectModeNotFollow"|"LocalNetworkAccessPermissionDenied";
|
|
10182
10521
|
export interface CorsErrorStatus {
|
|
10183
10522
|
corsError: CorsError;
|
|
10184
10523
|
failedParameter: string;
|
|
@@ -10345,11 +10684,6 @@ Otherwise, the API is not used.
|
|
|
10345
10684
|
* Security details for the request.
|
|
10346
10685
|
*/
|
|
10347
10686
|
securityDetails?: SecurityDetails;
|
|
10348
|
-
/**
|
|
10349
|
-
* Indicates whether the request was sent through IP Protection proxies. If
|
|
10350
|
-
set to true, the request used the IP Protection privacy feature.
|
|
10351
|
-
*/
|
|
10352
|
-
isIpProtectionUsed?: boolean;
|
|
10353
10687
|
}
|
|
10354
10688
|
/**
|
|
10355
10689
|
* WebSocket request data.
|
|
@@ -10436,7 +10770,7 @@ If the opcode isn't 1, then payloadData is a base64 encoded string representing
|
|
|
10436
10770
|
/**
|
|
10437
10771
|
* Type of this initiator.
|
|
10438
10772
|
*/
|
|
10439
|
-
type: "parser"|"script"|"preload"|"SignedExchange"|"preflight"|"other";
|
|
10773
|
+
type: "parser"|"script"|"preload"|"SignedExchange"|"preflight"|"FedCM"|"other";
|
|
10440
10774
|
/**
|
|
10441
10775
|
* Initiator JavaScript stack trace, set for Script only.
|
|
10442
10776
|
Requires the Debugger domain to be enabled.
|
|
@@ -10498,6 +10832,9 @@ of the request to the endpoint that set the cookie.
|
|
|
10498
10832
|
path: string;
|
|
10499
10833
|
/**
|
|
10500
10834
|
* Cookie expiration date as the number of seconds since the UNIX epoch.
|
|
10835
|
+
The value is set to -1 if the expiry date is not set.
|
|
10836
|
+
The value can be null for values that cannot be represented in
|
|
10837
|
+
JSON (±Inf).
|
|
10501
10838
|
*/
|
|
10502
10839
|
expires: number;
|
|
10503
10840
|
/**
|
|
@@ -10524,10 +10861,6 @@ of the request to the endpoint that set the cookie.
|
|
|
10524
10861
|
* Cookie Priority
|
|
10525
10862
|
*/
|
|
10526
10863
|
priority: CookiePriority;
|
|
10527
|
-
/**
|
|
10528
|
-
* True if cookie is SameParty.
|
|
10529
|
-
*/
|
|
10530
|
-
sameParty: boolean;
|
|
10531
10864
|
/**
|
|
10532
10865
|
* Cookie source scheme type.
|
|
10533
10866
|
*/
|
|
@@ -10550,11 +10883,11 @@ This is a temporary ability and it will be removed in the future.
|
|
|
10550
10883
|
/**
|
|
10551
10884
|
* Types of reasons why a cookie may not be stored from a response.
|
|
10552
10885
|
*/
|
|
10553
|
-
export type SetCookieBlockedReason = "SecureOnly"|"SameSiteStrict"|"SameSiteLax"|"SameSiteUnspecifiedTreatedAsLax"|"SameSiteNoneInsecure"|"UserPreferences"|"ThirdPartyPhaseout"|"ThirdPartyBlockedInFirstPartySet"|"SyntaxError"|"SchemeNotSupported"|"OverwriteSecure"|"InvalidDomain"|"InvalidPrefix"|"UnknownError"|"SchemefulSameSiteStrict"|"SchemefulSameSiteLax"|"SchemefulSameSiteUnspecifiedTreatedAsLax"|"
|
|
10886
|
+
export type SetCookieBlockedReason = "SecureOnly"|"SameSiteStrict"|"SameSiteLax"|"SameSiteUnspecifiedTreatedAsLax"|"SameSiteNoneInsecure"|"UserPreferences"|"ThirdPartyPhaseout"|"ThirdPartyBlockedInFirstPartySet"|"SyntaxError"|"SchemeNotSupported"|"OverwriteSecure"|"InvalidDomain"|"InvalidPrefix"|"UnknownError"|"SchemefulSameSiteStrict"|"SchemefulSameSiteLax"|"SchemefulSameSiteUnspecifiedTreatedAsLax"|"NameValuePairExceedsMaxSize"|"DisallowedCharacter"|"NoCookieContent";
|
|
10554
10887
|
/**
|
|
10555
10888
|
* Types of reasons why a cookie may not be sent with a request.
|
|
10556
10889
|
*/
|
|
10557
|
-
export type CookieBlockedReason = "SecureOnly"|"NotOnPath"|"DomainMismatch"|"SameSiteStrict"|"SameSiteLax"|"SameSiteUnspecifiedTreatedAsLax"|"SameSiteNoneInsecure"|"UserPreferences"|"ThirdPartyPhaseout"|"ThirdPartyBlockedInFirstPartySet"|"UnknownError"|"SchemefulSameSiteStrict"|"SchemefulSameSiteLax"|"SchemefulSameSiteUnspecifiedTreatedAsLax"|"
|
|
10890
|
+
export type CookieBlockedReason = "SecureOnly"|"NotOnPath"|"DomainMismatch"|"SameSiteStrict"|"SameSiteLax"|"SameSiteUnspecifiedTreatedAsLax"|"SameSiteNoneInsecure"|"UserPreferences"|"ThirdPartyPhaseout"|"ThirdPartyBlockedInFirstPartySet"|"UnknownError"|"SchemefulSameSiteStrict"|"SchemefulSameSiteLax"|"SchemefulSameSiteUnspecifiedTreatedAsLax"|"NameValuePairExceedsMaxSize"|"PortMismatch"|"SchemeMismatch"|"AnonymousContext";
|
|
10558
10891
|
/**
|
|
10559
10892
|
* Types of reasons why a cookie should have been blocked by 3PCD but is exempted for the request.
|
|
10560
10893
|
*/
|
|
@@ -10661,10 +10994,6 @@ default domain, path, source port, and source scheme values of the created cooki
|
|
|
10661
10994
|
* Cookie Priority.
|
|
10662
10995
|
*/
|
|
10663
10996
|
priority?: CookiePriority;
|
|
10664
|
-
/**
|
|
10665
|
-
* True if cookie is SameParty.
|
|
10666
|
-
*/
|
|
10667
|
-
sameParty?: boolean;
|
|
10668
10997
|
/**
|
|
10669
10998
|
* Cookie source scheme type.
|
|
10670
10999
|
*/
|
|
@@ -10864,18 +11193,70 @@ extra headers.
|
|
|
10864
11193
|
* List of content encodings supported by the backend.
|
|
10865
11194
|
*/
|
|
10866
11195
|
export type ContentEncoding = "deflate"|"gzip"|"br"|"zstd";
|
|
10867
|
-
export
|
|
10868
|
-
export interface DirectTCPSocketOptions {
|
|
11196
|
+
export interface NetworkConditions {
|
|
10869
11197
|
/**
|
|
10870
|
-
*
|
|
11198
|
+
* Only matching requests will be affected by these conditions. Patterns use the URLPattern constructor string
|
|
11199
|
+
syntax (https://urlpattern.spec.whatwg.org/) and must be absolute. If the pattern is empty, all requests are
|
|
11200
|
+
matched (including p2p connections).
|
|
10871
11201
|
*/
|
|
10872
|
-
|
|
11202
|
+
urlPattern: string;
|
|
10873
11203
|
/**
|
|
10874
|
-
*
|
|
11204
|
+
* Minimum latency from request sent to response headers received (ms).
|
|
10875
11205
|
*/
|
|
10876
|
-
|
|
11206
|
+
latency: number;
|
|
10877
11207
|
/**
|
|
10878
|
-
*
|
|
11208
|
+
* Maximal aggregated download throughput (bytes/sec). -1 disables download throttling.
|
|
11209
|
+
*/
|
|
11210
|
+
downloadThroughput: number;
|
|
11211
|
+
/**
|
|
11212
|
+
* Maximal aggregated upload throughput (bytes/sec). -1 disables upload throttling.
|
|
11213
|
+
*/
|
|
11214
|
+
uploadThroughput: number;
|
|
11215
|
+
/**
|
|
11216
|
+
* Connection type if known.
|
|
11217
|
+
*/
|
|
11218
|
+
connectionType?: ConnectionType;
|
|
11219
|
+
/**
|
|
11220
|
+
* WebRTC packet loss (percent, 0-100). 0 disables packet loss emulation, 100 drops all the packets.
|
|
11221
|
+
*/
|
|
11222
|
+
packetLoss?: number;
|
|
11223
|
+
/**
|
|
11224
|
+
* WebRTC packet queue length (packet). 0 removes any queue length limitations.
|
|
11225
|
+
*/
|
|
11226
|
+
packetQueueLength?: number;
|
|
11227
|
+
/**
|
|
11228
|
+
* WebRTC packetReordering feature.
|
|
11229
|
+
*/
|
|
11230
|
+
packetReordering?: boolean;
|
|
11231
|
+
/**
|
|
11232
|
+
* True to emulate internet disconnection.
|
|
11233
|
+
*/
|
|
11234
|
+
offline?: boolean;
|
|
11235
|
+
}
|
|
11236
|
+
export interface BlockPattern {
|
|
11237
|
+
/**
|
|
11238
|
+
* URL pattern to match. Patterns use the URLPattern constructor string syntax
|
|
11239
|
+
(https://urlpattern.spec.whatwg.org/) and must be absolute. Example: `<example>`.
|
|
11240
|
+
*/
|
|
11241
|
+
urlPattern: string;
|
|
11242
|
+
/**
|
|
11243
|
+
* Whether or not to block the pattern. If false, a matching request will not be blocked even if it matches a later
|
|
11244
|
+
`BlockPattern`.
|
|
11245
|
+
*/
|
|
11246
|
+
block: boolean;
|
|
11247
|
+
}
|
|
11248
|
+
export type DirectSocketDnsQueryType = "ipv4"|"ipv6";
|
|
11249
|
+
export interface DirectTCPSocketOptions {
|
|
11250
|
+
/**
|
|
11251
|
+
* TCP_NODELAY option
|
|
11252
|
+
*/
|
|
11253
|
+
noDelay: boolean;
|
|
11254
|
+
/**
|
|
11255
|
+
* Expected to be unsigned integer.
|
|
11256
|
+
*/
|
|
11257
|
+
keepAliveDelay?: number;
|
|
11258
|
+
/**
|
|
11259
|
+
* Expected to be unsigned integer.
|
|
10879
11260
|
*/
|
|
10880
11261
|
sendBufferSize?: number;
|
|
10881
11262
|
/**
|
|
@@ -10904,6 +11285,12 @@ extra headers.
|
|
|
10904
11285
|
* Expected to be unsigned integer.
|
|
10905
11286
|
*/
|
|
10906
11287
|
receiveBufferSize?: number;
|
|
11288
|
+
multicastLoopback?: boolean;
|
|
11289
|
+
/**
|
|
11290
|
+
* Unsigned int 8.
|
|
11291
|
+
*/
|
|
11292
|
+
multicastTimeToLive?: number;
|
|
11293
|
+
multicastAllowAddressSharing?: boolean;
|
|
10907
11294
|
}
|
|
10908
11295
|
export interface DirectUDPMessage {
|
|
10909
11296
|
data: binary;
|
|
@@ -10917,7 +11304,7 @@ Expected to be unsigned integer.
|
|
|
10917
11304
|
*/
|
|
10918
11305
|
remotePort?: number;
|
|
10919
11306
|
}
|
|
10920
|
-
export type
|
|
11307
|
+
export type LocalNetworkAccessRequestPolicy = "Allow"|"BlockFromInsecureToMorePrivate"|"WarnFromInsecureToMorePrivate"|"PermissionBlock"|"PermissionWarn";
|
|
10921
11308
|
export type IPAddressSpace = "Loopback"|"Local"|"Public"|"Unknown";
|
|
10922
11309
|
export interface ConnectTiming {
|
|
10923
11310
|
/**
|
|
@@ -10930,7 +11317,63 @@ the same request (but not for redirected requests).
|
|
|
10930
11317
|
export interface ClientSecurityState {
|
|
10931
11318
|
initiatorIsSecureContext: boolean;
|
|
10932
11319
|
initiatorIPAddressSpace: IPAddressSpace;
|
|
10933
|
-
|
|
11320
|
+
localNetworkAccessRequestPolicy: LocalNetworkAccessRequestPolicy;
|
|
11321
|
+
}
|
|
11322
|
+
/**
|
|
11323
|
+
* Identifies the script on the stack that caused a resource or element to be
|
|
11324
|
+
labeled as an ad. For resources, this indicates the context that triggered
|
|
11325
|
+
the fetch. For elements, this indicates the context that caused the element
|
|
11326
|
+
to be appended to the DOM.
|
|
11327
|
+
*/
|
|
11328
|
+
export interface AdScriptIdentifier {
|
|
11329
|
+
/**
|
|
11330
|
+
* The script's V8 identifier.
|
|
11331
|
+
*/
|
|
11332
|
+
scriptId: Runtime.ScriptId;
|
|
11333
|
+
/**
|
|
11334
|
+
* V8's debugging ID for the v8::Context.
|
|
11335
|
+
*/
|
|
11336
|
+
debuggerId: Runtime.UniqueDebuggerId;
|
|
11337
|
+
/**
|
|
11338
|
+
* The script's url (or generated name based on id if inline script).
|
|
11339
|
+
*/
|
|
11340
|
+
name: string;
|
|
11341
|
+
}
|
|
11342
|
+
/**
|
|
11343
|
+
* Encapsulates the script ancestry and the root script filter list rule that
|
|
11344
|
+
caused the resource or element to be labeled as an ad.
|
|
11345
|
+
*/
|
|
11346
|
+
export interface AdAncestry {
|
|
11347
|
+
/**
|
|
11348
|
+
* A chain of `AdScriptIdentifier`s representing the ancestry of an ad
|
|
11349
|
+
script that led to the creation of a resource or element. The chain is
|
|
11350
|
+
ordered from the script itself (lowest level) up to its root ancestor
|
|
11351
|
+
that was flagged by a filter list.
|
|
11352
|
+
*/
|
|
11353
|
+
ancestryChain: AdScriptIdentifier[];
|
|
11354
|
+
/**
|
|
11355
|
+
* The filter list rule that caused the root (last) script in
|
|
11356
|
+
`ancestryChain` to be tagged as an ad.
|
|
11357
|
+
*/
|
|
11358
|
+
rootScriptFilterlistRule?: string;
|
|
11359
|
+
}
|
|
11360
|
+
/**
|
|
11361
|
+
* Represents the provenance of an ad resource or element. Only one of
|
|
11362
|
+
`filterlistRule` or `adScriptAncestry` can be set. If `filterlistRule`
|
|
11363
|
+
is provided, the resource URL directly matches a filter list rule. If
|
|
11364
|
+
`adScriptAncestry` is provided, an ad script initiated the resource fetch or
|
|
11365
|
+
appended the element to the DOM. If neither is provided, the entity is
|
|
11366
|
+
known to be an ad, but provenance tracking information is unavailable.
|
|
11367
|
+
*/
|
|
11368
|
+
export interface AdProvenance {
|
|
11369
|
+
/**
|
|
11370
|
+
* The filterlist rule that matched, if any.
|
|
11371
|
+
*/
|
|
11372
|
+
filterlistRule?: string;
|
|
11373
|
+
/**
|
|
11374
|
+
* The script ancestry that created the ad, if any.
|
|
11375
|
+
*/
|
|
11376
|
+
adScriptAncestry?: AdAncestry;
|
|
10934
11377
|
}
|
|
10935
11378
|
export type CrossOriginOpenerPolicyValue = "SameOrigin"|"SameOriginAllowPopups"|"RestrictProperties"|"UnsafeNone"|"SameOriginPlusCoep"|"RestrictPropertiesPlusCoep"|"NoopenerAllowPopups";
|
|
10936
11379
|
export interface CrossOriginOpenerPolicyStatus {
|
|
@@ -11004,6 +11447,229 @@ the same request (but not for redirected requests).
|
|
|
11004
11447
|
*/
|
|
11005
11448
|
groupName: string;
|
|
11006
11449
|
}
|
|
11450
|
+
/**
|
|
11451
|
+
* Unique identifier for a device bound session.
|
|
11452
|
+
*/
|
|
11453
|
+
export interface DeviceBoundSessionKey {
|
|
11454
|
+
/**
|
|
11455
|
+
* The site the session is set up for.
|
|
11456
|
+
*/
|
|
11457
|
+
site: string;
|
|
11458
|
+
/**
|
|
11459
|
+
* The id of the session.
|
|
11460
|
+
*/
|
|
11461
|
+
id: string;
|
|
11462
|
+
}
|
|
11463
|
+
/**
|
|
11464
|
+
* How a device bound session was used during a request.
|
|
11465
|
+
*/
|
|
11466
|
+
export interface DeviceBoundSessionWithUsage {
|
|
11467
|
+
/**
|
|
11468
|
+
* The key for the session.
|
|
11469
|
+
*/
|
|
11470
|
+
sessionKey: DeviceBoundSessionKey;
|
|
11471
|
+
/**
|
|
11472
|
+
* How the session was used (or not used).
|
|
11473
|
+
*/
|
|
11474
|
+
usage: "NotInScope"|"InScopeRefreshNotYetNeeded"|"InScopeRefreshNotAllowed"|"ProactiveRefreshNotPossible"|"ProactiveRefreshAttempted"|"Deferred";
|
|
11475
|
+
}
|
|
11476
|
+
/**
|
|
11477
|
+
* A device bound session's cookie craving.
|
|
11478
|
+
*/
|
|
11479
|
+
export interface DeviceBoundSessionCookieCraving {
|
|
11480
|
+
/**
|
|
11481
|
+
* The name of the craving.
|
|
11482
|
+
*/
|
|
11483
|
+
name: string;
|
|
11484
|
+
/**
|
|
11485
|
+
* The domain of the craving.
|
|
11486
|
+
*/
|
|
11487
|
+
domain: string;
|
|
11488
|
+
/**
|
|
11489
|
+
* The path of the craving.
|
|
11490
|
+
*/
|
|
11491
|
+
path: string;
|
|
11492
|
+
/**
|
|
11493
|
+
* The `Secure` attribute of the craving attributes.
|
|
11494
|
+
*/
|
|
11495
|
+
secure: boolean;
|
|
11496
|
+
/**
|
|
11497
|
+
* The `HttpOnly` attribute of the craving attributes.
|
|
11498
|
+
*/
|
|
11499
|
+
httpOnly: boolean;
|
|
11500
|
+
/**
|
|
11501
|
+
* The `SameSite` attribute of the craving attributes.
|
|
11502
|
+
*/
|
|
11503
|
+
sameSite?: CookieSameSite;
|
|
11504
|
+
}
|
|
11505
|
+
/**
|
|
11506
|
+
* A device bound session's inclusion URL rule.
|
|
11507
|
+
*/
|
|
11508
|
+
export interface DeviceBoundSessionUrlRule {
|
|
11509
|
+
/**
|
|
11510
|
+
* See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type`.
|
|
11511
|
+
*/
|
|
11512
|
+
ruleType: "Exclude"|"Include";
|
|
11513
|
+
/**
|
|
11514
|
+
* See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern`.
|
|
11515
|
+
*/
|
|
11516
|
+
hostPattern: string;
|
|
11517
|
+
/**
|
|
11518
|
+
* See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix`.
|
|
11519
|
+
*/
|
|
11520
|
+
pathPrefix: string;
|
|
11521
|
+
}
|
|
11522
|
+
/**
|
|
11523
|
+
* A device bound session's inclusion rules.
|
|
11524
|
+
*/
|
|
11525
|
+
export interface DeviceBoundSessionInclusionRules {
|
|
11526
|
+
/**
|
|
11527
|
+
* See comments on `net::device_bound_sessions::SessionInclusionRules::origin_`.
|
|
11528
|
+
*/
|
|
11529
|
+
origin: string;
|
|
11530
|
+
/**
|
|
11531
|
+
* Whether the whole site is included. See comments on
|
|
11532
|
+
`net::device_bound_sessions::SessionInclusionRules::include_site_` for more
|
|
11533
|
+
details; this boolean is true if that value is populated.
|
|
11534
|
+
*/
|
|
11535
|
+
includeSite: boolean;
|
|
11536
|
+
/**
|
|
11537
|
+
* See comments on `net::device_bound_sessions::SessionInclusionRules::url_rules_`.
|
|
11538
|
+
*/
|
|
11539
|
+
urlRules: DeviceBoundSessionUrlRule[];
|
|
11540
|
+
}
|
|
11541
|
+
/**
|
|
11542
|
+
* A device bound session.
|
|
11543
|
+
*/
|
|
11544
|
+
export interface DeviceBoundSession {
|
|
11545
|
+
/**
|
|
11546
|
+
* The site and session ID of the session.
|
|
11547
|
+
*/
|
|
11548
|
+
key: DeviceBoundSessionKey;
|
|
11549
|
+
/**
|
|
11550
|
+
* See comments on `net::device_bound_sessions::Session::refresh_url_`.
|
|
11551
|
+
*/
|
|
11552
|
+
refreshUrl: string;
|
|
11553
|
+
/**
|
|
11554
|
+
* See comments on `net::device_bound_sessions::Session::inclusion_rules_`.
|
|
11555
|
+
*/
|
|
11556
|
+
inclusionRules: DeviceBoundSessionInclusionRules;
|
|
11557
|
+
/**
|
|
11558
|
+
* See comments on `net::device_bound_sessions::Session::cookie_cravings_`.
|
|
11559
|
+
*/
|
|
11560
|
+
cookieCravings: DeviceBoundSessionCookieCraving[];
|
|
11561
|
+
/**
|
|
11562
|
+
* See comments on `net::device_bound_sessions::Session::expiry_date_`.
|
|
11563
|
+
*/
|
|
11564
|
+
expiryDate: Network.TimeSinceEpoch;
|
|
11565
|
+
/**
|
|
11566
|
+
* See comments on `net::device_bound_sessions::Session::cached_challenge__`.
|
|
11567
|
+
*/
|
|
11568
|
+
cachedChallenge?: string;
|
|
11569
|
+
/**
|
|
11570
|
+
* See comments on `net::device_bound_sessions::Session::allowed_refresh_initiators_`.
|
|
11571
|
+
*/
|
|
11572
|
+
allowedRefreshInitiators: string[];
|
|
11573
|
+
}
|
|
11574
|
+
/**
|
|
11575
|
+
* A unique identifier for a device bound session event.
|
|
11576
|
+
*/
|
|
11577
|
+
export type DeviceBoundSessionEventId = string;
|
|
11578
|
+
/**
|
|
11579
|
+
* A fetch result for a device bound session creation or refresh.
|
|
11580
|
+
*/
|
|
11581
|
+
export type DeviceBoundSessionFetchResult = "Success"|"KeyError"|"SigningError"|"TransientSigningError"|"ServerRequestedTermination"|"InvalidSessionId"|"InvalidChallenge"|"TooManyChallenges"|"InvalidFetcherUrl"|"InvalidRefreshUrl"|"TransientHttpError"|"ScopeOriginSameSiteMismatch"|"RefreshUrlSameSiteMismatch"|"MismatchedSessionId"|"MissingScope"|"NoCredentials"|"SubdomainRegistrationWellKnownUnavailable"|"SubdomainRegistrationUnauthorized"|"SubdomainRegistrationWellKnownMalformed"|"SessionProviderWellKnownUnavailable"|"RelyingPartyWellKnownUnavailable"|"FederatedKeyThumbprintMismatch"|"InvalidFederatedSessionUrl"|"InvalidFederatedKey"|"TooManyRelyingOriginLabels"|"BoundCookieSetForbidden"|"NetError"|"ProxyError"|"EmptySessionConfig"|"InvalidCredentialsConfig"|"InvalidCredentialsType"|"InvalidCredentialsEmptyName"|"InvalidCredentialsCookie"|"PersistentHttpError"|"RegistrationAttemptedChallenge"|"InvalidScopeOrigin"|"ScopeOriginContainsPath"|"RefreshInitiatorNotString"|"RefreshInitiatorInvalidHostPattern"|"InvalidScopeSpecification"|"MissingScopeSpecificationType"|"EmptyScopeSpecificationDomain"|"EmptyScopeSpecificationPath"|"InvalidScopeSpecificationType"|"InvalidScopeIncludeSite"|"MissingScopeIncludeSite"|"FederatedNotAuthorizedByProvider"|"FederatedNotAuthorizedByRelyingParty"|"SessionProviderWellKnownMalformed"|"SessionProviderWellKnownHasProviderOrigin"|"RelyingPartyWellKnownMalformed"|"RelyingPartyWellKnownHasRelyingOrigins"|"InvalidFederatedSessionProviderSessionMissing"|"InvalidFederatedSessionWrongProviderOrigin"|"InvalidCredentialsCookieCreationTime"|"InvalidCredentialsCookieName"|"InvalidCredentialsCookieParsing"|"InvalidCredentialsCookieUnpermittedAttribute"|"InvalidCredentialsCookieInvalidDomain"|"InvalidCredentialsCookiePrefix"|"InvalidScopeRulePath"|"InvalidScopeRuleHostPattern"|"ScopeRuleOriginScopedHostPatternMismatch"|"ScopeRuleSiteScopedHostPatternMismatch"|"SigningQuotaExceeded"|"InvalidConfigJson"|"InvalidFederatedSessionProviderFailedToRestoreKey"|"FailedToUnwrapKey"|"SessionDeletedDuringRefresh";
|
|
11582
|
+
/**
|
|
11583
|
+
* Details about a failed device bound session network request.
|
|
11584
|
+
*/
|
|
11585
|
+
export interface DeviceBoundSessionFailedRequest {
|
|
11586
|
+
/**
|
|
11587
|
+
* The failed request URL.
|
|
11588
|
+
*/
|
|
11589
|
+
requestUrl: string;
|
|
11590
|
+
/**
|
|
11591
|
+
* The net error of the response if it was not OK.
|
|
11592
|
+
*/
|
|
11593
|
+
netError?: string;
|
|
11594
|
+
/**
|
|
11595
|
+
* The response code if the net error was OK and the response code was not
|
|
11596
|
+
200.
|
|
11597
|
+
*/
|
|
11598
|
+
responseError?: number;
|
|
11599
|
+
/**
|
|
11600
|
+
* The body of the response if the net error was OK, the response code was
|
|
11601
|
+
not 200, and the response body was not empty.
|
|
11602
|
+
*/
|
|
11603
|
+
responseErrorBody?: string;
|
|
11604
|
+
}
|
|
11605
|
+
/**
|
|
11606
|
+
* Session event details specific to creation.
|
|
11607
|
+
*/
|
|
11608
|
+
export interface CreationEventDetails {
|
|
11609
|
+
/**
|
|
11610
|
+
* The result of the fetch attempt.
|
|
11611
|
+
*/
|
|
11612
|
+
fetchResult: DeviceBoundSessionFetchResult;
|
|
11613
|
+
/**
|
|
11614
|
+
* The session if there was a newly created session. This is populated for
|
|
11615
|
+
all successful creation events.
|
|
11616
|
+
*/
|
|
11617
|
+
newSession?: DeviceBoundSession;
|
|
11618
|
+
/**
|
|
11619
|
+
* Details about a failed device bound session network request if there was
|
|
11620
|
+
one.
|
|
11621
|
+
*/
|
|
11622
|
+
failedRequest?: DeviceBoundSessionFailedRequest;
|
|
11623
|
+
}
|
|
11624
|
+
/**
|
|
11625
|
+
* Session event details specific to refresh.
|
|
11626
|
+
*/
|
|
11627
|
+
export interface RefreshEventDetails {
|
|
11628
|
+
/**
|
|
11629
|
+
* The result of a refresh.
|
|
11630
|
+
*/
|
|
11631
|
+
refreshResult: "Refreshed"|"InitializedService"|"Unreachable"|"ServerError"|"RefreshQuotaExceeded"|"FatalError"|"SigningQuotaExceeded"|"RefreshedAsWaiter"|"TransientSigningError";
|
|
11632
|
+
/**
|
|
11633
|
+
* If there was a fetch attempt, the result of that.
|
|
11634
|
+
*/
|
|
11635
|
+
fetchResult?: DeviceBoundSessionFetchResult;
|
|
11636
|
+
/**
|
|
11637
|
+
* The session display if there was a newly created session. This is populated
|
|
11638
|
+
for any refresh event that modifies the session config.
|
|
11639
|
+
*/
|
|
11640
|
+
newSession?: DeviceBoundSession;
|
|
11641
|
+
/**
|
|
11642
|
+
* See comments on `net::device_bound_sessions::RefreshEventResult::was_fully_proactive_refresh`.
|
|
11643
|
+
*/
|
|
11644
|
+
wasFullyProactiveRefresh: boolean;
|
|
11645
|
+
/**
|
|
11646
|
+
* Details about a failed device bound session network request if there was
|
|
11647
|
+
one.
|
|
11648
|
+
*/
|
|
11649
|
+
failedRequest?: DeviceBoundSessionFailedRequest;
|
|
11650
|
+
}
|
|
11651
|
+
/**
|
|
11652
|
+
* Session event details specific to termination.
|
|
11653
|
+
*/
|
|
11654
|
+
export interface TerminationEventDetails {
|
|
11655
|
+
/**
|
|
11656
|
+
* The reason for a session being deleted.
|
|
11657
|
+
*/
|
|
11658
|
+
deletionReason: "Expired"|"FailedToRestoreKey"|"FailedToUnwrapKey"|"StoragePartitionCleared"|"ClearBrowsingData"|"ServerRequested"|"InvalidSessionParams"|"RefreshFatalError"|"DevTools";
|
|
11659
|
+
}
|
|
11660
|
+
/**
|
|
11661
|
+
* Session event details specific to challenges.
|
|
11662
|
+
*/
|
|
11663
|
+
export interface ChallengeEventDetails {
|
|
11664
|
+
/**
|
|
11665
|
+
* The result of a challenge.
|
|
11666
|
+
*/
|
|
11667
|
+
challengeResult: "Success"|"NoSessionId"|"NoSessionMatch"|"CantSetBoundCookie";
|
|
11668
|
+
/**
|
|
11669
|
+
* The challenge set.
|
|
11670
|
+
*/
|
|
11671
|
+
challenge: string;
|
|
11672
|
+
}
|
|
11007
11673
|
/**
|
|
11008
11674
|
* An object providing the result of a network resource load.
|
|
11009
11675
|
*/
|
|
@@ -11256,6 +11922,10 @@ for the request which was just redirected.
|
|
|
11256
11922
|
* Whether the request is initiated by a user gesture. Defaults to false.
|
|
11257
11923
|
*/
|
|
11258
11924
|
hasUserGesture?: boolean;
|
|
11925
|
+
/**
|
|
11926
|
+
* The render-blocking behavior of the request.
|
|
11927
|
+
*/
|
|
11928
|
+
renderBlockingBehavior?: RenderBlockingBehavior;
|
|
11259
11929
|
}
|
|
11260
11930
|
/**
|
|
11261
11931
|
* Fired when resource loading priority is changed
|
|
@@ -11549,6 +12219,14 @@ or were emitted for this request.
|
|
|
11549
12219
|
data: binary;
|
|
11550
12220
|
timestamp: MonotonicTime;
|
|
11551
12221
|
}
|
|
12222
|
+
export type directUDPSocketJoinedMulticastGroupPayload = {
|
|
12223
|
+
identifier: RequestId;
|
|
12224
|
+
IPAddress: string;
|
|
12225
|
+
}
|
|
12226
|
+
export type directUDPSocketLeftMulticastGroupPayload = {
|
|
12227
|
+
identifier: RequestId;
|
|
12228
|
+
IPAddress: string;
|
|
12229
|
+
}
|
|
11552
12230
|
/**
|
|
11553
12231
|
* Fired upon direct_socket.UDPSocket creation.
|
|
11554
12232
|
*/
|
|
@@ -11630,6 +12308,10 @@ the request and the ones not sent; the latter are distinguished by having blocke
|
|
|
11630
12308
|
* Connection timing information for the request.
|
|
11631
12309
|
*/
|
|
11632
12310
|
connectTiming: ConnectTiming;
|
|
12311
|
+
/**
|
|
12312
|
+
* How the request site's device bound sessions were used during this request.
|
|
12313
|
+
*/
|
|
12314
|
+
deviceBoundSessionUsages?: DeviceBoundSessionWithUsage[];
|
|
11633
12315
|
/**
|
|
11634
12316
|
* The client security state set for the request.
|
|
11635
12317
|
*/
|
|
@@ -11638,6 +12320,11 @@ the request and the ones not sent; the latter are distinguished by having blocke
|
|
|
11638
12320
|
* Whether the site has partitioned cookies stored in a partition different than the current one.
|
|
11639
12321
|
*/
|
|
11640
12322
|
siteHasCookieInOtherPartition?: boolean;
|
|
12323
|
+
/**
|
|
12324
|
+
* The network conditions id if this request was affected by network conditions configured via
|
|
12325
|
+
emulateNetworkConditionsByRule.
|
|
12326
|
+
*/
|
|
12327
|
+
appliedNetworkConditionsId?: string;
|
|
11641
12328
|
}
|
|
11642
12329
|
/**
|
|
11643
12330
|
* Fired when additional information about a responseReceived event is available from the network
|
|
@@ -11745,105 +12432,61 @@ preemptively (e.g. a cache hit).
|
|
|
11745
12432
|
*/
|
|
11746
12433
|
export type policyUpdatedPayload = void;
|
|
11747
12434
|
/**
|
|
11748
|
-
*
|
|
11749
|
-
|
|
12435
|
+
* Is sent whenever a new report is added.
|
|
12436
|
+
And after 'enableReportingApi' for all existing reports.
|
|
11750
12437
|
*/
|
|
11751
|
-
export type
|
|
11752
|
-
|
|
11753
|
-
* Request identifier. Used to match this information to another event.
|
|
11754
|
-
*/
|
|
11755
|
-
requestId: RequestId;
|
|
11756
|
-
/**
|
|
11757
|
-
* A list of URLs of resources in the subresource Web Bundle.
|
|
11758
|
-
*/
|
|
11759
|
-
urls: string[];
|
|
12438
|
+
export type reportingApiReportAddedPayload = {
|
|
12439
|
+
report: ReportingApiReport;
|
|
11760
12440
|
}
|
|
11761
|
-
|
|
11762
|
-
|
|
11763
|
-
|
|
11764
|
-
export type
|
|
11765
|
-
/**
|
|
11766
|
-
* Request identifier. Used to match this information to another event.
|
|
11767
|
-
*/
|
|
11768
|
-
requestId: RequestId;
|
|
12441
|
+
export type reportingApiReportUpdatedPayload = {
|
|
12442
|
+
report: ReportingApiReport;
|
|
12443
|
+
}
|
|
12444
|
+
export type reportingApiEndpointsChangedForOriginPayload = {
|
|
11769
12445
|
/**
|
|
11770
|
-
*
|
|
12446
|
+
* Origin of the document(s) which configured the endpoints.
|
|
11771
12447
|
*/
|
|
11772
|
-
|
|
12448
|
+
origin: string;
|
|
12449
|
+
endpoints: ReportingApiEndpoint[];
|
|
11773
12450
|
}
|
|
11774
12451
|
/**
|
|
11775
|
-
*
|
|
11776
|
-
Note: this will only be fired for resources that are requested by the webpage.
|
|
12452
|
+
* Triggered when the initial set of device bound sessions is added.
|
|
11777
12453
|
*/
|
|
11778
|
-
export type
|
|
12454
|
+
export type deviceBoundSessionsAddedPayload = {
|
|
11779
12455
|
/**
|
|
11780
|
-
*
|
|
12456
|
+
* The device bound sessions.
|
|
11781
12457
|
*/
|
|
11782
|
-
|
|
11783
|
-
/**
|
|
11784
|
-
* URL of the subresource resource.
|
|
11785
|
-
*/
|
|
11786
|
-
innerRequestURL: string;
|
|
11787
|
-
/**
|
|
11788
|
-
* Bundle request identifier. Used to match this information to another event.
|
|
11789
|
-
This made be absent in case when the instrumentation was enabled only
|
|
11790
|
-
after webbundle was parsed.
|
|
11791
|
-
*/
|
|
11792
|
-
bundleRequestId?: RequestId;
|
|
12458
|
+
sessions: DeviceBoundSession[];
|
|
11793
12459
|
}
|
|
11794
12460
|
/**
|
|
11795
|
-
*
|
|
12461
|
+
* Triggered when a device bound session event occurs.
|
|
11796
12462
|
*/
|
|
11797
|
-
export type
|
|
12463
|
+
export type deviceBoundSessionEventOccurredPayload = {
|
|
11798
12464
|
/**
|
|
11799
|
-
*
|
|
12465
|
+
* A unique identifier for this session event.
|
|
11800
12466
|
*/
|
|
11801
|
-
|
|
12467
|
+
eventId: DeviceBoundSessionEventId;
|
|
11802
12468
|
/**
|
|
11803
|
-
*
|
|
12469
|
+
* The site this session event is associated with.
|
|
11804
12470
|
*/
|
|
11805
|
-
|
|
12471
|
+
site: string;
|
|
11806
12472
|
/**
|
|
11807
|
-
*
|
|
12473
|
+
* Whether this event was considered successful.
|
|
11808
12474
|
*/
|
|
11809
|
-
|
|
12475
|
+
succeeded: boolean;
|
|
11810
12476
|
/**
|
|
11811
|
-
*
|
|
11812
|
-
|
|
11813
|
-
after webbundle was parsed.
|
|
12477
|
+
* The session ID this event is associated with. May not be populated for
|
|
12478
|
+
failed events.
|
|
11814
12479
|
*/
|
|
11815
|
-
|
|
11816
|
-
}
|
|
11817
|
-
/**
|
|
11818
|
-
* Is sent whenever a new report is added.
|
|
11819
|
-
And after 'enableReportingApi' for all existing reports.
|
|
11820
|
-
*/
|
|
11821
|
-
export type reportingApiReportAddedPayload = {
|
|
11822
|
-
report: ReportingApiReport;
|
|
11823
|
-
}
|
|
11824
|
-
export type reportingApiReportUpdatedPayload = {
|
|
11825
|
-
report: ReportingApiReport;
|
|
11826
|
-
}
|
|
11827
|
-
export type reportingApiEndpointsChangedForOriginPayload = {
|
|
12480
|
+
sessionId?: string;
|
|
11828
12481
|
/**
|
|
11829
|
-
*
|
|
12482
|
+
* The below are the different session event type details. Exactly one is populated.
|
|
11830
12483
|
*/
|
|
11831
|
-
|
|
11832
|
-
|
|
12484
|
+
creationEventDetails?: CreationEventDetails;
|
|
12485
|
+
refreshEventDetails?: RefreshEventDetails;
|
|
12486
|
+
terminationEventDetails?: TerminationEventDetails;
|
|
12487
|
+
challengeEventDetails?: ChallengeEventDetails;
|
|
11833
12488
|
}
|
|
11834
12489
|
|
|
11835
|
-
/**
|
|
11836
|
-
* Returns enum representing if IP Proxy of requests is available
|
|
11837
|
-
or reason it is not active.
|
|
11838
|
-
*/
|
|
11839
|
-
export type getIPProtectionProxyStatusParameters = {
|
|
11840
|
-
}
|
|
11841
|
-
export type getIPProtectionProxyStatusReturnValue = {
|
|
11842
|
-
/**
|
|
11843
|
-
* Whether IP proxy is available
|
|
11844
|
-
*/
|
|
11845
|
-
status: IpProxyStatus;
|
|
11846
|
-
}
|
|
11847
12490
|
/**
|
|
11848
12491
|
* Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted.
|
|
11849
12492
|
*/
|
|
@@ -11992,7 +12635,8 @@ all partition key attributes match the cookie partition key attribute.
|
|
|
11992
12635
|
export type disableReturnValue = {
|
|
11993
12636
|
}
|
|
11994
12637
|
/**
|
|
11995
|
-
* Activates emulation of network conditions.
|
|
12638
|
+
* Activates emulation of network conditions. This command is deprecated in favor of the emulateNetworkConditionsByRule
|
|
12639
|
+
and overrideNetworkState commands, which can be used together to the same effect.
|
|
11996
12640
|
*/
|
|
11997
12641
|
export type emulateNetworkConditionsParameters = {
|
|
11998
12642
|
/**
|
|
@@ -12020,15 +12664,71 @@ all partition key attributes match the cookie partition key attribute.
|
|
|
12020
12664
|
*/
|
|
12021
12665
|
packetLoss?: number;
|
|
12022
12666
|
/**
|
|
12023
|
-
* WebRTC packet queue length (packet). 0 removes any queue length limitations.
|
|
12667
|
+
* WebRTC packet queue length (packet). 0 removes any queue length limitations.
|
|
12668
|
+
*/
|
|
12669
|
+
packetQueueLength?: number;
|
|
12670
|
+
/**
|
|
12671
|
+
* WebRTC packetReordering feature.
|
|
12672
|
+
*/
|
|
12673
|
+
packetReordering?: boolean;
|
|
12674
|
+
}
|
|
12675
|
+
export type emulateNetworkConditionsReturnValue = {
|
|
12676
|
+
}
|
|
12677
|
+
/**
|
|
12678
|
+
* Activates emulation of network conditions for individual requests using URL match patterns. Unlike the deprecated
|
|
12679
|
+
Network.emulateNetworkConditions this method does not affect `navigator` state. Use Network.overrideNetworkState to
|
|
12680
|
+
explicitly modify `navigator` behavior.
|
|
12681
|
+
*/
|
|
12682
|
+
export type emulateNetworkConditionsByRuleParameters = {
|
|
12683
|
+
/**
|
|
12684
|
+
* True to emulate internet disconnection. Deprecated, use the offline property in matchedNetworkConditions
|
|
12685
|
+
or emulateOfflineServiceWorker instead.
|
|
12686
|
+
*/
|
|
12687
|
+
offline?: boolean;
|
|
12688
|
+
/**
|
|
12689
|
+
* True to emulate offline service worker.
|
|
12690
|
+
*/
|
|
12691
|
+
emulateOfflineServiceWorker?: boolean;
|
|
12692
|
+
/**
|
|
12693
|
+
* Configure conditions for matching requests. If multiple entries match a request, the first entry wins. Global
|
|
12694
|
+
conditions can be configured by leaving the urlPattern for the conditions empty. These global conditions are
|
|
12695
|
+
also applied for throttling of p2p connections.
|
|
12696
|
+
*/
|
|
12697
|
+
matchedNetworkConditions: NetworkConditions[];
|
|
12698
|
+
}
|
|
12699
|
+
export type emulateNetworkConditionsByRuleReturnValue = {
|
|
12700
|
+
/**
|
|
12701
|
+
* An id for each entry in matchedNetworkConditions. The id will be included in the requestWillBeSentExtraInfo for
|
|
12702
|
+
requests affected by a rule.
|
|
12703
|
+
*/
|
|
12704
|
+
ruleIds: string[];
|
|
12705
|
+
}
|
|
12706
|
+
/**
|
|
12707
|
+
* Override the state of navigator.onLine and navigator.connection.
|
|
12708
|
+
*/
|
|
12709
|
+
export type overrideNetworkStateParameters = {
|
|
12710
|
+
/**
|
|
12711
|
+
* True to emulate internet disconnection.
|
|
12712
|
+
*/
|
|
12713
|
+
offline: boolean;
|
|
12714
|
+
/**
|
|
12715
|
+
* Minimum latency from request sent to response headers received (ms).
|
|
12716
|
+
*/
|
|
12717
|
+
latency: number;
|
|
12718
|
+
/**
|
|
12719
|
+
* Maximal aggregated download throughput (bytes/sec). -1 disables download throttling.
|
|
12720
|
+
*/
|
|
12721
|
+
downloadThroughput: number;
|
|
12722
|
+
/**
|
|
12723
|
+
* Maximal aggregated upload throughput (bytes/sec). -1 disables upload throttling.
|
|
12024
12724
|
*/
|
|
12025
|
-
|
|
12725
|
+
uploadThroughput: number;
|
|
12026
12726
|
/**
|
|
12027
|
-
*
|
|
12727
|
+
* Connection type if known.
|
|
12028
12728
|
*/
|
|
12029
|
-
|
|
12729
|
+
connectionType?: ConnectionType;
|
|
12030
12730
|
}
|
|
12031
|
-
export type
|
|
12731
|
+
export type overrideNetworkStateReturnValue = {
|
|
12032
12732
|
}
|
|
12033
12733
|
/**
|
|
12034
12734
|
* Enables network tracking, network events will now be delivered to the client.
|
|
@@ -12036,6 +12736,8 @@ all partition key attributes match the cookie partition key attribute.
|
|
|
12036
12736
|
export type enableParameters = {
|
|
12037
12737
|
/**
|
|
12038
12738
|
* Buffer size in bytes to use when preserving network payloads (XHRs, etc).
|
|
12739
|
+
This is the maximum number of bytes that will be collected by this
|
|
12740
|
+
DevTools session.
|
|
12039
12741
|
*/
|
|
12040
12742
|
maxTotalBufferSize?: number;
|
|
12041
12743
|
/**
|
|
@@ -12053,12 +12755,31 @@ all partition key attributes match the cookie partition key attribute.
|
|
|
12053
12755
|
/**
|
|
12054
12756
|
* Enable storing response bodies outside of renderer, so that these survive
|
|
12055
12757
|
a cross-process navigation. Requires maxTotalBufferSize to be set.
|
|
12056
|
-
Currently defaults to false.
|
|
12758
|
+
Currently defaults to false. This field is being deprecated in favor of the dedicated
|
|
12759
|
+
configureDurableMessages command, due to the possibility of deadlocks when awaiting
|
|
12760
|
+
Network.enable before issuing Runtime.runIfWaitingForDebugger.
|
|
12057
12761
|
*/
|
|
12058
12762
|
enableDurableMessages?: boolean;
|
|
12059
12763
|
}
|
|
12060
12764
|
export type enableReturnValue = {
|
|
12061
12765
|
}
|
|
12766
|
+
/**
|
|
12767
|
+
* Configures storing response bodies outside of renderer, so that these survive
|
|
12768
|
+
a cross-process navigation.
|
|
12769
|
+
If maxTotalBufferSize is not set, durable messages are disabled.
|
|
12770
|
+
*/
|
|
12771
|
+
export type configureDurableMessagesParameters = {
|
|
12772
|
+
/**
|
|
12773
|
+
* Buffer size in bytes to use when preserving network payloads (XHRs, etc).
|
|
12774
|
+
*/
|
|
12775
|
+
maxTotalBufferSize?: number;
|
|
12776
|
+
/**
|
|
12777
|
+
* Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).
|
|
12778
|
+
*/
|
|
12779
|
+
maxResourceBufferSize?: number;
|
|
12780
|
+
}
|
|
12781
|
+
export type configureDurableMessagesReturnValue = {
|
|
12782
|
+
}
|
|
12062
12783
|
/**
|
|
12063
12784
|
* Returns all browser cookies. Depending on the backend support, will return detailed cookie
|
|
12064
12785
|
information in the `cookies` field.
|
|
@@ -12135,6 +12856,10 @@ the URLs of the page and all of its subframes.
|
|
|
12135
12856
|
* Request body string, omitting files from multipart requests
|
|
12136
12857
|
*/
|
|
12137
12858
|
postData: string;
|
|
12859
|
+
/**
|
|
12860
|
+
* True, if content was sent as base64.
|
|
12861
|
+
*/
|
|
12862
|
+
base64Encoded: boolean;
|
|
12138
12863
|
}
|
|
12139
12864
|
/**
|
|
12140
12865
|
* Returns content served for the given currently intercepted request.
|
|
@@ -12211,10 +12936,15 @@ attribute, user, password.
|
|
|
12211
12936
|
* Blocks URLs from loading.
|
|
12212
12937
|
*/
|
|
12213
12938
|
export type setBlockedURLsParameters = {
|
|
12939
|
+
/**
|
|
12940
|
+
* Patterns to match in the order in which they are given. These patterns
|
|
12941
|
+
also take precedence over any wildcard patterns defined in `urls`.
|
|
12942
|
+
*/
|
|
12943
|
+
urlPatterns?: BlockPattern[];
|
|
12214
12944
|
/**
|
|
12215
12945
|
* URL patterns to block. Wildcards ('*') are allowed.
|
|
12216
12946
|
*/
|
|
12217
|
-
urls
|
|
12947
|
+
urls?: string[];
|
|
12218
12948
|
}
|
|
12219
12949
|
export type setBlockedURLsReturnValue = {
|
|
12220
12950
|
}
|
|
@@ -12285,10 +13015,6 @@ default domain, path, source port, and source scheme values of the created cooki
|
|
|
12285
13015
|
* Cookie Priority type.
|
|
12286
13016
|
*/
|
|
12287
13017
|
priority?: CookiePriority;
|
|
12288
|
-
/**
|
|
12289
|
-
* True if cookie is SameParty.
|
|
12290
|
-
*/
|
|
12291
|
-
sameParty?: boolean;
|
|
12292
13018
|
/**
|
|
12293
13019
|
* Cookie source scheme type.
|
|
12294
13020
|
*/
|
|
@@ -12419,6 +13145,40 @@ Enabling triggers 'reportingApiReportAdded' for all existing reports.
|
|
|
12419
13145
|
}
|
|
12420
13146
|
export type enableReportingApiReturnValue = {
|
|
12421
13147
|
}
|
|
13148
|
+
/**
|
|
13149
|
+
* Sets up tracking device bound sessions and fetching of initial set of sessions.
|
|
13150
|
+
*/
|
|
13151
|
+
export type enableDeviceBoundSessionsParameters = {
|
|
13152
|
+
/**
|
|
13153
|
+
* Whether to enable or disable events.
|
|
13154
|
+
*/
|
|
13155
|
+
enable: boolean;
|
|
13156
|
+
}
|
|
13157
|
+
export type enableDeviceBoundSessionsReturnValue = {
|
|
13158
|
+
}
|
|
13159
|
+
/**
|
|
13160
|
+
* Deletes a device bound session.
|
|
13161
|
+
*/
|
|
13162
|
+
export type deleteDeviceBoundSessionParameters = {
|
|
13163
|
+
key: DeviceBoundSessionKey;
|
|
13164
|
+
}
|
|
13165
|
+
export type deleteDeviceBoundSessionReturnValue = {
|
|
13166
|
+
}
|
|
13167
|
+
/**
|
|
13168
|
+
* Fetches the schemeful site for a specific origin.
|
|
13169
|
+
*/
|
|
13170
|
+
export type fetchSchemefulSiteParameters = {
|
|
13171
|
+
/**
|
|
13172
|
+
* The URL origin.
|
|
13173
|
+
*/
|
|
13174
|
+
origin: string;
|
|
13175
|
+
}
|
|
13176
|
+
export type fetchSchemefulSiteReturnValue = {
|
|
13177
|
+
/**
|
|
13178
|
+
* The corresponding schemeful site.
|
|
13179
|
+
*/
|
|
13180
|
+
schemefulSite: string;
|
|
13181
|
+
}
|
|
12422
13182
|
/**
|
|
12423
13183
|
* Fetches the resource and returns the content.
|
|
12424
13184
|
*/
|
|
@@ -12449,14 +13209,6 @@ Page reload is required before the new cookie behavior will be observed
|
|
|
12449
13209
|
* Whether 3pc restriction is enabled.
|
|
12450
13210
|
*/
|
|
12451
13211
|
enableThirdPartyCookieRestriction: boolean;
|
|
12452
|
-
/**
|
|
12453
|
-
* Whether 3pc grace period exception should be enabled; false by default.
|
|
12454
|
-
*/
|
|
12455
|
-
disableThirdPartyCookieMetadata: boolean;
|
|
12456
|
-
/**
|
|
12457
|
-
* Whether 3pc heuristics exceptions should be enabled; false by default.
|
|
12458
|
-
*/
|
|
12459
|
-
disableThirdPartyCookieHeuristics: boolean;
|
|
12460
13212
|
}
|
|
12461
13213
|
export type setCookieControlsReturnValue = {
|
|
12462
13214
|
}
|
|
@@ -12465,7 +13217,7 @@ Page reload is required before the new cookie behavior will be observed
|
|
|
12465
13217
|
/**
|
|
12466
13218
|
* This domain provides various functionality related to drawing atop the inspected page.
|
|
12467
13219
|
*/
|
|
12468
|
-
export
|
|
13220
|
+
export namespace Overlay {
|
|
12469
13221
|
/**
|
|
12470
13222
|
* Configuration data for drawing the source order of an elements children.
|
|
12471
13223
|
*/
|
|
@@ -12857,6 +13609,16 @@ Page reload is required before the new cookie behavior will be observed
|
|
|
12857
13609
|
maskColor?: DOM.RGBA;
|
|
12858
13610
|
}
|
|
12859
13611
|
export type InspectMode = "searchForNode"|"searchForUAShadowDOM"|"captureAreaScreenshot"|"none";
|
|
13612
|
+
export interface InspectedElementAnchorConfig {
|
|
13613
|
+
/**
|
|
13614
|
+
* Identifier of the node to highlight.
|
|
13615
|
+
*/
|
|
13616
|
+
nodeId?: DOM.NodeId;
|
|
13617
|
+
/**
|
|
13618
|
+
* Identifier of the backend node to highlight.
|
|
13619
|
+
*/
|
|
13620
|
+
backendNodeId?: DOM.BackendNodeId;
|
|
13621
|
+
}
|
|
12860
13622
|
|
|
12861
13623
|
/**
|
|
12862
13624
|
* Fired when the node should be inspected. This happens after call to `setInspectMode` or when
|
|
@@ -12883,6 +13645,24 @@ user manually inspects an element.
|
|
|
12883
13645
|
*/
|
|
12884
13646
|
viewport: Page.Viewport;
|
|
12885
13647
|
}
|
|
13648
|
+
/**
|
|
13649
|
+
* Fired when user asks to show the Inspect panel.
|
|
13650
|
+
*/
|
|
13651
|
+
export type inspectPanelShowRequestedPayload = {
|
|
13652
|
+
/**
|
|
13653
|
+
* Id of the node to show in the panel.
|
|
13654
|
+
*/
|
|
13655
|
+
backendNodeId: DOM.BackendNodeId;
|
|
13656
|
+
}
|
|
13657
|
+
/**
|
|
13658
|
+
* Fired when user asks to restore the Inspected Element floating window.
|
|
13659
|
+
*/
|
|
13660
|
+
export type inspectedElementWindowRestoredPayload = {
|
|
13661
|
+
/**
|
|
13662
|
+
* Id of the node to restore the floating window for.
|
|
13663
|
+
*/
|
|
13664
|
+
backendNodeId: DOM.BackendNodeId;
|
|
13665
|
+
}
|
|
12886
13666
|
/**
|
|
12887
13667
|
* Fired when user cancels the inspect mode.
|
|
12888
13668
|
*/
|
|
@@ -13190,6 +13970,14 @@ Backend then generates 'inspectNodeRequested' event upon element selection.
|
|
|
13190
13970
|
}
|
|
13191
13971
|
export type setShowContainerQueryOverlaysReturnValue = {
|
|
13192
13972
|
}
|
|
13973
|
+
export type setShowInspectedElementAnchorParameters = {
|
|
13974
|
+
/**
|
|
13975
|
+
* Node identifier for which to show an anchor for.
|
|
13976
|
+
*/
|
|
13977
|
+
inspectedElementAnchorConfig: InspectedElementAnchorConfig;
|
|
13978
|
+
}
|
|
13979
|
+
export type setShowInspectedElementAnchorReturnValue = {
|
|
13980
|
+
}
|
|
13193
13981
|
/**
|
|
13194
13982
|
* Requests that backend shows paint rectangles
|
|
13195
13983
|
*/
|
|
@@ -13291,7 +14079,7 @@ Backend then generates 'inspectNodeRequested' event upon element selection.
|
|
|
13291
14079
|
/**
|
|
13292
14080
|
* This domain allows interacting with the browser to control PWAs.
|
|
13293
14081
|
*/
|
|
13294
|
-
export
|
|
14082
|
+
export namespace PWA {
|
|
13295
14083
|
/**
|
|
13296
14084
|
* The following types are the replica of
|
|
13297
14085
|
https://crsrc.org/c/chrome/browser/web_applications/proto/web_app_os_integration_state.proto;drc=9910d3be894c8f142c977ba1023f30a656bc13fc;l=67
|
|
@@ -13351,7 +14139,8 @@ reinstallation.
|
|
|
13351
14139
|
|
|
13352
14140
|
To generate bundle id for proxy mode:
|
|
13353
14141
|
1. Generate 32 random bytes.
|
|
13354
|
-
2. Add a specific suffix
|
|
14142
|
+
2. Add a specific suffix at the end following the documentation
|
|
14143
|
+
https://github.com/WICG/isolated-web-apps/blob/main/Scheme.md#suffix
|
|
13355
14144
|
3. Encode the entire sequence using Base32 without padding.
|
|
13356
14145
|
|
|
13357
14146
|
If Chrome is not in IWA dev
|
|
@@ -13461,7 +14250,7 @@ supported yet.
|
|
|
13461
14250
|
/**
|
|
13462
14251
|
* Actions and events related to the inspected page belong to the page domain.
|
|
13463
14252
|
*/
|
|
13464
|
-
export
|
|
14253
|
+
export namespace Page {
|
|
13465
14254
|
/**
|
|
13466
14255
|
* Unique frame identifier.
|
|
13467
14256
|
*/
|
|
@@ -13478,41 +14267,6 @@ supported yet.
|
|
|
13478
14267
|
adFrameType: AdFrameType;
|
|
13479
14268
|
explanations?: AdFrameExplanation[];
|
|
13480
14269
|
}
|
|
13481
|
-
/**
|
|
13482
|
-
* Identifies the script which caused a script or frame to be labelled as an
|
|
13483
|
-
ad.
|
|
13484
|
-
*/
|
|
13485
|
-
export interface AdScriptId {
|
|
13486
|
-
/**
|
|
13487
|
-
* Script Id of the script which caused a script or frame to be labelled as
|
|
13488
|
-
an ad.
|
|
13489
|
-
*/
|
|
13490
|
-
scriptId: Runtime.ScriptId;
|
|
13491
|
-
/**
|
|
13492
|
-
* Id of scriptId's debugger.
|
|
13493
|
-
*/
|
|
13494
|
-
debuggerId: Runtime.UniqueDebuggerId;
|
|
13495
|
-
}
|
|
13496
|
-
/**
|
|
13497
|
-
* Encapsulates the script ancestry and the root script filterlist rule that
|
|
13498
|
-
caused the frame to be labelled as an ad. Only created when `ancestryChain`
|
|
13499
|
-
is not empty.
|
|
13500
|
-
*/
|
|
13501
|
-
export interface AdScriptAncestry {
|
|
13502
|
-
/**
|
|
13503
|
-
* A chain of `AdScriptId`s representing the ancestry of an ad script that
|
|
13504
|
-
led to the creation of a frame. The chain is ordered from the script
|
|
13505
|
-
itself (lower level) up to its root ancestor that was flagged by
|
|
13506
|
-
filterlist.
|
|
13507
|
-
*/
|
|
13508
|
-
ancestryChain: AdScriptId[];
|
|
13509
|
-
/**
|
|
13510
|
-
* The filterlist rule that caused the root (last) script in
|
|
13511
|
-
`ancestryChain` to be ad-tagged. Only populated if the rule is
|
|
13512
|
-
available.
|
|
13513
|
-
*/
|
|
13514
|
-
rootScriptFilterlistRule?: string;
|
|
13515
|
-
}
|
|
13516
14270
|
/**
|
|
13517
14271
|
* Indicates whether the frame is a secure context and why it is the case.
|
|
13518
14272
|
*/
|
|
@@ -13527,7 +14281,7 @@ available.
|
|
|
13527
14281
|
in services/network/public/cpp/permissions_policy/permissions_policy_features.json5.
|
|
13528
14282
|
LINT.IfChange(PermissionsPolicyFeature)
|
|
13529
14283
|
*/
|
|
13530
|
-
export type PermissionsPolicyFeature = "accelerometer"|"all-screens-capture"|"ambient-light-sensor"|"aria-notify"|"attribution-reporting"|"autoplay"|"bluetooth"|"browsing-topics"|"camera"|"captured-surface-control"|"ch-dpr"|"ch-device-memory"|"ch-downlink"|"ch-ect"|"ch-prefers-color-scheme"|"ch-prefers-reduced-motion"|"ch-prefers-reduced-transparency"|"ch-rtt"|"ch-save-data"|"ch-ua"|"ch-ua-arch"|"ch-ua-bitness"|"ch-ua-high-entropy-values"|"ch-ua-platform"|"ch-ua-model"|"ch-ua-mobile"|"ch-ua-form-factors"|"ch-ua-full-version"|"ch-ua-full-version-list"|"ch-ua-platform-version"|"ch-ua-wow64"|"ch-viewport-height"|"ch-viewport-width"|"ch-width"|"clipboard-read"|"clipboard-write"|"compute-pressure"|"controlled-frame"|"cross-origin-isolated"|"deferred-fetch"|"deferred-fetch-minimal"|"device-attributes"|"digital-credentials-create"|"digital-credentials-get"|"direct-sockets"|"direct-sockets-private"|"display-capture"|"document-domain"|"encrypted-media"|"execution-while-out-of-viewport"|"execution-while-not-rendered"|"
|
|
14284
|
+
export type PermissionsPolicyFeature = "accelerometer"|"all-screens-capture"|"ambient-light-sensor"|"aria-notify"|"attribution-reporting"|"autofill"|"autoplay"|"bluetooth"|"browsing-topics"|"camera"|"captured-surface-control"|"ch-dpr"|"ch-device-memory"|"ch-downlink"|"ch-ect"|"ch-prefers-color-scheme"|"ch-prefers-reduced-motion"|"ch-prefers-reduced-transparency"|"ch-rtt"|"ch-save-data"|"ch-ua"|"ch-ua-arch"|"ch-ua-bitness"|"ch-ua-high-entropy-values"|"ch-ua-platform"|"ch-ua-model"|"ch-ua-mobile"|"ch-ua-form-factors"|"ch-ua-full-version"|"ch-ua-full-version-list"|"ch-ua-platform-version"|"ch-ua-wow64"|"ch-viewport-height"|"ch-viewport-width"|"ch-width"|"clipboard-read"|"clipboard-write"|"compute-pressure"|"controlled-frame"|"cross-origin-isolated"|"deferred-fetch"|"deferred-fetch-minimal"|"device-attributes"|"digital-credentials-create"|"digital-credentials-get"|"direct-sockets"|"direct-sockets-multicast"|"direct-sockets-private"|"display-capture"|"document-domain"|"encrypted-media"|"execution-while-out-of-viewport"|"execution-while-not-rendered"|"focus-without-user-activation"|"fullscreen"|"frobulate"|"gamepad"|"geolocation"|"gyroscope"|"hid"|"identity-credentials-get"|"idle-detection"|"interest-cohort"|"join-ad-interest-group"|"keyboard-map"|"language-detector"|"language-model"|"local-fonts"|"local-network"|"local-network-access"|"loopback-network"|"magnetometer"|"manual-text"|"media-playback-while-not-visible"|"microphone"|"midi"|"on-device-speech-recognition"|"otp-credentials"|"payment"|"picture-in-picture"|"private-aggregation"|"private-state-token-issuance"|"private-state-token-redemption"|"publickey-credentials-create"|"publickey-credentials-get"|"record-ad-auction-events"|"rewriter"|"run-ad-auction"|"screen-wake-lock"|"serial"|"shared-storage"|"shared-storage-select-url"|"smart-card"|"speaker-selection"|"storage-access"|"sub-apps"|"summarizer"|"sync-xhr"|"tools"|"translator"|"unload"|"usb"|"usb-unrestricted"|"vertical-scroll"|"web-app-installation"|"web-printing"|"web-share"|"window-management"|"writer"|"xr-spatial-tracking";
|
|
13531
14285
|
/**
|
|
13532
14286
|
* Reason for a permissions policy feature to be disabled.
|
|
13533
14287
|
*/
|
|
@@ -14126,7 +14880,7 @@ https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-expl
|
|
|
14126
14880
|
/**
|
|
14127
14881
|
* List of not restored reasons for back-forward cache.
|
|
14128
14882
|
*/
|
|
14129
|
-
export type BackForwardCacheNotRestoredReason = "NotPrimaryMainFrame"|"BackForwardCacheDisabled"|"RelatedActiveContentsExist"|"HTTPStatusNotOK"|"SchemeNotHTTPOrHTTPS"|"Loading"|"WasGrantedMediaAccess"|"DisableForRenderFrameHostCalled"|"DomainNotAllowed"|"HTTPMethodNotGET"|"SubframeIsNavigating"|"Timeout"|"CacheLimit"|"JavaScriptExecution"|"RendererProcessKilled"|"RendererProcessCrashed"|"SchedulerTrackedFeatureUsed"|"ConflictingBrowsingInstance"|"CacheFlushed"|"ServiceWorkerVersionActivation"|"SessionRestored"|"ServiceWorkerPostMessage"|"EnteredBackForwardCacheBeforeServiceWorkerHostAdded"|"RenderFrameHostReused_SameSite"|"RenderFrameHostReused_CrossSite"|"ServiceWorkerClaim"|"IgnoreEventAndEvict"|"HaveInnerContents"|"TimeoutPuttingInCache"|"BackForwardCacheDisabledByLowMemory"|"BackForwardCacheDisabledByCommandLine"|"NetworkRequestDatapipeDrainedAsBytesConsumer"|"NetworkRequestRedirected"|"NetworkRequestTimeout"|"NetworkExceedsBufferLimit"|"NavigationCancelledWhileRestoring"|"NotMostRecentNavigationEntry"|"BackForwardCacheDisabledForPrerender"|"UserAgentOverrideDiffers"|"ForegroundCacheLimit"|"BrowsingInstanceNotSwapped"|"BackForwardCacheDisabledForDelegate"|"UnloadHandlerExistsInMainFrame"|"UnloadHandlerExistsInSubFrame"|"ServiceWorkerUnregistration"|"CacheControlNoStore"|"CacheControlNoStoreCookieModified"|"CacheControlNoStoreHTTPOnlyCookieModified"|"NoResponseHead"|"Unknown"|"ActivationNavigationsDisallowedForBug1234857"|"ErrorDocument"|"FencedFramesEmbedder"|"CookieDisabled"|"HTTPAuthRequired"|"CookieFlushed"|"BroadcastChannelOnMessage"|"WebViewSettingsChanged"|"WebViewJavaScriptObjectChanged"|"WebViewMessageListenerInjected"|"WebViewSafeBrowsingAllowlistChanged"|"WebViewDocumentStartJavascriptChanged"|"WebSocket"|"WebTransport"|"WebRTC"|"MainResourceHasCacheControlNoStore"|"MainResourceHasCacheControlNoCache"|"SubresourceHasCacheControlNoStore"|"SubresourceHasCacheControlNoCache"|"ContainsPlugins"|"DocumentLoaded"|"OutstandingNetworkRequestOthers"|"RequestedMIDIPermission"|"RequestedAudioCapturePermission"|"RequestedVideoCapturePermission"|"RequestedBackForwardCacheBlockedSensors"|"RequestedBackgroundWorkPermission"|"BroadcastChannel"|"WebXR"|"SharedWorker"|"SharedWorkerMessage"|"WebLocks"|"WebHID"|"WebShare"|"RequestedStorageAccessGrant"|"WebNfc"|"OutstandingNetworkRequestFetch"|"OutstandingNetworkRequestXHR"|"AppBanner"|"Printing"|"WebDatabase"|"PictureInPicture"|"SpeechRecognizer"|"IdleManager"|"PaymentManager"|"SpeechSynthesis"|"KeyboardLock"|"WebOTPService"|"OutstandingNetworkRequestDirectSocket"|"InjectedJavascript"|"InjectedStyleSheet"|"KeepaliveRequest"|"IndexedDBEvent"|"Dummy"|"JsNetworkRequestReceivedCacheControlNoStoreResource"|"WebRTCUsedWithCCNS"|"WebTransportUsedWithCCNS"|"WebSocketUsedWithCCNS"|"SmartCard"|"LiveMediaStreamTrack"|"UnloadHandler"|"ParserAborted"|"ContentSecurityHandler"|"ContentWebAuthenticationAPI"|"ContentFileChooser"|"ContentSerial"|"ContentFileSystemAccess"|"ContentMediaDevicesDispatcherHost"|"ContentWebBluetooth"|"ContentWebUSB"|"ContentMediaSessionService"|"ContentScreenReader"|"ContentDiscarded"|"EmbedderPopupBlockerTabHelper"|"EmbedderSafeBrowsingTriggeredPopupBlocker"|"EmbedderSafeBrowsingThreatDetails"|"EmbedderAppBannerManager"|"EmbedderDomDistillerViewerSource"|"EmbedderDomDistillerSelfDeletingRequestDelegate"|"EmbedderOomInterventionTabHelper"|"EmbedderOfflinePage"|"EmbedderChromePasswordManagerClientBindCredentialManager"|"EmbedderPermissionRequestManager"|"EmbedderModalDialog"|"EmbedderExtensions"|"EmbedderExtensionMessaging"|"EmbedderExtensionMessagingForOpenPort"|"EmbedderExtensionSentMessageToCachedFrame"|"RequestedByWebViewClient"|"PostMessageByWebViewClient"|"CacheControlNoStoreDeviceBoundSessionTerminated"|"CacheLimitPrunedOnModerateMemoryPressure"|"CacheLimitPrunedOnCriticalMemoryPressure";
|
|
14883
|
+
export type BackForwardCacheNotRestoredReason = "NotPrimaryMainFrame"|"BackForwardCacheDisabled"|"RelatedActiveContentsExist"|"HTTPStatusNotOK"|"SchemeNotHTTPOrHTTPS"|"Loading"|"WasGrantedMediaAccess"|"DisableForRenderFrameHostCalled"|"DomainNotAllowed"|"HTTPMethodNotGET"|"SubframeIsNavigating"|"Timeout"|"CacheLimit"|"JavaScriptExecution"|"RendererProcessKilled"|"RendererProcessCrashed"|"SchedulerTrackedFeatureUsed"|"ConflictingBrowsingInstance"|"CacheFlushed"|"ServiceWorkerVersionActivation"|"SessionRestored"|"ServiceWorkerPostMessage"|"EnteredBackForwardCacheBeforeServiceWorkerHostAdded"|"RenderFrameHostReused_SameSite"|"RenderFrameHostReused_CrossSite"|"ServiceWorkerClaim"|"IgnoreEventAndEvict"|"HaveInnerContents"|"TimeoutPuttingInCache"|"BackForwardCacheDisabledByLowMemory"|"BackForwardCacheDisabledByCommandLine"|"NetworkRequestDatapipeDrainedAsBytesConsumer"|"NetworkRequestRedirected"|"NetworkRequestTimeout"|"NetworkExceedsBufferLimit"|"NavigationCancelledWhileRestoring"|"NotMostRecentNavigationEntry"|"BackForwardCacheDisabledForPrerender"|"UserAgentOverrideDiffers"|"ForegroundCacheLimit"|"ForwardCacheDisabled"|"BrowsingInstanceNotSwapped"|"BackForwardCacheDisabledForDelegate"|"UnloadHandlerExistsInMainFrame"|"UnloadHandlerExistsInSubFrame"|"ServiceWorkerUnregistration"|"CacheControlNoStore"|"CacheControlNoStoreCookieModified"|"CacheControlNoStoreHTTPOnlyCookieModified"|"NoResponseHead"|"Unknown"|"ActivationNavigationsDisallowedForBug1234857"|"ErrorDocument"|"FencedFramesEmbedder"|"CookieDisabled"|"HTTPAuthRequired"|"CookieFlushed"|"BroadcastChannelOnMessage"|"WebViewSettingsChanged"|"WebViewJavaScriptObjectChanged"|"WebViewMessageListenerInjected"|"WebViewSafeBrowsingAllowlistChanged"|"WebViewDocumentStartJavascriptChanged"|"WebSocket"|"WebTransport"|"WebRTC"|"MainResourceHasCacheControlNoStore"|"MainResourceHasCacheControlNoCache"|"SubresourceHasCacheControlNoStore"|"SubresourceHasCacheControlNoCache"|"ContainsPlugins"|"DocumentLoaded"|"OutstandingNetworkRequestOthers"|"RequestedMIDIPermission"|"RequestedAudioCapturePermission"|"RequestedVideoCapturePermission"|"RequestedBackForwardCacheBlockedSensors"|"RequestedBackgroundWorkPermission"|"BroadcastChannel"|"WebXR"|"SharedWorker"|"SharedWorkerMessage"|"SharedWorkerWithNoActiveClient"|"WebLocks"|"WebLocksContention"|"WebHID"|"WebBluetooth"|"WebShare"|"RequestedStorageAccessGrant"|"WebNfc"|"OutstandingNetworkRequestFetch"|"OutstandingNetworkRequestXHR"|"AppBanner"|"Printing"|"WebDatabase"|"PictureInPicture"|"SpeechRecognizer"|"IdleManager"|"PaymentManager"|"SpeechSynthesis"|"KeyboardLock"|"WebOTPService"|"OutstandingNetworkRequestDirectSocket"|"InjectedJavascript"|"InjectedStyleSheet"|"KeepaliveRequest"|"IndexedDBEvent"|"Dummy"|"JsNetworkRequestReceivedCacheControlNoStoreResource"|"WebRTCUsedWithCCNS"|"WebTransportUsedWithCCNS"|"WebSocketUsedWithCCNS"|"SmartCard"|"LiveMediaStreamTrack"|"UnloadHandler"|"ParserAborted"|"ContentSecurityHandler"|"ContentWebAuthenticationAPI"|"ContentFileChooser"|"ContentSerial"|"ContentFileSystemAccess"|"ContentMediaDevicesDispatcherHost"|"ContentWebBluetooth"|"ContentWebUSB"|"ContentMediaSessionService"|"ContentScreenReader"|"ContentDiscarded"|"EmbedderPopupBlockerTabHelper"|"EmbedderSafeBrowsingTriggeredPopupBlocker"|"EmbedderSafeBrowsingThreatDetails"|"EmbedderAppBannerManager"|"EmbedderDomDistillerViewerSource"|"EmbedderDomDistillerSelfDeletingRequestDelegate"|"EmbedderOomInterventionTabHelper"|"EmbedderOfflinePage"|"EmbedderChromePasswordManagerClientBindCredentialManager"|"EmbedderPermissionRequestManager"|"EmbedderModalDialog"|"EmbedderExtensions"|"EmbedderExtensionMessaging"|"EmbedderExtensionMessagingForOpenPort"|"EmbedderExtensionSentMessageToCachedFrame"|"EmbedderExtensionFrame"|"RequestedByWebViewClient"|"PostMessageByWebViewClient"|"CacheControlNoStoreDeviceBoundSessionTerminated"|"CacheLimitPrunedOnModerateMemoryPressure"|"CacheLimitPrunedOnCriticalMemoryPressure";
|
|
14130
14884
|
/**
|
|
14131
14885
|
* Types of not restored reasons for back-forward cache.
|
|
14132
14886
|
*/
|
|
@@ -14820,7 +15574,7 @@ chain is ordered from the most immediate script (in the frame creation
|
|
|
14820
15574
|
stack) to more distant ancestors (that created the immediately preceding
|
|
14821
15575
|
script). Only sent if frame is labelled as an ad and ids are available.
|
|
14822
15576
|
*/
|
|
14823
|
-
adScriptAncestry?:
|
|
15577
|
+
adScriptAncestry?: Network.AdAncestry;
|
|
14824
15578
|
}
|
|
14825
15579
|
/**
|
|
14826
15580
|
* Returns present frame tree structure.
|
|
@@ -15561,9 +16315,27 @@ TODO(https://crbug.com/1440085): Remove this once Puppeteer supports tab targets
|
|
|
15561
16315
|
}
|
|
15562
16316
|
export type setPrerenderingAllowedReturnValue = {
|
|
15563
16317
|
}
|
|
16318
|
+
/**
|
|
16319
|
+
* Get the annotated page content for the main frame.
|
|
16320
|
+
This is an experimental command that is subject to change.
|
|
16321
|
+
*/
|
|
16322
|
+
export type getAnnotatedPageContentParameters = {
|
|
16323
|
+
/**
|
|
16324
|
+
* Whether to include actionable information. Defaults to true.
|
|
16325
|
+
*/
|
|
16326
|
+
includeActionableInformation?: boolean;
|
|
16327
|
+
}
|
|
16328
|
+
export type getAnnotatedPageContentReturnValue = {
|
|
16329
|
+
/**
|
|
16330
|
+
* The annotated page content as a base64 encoded protobuf.
|
|
16331
|
+
The format is defined by the `AnnotatedPageContent` message in
|
|
16332
|
+
components/optimization_guide/proto/features/common_quality_data.proto
|
|
16333
|
+
*/
|
|
16334
|
+
content: binary;
|
|
16335
|
+
}
|
|
15564
16336
|
}
|
|
15565
16337
|
|
|
15566
|
-
export
|
|
16338
|
+
export namespace Performance {
|
|
15567
16339
|
/**
|
|
15568
16340
|
* Run-time execution metric.
|
|
15569
16341
|
*/
|
|
@@ -15640,7 +16412,7 @@ this method while metrics collection is enabled returns an error.
|
|
|
15640
16412
|
* Reporting of performance timeline events, as specified in
|
|
15641
16413
|
https://w3c.github.io/performance-timeline/#dom-performanceobserver.
|
|
15642
16414
|
*/
|
|
15643
|
-
export
|
|
16415
|
+
export namespace PerformanceTimeline {
|
|
15644
16416
|
/**
|
|
15645
16417
|
* See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl
|
|
15646
16418
|
*/
|
|
@@ -15729,7 +16501,7 @@ Note that not all types exposed to the web platform are currently supported.
|
|
|
15729
16501
|
}
|
|
15730
16502
|
}
|
|
15731
16503
|
|
|
15732
|
-
export
|
|
16504
|
+
export namespace Preload {
|
|
15733
16505
|
/**
|
|
15734
16506
|
* Unique id
|
|
15735
16507
|
*/
|
|
@@ -15777,6 +16549,11 @@ See also:
|
|
|
15777
16549
|
* TODO(https://crbug.com/1425354): Replace this property with structured error.
|
|
15778
16550
|
*/
|
|
15779
16551
|
errorMessage?: string;
|
|
16552
|
+
/**
|
|
16553
|
+
* For more details, see:
|
|
16554
|
+
https://github.com/WICG/nav-speculation/blob/main/speculation-rules-tags.md
|
|
16555
|
+
*/
|
|
16556
|
+
tag?: string;
|
|
15780
16557
|
}
|
|
15781
16558
|
export type RuleSetErrorType = "SourceIsNotJsonObject"|"InvalidRulesSkipped"|"InvalidRulesetLevelTag";
|
|
15782
16559
|
/**
|
|
@@ -15784,7 +16561,7 @@ See also:
|
|
|
15784
16561
|
mojom::SpeculationAction (although PrefetchWithSubresources is omitted as it
|
|
15785
16562
|
isn't being used by clients).
|
|
15786
16563
|
*/
|
|
15787
|
-
export type SpeculationAction = "Prefetch"|"Prerender";
|
|
16564
|
+
export type SpeculationAction = "Prefetch"|"Prerender"|"PrerenderUntilScript";
|
|
15788
16565
|
/**
|
|
15789
16566
|
* Corresponds to mojom::SpeculationTargetHint.
|
|
15790
16567
|
See https://github.com/WICG/nav-speculation/blob/main/triggers.md#window-name-targeting-hints
|
|
@@ -15802,6 +16579,7 @@ still keyed with the initial URL.
|
|
|
15802
16579
|
loaderId: Network.LoaderId;
|
|
15803
16580
|
action: SpeculationAction;
|
|
15804
16581
|
url: string;
|
|
16582
|
+
formSubmission?: boolean;
|
|
15805
16583
|
targetHint?: SpeculationTargetHint;
|
|
15806
16584
|
}
|
|
15807
16585
|
/**
|
|
@@ -15829,7 +16607,7 @@ CDP events for them are emitted separately but they share
|
|
|
15829
16607
|
/**
|
|
15830
16608
|
* List of FinalStatus reasons for Prerender2.
|
|
15831
16609
|
*/
|
|
15832
|
-
export type PrerenderFinalStatus = "Activated"|"Destroyed"|"LowEndDevice"|"InvalidSchemeRedirect"|"InvalidSchemeNavigation"|"NavigationRequestBlockedByCsp"|"MojoBinderPolicy"|"RendererProcessCrashed"|"RendererProcessKilled"|"Download"|"TriggerDestroyed"|"NavigationNotCommitted"|"NavigationBadHttpStatus"|"ClientCertRequested"|"NavigationRequestNetworkError"|"CancelAllHostsForTesting"|"DidFailLoad"|"Stop"|"SslCertificateError"|"LoginAuthRequested"|"UaChangeRequiresReload"|"BlockedByClient"|"AudioOutputDeviceRequested"|"MixedContent"|"TriggerBackgrounded"|"MemoryLimitExceeded"|"DataSaverEnabled"|"TriggerUrlHasEffectiveUrl"|"ActivatedBeforeStarted"|"InactivePageRestriction"|"StartFailed"|"TimeoutBackgrounded"|"CrossSiteRedirectInInitialNavigation"|"CrossSiteNavigationInInitialNavigation"|"SameSiteCrossOriginRedirectNotOptInInInitialNavigation"|"SameSiteCrossOriginNavigationNotOptInInInitialNavigation"|"ActivationNavigationParameterMismatch"|"ActivatedInBackground"|"EmbedderHostDisallowed"|"ActivationNavigationDestroyedBeforeSuccess"|"TabClosedByUserGesture"|"TabClosedWithoutUserGesture"|"PrimaryMainFrameRendererProcessCrashed"|"PrimaryMainFrameRendererProcessKilled"|"ActivationFramePolicyNotCompatible"|"PreloadingDisabled"|"BatterySaverEnabled"|"ActivatedDuringMainFrameNavigation"|"PreloadingUnsupportedByWebContents"|"CrossSiteRedirectInMainFrameNavigation"|"CrossSiteNavigationInMainFrameNavigation"|"SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation"|"SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation"|"MemoryPressureOnTrigger"|"MemoryPressureAfterTriggered"|"PrerenderingDisabledByDevTools"|"SpeculationRuleRemoved"|"ActivatedWithAuxiliaryBrowsingContexts"|"MaxNumOfRunningEagerPrerendersExceeded"|"MaxNumOfRunningNonEagerPrerendersExceeded"|"MaxNumOfRunningEmbedderPrerendersExceeded"|"PrerenderingUrlHasEffectiveUrl"|"RedirectedPrerenderingUrlHasEffectiveUrl"|"ActivationUrlHasEffectiveUrl"|"JavaScriptInterfaceAdded"|"JavaScriptInterfaceRemoved"|"AllPrerenderingCanceled"|"WindowClosed"|"SlowNetwork"|"OtherPrerenderedPageActivated"|"V8OptimizerDisabled"|"PrerenderFailedDuringPrefetch"|"BrowsingDataRemoved"|"PrerenderHostReused";
|
|
16610
|
+
export type PrerenderFinalStatus = "Activated"|"Destroyed"|"LowEndDevice"|"InvalidSchemeRedirect"|"InvalidSchemeNavigation"|"NavigationRequestBlockedByCsp"|"MojoBinderPolicy"|"RendererProcessCrashed"|"RendererProcessKilled"|"Download"|"TriggerDestroyed"|"NavigationNotCommitted"|"NavigationBadHttpStatus"|"ClientCertRequested"|"NavigationRequestNetworkError"|"CancelAllHostsForTesting"|"DidFailLoad"|"Stop"|"SslCertificateError"|"LoginAuthRequested"|"UaChangeRequiresReload"|"BlockedByClient"|"AudioOutputDeviceRequested"|"MixedContent"|"TriggerBackgrounded"|"MemoryLimitExceeded"|"DataSaverEnabled"|"TriggerUrlHasEffectiveUrl"|"ActivatedBeforeStarted"|"InactivePageRestriction"|"StartFailed"|"TimeoutBackgrounded"|"CrossSiteRedirectInInitialNavigation"|"CrossSiteNavigationInInitialNavigation"|"SameSiteCrossOriginRedirectNotOptInInInitialNavigation"|"SameSiteCrossOriginNavigationNotOptInInInitialNavigation"|"ActivationNavigationParameterMismatch"|"ActivatedInBackground"|"EmbedderHostDisallowed"|"ActivationNavigationDestroyedBeforeSuccess"|"TabClosedByUserGesture"|"TabClosedWithoutUserGesture"|"PrimaryMainFrameRendererProcessCrashed"|"PrimaryMainFrameRendererProcessKilled"|"ActivationFramePolicyNotCompatible"|"PreloadingDisabled"|"BatterySaverEnabled"|"ActivatedDuringMainFrameNavigation"|"PreloadingUnsupportedByWebContents"|"CrossSiteRedirectInMainFrameNavigation"|"CrossSiteNavigationInMainFrameNavigation"|"SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation"|"SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation"|"MemoryPressureOnTrigger"|"MemoryPressureAfterTriggered"|"PrerenderingDisabledByDevTools"|"SpeculationRuleRemoved"|"ActivatedWithAuxiliaryBrowsingContexts"|"MaxNumOfRunningEagerPrerendersExceeded"|"MaxNumOfRunningNonEagerPrerendersExceeded"|"MaxNumOfRunningEmbedderPrerendersExceeded"|"PrerenderingUrlHasEffectiveUrl"|"RedirectedPrerenderingUrlHasEffectiveUrl"|"ActivationUrlHasEffectiveUrl"|"JavaScriptInterfaceAdded"|"JavaScriptInterfaceRemoved"|"AllPrerenderingCanceled"|"WindowClosed"|"SlowNetwork"|"OtherPrerenderedPageActivated"|"V8OptimizerDisabled"|"PrerenderFailedDuringPrefetch"|"BrowsingDataRemoved"|"PrerenderHostReused"|"FormSubmitWhenPrerendering"|"CrossDocumentRestart";
|
|
15833
16611
|
/**
|
|
15834
16612
|
* Preloading status values, see also PreloadingTriggeringOutcome. This
|
|
15835
16613
|
status is shared by prefetchStatusUpdated and prerenderStatusUpdated.
|
|
@@ -15916,7 +16694,7 @@ that is incompatible with prerender and has caused the cancellation of the attem
|
|
|
15916
16694
|
}
|
|
15917
16695
|
}
|
|
15918
16696
|
|
|
15919
|
-
export
|
|
16697
|
+
export namespace Security {
|
|
15920
16698
|
/**
|
|
15921
16699
|
* An internal certificate ID value.
|
|
15922
16700
|
*/
|
|
@@ -16221,7 +16999,7 @@ be handled by the DevTools client and should be answered with `handleCertificate
|
|
|
16221
16999
|
}
|
|
16222
17000
|
}
|
|
16223
17001
|
|
|
16224
|
-
export
|
|
17002
|
+
export namespace ServiceWorker {
|
|
16225
17003
|
export type RegistrationID = string;
|
|
16226
17004
|
/**
|
|
16227
17005
|
* ServiceWorker registration.
|
|
@@ -16336,14 +17114,415 @@ For cached script it is the last time the cache entry was validated.
|
|
|
16336
17114
|
}
|
|
16337
17115
|
export type unregisterReturnValue = {
|
|
16338
17116
|
}
|
|
16339
|
-
export type updateRegistrationParameters = {
|
|
16340
|
-
scopeURL: string;
|
|
17117
|
+
export type updateRegistrationParameters = {
|
|
17118
|
+
scopeURL: string;
|
|
17119
|
+
}
|
|
17120
|
+
export type updateRegistrationReturnValue = {
|
|
17121
|
+
}
|
|
17122
|
+
}
|
|
17123
|
+
|
|
17124
|
+
export namespace SmartCardEmulation {
|
|
17125
|
+
/**
|
|
17126
|
+
* Indicates the PC/SC error code.
|
|
17127
|
+
|
|
17128
|
+
This maps to:
|
|
17129
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__ErrorCodes.html
|
|
17130
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/secauthn/authentication-return-values
|
|
17131
|
+
*/
|
|
17132
|
+
export type ResultCode = "success"|"removed-card"|"reset-card"|"unpowered-card"|"unresponsive-card"|"unsupported-card"|"reader-unavailable"|"sharing-violation"|"not-transacted"|"no-smartcard"|"proto-mismatch"|"system-cancelled"|"not-ready"|"cancelled"|"insufficient-buffer"|"invalid-handle"|"invalid-parameter"|"invalid-value"|"no-memory"|"timeout"|"unknown-reader"|"unsupported-feature"|"no-readers-available"|"service-stopped"|"no-service"|"comm-error"|"internal-error"|"server-too-busy"|"unexpected"|"shutdown"|"unknown-card"|"unknown";
|
|
17133
|
+
/**
|
|
17134
|
+
* Maps to the |SCARD_SHARE_*| values.
|
|
17135
|
+
*/
|
|
17136
|
+
export type ShareMode = "shared"|"exclusive"|"direct";
|
|
17137
|
+
/**
|
|
17138
|
+
* Indicates what the reader should do with the card.
|
|
17139
|
+
*/
|
|
17140
|
+
export type Disposition = "leave-card"|"reset-card"|"unpower-card"|"eject-card";
|
|
17141
|
+
/**
|
|
17142
|
+
* Maps to |SCARD_*| connection state values.
|
|
17143
|
+
*/
|
|
17144
|
+
export type ConnectionState = "absent"|"present"|"swallowed"|"powered"|"negotiable"|"specific";
|
|
17145
|
+
/**
|
|
17146
|
+
* Maps to the |SCARD_STATE_*| flags.
|
|
17147
|
+
*/
|
|
17148
|
+
export interface ReaderStateFlags {
|
|
17149
|
+
unaware?: boolean;
|
|
17150
|
+
ignore?: boolean;
|
|
17151
|
+
changed?: boolean;
|
|
17152
|
+
unknown?: boolean;
|
|
17153
|
+
unavailable?: boolean;
|
|
17154
|
+
empty?: boolean;
|
|
17155
|
+
present?: boolean;
|
|
17156
|
+
exclusive?: boolean;
|
|
17157
|
+
inuse?: boolean;
|
|
17158
|
+
mute?: boolean;
|
|
17159
|
+
unpowered?: boolean;
|
|
17160
|
+
}
|
|
17161
|
+
/**
|
|
17162
|
+
* Maps to the |SCARD_PROTOCOL_*| flags.
|
|
17163
|
+
*/
|
|
17164
|
+
export interface ProtocolSet {
|
|
17165
|
+
t0?: boolean;
|
|
17166
|
+
t1?: boolean;
|
|
17167
|
+
raw?: boolean;
|
|
17168
|
+
}
|
|
17169
|
+
/**
|
|
17170
|
+
* Maps to the |SCARD_PROTOCOL_*| values.
|
|
17171
|
+
*/
|
|
17172
|
+
export type Protocol = "t0"|"t1"|"raw";
|
|
17173
|
+
export interface ReaderStateIn {
|
|
17174
|
+
reader: string;
|
|
17175
|
+
currentState: ReaderStateFlags;
|
|
17176
|
+
currentInsertionCount: number;
|
|
17177
|
+
}
|
|
17178
|
+
export interface ReaderStateOut {
|
|
17179
|
+
reader: string;
|
|
17180
|
+
eventState: ReaderStateFlags;
|
|
17181
|
+
eventCount: number;
|
|
17182
|
+
atr: binary;
|
|
17183
|
+
}
|
|
17184
|
+
|
|
17185
|
+
/**
|
|
17186
|
+
* Fired when |SCardEstablishContext| is called.
|
|
17187
|
+
|
|
17188
|
+
This maps to:
|
|
17189
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67
|
|
17190
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardestablishcontext
|
|
17191
|
+
*/
|
|
17192
|
+
export type establishContextRequestedPayload = {
|
|
17193
|
+
requestId: string;
|
|
17194
|
+
}
|
|
17195
|
+
/**
|
|
17196
|
+
* Fired when |SCardReleaseContext| is called.
|
|
17197
|
+
|
|
17198
|
+
This maps to:
|
|
17199
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga6aabcba7744c5c9419fdd6404f73a934
|
|
17200
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardreleasecontext
|
|
17201
|
+
*/
|
|
17202
|
+
export type releaseContextRequestedPayload = {
|
|
17203
|
+
requestId: string;
|
|
17204
|
+
contextId: number;
|
|
17205
|
+
}
|
|
17206
|
+
/**
|
|
17207
|
+
* Fired when |SCardListReaders| is called.
|
|
17208
|
+
|
|
17209
|
+
This maps to:
|
|
17210
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga93b07815789b3cf2629d439ecf20f0d9
|
|
17211
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardlistreadersa
|
|
17212
|
+
*/
|
|
17213
|
+
export type listReadersRequestedPayload = {
|
|
17214
|
+
requestId: string;
|
|
17215
|
+
contextId: number;
|
|
17216
|
+
}
|
|
17217
|
+
/**
|
|
17218
|
+
* Fired when |SCardGetStatusChange| is called. Timeout is specified in milliseconds.
|
|
17219
|
+
|
|
17220
|
+
This maps to:
|
|
17221
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24
|
|
17222
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea
|
|
17223
|
+
*/
|
|
17224
|
+
export type getStatusChangeRequestedPayload = {
|
|
17225
|
+
requestId: string;
|
|
17226
|
+
contextId: number;
|
|
17227
|
+
readerStates: ReaderStateIn[];
|
|
17228
|
+
/**
|
|
17229
|
+
* in milliseconds, if absent, it means "infinite"
|
|
17230
|
+
*/
|
|
17231
|
+
timeout?: number;
|
|
17232
|
+
}
|
|
17233
|
+
/**
|
|
17234
|
+
* Fired when |SCardCancel| is called.
|
|
17235
|
+
|
|
17236
|
+
This maps to:
|
|
17237
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaacbbc0c6d6c0cbbeb4f4debf6fbeeee6
|
|
17238
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcancel
|
|
17239
|
+
*/
|
|
17240
|
+
export type cancelRequestedPayload = {
|
|
17241
|
+
requestId: string;
|
|
17242
|
+
contextId: number;
|
|
17243
|
+
}
|
|
17244
|
+
/**
|
|
17245
|
+
* Fired when |SCardConnect| is called.
|
|
17246
|
+
|
|
17247
|
+
This maps to:
|
|
17248
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5
|
|
17249
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta
|
|
17250
|
+
*/
|
|
17251
|
+
export type connectRequestedPayload = {
|
|
17252
|
+
requestId: string;
|
|
17253
|
+
contextId: number;
|
|
17254
|
+
reader: string;
|
|
17255
|
+
shareMode: ShareMode;
|
|
17256
|
+
preferredProtocols: ProtocolSet;
|
|
17257
|
+
}
|
|
17258
|
+
/**
|
|
17259
|
+
* Fired when |SCardDisconnect| is called.
|
|
17260
|
+
|
|
17261
|
+
This maps to:
|
|
17262
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4be198045c73ec0deb79e66c0ca1738a
|
|
17263
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scarddisconnect
|
|
17264
|
+
*/
|
|
17265
|
+
export type disconnectRequestedPayload = {
|
|
17266
|
+
requestId: string;
|
|
17267
|
+
handle: number;
|
|
17268
|
+
disposition: Disposition;
|
|
17269
|
+
}
|
|
17270
|
+
/**
|
|
17271
|
+
* Fired when |SCardTransmit| is called.
|
|
17272
|
+
|
|
17273
|
+
This maps to:
|
|
17274
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga9a2d77242a271310269065e64633ab99
|
|
17275
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardtransmit
|
|
17276
|
+
*/
|
|
17277
|
+
export type transmitRequestedPayload = {
|
|
17278
|
+
requestId: string;
|
|
17279
|
+
handle: number;
|
|
17280
|
+
data: binary;
|
|
17281
|
+
protocol?: Protocol;
|
|
17282
|
+
}
|
|
17283
|
+
/**
|
|
17284
|
+
* Fired when |SCardControl| is called.
|
|
17285
|
+
|
|
17286
|
+
This maps to:
|
|
17287
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gac3454d4657110fd7f753b2d3d8f4e32f
|
|
17288
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcontrol
|
|
17289
|
+
*/
|
|
17290
|
+
export type controlRequestedPayload = {
|
|
17291
|
+
requestId: string;
|
|
17292
|
+
handle: number;
|
|
17293
|
+
controlCode: number;
|
|
17294
|
+
data: binary;
|
|
17295
|
+
}
|
|
17296
|
+
/**
|
|
17297
|
+
* Fired when |SCardGetAttrib| is called.
|
|
17298
|
+
|
|
17299
|
+
This maps to:
|
|
17300
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaacfec51917255b7a25b94c5104961602
|
|
17301
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetattrib
|
|
17302
|
+
*/
|
|
17303
|
+
export type getAttribRequestedPayload = {
|
|
17304
|
+
requestId: string;
|
|
17305
|
+
handle: number;
|
|
17306
|
+
attribId: number;
|
|
17307
|
+
}
|
|
17308
|
+
/**
|
|
17309
|
+
* Fired when |SCardSetAttrib| is called.
|
|
17310
|
+
|
|
17311
|
+
This maps to:
|
|
17312
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga060f0038a4ddfd5dd2b8fadf3c3a2e4f
|
|
17313
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardsetattrib
|
|
17314
|
+
*/
|
|
17315
|
+
export type setAttribRequestedPayload = {
|
|
17316
|
+
requestId: string;
|
|
17317
|
+
handle: number;
|
|
17318
|
+
attribId: number;
|
|
17319
|
+
data: binary;
|
|
17320
|
+
}
|
|
17321
|
+
/**
|
|
17322
|
+
* Fired when |SCardStatus| is called.
|
|
17323
|
+
|
|
17324
|
+
This maps to:
|
|
17325
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382
|
|
17326
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa
|
|
17327
|
+
*/
|
|
17328
|
+
export type statusRequestedPayload = {
|
|
17329
|
+
requestId: string;
|
|
17330
|
+
handle: number;
|
|
17331
|
+
}
|
|
17332
|
+
/**
|
|
17333
|
+
* Fired when |SCardBeginTransaction| is called.
|
|
17334
|
+
|
|
17335
|
+
This maps to:
|
|
17336
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaddb835dce01a0da1d6ca02d33ee7d861
|
|
17337
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardbegintransaction
|
|
17338
|
+
*/
|
|
17339
|
+
export type beginTransactionRequestedPayload = {
|
|
17340
|
+
requestId: string;
|
|
17341
|
+
handle: number;
|
|
17342
|
+
}
|
|
17343
|
+
/**
|
|
17344
|
+
* Fired when |SCardEndTransaction| is called.
|
|
17345
|
+
|
|
17346
|
+
This maps to:
|
|
17347
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gae8742473b404363e5c587f570d7e2f3b
|
|
17348
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardendtransaction
|
|
17349
|
+
*/
|
|
17350
|
+
export type endTransactionRequestedPayload = {
|
|
17351
|
+
requestId: string;
|
|
17352
|
+
handle: number;
|
|
17353
|
+
disposition: Disposition;
|
|
17354
|
+
}
|
|
17355
|
+
|
|
17356
|
+
/**
|
|
17357
|
+
* Enables the |SmartCardEmulation| domain.
|
|
17358
|
+
*/
|
|
17359
|
+
export type enableParameters = {
|
|
17360
|
+
}
|
|
17361
|
+
export type enableReturnValue = {
|
|
17362
|
+
}
|
|
17363
|
+
/**
|
|
17364
|
+
* Disables the |SmartCardEmulation| domain.
|
|
17365
|
+
*/
|
|
17366
|
+
export type disableParameters = {
|
|
17367
|
+
}
|
|
17368
|
+
export type disableReturnValue = {
|
|
17369
|
+
}
|
|
17370
|
+
/**
|
|
17371
|
+
* Reports the successful result of a |SCardEstablishContext| call.
|
|
17372
|
+
|
|
17373
|
+
This maps to:
|
|
17374
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67
|
|
17375
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardestablishcontext
|
|
17376
|
+
*/
|
|
17377
|
+
export type reportEstablishContextResultParameters = {
|
|
17378
|
+
requestId: string;
|
|
17379
|
+
contextId: number;
|
|
17380
|
+
}
|
|
17381
|
+
export type reportEstablishContextResultReturnValue = {
|
|
17382
|
+
}
|
|
17383
|
+
/**
|
|
17384
|
+
* Reports the successful result of a |SCardReleaseContext| call.
|
|
17385
|
+
|
|
17386
|
+
This maps to:
|
|
17387
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga6aabcba7744c5c9419fdd6404f73a934
|
|
17388
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardreleasecontext
|
|
17389
|
+
*/
|
|
17390
|
+
export type reportReleaseContextResultParameters = {
|
|
17391
|
+
requestId: string;
|
|
17392
|
+
}
|
|
17393
|
+
export type reportReleaseContextResultReturnValue = {
|
|
17394
|
+
}
|
|
17395
|
+
/**
|
|
17396
|
+
* Reports the successful result of a |SCardListReaders| call.
|
|
17397
|
+
|
|
17398
|
+
This maps to:
|
|
17399
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga93b07815789b3cf2629d439ecf20f0d9
|
|
17400
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardlistreadersa
|
|
17401
|
+
*/
|
|
17402
|
+
export type reportListReadersResultParameters = {
|
|
17403
|
+
requestId: string;
|
|
17404
|
+
readers: string[];
|
|
17405
|
+
}
|
|
17406
|
+
export type reportListReadersResultReturnValue = {
|
|
17407
|
+
}
|
|
17408
|
+
/**
|
|
17409
|
+
* Reports the successful result of a |SCardGetStatusChange| call.
|
|
17410
|
+
|
|
17411
|
+
This maps to:
|
|
17412
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24
|
|
17413
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea
|
|
17414
|
+
*/
|
|
17415
|
+
export type reportGetStatusChangeResultParameters = {
|
|
17416
|
+
requestId: string;
|
|
17417
|
+
readerStates: ReaderStateOut[];
|
|
17418
|
+
}
|
|
17419
|
+
export type reportGetStatusChangeResultReturnValue = {
|
|
17420
|
+
}
|
|
17421
|
+
/**
|
|
17422
|
+
* Reports the result of a |SCardBeginTransaction| call.
|
|
17423
|
+
On success, this creates a new transaction object.
|
|
17424
|
+
|
|
17425
|
+
This maps to:
|
|
17426
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaddb835dce01a0da1d6ca02d33ee7d861
|
|
17427
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardbegintransaction
|
|
17428
|
+
*/
|
|
17429
|
+
export type reportBeginTransactionResultParameters = {
|
|
17430
|
+
requestId: string;
|
|
17431
|
+
handle: number;
|
|
17432
|
+
}
|
|
17433
|
+
export type reportBeginTransactionResultReturnValue = {
|
|
17434
|
+
}
|
|
17435
|
+
/**
|
|
17436
|
+
* Reports the successful result of a call that returns only a result code.
|
|
17437
|
+
Used for: |SCardCancel|, |SCardDisconnect|, |SCardSetAttrib|, |SCardEndTransaction|.
|
|
17438
|
+
|
|
17439
|
+
This maps to:
|
|
17440
|
+
1. SCardCancel
|
|
17441
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaacbbc0c6d6c0cbbeb4f4debf6fbeeee6
|
|
17442
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcancel
|
|
17443
|
+
|
|
17444
|
+
2. SCardDisconnect
|
|
17445
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4be198045c73ec0deb79e66c0ca1738a
|
|
17446
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scarddisconnect
|
|
17447
|
+
|
|
17448
|
+
3. SCardSetAttrib
|
|
17449
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga060f0038a4ddfd5dd2b8fadf3c3a2e4f
|
|
17450
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardsetattrib
|
|
17451
|
+
|
|
17452
|
+
4. SCardEndTransaction
|
|
17453
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gae8742473b404363e5c587f570d7e2f3b
|
|
17454
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardendtransaction
|
|
17455
|
+
*/
|
|
17456
|
+
export type reportPlainResultParameters = {
|
|
17457
|
+
requestId: string;
|
|
17458
|
+
}
|
|
17459
|
+
export type reportPlainResultReturnValue = {
|
|
17460
|
+
}
|
|
17461
|
+
/**
|
|
17462
|
+
* Reports the successful result of a |SCardConnect| call.
|
|
17463
|
+
|
|
17464
|
+
This maps to:
|
|
17465
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5
|
|
17466
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta
|
|
17467
|
+
*/
|
|
17468
|
+
export type reportConnectResultParameters = {
|
|
17469
|
+
requestId: string;
|
|
17470
|
+
handle: number;
|
|
17471
|
+
activeProtocol?: Protocol;
|
|
17472
|
+
}
|
|
17473
|
+
export type reportConnectResultReturnValue = {
|
|
17474
|
+
}
|
|
17475
|
+
/**
|
|
17476
|
+
* Reports the successful result of a call that sends back data on success.
|
|
17477
|
+
Used for |SCardTransmit|, |SCardControl|, and |SCardGetAttrib|.
|
|
17478
|
+
|
|
17479
|
+
This maps to:
|
|
17480
|
+
1. SCardTransmit
|
|
17481
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga9a2d77242a271310269065e64633ab99
|
|
17482
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardtransmit
|
|
17483
|
+
|
|
17484
|
+
2. SCardControl
|
|
17485
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gac3454d4657110fd7f753b2d3d8f4e32f
|
|
17486
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardcontrol
|
|
17487
|
+
|
|
17488
|
+
3. SCardGetAttrib
|
|
17489
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaacfec51917255b7a25b94c5104961602
|
|
17490
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetattrib
|
|
17491
|
+
*/
|
|
17492
|
+
export type reportDataResultParameters = {
|
|
17493
|
+
requestId: string;
|
|
17494
|
+
data: binary;
|
|
17495
|
+
}
|
|
17496
|
+
export type reportDataResultReturnValue = {
|
|
17497
|
+
}
|
|
17498
|
+
/**
|
|
17499
|
+
* Reports the successful result of a |SCardStatus| call.
|
|
17500
|
+
|
|
17501
|
+
This maps to:
|
|
17502
|
+
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382
|
|
17503
|
+
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa
|
|
17504
|
+
*/
|
|
17505
|
+
export type reportStatusResultParameters = {
|
|
17506
|
+
requestId: string;
|
|
17507
|
+
readerName: string;
|
|
17508
|
+
state: ConnectionState;
|
|
17509
|
+
atr: binary;
|
|
17510
|
+
protocol?: Protocol;
|
|
17511
|
+
}
|
|
17512
|
+
export type reportStatusResultReturnValue = {
|
|
17513
|
+
}
|
|
17514
|
+
/**
|
|
17515
|
+
* Reports an error result for the given request.
|
|
17516
|
+
*/
|
|
17517
|
+
export type reportErrorParameters = {
|
|
17518
|
+
requestId: string;
|
|
17519
|
+
resultCode: ResultCode;
|
|
16341
17520
|
}
|
|
16342
|
-
export type
|
|
17521
|
+
export type reportErrorReturnValue = {
|
|
16343
17522
|
}
|
|
16344
17523
|
}
|
|
16345
17524
|
|
|
16346
|
-
export
|
|
17525
|
+
export namespace Storage {
|
|
16347
17526
|
export type SerializedStorageKey = string;
|
|
16348
17527
|
/**
|
|
16349
17528
|
* Enum of possible storage types.
|
|
@@ -16588,159 +17767,6 @@ Present only for SharedStorageAccessMethod: batchUpdate.
|
|
|
16588
17767
|
persistent: boolean;
|
|
16589
17768
|
durability: StorageBucketsDurability;
|
|
16590
17769
|
}
|
|
16591
|
-
export type AttributionReportingSourceType = "navigation"|"event";
|
|
16592
|
-
export type UnsignedInt64AsBase10 = string;
|
|
16593
|
-
export type UnsignedInt128AsBase16 = string;
|
|
16594
|
-
export type SignedInt64AsBase10 = string;
|
|
16595
|
-
export interface AttributionReportingFilterDataEntry {
|
|
16596
|
-
key: string;
|
|
16597
|
-
values: string[];
|
|
16598
|
-
}
|
|
16599
|
-
export interface AttributionReportingFilterConfig {
|
|
16600
|
-
filterValues: AttributionReportingFilterDataEntry[];
|
|
16601
|
-
/**
|
|
16602
|
-
* duration in seconds
|
|
16603
|
-
*/
|
|
16604
|
-
lookbackWindow?: number;
|
|
16605
|
-
}
|
|
16606
|
-
export interface AttributionReportingFilterPair {
|
|
16607
|
-
filters: AttributionReportingFilterConfig[];
|
|
16608
|
-
notFilters: AttributionReportingFilterConfig[];
|
|
16609
|
-
}
|
|
16610
|
-
export interface AttributionReportingAggregationKeysEntry {
|
|
16611
|
-
key: string;
|
|
16612
|
-
value: UnsignedInt128AsBase16;
|
|
16613
|
-
}
|
|
16614
|
-
export interface AttributionReportingEventReportWindows {
|
|
16615
|
-
/**
|
|
16616
|
-
* duration in seconds
|
|
16617
|
-
*/
|
|
16618
|
-
start: number;
|
|
16619
|
-
/**
|
|
16620
|
-
* duration in seconds
|
|
16621
|
-
*/
|
|
16622
|
-
ends: number[];
|
|
16623
|
-
}
|
|
16624
|
-
export type AttributionReportingTriggerDataMatching = "exact"|"modulus";
|
|
16625
|
-
export interface AttributionReportingAggregatableDebugReportingData {
|
|
16626
|
-
keyPiece: UnsignedInt128AsBase16;
|
|
16627
|
-
/**
|
|
16628
|
-
* number instead of integer because not all uint32 can be represented by
|
|
16629
|
-
int
|
|
16630
|
-
*/
|
|
16631
|
-
value: number;
|
|
16632
|
-
types: string[];
|
|
16633
|
-
}
|
|
16634
|
-
export interface AttributionReportingAggregatableDebugReportingConfig {
|
|
16635
|
-
/**
|
|
16636
|
-
* number instead of integer because not all uint32 can be represented by
|
|
16637
|
-
int, only present for source registrations
|
|
16638
|
-
*/
|
|
16639
|
-
budget?: number;
|
|
16640
|
-
keyPiece: UnsignedInt128AsBase16;
|
|
16641
|
-
debugData: AttributionReportingAggregatableDebugReportingData[];
|
|
16642
|
-
aggregationCoordinatorOrigin?: string;
|
|
16643
|
-
}
|
|
16644
|
-
export interface AttributionScopesData {
|
|
16645
|
-
values: string[];
|
|
16646
|
-
/**
|
|
16647
|
-
* number instead of integer because not all uint32 can be represented by
|
|
16648
|
-
int
|
|
16649
|
-
*/
|
|
16650
|
-
limit: number;
|
|
16651
|
-
maxEventStates: number;
|
|
16652
|
-
}
|
|
16653
|
-
export interface AttributionReportingNamedBudgetDef {
|
|
16654
|
-
name: string;
|
|
16655
|
-
budget: number;
|
|
16656
|
-
}
|
|
16657
|
-
export interface AttributionReportingSourceRegistration {
|
|
16658
|
-
time: Network.TimeSinceEpoch;
|
|
16659
|
-
/**
|
|
16660
|
-
* duration in seconds
|
|
16661
|
-
*/
|
|
16662
|
-
expiry: number;
|
|
16663
|
-
/**
|
|
16664
|
-
* number instead of integer because not all uint32 can be represented by
|
|
16665
|
-
int
|
|
16666
|
-
*/
|
|
16667
|
-
triggerData: number[];
|
|
16668
|
-
eventReportWindows: AttributionReportingEventReportWindows;
|
|
16669
|
-
/**
|
|
16670
|
-
* duration in seconds
|
|
16671
|
-
*/
|
|
16672
|
-
aggregatableReportWindow: number;
|
|
16673
|
-
type: AttributionReportingSourceType;
|
|
16674
|
-
sourceOrigin: string;
|
|
16675
|
-
reportingOrigin: string;
|
|
16676
|
-
destinationSites: string[];
|
|
16677
|
-
eventId: UnsignedInt64AsBase10;
|
|
16678
|
-
priority: SignedInt64AsBase10;
|
|
16679
|
-
filterData: AttributionReportingFilterDataEntry[];
|
|
16680
|
-
aggregationKeys: AttributionReportingAggregationKeysEntry[];
|
|
16681
|
-
debugKey?: UnsignedInt64AsBase10;
|
|
16682
|
-
triggerDataMatching: AttributionReportingTriggerDataMatching;
|
|
16683
|
-
destinationLimitPriority: SignedInt64AsBase10;
|
|
16684
|
-
aggregatableDebugReportingConfig: AttributionReportingAggregatableDebugReportingConfig;
|
|
16685
|
-
scopesData?: AttributionScopesData;
|
|
16686
|
-
maxEventLevelReports: number;
|
|
16687
|
-
namedBudgets: AttributionReportingNamedBudgetDef[];
|
|
16688
|
-
debugReporting: boolean;
|
|
16689
|
-
eventLevelEpsilon: number;
|
|
16690
|
-
}
|
|
16691
|
-
export type AttributionReportingSourceRegistrationResult = "success"|"internalError"|"insufficientSourceCapacity"|"insufficientUniqueDestinationCapacity"|"excessiveReportingOrigins"|"prohibitedByBrowserPolicy"|"successNoised"|"destinationReportingLimitReached"|"destinationGlobalLimitReached"|"destinationBothLimitsReached"|"reportingOriginsPerSiteLimitReached"|"exceedsMaxChannelCapacity"|"exceedsMaxScopesChannelCapacity"|"exceedsMaxTriggerStateCardinality"|"exceedsMaxEventStatesLimit"|"destinationPerDayReportingLimitReached";
|
|
16692
|
-
export type AttributionReportingSourceRegistrationTimeConfig = "include"|"exclude";
|
|
16693
|
-
export interface AttributionReportingAggregatableValueDictEntry {
|
|
16694
|
-
key: string;
|
|
16695
|
-
/**
|
|
16696
|
-
* number instead of integer because not all uint32 can be represented by
|
|
16697
|
-
int
|
|
16698
|
-
*/
|
|
16699
|
-
value: number;
|
|
16700
|
-
filteringId: UnsignedInt64AsBase10;
|
|
16701
|
-
}
|
|
16702
|
-
export interface AttributionReportingAggregatableValueEntry {
|
|
16703
|
-
values: AttributionReportingAggregatableValueDictEntry[];
|
|
16704
|
-
filters: AttributionReportingFilterPair;
|
|
16705
|
-
}
|
|
16706
|
-
export interface AttributionReportingEventTriggerData {
|
|
16707
|
-
data: UnsignedInt64AsBase10;
|
|
16708
|
-
priority: SignedInt64AsBase10;
|
|
16709
|
-
dedupKey?: UnsignedInt64AsBase10;
|
|
16710
|
-
filters: AttributionReportingFilterPair;
|
|
16711
|
-
}
|
|
16712
|
-
export interface AttributionReportingAggregatableTriggerData {
|
|
16713
|
-
keyPiece: UnsignedInt128AsBase16;
|
|
16714
|
-
sourceKeys: string[];
|
|
16715
|
-
filters: AttributionReportingFilterPair;
|
|
16716
|
-
}
|
|
16717
|
-
export interface AttributionReportingAggregatableDedupKey {
|
|
16718
|
-
dedupKey?: UnsignedInt64AsBase10;
|
|
16719
|
-
filters: AttributionReportingFilterPair;
|
|
16720
|
-
}
|
|
16721
|
-
export interface AttributionReportingNamedBudgetCandidate {
|
|
16722
|
-
name?: string;
|
|
16723
|
-
filters: AttributionReportingFilterPair;
|
|
16724
|
-
}
|
|
16725
|
-
export interface AttributionReportingTriggerRegistration {
|
|
16726
|
-
filters: AttributionReportingFilterPair;
|
|
16727
|
-
debugKey?: UnsignedInt64AsBase10;
|
|
16728
|
-
aggregatableDedupKeys: AttributionReportingAggregatableDedupKey[];
|
|
16729
|
-
eventTriggerData: AttributionReportingEventTriggerData[];
|
|
16730
|
-
aggregatableTriggerData: AttributionReportingAggregatableTriggerData[];
|
|
16731
|
-
aggregatableValues: AttributionReportingAggregatableValueEntry[];
|
|
16732
|
-
aggregatableFilteringIdMaxBytes: number;
|
|
16733
|
-
debugReporting: boolean;
|
|
16734
|
-
aggregationCoordinatorOrigin?: string;
|
|
16735
|
-
sourceRegistrationTimeConfig: AttributionReportingSourceRegistrationTimeConfig;
|
|
16736
|
-
triggerContextId?: string;
|
|
16737
|
-
aggregatableDebugReportingConfig: AttributionReportingAggregatableDebugReportingConfig;
|
|
16738
|
-
scopes: string[];
|
|
16739
|
-
namedBudgets: AttributionReportingNamedBudgetCandidate[];
|
|
16740
|
-
}
|
|
16741
|
-
export type AttributionReportingEventLevelResult = "success"|"successDroppedLowerPriority"|"internalError"|"noCapacityForAttributionDestination"|"noMatchingSources"|"deduplicated"|"excessiveAttributions"|"priorityTooLow"|"neverAttributedSource"|"excessiveReportingOrigins"|"noMatchingSourceFilterData"|"prohibitedByBrowserPolicy"|"noMatchingConfigurations"|"excessiveReports"|"falselyAttributedSource"|"reportWindowPassed"|"notRegistered"|"reportWindowNotStarted"|"noMatchingTriggerData";
|
|
16742
|
-
export type AttributionReportingAggregatableResult = "success"|"internalError"|"noCapacityForAttributionDestination"|"noMatchingSources"|"excessiveAttributions"|"excessiveReportingOrigins"|"noHistograms"|"insufficientBudget"|"insufficientNamedBudget"|"noMatchingSourceFilterData"|"notRegistered"|"prohibitedByBrowserPolicy"|"deduplicated"|"reportWindowPassed"|"excessiveReports";
|
|
16743
|
-
export type AttributionReportingReportResult = "sent"|"prohibited"|"failedToAssemble"|"expired";
|
|
16744
17770
|
/**
|
|
16745
17771
|
* A single Related Website Set object.
|
|
16746
17772
|
*/
|
|
@@ -16973,36 +17999,10 @@ associated shared storage worklet.
|
|
|
16973
17999
|
export type storageBucketDeletedPayload = {
|
|
16974
18000
|
bucketId: string;
|
|
16975
18001
|
}
|
|
16976
|
-
export type attributionReportingSourceRegisteredPayload = {
|
|
16977
|
-
registration: AttributionReportingSourceRegistration;
|
|
16978
|
-
result: AttributionReportingSourceRegistrationResult;
|
|
16979
|
-
}
|
|
16980
|
-
export type attributionReportingTriggerRegisteredPayload = {
|
|
16981
|
-
registration: AttributionReportingTriggerRegistration;
|
|
16982
|
-
eventLevel: AttributionReportingEventLevelResult;
|
|
16983
|
-
aggregatable: AttributionReportingAggregatableResult;
|
|
16984
|
-
}
|
|
16985
|
-
export type attributionReportingReportSentPayload = {
|
|
16986
|
-
url: string;
|
|
16987
|
-
body: { [key: string]: string };
|
|
16988
|
-
result: AttributionReportingReportResult;
|
|
16989
|
-
/**
|
|
16990
|
-
* If result is `sent`, populated with net/HTTP status.
|
|
16991
|
-
*/
|
|
16992
|
-
netError?: number;
|
|
16993
|
-
netErrorName?: string;
|
|
16994
|
-
httpStatusCode?: number;
|
|
16995
|
-
}
|
|
16996
|
-
export type attributionReportingVerboseDebugReportSentPayload = {
|
|
16997
|
-
url: string;
|
|
16998
|
-
body?: { [key: string]: string }[];
|
|
16999
|
-
netError?: number;
|
|
17000
|
-
netErrorName?: string;
|
|
17001
|
-
httpStatusCode?: number;
|
|
17002
|
-
}
|
|
17003
18002
|
|
|
17004
18003
|
/**
|
|
17005
18004
|
* Returns a storage key given a frame id.
|
|
18005
|
+
Deprecated. Please use Storage.getStorageKey instead.
|
|
17006
18006
|
*/
|
|
17007
18007
|
export type getStorageKeyForFrameParameters = {
|
|
17008
18008
|
frameId: Page.FrameId;
|
|
@@ -17010,6 +18010,16 @@ associated shared storage worklet.
|
|
|
17010
18010
|
export type getStorageKeyForFrameReturnValue = {
|
|
17011
18011
|
storageKey: SerializedStorageKey;
|
|
17012
18012
|
}
|
|
18013
|
+
/**
|
|
18014
|
+
* Returns storage key for the given frame. If no frame ID is provided,
|
|
18015
|
+
the storage key of the target executing this command is returned.
|
|
18016
|
+
*/
|
|
18017
|
+
export type getStorageKeyParameters = {
|
|
18018
|
+
frameId?: Page.FrameId;
|
|
18019
|
+
}
|
|
18020
|
+
export type getStorageKeyReturnValue = {
|
|
18021
|
+
storageKey: SerializedStorageKey;
|
|
18022
|
+
}
|
|
17013
18023
|
/**
|
|
17014
18024
|
* Clears storage for origin.
|
|
17015
18025
|
*/
|
|
@@ -17363,37 +18373,6 @@ interestGroupAuctionNetworkRequestCreated.
|
|
|
17363
18373
|
export type runBounceTrackingMitigationsReturnValue = {
|
|
17364
18374
|
deletedSites: string[];
|
|
17365
18375
|
}
|
|
17366
|
-
/**
|
|
17367
|
-
* https://wicg.github.io/attribution-reporting-api/
|
|
17368
|
-
*/
|
|
17369
|
-
export type setAttributionReportingLocalTestingModeParameters = {
|
|
17370
|
-
/**
|
|
17371
|
-
* If enabled, noise is suppressed and reports are sent immediately.
|
|
17372
|
-
*/
|
|
17373
|
-
enabled: boolean;
|
|
17374
|
-
}
|
|
17375
|
-
export type setAttributionReportingLocalTestingModeReturnValue = {
|
|
17376
|
-
}
|
|
17377
|
-
/**
|
|
17378
|
-
* Enables/disables issuing of Attribution Reporting events.
|
|
17379
|
-
*/
|
|
17380
|
-
export type setAttributionReportingTrackingParameters = {
|
|
17381
|
-
enable: boolean;
|
|
17382
|
-
}
|
|
17383
|
-
export type setAttributionReportingTrackingReturnValue = {
|
|
17384
|
-
}
|
|
17385
|
-
/**
|
|
17386
|
-
* Sends all pending Attribution Reports immediately, regardless of their
|
|
17387
|
-
scheduled report time.
|
|
17388
|
-
*/
|
|
17389
|
-
export type sendPendingAttributionReportsParameters = {
|
|
17390
|
-
}
|
|
17391
|
-
export type sendPendingAttributionReportsReturnValue = {
|
|
17392
|
-
/**
|
|
17393
|
-
* The number of reports that were sent.
|
|
17394
|
-
*/
|
|
17395
|
-
numSent: number;
|
|
17396
|
-
}
|
|
17397
18376
|
/**
|
|
17398
18377
|
* Returns the effective Related Website Sets in use by this profile for the browser
|
|
17399
18378
|
session. The effective Related Website Sets will not change during a browser session.
|
|
@@ -17403,28 +18382,6 @@ session. The effective Related Website Sets will not change during a browser ses
|
|
|
17403
18382
|
export type getRelatedWebsiteSetsReturnValue = {
|
|
17404
18383
|
sets: RelatedWebsiteSet[];
|
|
17405
18384
|
}
|
|
17406
|
-
/**
|
|
17407
|
-
* Returns the list of URLs from a page and its embedded resources that match
|
|
17408
|
-
existing grace period URL pattern rules.
|
|
17409
|
-
https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period
|
|
17410
|
-
*/
|
|
17411
|
-
export type getAffectedUrlsForThirdPartyCookieMetadataParameters = {
|
|
17412
|
-
/**
|
|
17413
|
-
* The URL of the page currently being visited.
|
|
17414
|
-
*/
|
|
17415
|
-
firstPartyUrl: string;
|
|
17416
|
-
/**
|
|
17417
|
-
* The list of embedded resource URLs from the page.
|
|
17418
|
-
*/
|
|
17419
|
-
thirdPartyUrls: string[];
|
|
17420
|
-
}
|
|
17421
|
-
export type getAffectedUrlsForThirdPartyCookieMetadataReturnValue = {
|
|
17422
|
-
/**
|
|
17423
|
-
* Array of matching URLs. If there is a primary pattern match for the first-
|
|
17424
|
-
party URL, only the first-party URL is returned in the array.
|
|
17425
|
-
*/
|
|
17426
|
-
matchedUrls: string[];
|
|
17427
|
-
}
|
|
17428
18385
|
export type setProtectedAudienceKAnonymityParameters = {
|
|
17429
18386
|
owner: string;
|
|
17430
18387
|
name: string;
|
|
@@ -17437,7 +18394,7 @@ party URL, only the first-party URL is returned in the array.
|
|
|
17437
18394
|
/**
|
|
17438
18395
|
* The SystemInfo domain defines methods and events for querying low-level system information.
|
|
17439
18396
|
*/
|
|
17440
|
-
export
|
|
18397
|
+
export namespace SystemInfo {
|
|
17441
18398
|
/**
|
|
17442
18399
|
* Describes a single graphics processor (GPU).
|
|
17443
18400
|
*/
|
|
@@ -17535,28 +18492,6 @@ resolution and maximum framerate.
|
|
|
17535
18492
|
* Image format of a given image.
|
|
17536
18493
|
*/
|
|
17537
18494
|
export type ImageType = "jpeg"|"webp"|"unknown";
|
|
17538
|
-
/**
|
|
17539
|
-
* Describes a supported image decoding profile with its associated minimum and
|
|
17540
|
-
maximum resolutions and subsampling.
|
|
17541
|
-
*/
|
|
17542
|
-
export interface ImageDecodeAcceleratorCapability {
|
|
17543
|
-
/**
|
|
17544
|
-
* Image coded, e.g. Jpeg.
|
|
17545
|
-
*/
|
|
17546
|
-
imageType: ImageType;
|
|
17547
|
-
/**
|
|
17548
|
-
* Maximum supported dimensions of the image in pixels.
|
|
17549
|
-
*/
|
|
17550
|
-
maxDimensions: Size;
|
|
17551
|
-
/**
|
|
17552
|
-
* Minimum supported dimensions of the image in pixels.
|
|
17553
|
-
*/
|
|
17554
|
-
minDimensions: Size;
|
|
17555
|
-
/**
|
|
17556
|
-
* Optional array of supported subsampling formats, e.g. 4:2:0, if known.
|
|
17557
|
-
*/
|
|
17558
|
-
subsamplings: SubsamplingFormat[];
|
|
17559
|
-
}
|
|
17560
18495
|
/**
|
|
17561
18496
|
* Provides information about the GPU(s) on the system.
|
|
17562
18497
|
*/
|
|
@@ -17585,10 +18520,6 @@ maximum resolutions and subsampling.
|
|
|
17585
18520
|
* Supported accelerated video encoding capabilities.
|
|
17586
18521
|
*/
|
|
17587
18522
|
videoEncoding: VideoEncodeAcceleratorCapability[];
|
|
17588
|
-
/**
|
|
17589
|
-
* Supported accelerated image decoding capabilities.
|
|
17590
|
-
*/
|
|
17591
|
-
imageDecoding: ImageDecodeAcceleratorCapability[];
|
|
17592
18523
|
}
|
|
17593
18524
|
/**
|
|
17594
18525
|
* Represents process info.
|
|
@@ -17661,7 +18592,7 @@ supported.
|
|
|
17661
18592
|
/**
|
|
17662
18593
|
* Supports additional targets discovery and allows to attach to them.
|
|
17663
18594
|
*/
|
|
17664
|
-
export
|
|
18595
|
+
export namespace Target {
|
|
17665
18596
|
export type TargetID = string;
|
|
17666
18597
|
/**
|
|
17667
18598
|
* Unique identifier of attached debugging session.
|
|
@@ -17679,6 +18610,10 @@ supported.
|
|
|
17679
18610
|
* Whether the target has an attached client.
|
|
17680
18611
|
*/
|
|
17681
18612
|
attached: boolean;
|
|
18613
|
+
/**
|
|
18614
|
+
* Id of the parent target, if any. For example, "iframe" target may have a "page" parent.
|
|
18615
|
+
*/
|
|
18616
|
+
parentId?: TargetID;
|
|
17682
18617
|
/**
|
|
17683
18618
|
* Opener target Id
|
|
17684
18619
|
*/
|
|
@@ -17692,7 +18627,8 @@ supported.
|
|
|
17692
18627
|
*/
|
|
17693
18628
|
openerFrameId?: Page.FrameId;
|
|
17694
18629
|
/**
|
|
17695
|
-
* Id of the parent frame,
|
|
18630
|
+
* Id of the parent frame, present for "iframe" and "worker" targets. For nested workers,
|
|
18631
|
+
this is the "ancestor" frame that created the first worker in the nested chain.
|
|
17696
18632
|
*/
|
|
17697
18633
|
parentFrameId?: Page.FrameId;
|
|
17698
18634
|
browserContextId?: Browser.BrowserContextID;
|
|
@@ -17918,6 +18854,10 @@ Parts of the URL other than those constituting origin are ignored.
|
|
|
17918
18854
|
* An array of browser context ids.
|
|
17919
18855
|
*/
|
|
17920
18856
|
browserContextIds: Browser.BrowserContextID[];
|
|
18857
|
+
/**
|
|
18858
|
+
* The id of the default browser context if available.
|
|
18859
|
+
*/
|
|
18860
|
+
defaultBrowserContextId?: Browser.BrowserContextID;
|
|
17921
18861
|
}
|
|
17922
18862
|
/**
|
|
17923
18863
|
* Creates a new page.
|
|
@@ -17976,6 +18916,16 @@ present in the tab UI strip. Cannot be created with `forTab: true`, `newWindow:
|
|
|
17976
18916
|
`background: false`. The life-time of the tab is limited to the life-time of the session.
|
|
17977
18917
|
*/
|
|
17978
18918
|
hidden?: boolean;
|
|
18919
|
+
/**
|
|
18920
|
+
* If specified, the option is used to determine if the new target should
|
|
18921
|
+
be focused or not. By default, the focus behavior depends on the
|
|
18922
|
+
value of the background field. For example, background=false and focus=false
|
|
18923
|
+
will result in the target tab being opened but the browser window remain
|
|
18924
|
+
unchanged (if it was in the background, it will remain in the background)
|
|
18925
|
+
and background=false with focus=undefined will result in the window being focused.
|
|
18926
|
+
Using background: true and focus: true is not supported and will result in an error.
|
|
18927
|
+
*/
|
|
18928
|
+
focus?: boolean;
|
|
17979
18929
|
}
|
|
17980
18930
|
export type createTargetReturnValue = {
|
|
17981
18931
|
/**
|
|
@@ -18134,6 +19084,22 @@ to run paused targets.
|
|
|
18134
19084
|
}
|
|
18135
19085
|
export type setRemoteLocationsReturnValue = {
|
|
18136
19086
|
}
|
|
19087
|
+
/**
|
|
19088
|
+
* Gets the targetId of the DevTools page target opened for the given target
|
|
19089
|
+
(if any).
|
|
19090
|
+
*/
|
|
19091
|
+
export type getDevToolsTargetParameters = {
|
|
19092
|
+
/**
|
|
19093
|
+
* Page or tab target ID.
|
|
19094
|
+
*/
|
|
19095
|
+
targetId: TargetID;
|
|
19096
|
+
}
|
|
19097
|
+
export type getDevToolsTargetReturnValue = {
|
|
19098
|
+
/**
|
|
19099
|
+
* The targetId of DevTools page target if exists.
|
|
19100
|
+
*/
|
|
19101
|
+
targetId?: TargetID;
|
|
19102
|
+
}
|
|
18137
19103
|
/**
|
|
18138
19104
|
* Opens a DevTools window for the target.
|
|
18139
19105
|
*/
|
|
@@ -18142,6 +19108,12 @@ to run paused targets.
|
|
|
18142
19108
|
* This can be the page or tab target ID.
|
|
18143
19109
|
*/
|
|
18144
19110
|
targetId: TargetID;
|
|
19111
|
+
/**
|
|
19112
|
+
* The id of the panel we want DevTools to open initially. Currently
|
|
19113
|
+
supported panels are elements, console, network, sources, resources
|
|
19114
|
+
and performance.
|
|
19115
|
+
*/
|
|
19116
|
+
panelId?: string;
|
|
18145
19117
|
}
|
|
18146
19118
|
export type openDevToolsReturnValue = {
|
|
18147
19119
|
/**
|
|
@@ -18154,7 +19126,7 @@ to run paused targets.
|
|
|
18154
19126
|
/**
|
|
18155
19127
|
* The Tethering domain defines methods and events for browser port binding.
|
|
18156
19128
|
*/
|
|
18157
|
-
export
|
|
19129
|
+
export namespace Tethering {
|
|
18158
19130
|
|
|
18159
19131
|
/**
|
|
18160
19132
|
* Informs that port was successfully bound and got a specified connection id.
|
|
@@ -18194,7 +19166,7 @@ to run paused targets.
|
|
|
18194
19166
|
}
|
|
18195
19167
|
}
|
|
18196
19168
|
|
|
18197
|
-
export
|
|
19169
|
+
export namespace Tracing {
|
|
18198
19170
|
/**
|
|
18199
19171
|
* Configuration for memory dump. Used only when "memory-infra" category is enabled.
|
|
18200
19172
|
*/
|
|
@@ -18327,6 +19299,17 @@ buffer wrapped around.
|
|
|
18327
19299
|
*/
|
|
18328
19300
|
categories: string[];
|
|
18329
19301
|
}
|
|
19302
|
+
/**
|
|
19303
|
+
* Return a descriptor for all available tracing categories.
|
|
19304
|
+
*/
|
|
19305
|
+
export type getTrackEventDescriptorParameters = {
|
|
19306
|
+
}
|
|
19307
|
+
export type getTrackEventDescriptorReturnValue = {
|
|
19308
|
+
/**
|
|
19309
|
+
* Base64-encoded serialized perfetto.protos.TrackEventDescriptor protobuf message.
|
|
19310
|
+
*/
|
|
19311
|
+
descriptor: binary;
|
|
19312
|
+
}
|
|
18330
19313
|
/**
|
|
18331
19314
|
* Record a clock sync marker in the trace.
|
|
18332
19315
|
*/
|
|
@@ -18412,7 +19395,7 @@ are ignored.
|
|
|
18412
19395
|
* This domain allows inspection of Web Audio API.
|
|
18413
19396
|
https://webaudio.github.io/web-audio-api/
|
|
18414
19397
|
*/
|
|
18415
|
-
export
|
|
19398
|
+
export namespace WebAudio {
|
|
18416
19399
|
/**
|
|
18417
19400
|
* An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API
|
|
18418
19401
|
*/
|
|
@@ -18649,10 +19632,10 @@ capacity and glitch may occur.
|
|
|
18649
19632
|
* This domain allows configuring virtual authenticators to test the WebAuthn
|
|
18650
19633
|
API.
|
|
18651
19634
|
*/
|
|
18652
|
-
export
|
|
19635
|
+
export namespace WebAuthn {
|
|
18653
19636
|
export type AuthenticatorId = string;
|
|
18654
19637
|
export type AuthenticatorProtocol = "u2f"|"ctap2";
|
|
18655
|
-
export type Ctap2Version = "ctap2_0"|"ctap2_1";
|
|
19638
|
+
export type Ctap2Version = "ctap2_0"|"ctap2_1"|"ctap2_2";
|
|
18656
19639
|
export type AuthenticatorTransport = "usb"|"nfc"|"ble"|"cable"|"internal";
|
|
18657
19640
|
export interface VirtualAuthenticatorOptions {
|
|
18658
19641
|
protocol: AuthenticatorProtocol;
|
|
@@ -18693,6 +19676,18 @@ https://w3c.github.io/webauthn/#prf-extension
|
|
|
18693
19676
|
Defaults to false.
|
|
18694
19677
|
*/
|
|
18695
19678
|
hasPrf?: boolean;
|
|
19679
|
+
/**
|
|
19680
|
+
* If set to true, the authenticator will support the hmac-secret extension.
|
|
19681
|
+
https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-hmac-secret-extension
|
|
19682
|
+
Defaults to false.
|
|
19683
|
+
*/
|
|
19684
|
+
hasHmacSecret?: boolean;
|
|
19685
|
+
/**
|
|
19686
|
+
* If set to true, the authenticator will support the hmac-secret-mc extension.
|
|
19687
|
+
https://fidoalliance.org/specs/fido-v2.2-rd-20241003/fido-client-to-authenticator-protocol-v2.2-rd-20241003.html#sctn-hmac-secret-make-cred-extension
|
|
19688
|
+
Defaults to false.
|
|
19689
|
+
*/
|
|
19690
|
+
hasHmacSecretMc?: boolean;
|
|
18696
19691
|
/**
|
|
18697
19692
|
* If set to true, tests of user presence will succeed immediately.
|
|
18698
19693
|
Otherwise, they will not be resolved. Defaults to true.
|
|
@@ -18943,10 +19938,196 @@ https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties
|
|
|
18943
19938
|
}
|
|
18944
19939
|
}
|
|
18945
19940
|
|
|
19941
|
+
export namespace WebMCP {
|
|
19942
|
+
/**
|
|
19943
|
+
* Tool annotations
|
|
19944
|
+
*/
|
|
19945
|
+
export interface Annotation {
|
|
19946
|
+
/**
|
|
19947
|
+
* A hint indicating that the tool does not modify any state.
|
|
19948
|
+
*/
|
|
19949
|
+
readOnly?: boolean;
|
|
19950
|
+
/**
|
|
19951
|
+
* A hint indicating that the tool output may contain untrusted content, ex: UGC, 3rd party data.
|
|
19952
|
+
*/
|
|
19953
|
+
untrustedContent?: boolean;
|
|
19954
|
+
/**
|
|
19955
|
+
* If the declarative tool was declared with the autosubmit attribute.
|
|
19956
|
+
*/
|
|
19957
|
+
autosubmit?: boolean;
|
|
19958
|
+
}
|
|
19959
|
+
/**
|
|
19960
|
+
* Represents the status of a tool invocation.
|
|
19961
|
+
*/
|
|
19962
|
+
export type InvocationStatus = "Completed"|"Canceled"|"Error";
|
|
19963
|
+
/**
|
|
19964
|
+
* Definition of a tool that can be invoked.
|
|
19965
|
+
*/
|
|
19966
|
+
export interface Tool {
|
|
19967
|
+
/**
|
|
19968
|
+
* Tool name.
|
|
19969
|
+
*/
|
|
19970
|
+
name: string;
|
|
19971
|
+
/**
|
|
19972
|
+
* Tool description.
|
|
19973
|
+
*/
|
|
19974
|
+
description: string;
|
|
19975
|
+
/**
|
|
19976
|
+
* Schema for the tool's input parameters.
|
|
19977
|
+
*/
|
|
19978
|
+
inputSchema?: { [key: string]: string };
|
|
19979
|
+
/**
|
|
19980
|
+
* Optional annotations for the tool.
|
|
19981
|
+
*/
|
|
19982
|
+
annotations?: Annotation;
|
|
19983
|
+
/**
|
|
19984
|
+
* Frame identifier associated with the tool registration.
|
|
19985
|
+
*/
|
|
19986
|
+
frameId: Page.FrameId;
|
|
19987
|
+
/**
|
|
19988
|
+
* Optional node ID for declarative tools.
|
|
19989
|
+
*/
|
|
19990
|
+
backendNodeId?: DOM.BackendNodeId;
|
|
19991
|
+
/**
|
|
19992
|
+
* The stack trace at the time of the registration.
|
|
19993
|
+
*/
|
|
19994
|
+
stackTrace?: Runtime.StackTrace;
|
|
19995
|
+
}
|
|
19996
|
+
/**
|
|
19997
|
+
* Definition of a tool that was removed.
|
|
19998
|
+
*/
|
|
19999
|
+
export interface RemovedTool {
|
|
20000
|
+
/**
|
|
20001
|
+
* Tool name.
|
|
20002
|
+
*/
|
|
20003
|
+
name: string;
|
|
20004
|
+
/**
|
|
20005
|
+
* Frame identifier associated with the tool registration.
|
|
20006
|
+
*/
|
|
20007
|
+
frameId: Page.FrameId;
|
|
20008
|
+
}
|
|
20009
|
+
|
|
20010
|
+
/**
|
|
20011
|
+
* Event fired when new tools are added.
|
|
20012
|
+
*/
|
|
20013
|
+
export type toolsAddedPayload = {
|
|
20014
|
+
/**
|
|
20015
|
+
* Array of tools that were added.
|
|
20016
|
+
*/
|
|
20017
|
+
tools: Tool[];
|
|
20018
|
+
}
|
|
20019
|
+
/**
|
|
20020
|
+
* Event fired when tools are removed.
|
|
20021
|
+
*/
|
|
20022
|
+
export type toolsRemovedPayload = {
|
|
20023
|
+
/**
|
|
20024
|
+
* Array of tools that were removed.
|
|
20025
|
+
*/
|
|
20026
|
+
tools: RemovedTool[];
|
|
20027
|
+
}
|
|
20028
|
+
/**
|
|
20029
|
+
* Event fired when a tool invocation starts.
|
|
20030
|
+
*/
|
|
20031
|
+
export type toolInvokedPayload = {
|
|
20032
|
+
/**
|
|
20033
|
+
* Name of the tool to invoke.
|
|
20034
|
+
*/
|
|
20035
|
+
toolName: string;
|
|
20036
|
+
/**
|
|
20037
|
+
* Frame id
|
|
20038
|
+
*/
|
|
20039
|
+
frameId: Page.FrameId;
|
|
20040
|
+
/**
|
|
20041
|
+
* Invocation identifier.
|
|
20042
|
+
*/
|
|
20043
|
+
invocationId: string;
|
|
20044
|
+
/**
|
|
20045
|
+
* The input parameters used for the invocation.
|
|
20046
|
+
*/
|
|
20047
|
+
input: string;
|
|
20048
|
+
}
|
|
20049
|
+
/**
|
|
20050
|
+
* Event fired when a tool invocation completes or fails.
|
|
20051
|
+
*/
|
|
20052
|
+
export type toolRespondedPayload = {
|
|
20053
|
+
/**
|
|
20054
|
+
* Invocation identifier.
|
|
20055
|
+
*/
|
|
20056
|
+
invocationId: string;
|
|
20057
|
+
/**
|
|
20058
|
+
* Status of the invocation.
|
|
20059
|
+
*/
|
|
20060
|
+
status: InvocationStatus;
|
|
20061
|
+
/**
|
|
20062
|
+
* Output or error delivered as delivered to the agent. Missing if `status` is anything other than Completed.
|
|
20063
|
+
Note: The output is untrusted and poses a prompt injection risk. Clients should treat this as potentially malicious user input.
|
|
20064
|
+
*/
|
|
20065
|
+
output?: any;
|
|
20066
|
+
/**
|
|
20067
|
+
* Error text for protocol users.
|
|
20068
|
+
*/
|
|
20069
|
+
errorText?: string;
|
|
20070
|
+
/**
|
|
20071
|
+
* The exception object, if the javascript tool threw an error>
|
|
20072
|
+
*/
|
|
20073
|
+
exception?: Runtime.RemoteObject;
|
|
20074
|
+
}
|
|
20075
|
+
|
|
20076
|
+
/**
|
|
20077
|
+
* Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for
|
|
20078
|
+
all currently registered tools.
|
|
20079
|
+
*/
|
|
20080
|
+
export type enableParameters = {
|
|
20081
|
+
}
|
|
20082
|
+
export type enableReturnValue = {
|
|
20083
|
+
}
|
|
20084
|
+
/**
|
|
20085
|
+
* Disables the WebMCP domain.
|
|
20086
|
+
*/
|
|
20087
|
+
export type disableParameters = {
|
|
20088
|
+
}
|
|
20089
|
+
export type disableReturnValue = {
|
|
20090
|
+
}
|
|
20091
|
+
/**
|
|
20092
|
+
* Invokes a registered tool.
|
|
20093
|
+
*/
|
|
20094
|
+
export type invokeToolParameters = {
|
|
20095
|
+
/**
|
|
20096
|
+
* Frame in which to invoke the tool.
|
|
20097
|
+
*/
|
|
20098
|
+
frameId: Page.FrameId;
|
|
20099
|
+
/**
|
|
20100
|
+
* Name of the tool to invoke.
|
|
20101
|
+
*/
|
|
20102
|
+
toolName: string;
|
|
20103
|
+
/**
|
|
20104
|
+
* Input parameters for the tool, matching the tool's inputSchema.
|
|
20105
|
+
*/
|
|
20106
|
+
input: { [key: string]: string };
|
|
20107
|
+
}
|
|
20108
|
+
export type invokeToolReturnValue = {
|
|
20109
|
+
/**
|
|
20110
|
+
* Unique identifier for this invocation. Response is sent before tool events.
|
|
20111
|
+
*/
|
|
20112
|
+
invocationId: string;
|
|
20113
|
+
}
|
|
20114
|
+
/**
|
|
20115
|
+
* Cancels a pending tool invocation.
|
|
20116
|
+
*/
|
|
20117
|
+
export type cancelInvocationParameters = {
|
|
20118
|
+
/**
|
|
20119
|
+
* Invocation identifier to cancel.
|
|
20120
|
+
*/
|
|
20121
|
+
invocationId: string;
|
|
20122
|
+
}
|
|
20123
|
+
export type cancelInvocationReturnValue = {
|
|
20124
|
+
}
|
|
20125
|
+
}
|
|
20126
|
+
|
|
18946
20127
|
/**
|
|
18947
20128
|
* This domain is deprecated - use Runtime or Log instead.
|
|
18948
20129
|
*/
|
|
18949
|
-
export
|
|
20130
|
+
export namespace Console {
|
|
18950
20131
|
/**
|
|
18951
20132
|
* Console message.
|
|
18952
20133
|
*/
|
|
@@ -19015,7 +20196,7 @@ https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties
|
|
|
19015
20196
|
* Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing
|
|
19016
20197
|
breakpoints, stepping through execution, exploring stack traces, etc.
|
|
19017
20198
|
*/
|
|
19018
|
-
export
|
|
20199
|
+
export namespace Debugger {
|
|
19019
20200
|
/**
|
|
19020
20201
|
* Breakpoint identifier.
|
|
19021
20202
|
*/
|
|
@@ -20042,7 +21223,7 @@ before next pause.
|
|
|
20042
21223
|
}
|
|
20043
21224
|
}
|
|
20044
21225
|
|
|
20045
|
-
export
|
|
21226
|
+
export namespace HeapProfiler {
|
|
20046
21227
|
/**
|
|
20047
21228
|
* Heap snapshot object id.
|
|
20048
21229
|
*/
|
|
@@ -20187,6 +21368,10 @@ $x functions).
|
|
|
20187
21368
|
default value is 32768 bytes.
|
|
20188
21369
|
*/
|
|
20189
21370
|
samplingInterval?: number;
|
|
21371
|
+
/**
|
|
21372
|
+
* Maximum stack depth. The default value is 128.
|
|
21373
|
+
*/
|
|
21374
|
+
stackDepth?: number;
|
|
20190
21375
|
/**
|
|
20191
21376
|
* By default, the sampling heap profiler reports only objects which are
|
|
20192
21377
|
still alive when the profile is returned via getSamplingProfile or
|
|
@@ -20267,7 +21452,7 @@ Deprecated in favor of `exposeInternals`.
|
|
|
20267
21452
|
}
|
|
20268
21453
|
}
|
|
20269
21454
|
|
|
20270
|
-
export
|
|
21455
|
+
export namespace Profiler {
|
|
20271
21456
|
/**
|
|
20272
21457
|
* Profile node. Holds callsite information, execution statistics and child nodes.
|
|
20273
21458
|
*/
|
|
@@ -20537,7 +21722,7 @@ and unique identifier that can be used for further object reference. Original ob
|
|
|
20537
21722
|
maintained in memory unless they are either explicitly released or are released along with the
|
|
20538
21723
|
other objects in their object group.
|
|
20539
21724
|
*/
|
|
20540
|
-
export
|
|
21725
|
+
export namespace Runtime {
|
|
20541
21726
|
/**
|
|
20542
21727
|
* Unique script identifier.
|
|
20543
21728
|
*/
|
|
@@ -20594,7 +21779,7 @@ per value in the scope of one CDP call.
|
|
|
20594
21779
|
NOTE: If you change anything here, make sure to also update
|
|
20595
21780
|
`subtype` in `ObjectPreview` and `PropertyPreview` below.
|
|
20596
21781
|
*/
|
|
20597
|
-
subtype?: "array"|"null"|"node"|"regexp"|"date"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"generator"|"error"|"proxy"|"promise"|"typedarray"|"arraybuffer"|"dataview"|"webassemblymemory"|"wasmvalue";
|
|
21782
|
+
subtype?: "array"|"null"|"node"|"regexp"|"date"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"generator"|"error"|"proxy"|"promise"|"typedarray"|"arraybuffer"|"dataview"|"webassemblymemory"|"wasmvalue"|"trustedtype";
|
|
20598
21783
|
/**
|
|
20599
21784
|
* Object class (constructor) name. Specified for `object` type values only.
|
|
20600
21785
|
*/
|
|
@@ -20650,7 +21835,7 @@ The result value is json ML array.
|
|
|
20650
21835
|
/**
|
|
20651
21836
|
* Object subtype hint. Specified for `object` type values only.
|
|
20652
21837
|
*/
|
|
20653
|
-
subtype?: "array"|"null"|"node"|"regexp"|"date"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"generator"|"error"|"proxy"|"promise"|"typedarray"|"arraybuffer"|"dataview"|"webassemblymemory"|"wasmvalue";
|
|
21838
|
+
subtype?: "array"|"null"|"node"|"regexp"|"date"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"generator"|"error"|"proxy"|"promise"|"typedarray"|"arraybuffer"|"dataview"|"webassemblymemory"|"wasmvalue"|"trustedtype";
|
|
20654
21839
|
/**
|
|
20655
21840
|
* String representation of the object.
|
|
20656
21841
|
*/
|
|
@@ -20688,7 +21873,7 @@ The result value is json ML array.
|
|
|
20688
21873
|
/**
|
|
20689
21874
|
* Object subtype hint. Specified for `object` type values only.
|
|
20690
21875
|
*/
|
|
20691
|
-
subtype?: "array"|"null"|"node"|"regexp"|"date"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"generator"|"error"|"proxy"|"promise"|"typedarray"|"arraybuffer"|"dataview"|"webassemblymemory"|"wasmvalue";
|
|
21876
|
+
subtype?: "array"|"null"|"node"|"regexp"|"date"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"generator"|"error"|"proxy"|"promise"|"typedarray"|"arraybuffer"|"dataview"|"webassemblymemory"|"wasmvalue"|"trustedtype";
|
|
20692
21877
|
}
|
|
20693
21878
|
export interface EntryPreview {
|
|
20694
21879
|
/**
|
|
@@ -21596,7 +22781,7 @@ Error was thrown.
|
|
|
21596
22781
|
/**
|
|
21597
22782
|
* This domain is deprecated.
|
|
21598
22783
|
*/
|
|
21599
|
-
export
|
|
22784
|
+
export namespace Schema {
|
|
21600
22785
|
/**
|
|
21601
22786
|
* Description of the protocol domain.
|
|
21602
22787
|
*/
|
|
@@ -21625,7 +22810,7 @@ Error was thrown.
|
|
|
21625
22810
|
}
|
|
21626
22811
|
}
|
|
21627
22812
|
|
|
21628
|
-
export
|
|
22813
|
+
export type Events = {
|
|
21629
22814
|
"Accessibility.loadComplete": Accessibility.loadCompletePayload;
|
|
21630
22815
|
"Accessibility.nodesUpdated": Accessibility.nodesUpdatedPayload;
|
|
21631
22816
|
"Animation.animationCanceled": Animation.animationCanceledPayload;
|
|
@@ -21650,6 +22835,7 @@ Error was thrown.
|
|
|
21650
22835
|
"Cast.sinksUpdated": Cast.sinksUpdatedPayload;
|
|
21651
22836
|
"Cast.issueUpdated": Cast.issueUpdatedPayload;
|
|
21652
22837
|
"DOM.attributeModified": DOM.attributeModifiedPayload;
|
|
22838
|
+
"DOM.adoptedStyleSheetsModified": DOM.adoptedStyleSheetsModifiedPayload;
|
|
21653
22839
|
"DOM.attributeRemoved": DOM.attributeRemovedPayload;
|
|
21654
22840
|
"DOM.characterDataModified": DOM.characterDataModifiedPayload;
|
|
21655
22841
|
"DOM.childNodeCountUpdated": DOM.childNodeCountUpdatedPayload;
|
|
@@ -21661,6 +22847,8 @@ Error was thrown.
|
|
|
21661
22847
|
"DOM.pseudoElementAdded": DOM.pseudoElementAddedPayload;
|
|
21662
22848
|
"DOM.topLayerElementsUpdated": DOM.topLayerElementsUpdatedPayload;
|
|
21663
22849
|
"DOM.scrollableFlagUpdated": DOM.scrollableFlagUpdatedPayload;
|
|
22850
|
+
"DOM.adRelatedStateUpdated": DOM.adRelatedStateUpdatedPayload;
|
|
22851
|
+
"DOM.affectedByStartingStylesFlagUpdated": DOM.affectedByStartingStylesFlagUpdatedPayload;
|
|
21664
22852
|
"DOM.pseudoElementRemoved": DOM.pseudoElementRemovedPayload;
|
|
21665
22853
|
"DOM.setChildNodes": DOM.setChildNodesPayload;
|
|
21666
22854
|
"DOM.shadowRootPopped": DOM.shadowRootPoppedPayload;
|
|
@@ -21671,6 +22859,7 @@ Error was thrown.
|
|
|
21671
22859
|
"DOMStorage.domStorageItemsCleared": DOMStorage.domStorageItemsClearedPayload;
|
|
21672
22860
|
"DeviceAccess.deviceRequestPrompted": DeviceAccess.deviceRequestPromptedPayload;
|
|
21673
22861
|
"Emulation.virtualTimeBudgetExpired": Emulation.virtualTimeBudgetExpiredPayload;
|
|
22862
|
+
"Emulation.screenOrientationLockChanged": Emulation.screenOrientationLockChangedPayload;
|
|
21674
22863
|
"FedCm.dialogShown": FedCm.dialogShownPayload;
|
|
21675
22864
|
"FedCm.dialogClosed": FedCm.dialogClosedPayload;
|
|
21676
22865
|
"Fetch.requestPaused": Fetch.requestPausedPayload;
|
|
@@ -21679,6 +22868,7 @@ Error was thrown.
|
|
|
21679
22868
|
"Inspector.detached": Inspector.detachedPayload;
|
|
21680
22869
|
"Inspector.targetCrashed": Inspector.targetCrashedPayload;
|
|
21681
22870
|
"Inspector.targetReloadedAfterCrash": Inspector.targetReloadedAfterCrashPayload;
|
|
22871
|
+
"Inspector.workerScriptLoaded": Inspector.workerScriptLoadedPayload;
|
|
21682
22872
|
"LayerTree.layerPainted": LayerTree.layerPaintedPayload;
|
|
21683
22873
|
"LayerTree.layerTreeDidChange": LayerTree.layerTreeDidChangePayload;
|
|
21684
22874
|
"Log.entryAdded": Log.entryAddedPayload;
|
|
@@ -21713,6 +22903,8 @@ Error was thrown.
|
|
|
21713
22903
|
"Network.directTCPSocketClosed": Network.directTCPSocketClosedPayload;
|
|
21714
22904
|
"Network.directTCPSocketChunkSent": Network.directTCPSocketChunkSentPayload;
|
|
21715
22905
|
"Network.directTCPSocketChunkReceived": Network.directTCPSocketChunkReceivedPayload;
|
|
22906
|
+
"Network.directUDPSocketJoinedMulticastGroup": Network.directUDPSocketJoinedMulticastGroupPayload;
|
|
22907
|
+
"Network.directUDPSocketLeftMulticastGroup": Network.directUDPSocketLeftMulticastGroupPayload;
|
|
21716
22908
|
"Network.directUDPSocketCreated": Network.directUDPSocketCreatedPayload;
|
|
21717
22909
|
"Network.directUDPSocketOpened": Network.directUDPSocketOpenedPayload;
|
|
21718
22910
|
"Network.directUDPSocketAborted": Network.directUDPSocketAbortedPayload;
|
|
@@ -21724,16 +22916,16 @@ Error was thrown.
|
|
|
21724
22916
|
"Network.responseReceivedEarlyHints": Network.responseReceivedEarlyHintsPayload;
|
|
21725
22917
|
"Network.trustTokenOperationDone": Network.trustTokenOperationDonePayload;
|
|
21726
22918
|
"Network.policyUpdated": Network.policyUpdatedPayload;
|
|
21727
|
-
"Network.subresourceWebBundleMetadataReceived": Network.subresourceWebBundleMetadataReceivedPayload;
|
|
21728
|
-
"Network.subresourceWebBundleMetadataError": Network.subresourceWebBundleMetadataErrorPayload;
|
|
21729
|
-
"Network.subresourceWebBundleInnerResponseParsed": Network.subresourceWebBundleInnerResponseParsedPayload;
|
|
21730
|
-
"Network.subresourceWebBundleInnerResponseError": Network.subresourceWebBundleInnerResponseErrorPayload;
|
|
21731
22919
|
"Network.reportingApiReportAdded": Network.reportingApiReportAddedPayload;
|
|
21732
22920
|
"Network.reportingApiReportUpdated": Network.reportingApiReportUpdatedPayload;
|
|
21733
22921
|
"Network.reportingApiEndpointsChangedForOrigin": Network.reportingApiEndpointsChangedForOriginPayload;
|
|
22922
|
+
"Network.deviceBoundSessionsAdded": Network.deviceBoundSessionsAddedPayload;
|
|
22923
|
+
"Network.deviceBoundSessionEventOccurred": Network.deviceBoundSessionEventOccurredPayload;
|
|
21734
22924
|
"Overlay.inspectNodeRequested": Overlay.inspectNodeRequestedPayload;
|
|
21735
22925
|
"Overlay.nodeHighlightRequested": Overlay.nodeHighlightRequestedPayload;
|
|
21736
22926
|
"Overlay.screenshotRequested": Overlay.screenshotRequestedPayload;
|
|
22927
|
+
"Overlay.inspectPanelShowRequested": Overlay.inspectPanelShowRequestedPayload;
|
|
22928
|
+
"Overlay.inspectedElementWindowRestored": Overlay.inspectedElementWindowRestoredPayload;
|
|
21737
22929
|
"Overlay.inspectModeCanceled": Overlay.inspectModeCanceledPayload;
|
|
21738
22930
|
"Page.domContentEventFired": Page.domContentEventFiredPayload;
|
|
21739
22931
|
"Page.fileChooserOpened": Page.fileChooserOpenedPayload;
|
|
@@ -21777,6 +22969,20 @@ Error was thrown.
|
|
|
21777
22969
|
"ServiceWorker.workerErrorReported": ServiceWorker.workerErrorReportedPayload;
|
|
21778
22970
|
"ServiceWorker.workerRegistrationUpdated": ServiceWorker.workerRegistrationUpdatedPayload;
|
|
21779
22971
|
"ServiceWorker.workerVersionUpdated": ServiceWorker.workerVersionUpdatedPayload;
|
|
22972
|
+
"SmartCardEmulation.establishContextRequested": SmartCardEmulation.establishContextRequestedPayload;
|
|
22973
|
+
"SmartCardEmulation.releaseContextRequested": SmartCardEmulation.releaseContextRequestedPayload;
|
|
22974
|
+
"SmartCardEmulation.listReadersRequested": SmartCardEmulation.listReadersRequestedPayload;
|
|
22975
|
+
"SmartCardEmulation.getStatusChangeRequested": SmartCardEmulation.getStatusChangeRequestedPayload;
|
|
22976
|
+
"SmartCardEmulation.cancelRequested": SmartCardEmulation.cancelRequestedPayload;
|
|
22977
|
+
"SmartCardEmulation.connectRequested": SmartCardEmulation.connectRequestedPayload;
|
|
22978
|
+
"SmartCardEmulation.disconnectRequested": SmartCardEmulation.disconnectRequestedPayload;
|
|
22979
|
+
"SmartCardEmulation.transmitRequested": SmartCardEmulation.transmitRequestedPayload;
|
|
22980
|
+
"SmartCardEmulation.controlRequested": SmartCardEmulation.controlRequestedPayload;
|
|
22981
|
+
"SmartCardEmulation.getAttribRequested": SmartCardEmulation.getAttribRequestedPayload;
|
|
22982
|
+
"SmartCardEmulation.setAttribRequested": SmartCardEmulation.setAttribRequestedPayload;
|
|
22983
|
+
"SmartCardEmulation.statusRequested": SmartCardEmulation.statusRequestedPayload;
|
|
22984
|
+
"SmartCardEmulation.beginTransactionRequested": SmartCardEmulation.beginTransactionRequestedPayload;
|
|
22985
|
+
"SmartCardEmulation.endTransactionRequested": SmartCardEmulation.endTransactionRequestedPayload;
|
|
21780
22986
|
"Storage.cacheStorageContentUpdated": Storage.cacheStorageContentUpdatedPayload;
|
|
21781
22987
|
"Storage.cacheStorageListUpdated": Storage.cacheStorageListUpdatedPayload;
|
|
21782
22988
|
"Storage.indexedDBContentUpdated": Storage.indexedDBContentUpdatedPayload;
|
|
@@ -21788,10 +22994,6 @@ Error was thrown.
|
|
|
21788
22994
|
"Storage.sharedStorageWorkletOperationExecutionFinished": Storage.sharedStorageWorkletOperationExecutionFinishedPayload;
|
|
21789
22995
|
"Storage.storageBucketCreatedOrUpdated": Storage.storageBucketCreatedOrUpdatedPayload;
|
|
21790
22996
|
"Storage.storageBucketDeleted": Storage.storageBucketDeletedPayload;
|
|
21791
|
-
"Storage.attributionReportingSourceRegistered": Storage.attributionReportingSourceRegisteredPayload;
|
|
21792
|
-
"Storage.attributionReportingTriggerRegistered": Storage.attributionReportingTriggerRegisteredPayload;
|
|
21793
|
-
"Storage.attributionReportingReportSent": Storage.attributionReportingReportSentPayload;
|
|
21794
|
-
"Storage.attributionReportingVerboseDebugReportSent": Storage.attributionReportingVerboseDebugReportSentPayload;
|
|
21795
22997
|
"Target.attachedToTarget": Target.attachedToTargetPayload;
|
|
21796
22998
|
"Target.detachedFromTarget": Target.detachedFromTargetPayload;
|
|
21797
22999
|
"Target.receivedMessageFromTarget": Target.receivedMessageFromTargetPayload;
|
|
@@ -21820,6 +23022,10 @@ Error was thrown.
|
|
|
21820
23022
|
"WebAuthn.credentialDeleted": WebAuthn.credentialDeletedPayload;
|
|
21821
23023
|
"WebAuthn.credentialUpdated": WebAuthn.credentialUpdatedPayload;
|
|
21822
23024
|
"WebAuthn.credentialAsserted": WebAuthn.credentialAssertedPayload;
|
|
23025
|
+
"WebMCP.toolsAdded": WebMCP.toolsAddedPayload;
|
|
23026
|
+
"WebMCP.toolsRemoved": WebMCP.toolsRemovedPayload;
|
|
23027
|
+
"WebMCP.toolInvoked": WebMCP.toolInvokedPayload;
|
|
23028
|
+
"WebMCP.toolResponded": WebMCP.toolRespondedPayload;
|
|
21823
23029
|
"Console.messageAdded": Console.messageAddedPayload;
|
|
21824
23030
|
"Debugger.breakpointResolved": Debugger.breakpointResolvedPayload;
|
|
21825
23031
|
"Debugger.paused": Debugger.pausedPayload;
|
|
@@ -21843,6 +23049,245 @@ Error was thrown.
|
|
|
21843
23049
|
"Runtime.executionContextsCleared": Runtime.executionContextsClearedPayload;
|
|
21844
23050
|
"Runtime.inspectRequested": Runtime.inspectRequestedPayload;
|
|
21845
23051
|
}
|
|
23052
|
+
export type EventMap = {
|
|
23053
|
+
["Accessibility.loadComplete"]: [Accessibility.loadCompletePayload];
|
|
23054
|
+
["Accessibility.nodesUpdated"]: [Accessibility.nodesUpdatedPayload];
|
|
23055
|
+
["Animation.animationCanceled"]: [Animation.animationCanceledPayload];
|
|
23056
|
+
["Animation.animationCreated"]: [Animation.animationCreatedPayload];
|
|
23057
|
+
["Animation.animationStarted"]: [Animation.animationStartedPayload];
|
|
23058
|
+
["Animation.animationUpdated"]: [Animation.animationUpdatedPayload];
|
|
23059
|
+
["Audits.issueAdded"]: [Audits.issueAddedPayload];
|
|
23060
|
+
["Autofill.addressFormFilled"]: [Autofill.addressFormFilledPayload];
|
|
23061
|
+
["BackgroundService.recordingStateChanged"]: [BackgroundService.recordingStateChangedPayload];
|
|
23062
|
+
["BackgroundService.backgroundServiceEventReceived"]: [BackgroundService.backgroundServiceEventReceivedPayload];
|
|
23063
|
+
["BluetoothEmulation.gattOperationReceived"]: [BluetoothEmulation.gattOperationReceivedPayload];
|
|
23064
|
+
["BluetoothEmulation.characteristicOperationReceived"]: [BluetoothEmulation.characteristicOperationReceivedPayload];
|
|
23065
|
+
["BluetoothEmulation.descriptorOperationReceived"]: [BluetoothEmulation.descriptorOperationReceivedPayload];
|
|
23066
|
+
["Browser.downloadWillBegin"]: [Browser.downloadWillBeginPayload];
|
|
23067
|
+
["Browser.downloadProgress"]: [Browser.downloadProgressPayload];
|
|
23068
|
+
["CSS.fontsUpdated"]: [CSS.fontsUpdatedPayload];
|
|
23069
|
+
["CSS.mediaQueryResultChanged"]: [CSS.mediaQueryResultChangedPayload];
|
|
23070
|
+
["CSS.styleSheetAdded"]: [CSS.styleSheetAddedPayload];
|
|
23071
|
+
["CSS.styleSheetChanged"]: [CSS.styleSheetChangedPayload];
|
|
23072
|
+
["CSS.styleSheetRemoved"]: [CSS.styleSheetRemovedPayload];
|
|
23073
|
+
["CSS.computedStyleUpdated"]: [CSS.computedStyleUpdatedPayload];
|
|
23074
|
+
["Cast.sinksUpdated"]: [Cast.sinksUpdatedPayload];
|
|
23075
|
+
["Cast.issueUpdated"]: [Cast.issueUpdatedPayload];
|
|
23076
|
+
["DOM.attributeModified"]: [DOM.attributeModifiedPayload];
|
|
23077
|
+
["DOM.adoptedStyleSheetsModified"]: [DOM.adoptedStyleSheetsModifiedPayload];
|
|
23078
|
+
["DOM.attributeRemoved"]: [DOM.attributeRemovedPayload];
|
|
23079
|
+
["DOM.characterDataModified"]: [DOM.characterDataModifiedPayload];
|
|
23080
|
+
["DOM.childNodeCountUpdated"]: [DOM.childNodeCountUpdatedPayload];
|
|
23081
|
+
["DOM.childNodeInserted"]: [DOM.childNodeInsertedPayload];
|
|
23082
|
+
["DOM.childNodeRemoved"]: [DOM.childNodeRemovedPayload];
|
|
23083
|
+
["DOM.distributedNodesUpdated"]: [DOM.distributedNodesUpdatedPayload];
|
|
23084
|
+
["DOM.documentUpdated"]: [DOM.documentUpdatedPayload];
|
|
23085
|
+
["DOM.inlineStyleInvalidated"]: [DOM.inlineStyleInvalidatedPayload];
|
|
23086
|
+
["DOM.pseudoElementAdded"]: [DOM.pseudoElementAddedPayload];
|
|
23087
|
+
["DOM.topLayerElementsUpdated"]: [DOM.topLayerElementsUpdatedPayload];
|
|
23088
|
+
["DOM.scrollableFlagUpdated"]: [DOM.scrollableFlagUpdatedPayload];
|
|
23089
|
+
["DOM.adRelatedStateUpdated"]: [DOM.adRelatedStateUpdatedPayload];
|
|
23090
|
+
["DOM.affectedByStartingStylesFlagUpdated"]: [DOM.affectedByStartingStylesFlagUpdatedPayload];
|
|
23091
|
+
["DOM.pseudoElementRemoved"]: [DOM.pseudoElementRemovedPayload];
|
|
23092
|
+
["DOM.setChildNodes"]: [DOM.setChildNodesPayload];
|
|
23093
|
+
["DOM.shadowRootPopped"]: [DOM.shadowRootPoppedPayload];
|
|
23094
|
+
["DOM.shadowRootPushed"]: [DOM.shadowRootPushedPayload];
|
|
23095
|
+
["DOMStorage.domStorageItemAdded"]: [DOMStorage.domStorageItemAddedPayload];
|
|
23096
|
+
["DOMStorage.domStorageItemRemoved"]: [DOMStorage.domStorageItemRemovedPayload];
|
|
23097
|
+
["DOMStorage.domStorageItemUpdated"]: [DOMStorage.domStorageItemUpdatedPayload];
|
|
23098
|
+
["DOMStorage.domStorageItemsCleared"]: [DOMStorage.domStorageItemsClearedPayload];
|
|
23099
|
+
["DeviceAccess.deviceRequestPrompted"]: [DeviceAccess.deviceRequestPromptedPayload];
|
|
23100
|
+
["Emulation.virtualTimeBudgetExpired"]: [Emulation.virtualTimeBudgetExpiredPayload];
|
|
23101
|
+
["Emulation.screenOrientationLockChanged"]: [Emulation.screenOrientationLockChangedPayload];
|
|
23102
|
+
["FedCm.dialogShown"]: [FedCm.dialogShownPayload];
|
|
23103
|
+
["FedCm.dialogClosed"]: [FedCm.dialogClosedPayload];
|
|
23104
|
+
["Fetch.requestPaused"]: [Fetch.requestPausedPayload];
|
|
23105
|
+
["Fetch.authRequired"]: [Fetch.authRequiredPayload];
|
|
23106
|
+
["Input.dragIntercepted"]: [Input.dragInterceptedPayload];
|
|
23107
|
+
["Inspector.detached"]: [Inspector.detachedPayload];
|
|
23108
|
+
["Inspector.targetCrashed"]: [Inspector.targetCrashedPayload];
|
|
23109
|
+
["Inspector.targetReloadedAfterCrash"]: [Inspector.targetReloadedAfterCrashPayload];
|
|
23110
|
+
["Inspector.workerScriptLoaded"]: [Inspector.workerScriptLoadedPayload];
|
|
23111
|
+
["LayerTree.layerPainted"]: [LayerTree.layerPaintedPayload];
|
|
23112
|
+
["LayerTree.layerTreeDidChange"]: [LayerTree.layerTreeDidChangePayload];
|
|
23113
|
+
["Log.entryAdded"]: [Log.entryAddedPayload];
|
|
23114
|
+
["Media.playerPropertiesChanged"]: [Media.playerPropertiesChangedPayload];
|
|
23115
|
+
["Media.playerEventsAdded"]: [Media.playerEventsAddedPayload];
|
|
23116
|
+
["Media.playerMessagesLogged"]: [Media.playerMessagesLoggedPayload];
|
|
23117
|
+
["Media.playerErrorsRaised"]: [Media.playerErrorsRaisedPayload];
|
|
23118
|
+
["Media.playerCreated"]: [Media.playerCreatedPayload];
|
|
23119
|
+
["Network.dataReceived"]: [Network.dataReceivedPayload];
|
|
23120
|
+
["Network.eventSourceMessageReceived"]: [Network.eventSourceMessageReceivedPayload];
|
|
23121
|
+
["Network.loadingFailed"]: [Network.loadingFailedPayload];
|
|
23122
|
+
["Network.loadingFinished"]: [Network.loadingFinishedPayload];
|
|
23123
|
+
["Network.requestIntercepted"]: [Network.requestInterceptedPayload];
|
|
23124
|
+
["Network.requestServedFromCache"]: [Network.requestServedFromCachePayload];
|
|
23125
|
+
["Network.requestWillBeSent"]: [Network.requestWillBeSentPayload];
|
|
23126
|
+
["Network.resourceChangedPriority"]: [Network.resourceChangedPriorityPayload];
|
|
23127
|
+
["Network.signedExchangeReceived"]: [Network.signedExchangeReceivedPayload];
|
|
23128
|
+
["Network.responseReceived"]: [Network.responseReceivedPayload];
|
|
23129
|
+
["Network.webSocketClosed"]: [Network.webSocketClosedPayload];
|
|
23130
|
+
["Network.webSocketCreated"]: [Network.webSocketCreatedPayload];
|
|
23131
|
+
["Network.webSocketFrameError"]: [Network.webSocketFrameErrorPayload];
|
|
23132
|
+
["Network.webSocketFrameReceived"]: [Network.webSocketFrameReceivedPayload];
|
|
23133
|
+
["Network.webSocketFrameSent"]: [Network.webSocketFrameSentPayload];
|
|
23134
|
+
["Network.webSocketHandshakeResponseReceived"]: [Network.webSocketHandshakeResponseReceivedPayload];
|
|
23135
|
+
["Network.webSocketWillSendHandshakeRequest"]: [Network.webSocketWillSendHandshakeRequestPayload];
|
|
23136
|
+
["Network.webTransportCreated"]: [Network.webTransportCreatedPayload];
|
|
23137
|
+
["Network.webTransportConnectionEstablished"]: [Network.webTransportConnectionEstablishedPayload];
|
|
23138
|
+
["Network.webTransportClosed"]: [Network.webTransportClosedPayload];
|
|
23139
|
+
["Network.directTCPSocketCreated"]: [Network.directTCPSocketCreatedPayload];
|
|
23140
|
+
["Network.directTCPSocketOpened"]: [Network.directTCPSocketOpenedPayload];
|
|
23141
|
+
["Network.directTCPSocketAborted"]: [Network.directTCPSocketAbortedPayload];
|
|
23142
|
+
["Network.directTCPSocketClosed"]: [Network.directTCPSocketClosedPayload];
|
|
23143
|
+
["Network.directTCPSocketChunkSent"]: [Network.directTCPSocketChunkSentPayload];
|
|
23144
|
+
["Network.directTCPSocketChunkReceived"]: [Network.directTCPSocketChunkReceivedPayload];
|
|
23145
|
+
["Network.directUDPSocketJoinedMulticastGroup"]: [Network.directUDPSocketJoinedMulticastGroupPayload];
|
|
23146
|
+
["Network.directUDPSocketLeftMulticastGroup"]: [Network.directUDPSocketLeftMulticastGroupPayload];
|
|
23147
|
+
["Network.directUDPSocketCreated"]: [Network.directUDPSocketCreatedPayload];
|
|
23148
|
+
["Network.directUDPSocketOpened"]: [Network.directUDPSocketOpenedPayload];
|
|
23149
|
+
["Network.directUDPSocketAborted"]: [Network.directUDPSocketAbortedPayload];
|
|
23150
|
+
["Network.directUDPSocketClosed"]: [Network.directUDPSocketClosedPayload];
|
|
23151
|
+
["Network.directUDPSocketChunkSent"]: [Network.directUDPSocketChunkSentPayload];
|
|
23152
|
+
["Network.directUDPSocketChunkReceived"]: [Network.directUDPSocketChunkReceivedPayload];
|
|
23153
|
+
["Network.requestWillBeSentExtraInfo"]: [Network.requestWillBeSentExtraInfoPayload];
|
|
23154
|
+
["Network.responseReceivedExtraInfo"]: [Network.responseReceivedExtraInfoPayload];
|
|
23155
|
+
["Network.responseReceivedEarlyHints"]: [Network.responseReceivedEarlyHintsPayload];
|
|
23156
|
+
["Network.trustTokenOperationDone"]: [Network.trustTokenOperationDonePayload];
|
|
23157
|
+
["Network.policyUpdated"]: [Network.policyUpdatedPayload];
|
|
23158
|
+
["Network.reportingApiReportAdded"]: [Network.reportingApiReportAddedPayload];
|
|
23159
|
+
["Network.reportingApiReportUpdated"]: [Network.reportingApiReportUpdatedPayload];
|
|
23160
|
+
["Network.reportingApiEndpointsChangedForOrigin"]: [Network.reportingApiEndpointsChangedForOriginPayload];
|
|
23161
|
+
["Network.deviceBoundSessionsAdded"]: [Network.deviceBoundSessionsAddedPayload];
|
|
23162
|
+
["Network.deviceBoundSessionEventOccurred"]: [Network.deviceBoundSessionEventOccurredPayload];
|
|
23163
|
+
["Overlay.inspectNodeRequested"]: [Overlay.inspectNodeRequestedPayload];
|
|
23164
|
+
["Overlay.nodeHighlightRequested"]: [Overlay.nodeHighlightRequestedPayload];
|
|
23165
|
+
["Overlay.screenshotRequested"]: [Overlay.screenshotRequestedPayload];
|
|
23166
|
+
["Overlay.inspectPanelShowRequested"]: [Overlay.inspectPanelShowRequestedPayload];
|
|
23167
|
+
["Overlay.inspectedElementWindowRestored"]: [Overlay.inspectedElementWindowRestoredPayload];
|
|
23168
|
+
["Overlay.inspectModeCanceled"]: [Overlay.inspectModeCanceledPayload];
|
|
23169
|
+
["Page.domContentEventFired"]: [Page.domContentEventFiredPayload];
|
|
23170
|
+
["Page.fileChooserOpened"]: [Page.fileChooserOpenedPayload];
|
|
23171
|
+
["Page.frameAttached"]: [Page.frameAttachedPayload];
|
|
23172
|
+
["Page.frameClearedScheduledNavigation"]: [Page.frameClearedScheduledNavigationPayload];
|
|
23173
|
+
["Page.frameDetached"]: [Page.frameDetachedPayload];
|
|
23174
|
+
["Page.frameSubtreeWillBeDetached"]: [Page.frameSubtreeWillBeDetachedPayload];
|
|
23175
|
+
["Page.frameNavigated"]: [Page.frameNavigatedPayload];
|
|
23176
|
+
["Page.documentOpened"]: [Page.documentOpenedPayload];
|
|
23177
|
+
["Page.frameResized"]: [Page.frameResizedPayload];
|
|
23178
|
+
["Page.frameStartedNavigating"]: [Page.frameStartedNavigatingPayload];
|
|
23179
|
+
["Page.frameRequestedNavigation"]: [Page.frameRequestedNavigationPayload];
|
|
23180
|
+
["Page.frameScheduledNavigation"]: [Page.frameScheduledNavigationPayload];
|
|
23181
|
+
["Page.frameStartedLoading"]: [Page.frameStartedLoadingPayload];
|
|
23182
|
+
["Page.frameStoppedLoading"]: [Page.frameStoppedLoadingPayload];
|
|
23183
|
+
["Page.downloadWillBegin"]: [Page.downloadWillBeginPayload];
|
|
23184
|
+
["Page.downloadProgress"]: [Page.downloadProgressPayload];
|
|
23185
|
+
["Page.interstitialHidden"]: [Page.interstitialHiddenPayload];
|
|
23186
|
+
["Page.interstitialShown"]: [Page.interstitialShownPayload];
|
|
23187
|
+
["Page.javascriptDialogClosed"]: [Page.javascriptDialogClosedPayload];
|
|
23188
|
+
["Page.javascriptDialogOpening"]: [Page.javascriptDialogOpeningPayload];
|
|
23189
|
+
["Page.lifecycleEvent"]: [Page.lifecycleEventPayload];
|
|
23190
|
+
["Page.backForwardCacheNotUsed"]: [Page.backForwardCacheNotUsedPayload];
|
|
23191
|
+
["Page.loadEventFired"]: [Page.loadEventFiredPayload];
|
|
23192
|
+
["Page.navigatedWithinDocument"]: [Page.navigatedWithinDocumentPayload];
|
|
23193
|
+
["Page.screencastFrame"]: [Page.screencastFramePayload];
|
|
23194
|
+
["Page.screencastVisibilityChanged"]: [Page.screencastVisibilityChangedPayload];
|
|
23195
|
+
["Page.windowOpen"]: [Page.windowOpenPayload];
|
|
23196
|
+
["Page.compilationCacheProduced"]: [Page.compilationCacheProducedPayload];
|
|
23197
|
+
["Performance.metrics"]: [Performance.metricsPayload];
|
|
23198
|
+
["PerformanceTimeline.timelineEventAdded"]: [PerformanceTimeline.timelineEventAddedPayload];
|
|
23199
|
+
["Preload.ruleSetUpdated"]: [Preload.ruleSetUpdatedPayload];
|
|
23200
|
+
["Preload.ruleSetRemoved"]: [Preload.ruleSetRemovedPayload];
|
|
23201
|
+
["Preload.preloadEnabledStateUpdated"]: [Preload.preloadEnabledStateUpdatedPayload];
|
|
23202
|
+
["Preload.prefetchStatusUpdated"]: [Preload.prefetchStatusUpdatedPayload];
|
|
23203
|
+
["Preload.prerenderStatusUpdated"]: [Preload.prerenderStatusUpdatedPayload];
|
|
23204
|
+
["Preload.preloadingAttemptSourcesUpdated"]: [Preload.preloadingAttemptSourcesUpdatedPayload];
|
|
23205
|
+
["Security.certificateError"]: [Security.certificateErrorPayload];
|
|
23206
|
+
["Security.visibleSecurityStateChanged"]: [Security.visibleSecurityStateChangedPayload];
|
|
23207
|
+
["Security.securityStateChanged"]: [Security.securityStateChangedPayload];
|
|
23208
|
+
["ServiceWorker.workerErrorReported"]: [ServiceWorker.workerErrorReportedPayload];
|
|
23209
|
+
["ServiceWorker.workerRegistrationUpdated"]: [ServiceWorker.workerRegistrationUpdatedPayload];
|
|
23210
|
+
["ServiceWorker.workerVersionUpdated"]: [ServiceWorker.workerVersionUpdatedPayload];
|
|
23211
|
+
["SmartCardEmulation.establishContextRequested"]: [SmartCardEmulation.establishContextRequestedPayload];
|
|
23212
|
+
["SmartCardEmulation.releaseContextRequested"]: [SmartCardEmulation.releaseContextRequestedPayload];
|
|
23213
|
+
["SmartCardEmulation.listReadersRequested"]: [SmartCardEmulation.listReadersRequestedPayload];
|
|
23214
|
+
["SmartCardEmulation.getStatusChangeRequested"]: [SmartCardEmulation.getStatusChangeRequestedPayload];
|
|
23215
|
+
["SmartCardEmulation.cancelRequested"]: [SmartCardEmulation.cancelRequestedPayload];
|
|
23216
|
+
["SmartCardEmulation.connectRequested"]: [SmartCardEmulation.connectRequestedPayload];
|
|
23217
|
+
["SmartCardEmulation.disconnectRequested"]: [SmartCardEmulation.disconnectRequestedPayload];
|
|
23218
|
+
["SmartCardEmulation.transmitRequested"]: [SmartCardEmulation.transmitRequestedPayload];
|
|
23219
|
+
["SmartCardEmulation.controlRequested"]: [SmartCardEmulation.controlRequestedPayload];
|
|
23220
|
+
["SmartCardEmulation.getAttribRequested"]: [SmartCardEmulation.getAttribRequestedPayload];
|
|
23221
|
+
["SmartCardEmulation.setAttribRequested"]: [SmartCardEmulation.setAttribRequestedPayload];
|
|
23222
|
+
["SmartCardEmulation.statusRequested"]: [SmartCardEmulation.statusRequestedPayload];
|
|
23223
|
+
["SmartCardEmulation.beginTransactionRequested"]: [SmartCardEmulation.beginTransactionRequestedPayload];
|
|
23224
|
+
["SmartCardEmulation.endTransactionRequested"]: [SmartCardEmulation.endTransactionRequestedPayload];
|
|
23225
|
+
["Storage.cacheStorageContentUpdated"]: [Storage.cacheStorageContentUpdatedPayload];
|
|
23226
|
+
["Storage.cacheStorageListUpdated"]: [Storage.cacheStorageListUpdatedPayload];
|
|
23227
|
+
["Storage.indexedDBContentUpdated"]: [Storage.indexedDBContentUpdatedPayload];
|
|
23228
|
+
["Storage.indexedDBListUpdated"]: [Storage.indexedDBListUpdatedPayload];
|
|
23229
|
+
["Storage.interestGroupAccessed"]: [Storage.interestGroupAccessedPayload];
|
|
23230
|
+
["Storage.interestGroupAuctionEventOccurred"]: [Storage.interestGroupAuctionEventOccurredPayload];
|
|
23231
|
+
["Storage.interestGroupAuctionNetworkRequestCreated"]: [Storage.interestGroupAuctionNetworkRequestCreatedPayload];
|
|
23232
|
+
["Storage.sharedStorageAccessed"]: [Storage.sharedStorageAccessedPayload];
|
|
23233
|
+
["Storage.sharedStorageWorkletOperationExecutionFinished"]: [Storage.sharedStorageWorkletOperationExecutionFinishedPayload];
|
|
23234
|
+
["Storage.storageBucketCreatedOrUpdated"]: [Storage.storageBucketCreatedOrUpdatedPayload];
|
|
23235
|
+
["Storage.storageBucketDeleted"]: [Storage.storageBucketDeletedPayload];
|
|
23236
|
+
["Target.attachedToTarget"]: [Target.attachedToTargetPayload];
|
|
23237
|
+
["Target.detachedFromTarget"]: [Target.detachedFromTargetPayload];
|
|
23238
|
+
["Target.receivedMessageFromTarget"]: [Target.receivedMessageFromTargetPayload];
|
|
23239
|
+
["Target.targetCreated"]: [Target.targetCreatedPayload];
|
|
23240
|
+
["Target.targetDestroyed"]: [Target.targetDestroyedPayload];
|
|
23241
|
+
["Target.targetCrashed"]: [Target.targetCrashedPayload];
|
|
23242
|
+
["Target.targetInfoChanged"]: [Target.targetInfoChangedPayload];
|
|
23243
|
+
["Tethering.accepted"]: [Tethering.acceptedPayload];
|
|
23244
|
+
["Tracing.bufferUsage"]: [Tracing.bufferUsagePayload];
|
|
23245
|
+
["Tracing.dataCollected"]: [Tracing.dataCollectedPayload];
|
|
23246
|
+
["Tracing.tracingComplete"]: [Tracing.tracingCompletePayload];
|
|
23247
|
+
["WebAudio.contextCreated"]: [WebAudio.contextCreatedPayload];
|
|
23248
|
+
["WebAudio.contextWillBeDestroyed"]: [WebAudio.contextWillBeDestroyedPayload];
|
|
23249
|
+
["WebAudio.contextChanged"]: [WebAudio.contextChangedPayload];
|
|
23250
|
+
["WebAudio.audioListenerCreated"]: [WebAudio.audioListenerCreatedPayload];
|
|
23251
|
+
["WebAudio.audioListenerWillBeDestroyed"]: [WebAudio.audioListenerWillBeDestroyedPayload];
|
|
23252
|
+
["WebAudio.audioNodeCreated"]: [WebAudio.audioNodeCreatedPayload];
|
|
23253
|
+
["WebAudio.audioNodeWillBeDestroyed"]: [WebAudio.audioNodeWillBeDestroyedPayload];
|
|
23254
|
+
["WebAudio.audioParamCreated"]: [WebAudio.audioParamCreatedPayload];
|
|
23255
|
+
["WebAudio.audioParamWillBeDestroyed"]: [WebAudio.audioParamWillBeDestroyedPayload];
|
|
23256
|
+
["WebAudio.nodesConnected"]: [WebAudio.nodesConnectedPayload];
|
|
23257
|
+
["WebAudio.nodesDisconnected"]: [WebAudio.nodesDisconnectedPayload];
|
|
23258
|
+
["WebAudio.nodeParamConnected"]: [WebAudio.nodeParamConnectedPayload];
|
|
23259
|
+
["WebAudio.nodeParamDisconnected"]: [WebAudio.nodeParamDisconnectedPayload];
|
|
23260
|
+
["WebAuthn.credentialAdded"]: [WebAuthn.credentialAddedPayload];
|
|
23261
|
+
["WebAuthn.credentialDeleted"]: [WebAuthn.credentialDeletedPayload];
|
|
23262
|
+
["WebAuthn.credentialUpdated"]: [WebAuthn.credentialUpdatedPayload];
|
|
23263
|
+
["WebAuthn.credentialAsserted"]: [WebAuthn.credentialAssertedPayload];
|
|
23264
|
+
["WebMCP.toolsAdded"]: [WebMCP.toolsAddedPayload];
|
|
23265
|
+
["WebMCP.toolsRemoved"]: [WebMCP.toolsRemovedPayload];
|
|
23266
|
+
["WebMCP.toolInvoked"]: [WebMCP.toolInvokedPayload];
|
|
23267
|
+
["WebMCP.toolResponded"]: [WebMCP.toolRespondedPayload];
|
|
23268
|
+
["Console.messageAdded"]: [Console.messageAddedPayload];
|
|
23269
|
+
["Debugger.breakpointResolved"]: [Debugger.breakpointResolvedPayload];
|
|
23270
|
+
["Debugger.paused"]: [Debugger.pausedPayload];
|
|
23271
|
+
["Debugger.resumed"]: [Debugger.resumedPayload];
|
|
23272
|
+
["Debugger.scriptFailedToParse"]: [Debugger.scriptFailedToParsePayload];
|
|
23273
|
+
["Debugger.scriptParsed"]: [Debugger.scriptParsedPayload];
|
|
23274
|
+
["HeapProfiler.addHeapSnapshotChunk"]: [HeapProfiler.addHeapSnapshotChunkPayload];
|
|
23275
|
+
["HeapProfiler.heapStatsUpdate"]: [HeapProfiler.heapStatsUpdatePayload];
|
|
23276
|
+
["HeapProfiler.lastSeenObjectId"]: [HeapProfiler.lastSeenObjectIdPayload];
|
|
23277
|
+
["HeapProfiler.reportHeapSnapshotProgress"]: [HeapProfiler.reportHeapSnapshotProgressPayload];
|
|
23278
|
+
["HeapProfiler.resetProfiles"]: [HeapProfiler.resetProfilesPayload];
|
|
23279
|
+
["Profiler.consoleProfileFinished"]: [Profiler.consoleProfileFinishedPayload];
|
|
23280
|
+
["Profiler.consoleProfileStarted"]: [Profiler.consoleProfileStartedPayload];
|
|
23281
|
+
["Profiler.preciseCoverageDeltaUpdate"]: [Profiler.preciseCoverageDeltaUpdatePayload];
|
|
23282
|
+
["Runtime.bindingCalled"]: [Runtime.bindingCalledPayload];
|
|
23283
|
+
["Runtime.consoleAPICalled"]: [Runtime.consoleAPICalledPayload];
|
|
23284
|
+
["Runtime.exceptionRevoked"]: [Runtime.exceptionRevokedPayload];
|
|
23285
|
+
["Runtime.exceptionThrown"]: [Runtime.exceptionThrownPayload];
|
|
23286
|
+
["Runtime.executionContextCreated"]: [Runtime.executionContextCreatedPayload];
|
|
23287
|
+
["Runtime.executionContextDestroyed"]: [Runtime.executionContextDestroyedPayload];
|
|
23288
|
+
["Runtime.executionContextsCleared"]: [Runtime.executionContextsClearedPayload];
|
|
23289
|
+
["Runtime.inspectRequested"]: [Runtime.inspectRequestedPayload];
|
|
23290
|
+
}
|
|
21846
23291
|
export interface CommandParameters {
|
|
21847
23292
|
"Accessibility.disable": Accessibility.disableParameters;
|
|
21848
23293
|
"Accessibility.enable": Accessibility.enableParameters;
|
|
@@ -21865,7 +23310,6 @@ Error was thrown.
|
|
|
21865
23310
|
"Audits.getEncodedResponse": Audits.getEncodedResponseParameters;
|
|
21866
23311
|
"Audits.disable": Audits.disableParameters;
|
|
21867
23312
|
"Audits.enable": Audits.enableParameters;
|
|
21868
|
-
"Audits.checkContrast": Audits.checkContrastParameters;
|
|
21869
23313
|
"Audits.checkFormsIssues": Audits.checkFormsIssuesParameters;
|
|
21870
23314
|
"Autofill.trigger": Autofill.triggerParameters;
|
|
21871
23315
|
"Autofill.setAddresses": Autofill.setAddressesParameters;
|
|
@@ -21939,6 +23383,7 @@ Error was thrown.
|
|
|
21939
23383
|
"CSS.setMediaText": CSS.setMediaTextParameters;
|
|
21940
23384
|
"CSS.setContainerQueryText": CSS.setContainerQueryTextParameters;
|
|
21941
23385
|
"CSS.setSupportsText": CSS.setSupportsTextParameters;
|
|
23386
|
+
"CSS.setNavigationText": CSS.setNavigationTextParameters;
|
|
21942
23387
|
"CSS.setScopeText": CSS.setScopeTextParameters;
|
|
21943
23388
|
"CSS.setRuleSelector": CSS.setRuleSelectorParameters;
|
|
21944
23389
|
"CSS.setStyleSheetText": CSS.setStyleSheetTextParameters;
|
|
@@ -21958,6 +23403,7 @@ Error was thrown.
|
|
|
21958
23403
|
"Cast.startDesktopMirroring": Cast.startDesktopMirroringParameters;
|
|
21959
23404
|
"Cast.startTabMirroring": Cast.startTabMirroringParameters;
|
|
21960
23405
|
"Cast.stopCasting": Cast.stopCastingParameters;
|
|
23406
|
+
"CrashReportContext.getEntries": CrashReportContext.getEntriesParameters;
|
|
21961
23407
|
"DOM.collectClassNamesFromSubtree": DOM.collectClassNamesFromSubtreeParameters;
|
|
21962
23408
|
"DOM.copyTo": DOM.copyToParameters;
|
|
21963
23409
|
"DOM.describeNode": DOM.describeNodeParameters;
|
|
@@ -22082,11 +23528,15 @@ Error was thrown.
|
|
|
22082
23528
|
"Emulation.setSmallViewportHeightDifferenceOverride": Emulation.setSmallViewportHeightDifferenceOverrideParameters;
|
|
22083
23529
|
"Emulation.getScreenInfos": Emulation.getScreenInfosParameters;
|
|
22084
23530
|
"Emulation.addScreen": Emulation.addScreenParameters;
|
|
23531
|
+
"Emulation.updateScreen": Emulation.updateScreenParameters;
|
|
22085
23532
|
"Emulation.removeScreen": Emulation.removeScreenParameters;
|
|
23533
|
+
"Emulation.setPrimaryScreen": Emulation.setPrimaryScreenParameters;
|
|
22086
23534
|
"EventBreakpoints.setInstrumentationBreakpoint": EventBreakpoints.setInstrumentationBreakpointParameters;
|
|
22087
23535
|
"EventBreakpoints.removeInstrumentationBreakpoint": EventBreakpoints.removeInstrumentationBreakpointParameters;
|
|
22088
23536
|
"EventBreakpoints.disable": EventBreakpoints.disableParameters;
|
|
23537
|
+
"Extensions.triggerAction": Extensions.triggerActionParameters;
|
|
22089
23538
|
"Extensions.loadUnpacked": Extensions.loadUnpackedParameters;
|
|
23539
|
+
"Extensions.getExtensions": Extensions.getExtensionsParameters;
|
|
22090
23540
|
"Extensions.uninstall": Extensions.uninstallParameters;
|
|
22091
23541
|
"Extensions.getStorageItems": Extensions.getStorageItemsParameters;
|
|
22092
23542
|
"Extensions.removeStorageItems": Extensions.removeStorageItemsParameters;
|
|
@@ -22166,7 +23616,6 @@ Error was thrown.
|
|
|
22166
23616
|
"Memory.getAllTimeSamplingProfile": Memory.getAllTimeSamplingProfileParameters;
|
|
22167
23617
|
"Memory.getBrowserSamplingProfile": Memory.getBrowserSamplingProfileParameters;
|
|
22168
23618
|
"Memory.getSamplingProfile": Memory.getSamplingProfileParameters;
|
|
22169
|
-
"Network.getIPProtectionProxyStatus": Network.getIPProtectionProxyStatusParameters;
|
|
22170
23619
|
"Network.setAcceptedEncodings": Network.setAcceptedEncodingsParameters;
|
|
22171
23620
|
"Network.clearAcceptedEncodingsOverride": Network.clearAcceptedEncodingsOverrideParameters;
|
|
22172
23621
|
"Network.canClearBrowserCache": Network.canClearBrowserCacheParameters;
|
|
@@ -22178,7 +23627,10 @@ Error was thrown.
|
|
|
22178
23627
|
"Network.deleteCookies": Network.deleteCookiesParameters;
|
|
22179
23628
|
"Network.disable": Network.disableParameters;
|
|
22180
23629
|
"Network.emulateNetworkConditions": Network.emulateNetworkConditionsParameters;
|
|
23630
|
+
"Network.emulateNetworkConditionsByRule": Network.emulateNetworkConditionsByRuleParameters;
|
|
23631
|
+
"Network.overrideNetworkState": Network.overrideNetworkStateParameters;
|
|
22181
23632
|
"Network.enable": Network.enableParameters;
|
|
23633
|
+
"Network.configureDurableMessages": Network.configureDurableMessagesParameters;
|
|
22182
23634
|
"Network.getAllCookies": Network.getAllCookiesParameters;
|
|
22183
23635
|
"Network.getCertificate": Network.getCertificateParameters;
|
|
22184
23636
|
"Network.getCookies": Network.getCookiesParameters;
|
|
@@ -22200,6 +23652,9 @@ Error was thrown.
|
|
|
22200
23652
|
"Network.streamResourceContent": Network.streamResourceContentParameters;
|
|
22201
23653
|
"Network.getSecurityIsolationStatus": Network.getSecurityIsolationStatusParameters;
|
|
22202
23654
|
"Network.enableReportingApi": Network.enableReportingApiParameters;
|
|
23655
|
+
"Network.enableDeviceBoundSessions": Network.enableDeviceBoundSessionsParameters;
|
|
23656
|
+
"Network.deleteDeviceBoundSession": Network.deleteDeviceBoundSessionParameters;
|
|
23657
|
+
"Network.fetchSchemefulSite": Network.fetchSchemefulSiteParameters;
|
|
22203
23658
|
"Network.loadNetworkResource": Network.loadNetworkResourceParameters;
|
|
22204
23659
|
"Network.setCookieControls": Network.setCookieControlsParameters;
|
|
22205
23660
|
"Overlay.disable": Overlay.disableParameters;
|
|
@@ -22222,6 +23677,7 @@ Error was thrown.
|
|
|
22222
23677
|
"Overlay.setShowFlexOverlays": Overlay.setShowFlexOverlaysParameters;
|
|
22223
23678
|
"Overlay.setShowScrollSnapOverlays": Overlay.setShowScrollSnapOverlaysParameters;
|
|
22224
23679
|
"Overlay.setShowContainerQueryOverlays": Overlay.setShowContainerQueryOverlaysParameters;
|
|
23680
|
+
"Overlay.setShowInspectedElementAnchor": Overlay.setShowInspectedElementAnchorParameters;
|
|
22225
23681
|
"Overlay.setShowPaintRects": Overlay.setShowPaintRectsParameters;
|
|
22226
23682
|
"Overlay.setShowLayoutShiftRegions": Overlay.setShowLayoutShiftRegionsParameters;
|
|
22227
23683
|
"Overlay.setShowScrollBottleneckRects": Overlay.setShowScrollBottleneckRectsParameters;
|
|
@@ -22298,6 +23754,7 @@ Error was thrown.
|
|
|
22298
23754
|
"Page.waitForDebugger": Page.waitForDebuggerParameters;
|
|
22299
23755
|
"Page.setInterceptFileChooserDialog": Page.setInterceptFileChooserDialogParameters;
|
|
22300
23756
|
"Page.setPrerenderingAllowed": Page.setPrerenderingAllowedParameters;
|
|
23757
|
+
"Page.getAnnotatedPageContent": Page.getAnnotatedPageContentParameters;
|
|
22301
23758
|
"Performance.disable": Performance.disableParameters;
|
|
22302
23759
|
"Performance.enable": Performance.enableParameters;
|
|
22303
23760
|
"Performance.setTimeDomain": Performance.setTimeDomainParameters;
|
|
@@ -22322,7 +23779,20 @@ Error was thrown.
|
|
|
22322
23779
|
"ServiceWorker.stopWorker": ServiceWorker.stopWorkerParameters;
|
|
22323
23780
|
"ServiceWorker.unregister": ServiceWorker.unregisterParameters;
|
|
22324
23781
|
"ServiceWorker.updateRegistration": ServiceWorker.updateRegistrationParameters;
|
|
23782
|
+
"SmartCardEmulation.enable": SmartCardEmulation.enableParameters;
|
|
23783
|
+
"SmartCardEmulation.disable": SmartCardEmulation.disableParameters;
|
|
23784
|
+
"SmartCardEmulation.reportEstablishContextResult": SmartCardEmulation.reportEstablishContextResultParameters;
|
|
23785
|
+
"SmartCardEmulation.reportReleaseContextResult": SmartCardEmulation.reportReleaseContextResultParameters;
|
|
23786
|
+
"SmartCardEmulation.reportListReadersResult": SmartCardEmulation.reportListReadersResultParameters;
|
|
23787
|
+
"SmartCardEmulation.reportGetStatusChangeResult": SmartCardEmulation.reportGetStatusChangeResultParameters;
|
|
23788
|
+
"SmartCardEmulation.reportBeginTransactionResult": SmartCardEmulation.reportBeginTransactionResultParameters;
|
|
23789
|
+
"SmartCardEmulation.reportPlainResult": SmartCardEmulation.reportPlainResultParameters;
|
|
23790
|
+
"SmartCardEmulation.reportConnectResult": SmartCardEmulation.reportConnectResultParameters;
|
|
23791
|
+
"SmartCardEmulation.reportDataResult": SmartCardEmulation.reportDataResultParameters;
|
|
23792
|
+
"SmartCardEmulation.reportStatusResult": SmartCardEmulation.reportStatusResultParameters;
|
|
23793
|
+
"SmartCardEmulation.reportError": SmartCardEmulation.reportErrorParameters;
|
|
22325
23794
|
"Storage.getStorageKeyForFrame": Storage.getStorageKeyForFrameParameters;
|
|
23795
|
+
"Storage.getStorageKey": Storage.getStorageKeyParameters;
|
|
22326
23796
|
"Storage.clearDataForOrigin": Storage.clearDataForOriginParameters;
|
|
22327
23797
|
"Storage.clearDataForStorageKey": Storage.clearDataForStorageKeyParameters;
|
|
22328
23798
|
"Storage.getCookies": Storage.getCookiesParameters;
|
|
@@ -22353,11 +23823,7 @@ Error was thrown.
|
|
|
22353
23823
|
"Storage.setStorageBucketTracking": Storage.setStorageBucketTrackingParameters;
|
|
22354
23824
|
"Storage.deleteStorageBucket": Storage.deleteStorageBucketParameters;
|
|
22355
23825
|
"Storage.runBounceTrackingMitigations": Storage.runBounceTrackingMitigationsParameters;
|
|
22356
|
-
"Storage.setAttributionReportingLocalTestingMode": Storage.setAttributionReportingLocalTestingModeParameters;
|
|
22357
|
-
"Storage.setAttributionReportingTracking": Storage.setAttributionReportingTrackingParameters;
|
|
22358
|
-
"Storage.sendPendingAttributionReports": Storage.sendPendingAttributionReportsParameters;
|
|
22359
23826
|
"Storage.getRelatedWebsiteSets": Storage.getRelatedWebsiteSetsParameters;
|
|
22360
|
-
"Storage.getAffectedUrlsForThirdPartyCookieMetadata": Storage.getAffectedUrlsForThirdPartyCookieMetadataParameters;
|
|
22361
23827
|
"Storage.setProtectedAudienceKAnonymity": Storage.setProtectedAudienceKAnonymityParameters;
|
|
22362
23828
|
"SystemInfo.getInfo": SystemInfo.getInfoParameters;
|
|
22363
23829
|
"SystemInfo.getFeatureState": SystemInfo.getFeatureStateParameters;
|
|
@@ -22379,11 +23845,13 @@ Error was thrown.
|
|
|
22379
23845
|
"Target.autoAttachRelated": Target.autoAttachRelatedParameters;
|
|
22380
23846
|
"Target.setDiscoverTargets": Target.setDiscoverTargetsParameters;
|
|
22381
23847
|
"Target.setRemoteLocations": Target.setRemoteLocationsParameters;
|
|
23848
|
+
"Target.getDevToolsTarget": Target.getDevToolsTargetParameters;
|
|
22382
23849
|
"Target.openDevTools": Target.openDevToolsParameters;
|
|
22383
23850
|
"Tethering.bind": Tethering.bindParameters;
|
|
22384
23851
|
"Tethering.unbind": Tethering.unbindParameters;
|
|
22385
23852
|
"Tracing.end": Tracing.endParameters;
|
|
22386
23853
|
"Tracing.getCategories": Tracing.getCategoriesParameters;
|
|
23854
|
+
"Tracing.getTrackEventDescriptor": Tracing.getTrackEventDescriptorParameters;
|
|
22387
23855
|
"Tracing.recordClockSyncMarker": Tracing.recordClockSyncMarkerParameters;
|
|
22388
23856
|
"Tracing.requestMemoryDump": Tracing.requestMemoryDumpParameters;
|
|
22389
23857
|
"Tracing.start": Tracing.startParameters;
|
|
@@ -22403,6 +23871,10 @@ Error was thrown.
|
|
|
22403
23871
|
"WebAuthn.setUserVerified": WebAuthn.setUserVerifiedParameters;
|
|
22404
23872
|
"WebAuthn.setAutomaticPresenceSimulation": WebAuthn.setAutomaticPresenceSimulationParameters;
|
|
22405
23873
|
"WebAuthn.setCredentialProperties": WebAuthn.setCredentialPropertiesParameters;
|
|
23874
|
+
"WebMCP.enable": WebMCP.enableParameters;
|
|
23875
|
+
"WebMCP.disable": WebMCP.disableParameters;
|
|
23876
|
+
"WebMCP.invokeTool": WebMCP.invokeToolParameters;
|
|
23877
|
+
"WebMCP.cancelInvocation": WebMCP.cancelInvocationParameters;
|
|
22406
23878
|
"Console.clearMessages": Console.clearMessagesParameters;
|
|
22407
23879
|
"Console.disable": Console.disableParameters;
|
|
22408
23880
|
"Console.enable": Console.enableParameters;
|
|
@@ -22507,7 +23979,6 @@ Error was thrown.
|
|
|
22507
23979
|
"Audits.getEncodedResponse": Audits.getEncodedResponseReturnValue;
|
|
22508
23980
|
"Audits.disable": Audits.disableReturnValue;
|
|
22509
23981
|
"Audits.enable": Audits.enableReturnValue;
|
|
22510
|
-
"Audits.checkContrast": Audits.checkContrastReturnValue;
|
|
22511
23982
|
"Audits.checkFormsIssues": Audits.checkFormsIssuesReturnValue;
|
|
22512
23983
|
"Autofill.trigger": Autofill.triggerReturnValue;
|
|
22513
23984
|
"Autofill.setAddresses": Autofill.setAddressesReturnValue;
|
|
@@ -22581,6 +24052,7 @@ Error was thrown.
|
|
|
22581
24052
|
"CSS.setMediaText": CSS.setMediaTextReturnValue;
|
|
22582
24053
|
"CSS.setContainerQueryText": CSS.setContainerQueryTextReturnValue;
|
|
22583
24054
|
"CSS.setSupportsText": CSS.setSupportsTextReturnValue;
|
|
24055
|
+
"CSS.setNavigationText": CSS.setNavigationTextReturnValue;
|
|
22584
24056
|
"CSS.setScopeText": CSS.setScopeTextReturnValue;
|
|
22585
24057
|
"CSS.setRuleSelector": CSS.setRuleSelectorReturnValue;
|
|
22586
24058
|
"CSS.setStyleSheetText": CSS.setStyleSheetTextReturnValue;
|
|
@@ -22600,6 +24072,7 @@ Error was thrown.
|
|
|
22600
24072
|
"Cast.startDesktopMirroring": Cast.startDesktopMirroringReturnValue;
|
|
22601
24073
|
"Cast.startTabMirroring": Cast.startTabMirroringReturnValue;
|
|
22602
24074
|
"Cast.stopCasting": Cast.stopCastingReturnValue;
|
|
24075
|
+
"CrashReportContext.getEntries": CrashReportContext.getEntriesReturnValue;
|
|
22603
24076
|
"DOM.collectClassNamesFromSubtree": DOM.collectClassNamesFromSubtreeReturnValue;
|
|
22604
24077
|
"DOM.copyTo": DOM.copyToReturnValue;
|
|
22605
24078
|
"DOM.describeNode": DOM.describeNodeReturnValue;
|
|
@@ -22724,11 +24197,15 @@ Error was thrown.
|
|
|
22724
24197
|
"Emulation.setSmallViewportHeightDifferenceOverride": Emulation.setSmallViewportHeightDifferenceOverrideReturnValue;
|
|
22725
24198
|
"Emulation.getScreenInfos": Emulation.getScreenInfosReturnValue;
|
|
22726
24199
|
"Emulation.addScreen": Emulation.addScreenReturnValue;
|
|
24200
|
+
"Emulation.updateScreen": Emulation.updateScreenReturnValue;
|
|
22727
24201
|
"Emulation.removeScreen": Emulation.removeScreenReturnValue;
|
|
24202
|
+
"Emulation.setPrimaryScreen": Emulation.setPrimaryScreenReturnValue;
|
|
22728
24203
|
"EventBreakpoints.setInstrumentationBreakpoint": EventBreakpoints.setInstrumentationBreakpointReturnValue;
|
|
22729
24204
|
"EventBreakpoints.removeInstrumentationBreakpoint": EventBreakpoints.removeInstrumentationBreakpointReturnValue;
|
|
22730
24205
|
"EventBreakpoints.disable": EventBreakpoints.disableReturnValue;
|
|
24206
|
+
"Extensions.triggerAction": Extensions.triggerActionReturnValue;
|
|
22731
24207
|
"Extensions.loadUnpacked": Extensions.loadUnpackedReturnValue;
|
|
24208
|
+
"Extensions.getExtensions": Extensions.getExtensionsReturnValue;
|
|
22732
24209
|
"Extensions.uninstall": Extensions.uninstallReturnValue;
|
|
22733
24210
|
"Extensions.getStorageItems": Extensions.getStorageItemsReturnValue;
|
|
22734
24211
|
"Extensions.removeStorageItems": Extensions.removeStorageItemsReturnValue;
|
|
@@ -22808,7 +24285,6 @@ Error was thrown.
|
|
|
22808
24285
|
"Memory.getAllTimeSamplingProfile": Memory.getAllTimeSamplingProfileReturnValue;
|
|
22809
24286
|
"Memory.getBrowserSamplingProfile": Memory.getBrowserSamplingProfileReturnValue;
|
|
22810
24287
|
"Memory.getSamplingProfile": Memory.getSamplingProfileReturnValue;
|
|
22811
|
-
"Network.getIPProtectionProxyStatus": Network.getIPProtectionProxyStatusReturnValue;
|
|
22812
24288
|
"Network.setAcceptedEncodings": Network.setAcceptedEncodingsReturnValue;
|
|
22813
24289
|
"Network.clearAcceptedEncodingsOverride": Network.clearAcceptedEncodingsOverrideReturnValue;
|
|
22814
24290
|
"Network.canClearBrowserCache": Network.canClearBrowserCacheReturnValue;
|
|
@@ -22820,7 +24296,10 @@ Error was thrown.
|
|
|
22820
24296
|
"Network.deleteCookies": Network.deleteCookiesReturnValue;
|
|
22821
24297
|
"Network.disable": Network.disableReturnValue;
|
|
22822
24298
|
"Network.emulateNetworkConditions": Network.emulateNetworkConditionsReturnValue;
|
|
24299
|
+
"Network.emulateNetworkConditionsByRule": Network.emulateNetworkConditionsByRuleReturnValue;
|
|
24300
|
+
"Network.overrideNetworkState": Network.overrideNetworkStateReturnValue;
|
|
22823
24301
|
"Network.enable": Network.enableReturnValue;
|
|
24302
|
+
"Network.configureDurableMessages": Network.configureDurableMessagesReturnValue;
|
|
22824
24303
|
"Network.getAllCookies": Network.getAllCookiesReturnValue;
|
|
22825
24304
|
"Network.getCertificate": Network.getCertificateReturnValue;
|
|
22826
24305
|
"Network.getCookies": Network.getCookiesReturnValue;
|
|
@@ -22842,6 +24321,9 @@ Error was thrown.
|
|
|
22842
24321
|
"Network.streamResourceContent": Network.streamResourceContentReturnValue;
|
|
22843
24322
|
"Network.getSecurityIsolationStatus": Network.getSecurityIsolationStatusReturnValue;
|
|
22844
24323
|
"Network.enableReportingApi": Network.enableReportingApiReturnValue;
|
|
24324
|
+
"Network.enableDeviceBoundSessions": Network.enableDeviceBoundSessionsReturnValue;
|
|
24325
|
+
"Network.deleteDeviceBoundSession": Network.deleteDeviceBoundSessionReturnValue;
|
|
24326
|
+
"Network.fetchSchemefulSite": Network.fetchSchemefulSiteReturnValue;
|
|
22845
24327
|
"Network.loadNetworkResource": Network.loadNetworkResourceReturnValue;
|
|
22846
24328
|
"Network.setCookieControls": Network.setCookieControlsReturnValue;
|
|
22847
24329
|
"Overlay.disable": Overlay.disableReturnValue;
|
|
@@ -22864,6 +24346,7 @@ Error was thrown.
|
|
|
22864
24346
|
"Overlay.setShowFlexOverlays": Overlay.setShowFlexOverlaysReturnValue;
|
|
22865
24347
|
"Overlay.setShowScrollSnapOverlays": Overlay.setShowScrollSnapOverlaysReturnValue;
|
|
22866
24348
|
"Overlay.setShowContainerQueryOverlays": Overlay.setShowContainerQueryOverlaysReturnValue;
|
|
24349
|
+
"Overlay.setShowInspectedElementAnchor": Overlay.setShowInspectedElementAnchorReturnValue;
|
|
22867
24350
|
"Overlay.setShowPaintRects": Overlay.setShowPaintRectsReturnValue;
|
|
22868
24351
|
"Overlay.setShowLayoutShiftRegions": Overlay.setShowLayoutShiftRegionsReturnValue;
|
|
22869
24352
|
"Overlay.setShowScrollBottleneckRects": Overlay.setShowScrollBottleneckRectsReturnValue;
|
|
@@ -22940,6 +24423,7 @@ Error was thrown.
|
|
|
22940
24423
|
"Page.waitForDebugger": Page.waitForDebuggerReturnValue;
|
|
22941
24424
|
"Page.setInterceptFileChooserDialog": Page.setInterceptFileChooserDialogReturnValue;
|
|
22942
24425
|
"Page.setPrerenderingAllowed": Page.setPrerenderingAllowedReturnValue;
|
|
24426
|
+
"Page.getAnnotatedPageContent": Page.getAnnotatedPageContentReturnValue;
|
|
22943
24427
|
"Performance.disable": Performance.disableReturnValue;
|
|
22944
24428
|
"Performance.enable": Performance.enableReturnValue;
|
|
22945
24429
|
"Performance.setTimeDomain": Performance.setTimeDomainReturnValue;
|
|
@@ -22964,7 +24448,20 @@ Error was thrown.
|
|
|
22964
24448
|
"ServiceWorker.stopWorker": ServiceWorker.stopWorkerReturnValue;
|
|
22965
24449
|
"ServiceWorker.unregister": ServiceWorker.unregisterReturnValue;
|
|
22966
24450
|
"ServiceWorker.updateRegistration": ServiceWorker.updateRegistrationReturnValue;
|
|
24451
|
+
"SmartCardEmulation.enable": SmartCardEmulation.enableReturnValue;
|
|
24452
|
+
"SmartCardEmulation.disable": SmartCardEmulation.disableReturnValue;
|
|
24453
|
+
"SmartCardEmulation.reportEstablishContextResult": SmartCardEmulation.reportEstablishContextResultReturnValue;
|
|
24454
|
+
"SmartCardEmulation.reportReleaseContextResult": SmartCardEmulation.reportReleaseContextResultReturnValue;
|
|
24455
|
+
"SmartCardEmulation.reportListReadersResult": SmartCardEmulation.reportListReadersResultReturnValue;
|
|
24456
|
+
"SmartCardEmulation.reportGetStatusChangeResult": SmartCardEmulation.reportGetStatusChangeResultReturnValue;
|
|
24457
|
+
"SmartCardEmulation.reportBeginTransactionResult": SmartCardEmulation.reportBeginTransactionResultReturnValue;
|
|
24458
|
+
"SmartCardEmulation.reportPlainResult": SmartCardEmulation.reportPlainResultReturnValue;
|
|
24459
|
+
"SmartCardEmulation.reportConnectResult": SmartCardEmulation.reportConnectResultReturnValue;
|
|
24460
|
+
"SmartCardEmulation.reportDataResult": SmartCardEmulation.reportDataResultReturnValue;
|
|
24461
|
+
"SmartCardEmulation.reportStatusResult": SmartCardEmulation.reportStatusResultReturnValue;
|
|
24462
|
+
"SmartCardEmulation.reportError": SmartCardEmulation.reportErrorReturnValue;
|
|
22967
24463
|
"Storage.getStorageKeyForFrame": Storage.getStorageKeyForFrameReturnValue;
|
|
24464
|
+
"Storage.getStorageKey": Storage.getStorageKeyReturnValue;
|
|
22968
24465
|
"Storage.clearDataForOrigin": Storage.clearDataForOriginReturnValue;
|
|
22969
24466
|
"Storage.clearDataForStorageKey": Storage.clearDataForStorageKeyReturnValue;
|
|
22970
24467
|
"Storage.getCookies": Storage.getCookiesReturnValue;
|
|
@@ -22995,11 +24492,7 @@ Error was thrown.
|
|
|
22995
24492
|
"Storage.setStorageBucketTracking": Storage.setStorageBucketTrackingReturnValue;
|
|
22996
24493
|
"Storage.deleteStorageBucket": Storage.deleteStorageBucketReturnValue;
|
|
22997
24494
|
"Storage.runBounceTrackingMitigations": Storage.runBounceTrackingMitigationsReturnValue;
|
|
22998
|
-
"Storage.setAttributionReportingLocalTestingMode": Storage.setAttributionReportingLocalTestingModeReturnValue;
|
|
22999
|
-
"Storage.setAttributionReportingTracking": Storage.setAttributionReportingTrackingReturnValue;
|
|
23000
|
-
"Storage.sendPendingAttributionReports": Storage.sendPendingAttributionReportsReturnValue;
|
|
23001
24495
|
"Storage.getRelatedWebsiteSets": Storage.getRelatedWebsiteSetsReturnValue;
|
|
23002
|
-
"Storage.getAffectedUrlsForThirdPartyCookieMetadata": Storage.getAffectedUrlsForThirdPartyCookieMetadataReturnValue;
|
|
23003
24496
|
"Storage.setProtectedAudienceKAnonymity": Storage.setProtectedAudienceKAnonymityReturnValue;
|
|
23004
24497
|
"SystemInfo.getInfo": SystemInfo.getInfoReturnValue;
|
|
23005
24498
|
"SystemInfo.getFeatureState": SystemInfo.getFeatureStateReturnValue;
|
|
@@ -23021,11 +24514,13 @@ Error was thrown.
|
|
|
23021
24514
|
"Target.autoAttachRelated": Target.autoAttachRelatedReturnValue;
|
|
23022
24515
|
"Target.setDiscoverTargets": Target.setDiscoverTargetsReturnValue;
|
|
23023
24516
|
"Target.setRemoteLocations": Target.setRemoteLocationsReturnValue;
|
|
24517
|
+
"Target.getDevToolsTarget": Target.getDevToolsTargetReturnValue;
|
|
23024
24518
|
"Target.openDevTools": Target.openDevToolsReturnValue;
|
|
23025
24519
|
"Tethering.bind": Tethering.bindReturnValue;
|
|
23026
24520
|
"Tethering.unbind": Tethering.unbindReturnValue;
|
|
23027
24521
|
"Tracing.end": Tracing.endReturnValue;
|
|
23028
24522
|
"Tracing.getCategories": Tracing.getCategoriesReturnValue;
|
|
24523
|
+
"Tracing.getTrackEventDescriptor": Tracing.getTrackEventDescriptorReturnValue;
|
|
23029
24524
|
"Tracing.recordClockSyncMarker": Tracing.recordClockSyncMarkerReturnValue;
|
|
23030
24525
|
"Tracing.requestMemoryDump": Tracing.requestMemoryDumpReturnValue;
|
|
23031
24526
|
"Tracing.start": Tracing.startReturnValue;
|
|
@@ -23045,6 +24540,10 @@ Error was thrown.
|
|
|
23045
24540
|
"WebAuthn.setUserVerified": WebAuthn.setUserVerifiedReturnValue;
|
|
23046
24541
|
"WebAuthn.setAutomaticPresenceSimulation": WebAuthn.setAutomaticPresenceSimulationReturnValue;
|
|
23047
24542
|
"WebAuthn.setCredentialProperties": WebAuthn.setCredentialPropertiesReturnValue;
|
|
24543
|
+
"WebMCP.enable": WebMCP.enableReturnValue;
|
|
24544
|
+
"WebMCP.disable": WebMCP.disableReturnValue;
|
|
24545
|
+
"WebMCP.invokeTool": WebMCP.invokeToolReturnValue;
|
|
24546
|
+
"WebMCP.cancelInvocation": WebMCP.cancelInvocationReturnValue;
|
|
23048
24547
|
"Console.clearMessages": Console.clearMessagesReturnValue;
|
|
23049
24548
|
"Console.disable": Console.disableReturnValue;
|
|
23050
24549
|
"Console.enable": Console.enableReturnValue;
|