devtools-protocol 0.0.1501779 → 0.0.1503134
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.
@@ -7,7 +7,6 @@
|
|
7
7
|
{
|
8
8
|
"domain": "Accessibility",
|
9
9
|
"experimental": true,
|
10
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Accessibility.pdl",
|
11
10
|
"dependencies": [
|
12
11
|
"DOM"
|
13
12
|
],
|
@@ -585,7 +584,6 @@
|
|
585
584
|
{
|
586
585
|
"domain": "Animation",
|
587
586
|
"experimental": true,
|
588
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Animation.pdl",
|
589
587
|
"dependencies": [
|
590
588
|
"Runtime",
|
591
589
|
"DOM"
|
@@ -987,7 +985,6 @@
|
|
987
985
|
"domain": "Audits",
|
988
986
|
"description": "Audits domain allows investigation of page violations and possible improvements.",
|
989
987
|
"experimental": true,
|
990
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Audits.pdl",
|
991
988
|
"dependencies": [
|
992
989
|
"Network"
|
993
990
|
],
|
@@ -2419,7 +2416,6 @@
|
|
2419
2416
|
"domain": "Autofill",
|
2420
2417
|
"description": "Defines commands and events for Autofill.",
|
2421
2418
|
"experimental": true,
|
2422
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Autofill.pdl",
|
2423
2419
|
"types": [
|
2424
2420
|
{
|
2425
2421
|
"id": "CreditCard",
|
@@ -2638,7 +2634,6 @@
|
|
2638
2634
|
"domain": "BackgroundService",
|
2639
2635
|
"description": "Defines events for background web platform features.",
|
2640
2636
|
"experimental": true,
|
2641
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/BackgroundService.pdl",
|
2642
2637
|
"types": [
|
2643
2638
|
{
|
2644
2639
|
"id": "ServiceName",
|
@@ -2795,7 +2790,6 @@
|
|
2795
2790
|
"domain": "BluetoothEmulation",
|
2796
2791
|
"description": "This domain allows configuring virtual Bluetooth devices to test\nthe web-bluetooth API.",
|
2797
2792
|
"experimental": true,
|
2798
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/BluetoothEmulation.pdl",
|
2799
2793
|
"types": [
|
2800
2794
|
{
|
2801
2795
|
"id": "CentralState",
|
@@ -3276,7 +3270,6 @@
|
|
3276
3270
|
{
|
3277
3271
|
"domain": "Browser",
|
3278
3272
|
"description": "The Browser domain defines methods and events for browser managing.",
|
3279
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Browser.pdl",
|
3280
3273
|
"types": [
|
3281
3274
|
{
|
3282
3275
|
"id": "BrowserContextID",
|
@@ -3968,7 +3961,6 @@
|
|
3968
3961
|
"domain": "CSS",
|
3969
3962
|
"description": "This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles)\nhave an associated `id` used in subsequent operations on the related object. Each object type has\na specific `id` structure, and those are not interchangeable between objects of different kinds.\nCSS objects can be loaded using the `get*ForNode()` calls (which accept a DOM node id). A client\ncan also keep track of stylesheets via the `styleSheetAdded`/`styleSheetRemoved` events and\nsubsequently load the required stylesheet contents using the `getStyleSheet[Text]()` methods.",
|
3970
3963
|
"experimental": true,
|
3971
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/CSS.pdl",
|
3972
3964
|
"dependencies": [
|
3973
3965
|
"DOM",
|
3974
3966
|
"Page"
|
@@ -6261,7 +6253,6 @@
|
|
6261
6253
|
{
|
6262
6254
|
"domain": "CacheStorage",
|
6263
6255
|
"experimental": true,
|
6264
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/CacheStorage.pdl",
|
6265
6256
|
"dependencies": [
|
6266
6257
|
"Storage"
|
6267
6258
|
],
|
@@ -6540,7 +6531,6 @@
|
|
6540
6531
|
"domain": "Cast",
|
6541
6532
|
"description": "A domain for interacting with Cast, Presentation API, and Remote Playback API\nfunctionalities.",
|
6542
6533
|
"experimental": true,
|
6543
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Cast.pdl",
|
6544
6534
|
"types": [
|
6545
6535
|
{
|
6546
6536
|
"id": "Sink",
|
@@ -6649,7 +6639,6 @@
|
|
6649
6639
|
{
|
6650
6640
|
"domain": "DOM",
|
6651
6641
|
"description": "This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object\nthat has an `id`. This `id` can be used to get additional information on the Node, resolve it into\nthe JavaScript object wrapper, etc. It is important that client receives DOM events only for the\nnodes that are known to the client. Backend keeps track of the nodes that were sent to the client\nand never sends the same node twice. It is client's responsibility to collect information about\nthe nodes that were sent to the client. Note that `iframe` owner elements will return\ncorresponding document elements as their child nodes.",
|
6652
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DOM.pdl",
|
6653
6642
|
"dependencies": [
|
6654
6643
|
"Runtime"
|
6655
6644
|
],
|
@@ -8592,7 +8581,6 @@
|
|
8592
8581
|
{
|
8593
8582
|
"domain": "DOMDebugger",
|
8594
8583
|
"description": "DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript\nexecution will stop on these operations as if there was a regular breakpoint set.",
|
8595
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DOMDebugger.pdl",
|
8596
8584
|
"dependencies": [
|
8597
8585
|
"DOM",
|
8598
8586
|
"Runtime"
|
@@ -8852,7 +8840,6 @@
|
|
8852
8840
|
"domain": "DOMSnapshot",
|
8853
8841
|
"description": "This domain facilitates obtaining document snapshots with DOM, layout, and style information.",
|
8854
8842
|
"experimental": true,
|
8855
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DOMSnapshot.pdl",
|
8856
8843
|
"dependencies": [
|
8857
8844
|
"CSS",
|
8858
8845
|
"DOM",
|
@@ -9705,7 +9692,6 @@
|
|
9705
9692
|
"domain": "DOMStorage",
|
9706
9693
|
"description": "Query and modify DOM storage.",
|
9707
9694
|
"experimental": true,
|
9708
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DOMStorage.pdl",
|
9709
9695
|
"types": [
|
9710
9696
|
{
|
9711
9697
|
"id": "SerializedStorageKey",
|
@@ -9877,7 +9863,6 @@
|
|
9877
9863
|
{
|
9878
9864
|
"domain": "DeviceAccess",
|
9879
9865
|
"experimental": true,
|
9880
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DeviceAccess.pdl",
|
9881
9866
|
"types": [
|
9882
9867
|
{
|
9883
9868
|
"id": "RequestId",
|
@@ -9963,7 +9948,6 @@
|
|
9963
9948
|
{
|
9964
9949
|
"domain": "DeviceOrientation",
|
9965
9950
|
"experimental": true,
|
9966
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DeviceOrientation.pdl",
|
9967
9951
|
"commands": [
|
9968
9952
|
{
|
9969
9953
|
"name": "clearDeviceOrientationOverride",
|
@@ -9995,7 +9979,6 @@
|
|
9995
9979
|
{
|
9996
9980
|
"domain": "Emulation",
|
9997
9981
|
"description": "This domain emulates different environments for the page.",
|
9998
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Emulation.pdl",
|
9999
9982
|
"dependencies": [
|
10000
9983
|
"DOM",
|
10001
9984
|
"Page",
|
@@ -11327,7 +11310,6 @@
|
|
11327
11310
|
"domain": "EventBreakpoints",
|
11328
11311
|
"description": "EventBreakpoints permits setting JavaScript breakpoints on operations and events\noccurring in native code invoked from JavaScript. Once breakpoint is hit, it is\nreported through Debugger domain, similarly to regular breakpoints being hit.",
|
11329
11312
|
"experimental": true,
|
11330
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/EventBreakpoints.pdl",
|
11331
11313
|
"commands": [
|
11332
11314
|
{
|
11333
11315
|
"name": "setInstrumentationBreakpoint",
|
@@ -11361,7 +11343,6 @@
|
|
11361
11343
|
"domain": "Extensions",
|
11362
11344
|
"description": "Defines commands and events for browser extensions.",
|
11363
11345
|
"experimental": true,
|
11364
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Extensions.pdl",
|
11365
11346
|
"types": [
|
11366
11347
|
{
|
11367
11348
|
"id": "StorageArea",
|
@@ -11503,7 +11484,6 @@
|
|
11503
11484
|
"domain": "FedCm",
|
11504
11485
|
"description": "This domain allows interacting with the FedCM dialog.",
|
11505
11486
|
"experimental": true,
|
11506
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/FedCm.pdl",
|
11507
11487
|
"types": [
|
11508
11488
|
{
|
11509
11489
|
"id": "LoginState",
|
@@ -11718,7 +11698,6 @@
|
|
11718
11698
|
{
|
11719
11699
|
"domain": "Fetch",
|
11720
11700
|
"description": "A domain for letting clients substitute browser's network layer with client code.",
|
11721
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Fetch.pdl",
|
11722
11701
|
"dependencies": [
|
11723
11702
|
"Network",
|
11724
11703
|
"IO",
|
@@ -12168,7 +12147,6 @@
|
|
12168
12147
|
{
|
12169
12148
|
"domain": "FileSystem",
|
12170
12149
|
"experimental": true,
|
12171
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/FileSystem.pdl",
|
12172
12150
|
"dependencies": [
|
12173
12151
|
"Network",
|
12174
12152
|
"Storage"
|
@@ -12272,7 +12250,6 @@
|
|
12272
12250
|
"domain": "HeadlessExperimental",
|
12273
12251
|
"description": "This domain provides experimental commands only supported in headless mode.",
|
12274
12252
|
"experimental": true,
|
12275
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/HeadlessExperimental.pdl",
|
12276
12253
|
"dependencies": [
|
12277
12254
|
"Page",
|
12278
12255
|
"Runtime"
|
@@ -12368,7 +12345,6 @@
|
|
12368
12345
|
{
|
12369
12346
|
"domain": "IO",
|
12370
12347
|
"description": "Input/Output operations for streams produced by DevTools.",
|
12371
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/IO.pdl",
|
12372
12348
|
"types": [
|
12373
12349
|
{
|
12374
12350
|
"id": "StreamHandle",
|
@@ -12452,7 +12428,6 @@
|
|
12452
12428
|
{
|
12453
12429
|
"domain": "IndexedDB",
|
12454
12430
|
"experimental": true,
|
12455
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/IndexedDB.pdl",
|
12456
12431
|
"dependencies": [
|
12457
12432
|
"Runtime",
|
12458
12433
|
"Storage"
|
@@ -12968,7 +12943,6 @@
|
|
12968
12943
|
},
|
12969
12944
|
{
|
12970
12945
|
"domain": "Input",
|
12971
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Input.pdl",
|
12972
12946
|
"types": [
|
12973
12947
|
{
|
12974
12948
|
"id": "TouchPoint",
|
@@ -13719,7 +13693,6 @@
|
|
13719
13693
|
{
|
13720
13694
|
"domain": "Inspector",
|
13721
13695
|
"experimental": true,
|
13722
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Inspector.pdl",
|
13723
13696
|
"commands": [
|
13724
13697
|
{
|
13725
13698
|
"name": "disable",
|
@@ -13755,7 +13728,6 @@
|
|
13755
13728
|
{
|
13756
13729
|
"domain": "LayerTree",
|
13757
13730
|
"experimental": true,
|
13758
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/LayerTree.pdl",
|
13759
13731
|
"dependencies": [
|
13760
13732
|
"DOM"
|
13761
13733
|
],
|
@@ -14173,7 +14145,6 @@
|
|
14173
14145
|
{
|
14174
14146
|
"domain": "Log",
|
14175
14147
|
"description": "Provides access to log entries.",
|
14176
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Log.pdl",
|
14177
14148
|
"dependencies": [
|
14178
14149
|
"Runtime",
|
14179
14150
|
"Network"
|
@@ -14351,7 +14322,6 @@
|
|
14351
14322
|
"domain": "Media",
|
14352
14323
|
"description": "This domain allows detailed inspection of media elements.",
|
14353
14324
|
"experimental": true,
|
14354
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Media.pdl",
|
14355
14325
|
"types": [
|
14356
14326
|
{
|
14357
14327
|
"id": "PlayerId",
|
@@ -14564,7 +14534,6 @@
|
|
14564
14534
|
{
|
14565
14535
|
"domain": "Memory",
|
14566
14536
|
"experimental": true,
|
14567
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Memory.pdl",
|
14568
14537
|
"types": [
|
14569
14538
|
{
|
14570
14539
|
"id": "PressureLevel",
|
@@ -14786,7 +14755,6 @@
|
|
14786
14755
|
{
|
14787
14756
|
"domain": "Network",
|
14788
14757
|
"description": "Network domain allows tracking network activities of the page. It exposes information about http,\nfile, data and other requests and responses, their headers, bodies, timing, etc.",
|
14789
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Network.pdl",
|
14790
14758
|
"dependencies": [
|
14791
14759
|
"Debugger",
|
14792
14760
|
"Runtime",
|
@@ -17140,6 +17108,13 @@
|
|
17140
17108
|
"experimental": true,
|
17141
17109
|
"optional": true,
|
17142
17110
|
"type": "boolean"
|
17111
|
+
},
|
17112
|
+
{
|
17113
|
+
"name": "enableDurableMessages",
|
17114
|
+
"description": "Enable storing response bodies outside of renderer, so that these survive\na cross-process navigation. Requires maxTotalBufferSize to be set.\nCurrently defaults to false.",
|
17115
|
+
"experimental": true,
|
17116
|
+
"optional": true,
|
17117
|
+
"type": "boolean"
|
17143
17118
|
}
|
17144
17119
|
]
|
17145
17120
|
},
|
@@ -18821,7 +18796,6 @@
|
|
18821
18796
|
"domain": "Overlay",
|
18822
18797
|
"description": "This domain provides various functionality related to drawing atop the inspected page.",
|
18823
18798
|
"experimental": true,
|
18824
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Overlay.pdl",
|
18825
18799
|
"dependencies": [
|
18826
18800
|
"DOM",
|
18827
18801
|
"Page",
|
@@ -19952,7 +19926,6 @@
|
|
19952
19926
|
"domain": "PWA",
|
19953
19927
|
"description": "This domain allows interacting with the browser to control PWAs.",
|
19954
19928
|
"experimental": true,
|
19955
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/PWA.pdl",
|
19956
19929
|
"types": [
|
19957
19930
|
{
|
19958
19931
|
"id": "FileHandlerAccept",
|
@@ -20140,7 +20113,6 @@
|
|
20140
20113
|
{
|
20141
20114
|
"domain": "Page",
|
20142
20115
|
"description": "Actions and events related to the inspected page belong to the page domain.",
|
20143
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Page.pdl",
|
20144
20116
|
"dependencies": [
|
20145
20117
|
"Debugger",
|
20146
20118
|
"DOM",
|
@@ -23652,7 +23624,6 @@
|
|
23652
23624
|
},
|
23653
23625
|
{
|
23654
23626
|
"domain": "Performance",
|
23655
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Performance.pdl",
|
23656
23627
|
"types": [
|
23657
23628
|
{
|
23658
23629
|
"id": "Metric",
|
@@ -23751,7 +23722,6 @@
|
|
23751
23722
|
"domain": "PerformanceTimeline",
|
23752
23723
|
"description": "Reporting of performance timeline events, as specified in\nhttps://w3c.github.io/performance-timeline/#dom-performanceobserver.",
|
23753
23724
|
"experimental": true,
|
23754
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/PerformanceTimeline.pdl",
|
23755
23725
|
"dependencies": [
|
23756
23726
|
"DOM",
|
23757
23727
|
"Network"
|
@@ -23915,7 +23885,6 @@
|
|
23915
23885
|
{
|
23916
23886
|
"domain": "Preload",
|
23917
23887
|
"experimental": true,
|
23918
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Preload.pdl",
|
23919
23888
|
"types": [
|
23920
23889
|
{
|
23921
23890
|
"id": "RuleSetId",
|
@@ -24357,7 +24326,6 @@
|
|
24357
24326
|
},
|
24358
24327
|
{
|
24359
24328
|
"domain": "Security",
|
24360
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Security.pdl",
|
24361
24329
|
"types": [
|
24362
24330
|
{
|
24363
24331
|
"id": "CertificateId",
|
@@ -24783,7 +24751,6 @@
|
|
24783
24751
|
{
|
24784
24752
|
"domain": "ServiceWorker",
|
24785
24753
|
"experimental": true,
|
24786
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/ServiceWorker.pdl",
|
24787
24754
|
"dependencies": [
|
24788
24755
|
"Target"
|
24789
24756
|
],
|
@@ -25081,7 +25048,6 @@
|
|
25081
25048
|
{
|
25082
25049
|
"domain": "Storage",
|
25083
25050
|
"experimental": true,
|
25084
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Storage.pdl",
|
25085
25051
|
"dependencies": [
|
25086
25052
|
"Browser",
|
25087
25053
|
"Network"
|
@@ -27124,7 +27090,6 @@
|
|
27124
27090
|
"domain": "SystemInfo",
|
27125
27091
|
"description": "The SystemInfo domain defines methods and events for querying low-level system information.",
|
27126
27092
|
"experimental": true,
|
27127
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/SystemInfo.pdl",
|
27128
27093
|
"types": [
|
27129
27094
|
{
|
27130
27095
|
"id": "GPUDevice",
|
@@ -27434,7 +27399,6 @@
|
|
27434
27399
|
{
|
27435
27400
|
"domain": "Target",
|
27436
27401
|
"description": "Supports additional targets discovery and allows to attach to them.",
|
27437
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Target.pdl",
|
27438
27402
|
"types": [
|
27439
27403
|
{
|
27440
27404
|
"id": "TargetID",
|
@@ -28122,7 +28086,6 @@
|
|
28122
28086
|
"domain": "Tethering",
|
28123
28087
|
"description": "The Tethering domain defines methods and events for browser port binding.",
|
28124
28088
|
"experimental": true,
|
28125
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Tethering.pdl",
|
28126
28089
|
"commands": [
|
28127
28090
|
{
|
28128
28091
|
"name": "bind",
|
@@ -28168,7 +28131,6 @@
|
|
28168
28131
|
},
|
28169
28132
|
{
|
28170
28133
|
"domain": "Tracing",
|
28171
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Tracing.pdl",
|
28172
28134
|
"dependencies": [
|
28173
28135
|
"IO"
|
28174
28136
|
],
|
@@ -28513,7 +28475,6 @@
|
|
28513
28475
|
"domain": "WebAudio",
|
28514
28476
|
"description": "This domain allows inspection of Web Audio API.\nhttps://webaudio.github.io/web-audio-api/",
|
28515
28477
|
"experimental": true,
|
28516
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/WebAudio.pdl",
|
28517
28478
|
"types": [
|
28518
28479
|
{
|
28519
28480
|
"id": "GraphObjectId",
|
@@ -28979,7 +28940,6 @@
|
|
28979
28940
|
"domain": "WebAuthn",
|
28980
28941
|
"description": "This domain allows configuring virtual authenticators to test the WebAuthn\nAPI.",
|
28981
28942
|
"experimental": true,
|
28982
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/WebAuthn.pdl",
|
28983
28943
|
"types": [
|
28984
28944
|
{
|
28985
28945
|
"id": "AuthenticatorId",
|
package/json/js_protocol.json
CHANGED
@@ -8,7 +8,6 @@
|
|
8
8
|
"domain": "Console",
|
9
9
|
"description": "This domain is deprecated - use Runtime or Log instead.",
|
10
10
|
"deprecated": true,
|
11
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
12
11
|
"dependencies": [
|
13
12
|
"Runtime"
|
14
13
|
],
|
@@ -105,7 +104,6 @@
|
|
105
104
|
{
|
106
105
|
"domain": "Debugger",
|
107
106
|
"description": "Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing\nbreakpoints, stepping through execution, exploring stack traces, etc.",
|
108
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
109
107
|
"dependencies": [
|
110
108
|
"Runtime"
|
111
109
|
],
|
@@ -1537,7 +1535,6 @@
|
|
1537
1535
|
{
|
1538
1536
|
"domain": "HeapProfiler",
|
1539
1537
|
"experimental": true,
|
1540
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
1541
1538
|
"dependencies": [
|
1542
1539
|
"Runtime"
|
1543
1540
|
],
|
@@ -1857,7 +1854,6 @@
|
|
1857
1854
|
},
|
1858
1855
|
{
|
1859
1856
|
"domain": "Profiler",
|
1860
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
1861
1857
|
"dependencies": [
|
1862
1858
|
"Runtime",
|
1863
1859
|
"Debugger"
|
@@ -2219,7 +2215,6 @@
|
|
2219
2215
|
{
|
2220
2216
|
"domain": "Runtime",
|
2221
2217
|
"description": "Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects.\nEvaluation results are returned as mirror object that expose object type, string representation\nand unique identifier that can be used for further object reference. Original objects are\nmaintained in memory unless they are either explicitly released or are released along with the\nother objects in their object group.",
|
2222
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
2223
2218
|
"types": [
|
2224
2219
|
{
|
2225
2220
|
"id": "ScriptId",
|
@@ -3766,7 +3761,6 @@
|
|
3766
3761
|
"domain": "Schema",
|
3767
3762
|
"description": "This domain is deprecated.",
|
3768
3763
|
"deprecated": true,
|
3769
|
-
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
3770
3764
|
"types": [
|
3771
3765
|
{
|
3772
3766
|
"id": "Domain",
|
package/package.json
CHANGED
package/pdl/domains/Network.pdl
CHANGED
@@ -1088,6 +1088,10 @@ domain Network
|
|
1088
1088
|
optional integer maxPostDataSize
|
1089
1089
|
# Whether DirectSocket chunk send/receive events should be reported.
|
1090
1090
|
experimental optional boolean reportDirectSocketTraffic
|
1091
|
+
# Enable storing response bodies outside of renderer, so that these survive
|
1092
|
+
# a cross-process navigation. Requires maxTotalBufferSize to be set.
|
1093
|
+
# Currently defaults to false.
|
1094
|
+
experimental optional boolean enableDurableMessages
|
1091
1095
|
|
1092
1096
|
# Returns all browser cookies. Depending on the backend support, will return detailed cookie
|
1093
1097
|
# information in the `cookies` field.
|
package/types/protocol.d.ts
CHANGED
@@ -13495,6 +13495,13 @@ export namespace Protocol {
|
|
13495
13495
|
* @experimental
|
13496
13496
|
*/
|
13497
13497
|
reportDirectSocketTraffic?: boolean;
|
13498
|
+
/**
|
13499
|
+
* Enable storing response bodies outside of renderer, so that these survive
|
13500
|
+
* a cross-process navigation. Requires maxTotalBufferSize to be set.
|
13501
|
+
* Currently defaults to false.
|
13502
|
+
* @experimental
|
13503
|
+
*/
|
13504
|
+
enableDurableMessages?: boolean;
|
13498
13505
|
}
|
13499
13506
|
|
13500
13507
|
export interface GetAllCookiesResponse {
|