devtools-protocol 0.0.1501221 → 0.0.1501779
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/json/browser_protocol.json +54 -0
- package/json/js_protocol.json +6 -0
- package/package.json +1 -1
- package/pdl/domains/Target.pdl +2 -0
- package/types/protocol-mapping.d.ts +353 -0
- package/types/protocol.d.ts +5 -0
@@ -7,6 +7,7 @@
|
|
7
7
|
{
|
8
8
|
"domain": "Accessibility",
|
9
9
|
"experimental": true,
|
10
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Accessibility.pdl",
|
10
11
|
"dependencies": [
|
11
12
|
"DOM"
|
12
13
|
],
|
@@ -584,6 +585,7 @@
|
|
584
585
|
{
|
585
586
|
"domain": "Animation",
|
586
587
|
"experimental": true,
|
588
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Animation.pdl",
|
587
589
|
"dependencies": [
|
588
590
|
"Runtime",
|
589
591
|
"DOM"
|
@@ -985,6 +987,7 @@
|
|
985
987
|
"domain": "Audits",
|
986
988
|
"description": "Audits domain allows investigation of page violations and possible improvements.",
|
987
989
|
"experimental": true,
|
990
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Audits.pdl",
|
988
991
|
"dependencies": [
|
989
992
|
"Network"
|
990
993
|
],
|
@@ -2416,6 +2419,7 @@
|
|
2416
2419
|
"domain": "Autofill",
|
2417
2420
|
"description": "Defines commands and events for Autofill.",
|
2418
2421
|
"experimental": true,
|
2422
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Autofill.pdl",
|
2419
2423
|
"types": [
|
2420
2424
|
{
|
2421
2425
|
"id": "CreditCard",
|
@@ -2634,6 +2638,7 @@
|
|
2634
2638
|
"domain": "BackgroundService",
|
2635
2639
|
"description": "Defines events for background web platform features.",
|
2636
2640
|
"experimental": true,
|
2641
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/BackgroundService.pdl",
|
2637
2642
|
"types": [
|
2638
2643
|
{
|
2639
2644
|
"id": "ServiceName",
|
@@ -2790,6 +2795,7 @@
|
|
2790
2795
|
"domain": "BluetoothEmulation",
|
2791
2796
|
"description": "This domain allows configuring virtual Bluetooth devices to test\nthe web-bluetooth API.",
|
2792
2797
|
"experimental": true,
|
2798
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/BluetoothEmulation.pdl",
|
2793
2799
|
"types": [
|
2794
2800
|
{
|
2795
2801
|
"id": "CentralState",
|
@@ -3270,6 +3276,7 @@
|
|
3270
3276
|
{
|
3271
3277
|
"domain": "Browser",
|
3272
3278
|
"description": "The Browser domain defines methods and events for browser managing.",
|
3279
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Browser.pdl",
|
3273
3280
|
"types": [
|
3274
3281
|
{
|
3275
3282
|
"id": "BrowserContextID",
|
@@ -3961,6 +3968,7 @@
|
|
3961
3968
|
"domain": "CSS",
|
3962
3969
|
"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.",
|
3963
3970
|
"experimental": true,
|
3971
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/CSS.pdl",
|
3964
3972
|
"dependencies": [
|
3965
3973
|
"DOM",
|
3966
3974
|
"Page"
|
@@ -6253,6 +6261,7 @@
|
|
6253
6261
|
{
|
6254
6262
|
"domain": "CacheStorage",
|
6255
6263
|
"experimental": true,
|
6264
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/CacheStorage.pdl",
|
6256
6265
|
"dependencies": [
|
6257
6266
|
"Storage"
|
6258
6267
|
],
|
@@ -6531,6 +6540,7 @@
|
|
6531
6540
|
"domain": "Cast",
|
6532
6541
|
"description": "A domain for interacting with Cast, Presentation API, and Remote Playback API\nfunctionalities.",
|
6533
6542
|
"experimental": true,
|
6543
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Cast.pdl",
|
6534
6544
|
"types": [
|
6535
6545
|
{
|
6536
6546
|
"id": "Sink",
|
@@ -6639,6 +6649,7 @@
|
|
6639
6649
|
{
|
6640
6650
|
"domain": "DOM",
|
6641
6651
|
"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",
|
6642
6653
|
"dependencies": [
|
6643
6654
|
"Runtime"
|
6644
6655
|
],
|
@@ -8581,6 +8592,7 @@
|
|
8581
8592
|
{
|
8582
8593
|
"domain": "DOMDebugger",
|
8583
8594
|
"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",
|
8584
8596
|
"dependencies": [
|
8585
8597
|
"DOM",
|
8586
8598
|
"Runtime"
|
@@ -8840,6 +8852,7 @@
|
|
8840
8852
|
"domain": "DOMSnapshot",
|
8841
8853
|
"description": "This domain facilitates obtaining document snapshots with DOM, layout, and style information.",
|
8842
8854
|
"experimental": true,
|
8855
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DOMSnapshot.pdl",
|
8843
8856
|
"dependencies": [
|
8844
8857
|
"CSS",
|
8845
8858
|
"DOM",
|
@@ -9692,6 +9705,7 @@
|
|
9692
9705
|
"domain": "DOMStorage",
|
9693
9706
|
"description": "Query and modify DOM storage.",
|
9694
9707
|
"experimental": true,
|
9708
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DOMStorage.pdl",
|
9695
9709
|
"types": [
|
9696
9710
|
{
|
9697
9711
|
"id": "SerializedStorageKey",
|
@@ -9863,6 +9877,7 @@
|
|
9863
9877
|
{
|
9864
9878
|
"domain": "DeviceAccess",
|
9865
9879
|
"experimental": true,
|
9880
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DeviceAccess.pdl",
|
9866
9881
|
"types": [
|
9867
9882
|
{
|
9868
9883
|
"id": "RequestId",
|
@@ -9948,6 +9963,7 @@
|
|
9948
9963
|
{
|
9949
9964
|
"domain": "DeviceOrientation",
|
9950
9965
|
"experimental": true,
|
9966
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/DeviceOrientation.pdl",
|
9951
9967
|
"commands": [
|
9952
9968
|
{
|
9953
9969
|
"name": "clearDeviceOrientationOverride",
|
@@ -9979,6 +9995,7 @@
|
|
9979
9995
|
{
|
9980
9996
|
"domain": "Emulation",
|
9981
9997
|
"description": "This domain emulates different environments for the page.",
|
9998
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Emulation.pdl",
|
9982
9999
|
"dependencies": [
|
9983
10000
|
"DOM",
|
9984
10001
|
"Page",
|
@@ -11310,6 +11327,7 @@
|
|
11310
11327
|
"domain": "EventBreakpoints",
|
11311
11328
|
"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.",
|
11312
11329
|
"experimental": true,
|
11330
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/EventBreakpoints.pdl",
|
11313
11331
|
"commands": [
|
11314
11332
|
{
|
11315
11333
|
"name": "setInstrumentationBreakpoint",
|
@@ -11343,6 +11361,7 @@
|
|
11343
11361
|
"domain": "Extensions",
|
11344
11362
|
"description": "Defines commands and events for browser extensions.",
|
11345
11363
|
"experimental": true,
|
11364
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Extensions.pdl",
|
11346
11365
|
"types": [
|
11347
11366
|
{
|
11348
11367
|
"id": "StorageArea",
|
@@ -11484,6 +11503,7 @@
|
|
11484
11503
|
"domain": "FedCm",
|
11485
11504
|
"description": "This domain allows interacting with the FedCM dialog.",
|
11486
11505
|
"experimental": true,
|
11506
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/FedCm.pdl",
|
11487
11507
|
"types": [
|
11488
11508
|
{
|
11489
11509
|
"id": "LoginState",
|
@@ -11698,6 +11718,7 @@
|
|
11698
11718
|
{
|
11699
11719
|
"domain": "Fetch",
|
11700
11720
|
"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",
|
11701
11722
|
"dependencies": [
|
11702
11723
|
"Network",
|
11703
11724
|
"IO",
|
@@ -12147,6 +12168,7 @@
|
|
12147
12168
|
{
|
12148
12169
|
"domain": "FileSystem",
|
12149
12170
|
"experimental": true,
|
12171
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/FileSystem.pdl",
|
12150
12172
|
"dependencies": [
|
12151
12173
|
"Network",
|
12152
12174
|
"Storage"
|
@@ -12250,6 +12272,7 @@
|
|
12250
12272
|
"domain": "HeadlessExperimental",
|
12251
12273
|
"description": "This domain provides experimental commands only supported in headless mode.",
|
12252
12274
|
"experimental": true,
|
12275
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/HeadlessExperimental.pdl",
|
12253
12276
|
"dependencies": [
|
12254
12277
|
"Page",
|
12255
12278
|
"Runtime"
|
@@ -12345,6 +12368,7 @@
|
|
12345
12368
|
{
|
12346
12369
|
"domain": "IO",
|
12347
12370
|
"description": "Input/Output operations for streams produced by DevTools.",
|
12371
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/IO.pdl",
|
12348
12372
|
"types": [
|
12349
12373
|
{
|
12350
12374
|
"id": "StreamHandle",
|
@@ -12428,6 +12452,7 @@
|
|
12428
12452
|
{
|
12429
12453
|
"domain": "IndexedDB",
|
12430
12454
|
"experimental": true,
|
12455
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/IndexedDB.pdl",
|
12431
12456
|
"dependencies": [
|
12432
12457
|
"Runtime",
|
12433
12458
|
"Storage"
|
@@ -12943,6 +12968,7 @@
|
|
12943
12968
|
},
|
12944
12969
|
{
|
12945
12970
|
"domain": "Input",
|
12971
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Input.pdl",
|
12946
12972
|
"types": [
|
12947
12973
|
{
|
12948
12974
|
"id": "TouchPoint",
|
@@ -13693,6 +13719,7 @@
|
|
13693
13719
|
{
|
13694
13720
|
"domain": "Inspector",
|
13695
13721
|
"experimental": true,
|
13722
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Inspector.pdl",
|
13696
13723
|
"commands": [
|
13697
13724
|
{
|
13698
13725
|
"name": "disable",
|
@@ -13728,6 +13755,7 @@
|
|
13728
13755
|
{
|
13729
13756
|
"domain": "LayerTree",
|
13730
13757
|
"experimental": true,
|
13758
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/LayerTree.pdl",
|
13731
13759
|
"dependencies": [
|
13732
13760
|
"DOM"
|
13733
13761
|
],
|
@@ -14145,6 +14173,7 @@
|
|
14145
14173
|
{
|
14146
14174
|
"domain": "Log",
|
14147
14175
|
"description": "Provides access to log entries.",
|
14176
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Log.pdl",
|
14148
14177
|
"dependencies": [
|
14149
14178
|
"Runtime",
|
14150
14179
|
"Network"
|
@@ -14322,6 +14351,7 @@
|
|
14322
14351
|
"domain": "Media",
|
14323
14352
|
"description": "This domain allows detailed inspection of media elements.",
|
14324
14353
|
"experimental": true,
|
14354
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Media.pdl",
|
14325
14355
|
"types": [
|
14326
14356
|
{
|
14327
14357
|
"id": "PlayerId",
|
@@ -14534,6 +14564,7 @@
|
|
14534
14564
|
{
|
14535
14565
|
"domain": "Memory",
|
14536
14566
|
"experimental": true,
|
14567
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Memory.pdl",
|
14537
14568
|
"types": [
|
14538
14569
|
{
|
14539
14570
|
"id": "PressureLevel",
|
@@ -14755,6 +14786,7 @@
|
|
14755
14786
|
{
|
14756
14787
|
"domain": "Network",
|
14757
14788
|
"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",
|
14758
14790
|
"dependencies": [
|
14759
14791
|
"Debugger",
|
14760
14792
|
"Runtime",
|
@@ -18789,6 +18821,7 @@
|
|
18789
18821
|
"domain": "Overlay",
|
18790
18822
|
"description": "This domain provides various functionality related to drawing atop the inspected page.",
|
18791
18823
|
"experimental": true,
|
18824
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Overlay.pdl",
|
18792
18825
|
"dependencies": [
|
18793
18826
|
"DOM",
|
18794
18827
|
"Page",
|
@@ -19919,6 +19952,7 @@
|
|
19919
19952
|
"domain": "PWA",
|
19920
19953
|
"description": "This domain allows interacting with the browser to control PWAs.",
|
19921
19954
|
"experimental": true,
|
19955
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/PWA.pdl",
|
19922
19956
|
"types": [
|
19923
19957
|
{
|
19924
19958
|
"id": "FileHandlerAccept",
|
@@ -20106,6 +20140,7 @@
|
|
20106
20140
|
{
|
20107
20141
|
"domain": "Page",
|
20108
20142
|
"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",
|
20109
20144
|
"dependencies": [
|
20110
20145
|
"Debugger",
|
20111
20146
|
"DOM",
|
@@ -23617,6 +23652,7 @@
|
|
23617
23652
|
},
|
23618
23653
|
{
|
23619
23654
|
"domain": "Performance",
|
23655
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Performance.pdl",
|
23620
23656
|
"types": [
|
23621
23657
|
{
|
23622
23658
|
"id": "Metric",
|
@@ -23715,6 +23751,7 @@
|
|
23715
23751
|
"domain": "PerformanceTimeline",
|
23716
23752
|
"description": "Reporting of performance timeline events, as specified in\nhttps://w3c.github.io/performance-timeline/#dom-performanceobserver.",
|
23717
23753
|
"experimental": true,
|
23754
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/PerformanceTimeline.pdl",
|
23718
23755
|
"dependencies": [
|
23719
23756
|
"DOM",
|
23720
23757
|
"Network"
|
@@ -23878,6 +23915,7 @@
|
|
23878
23915
|
{
|
23879
23916
|
"domain": "Preload",
|
23880
23917
|
"experimental": true,
|
23918
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Preload.pdl",
|
23881
23919
|
"types": [
|
23882
23920
|
{
|
23883
23921
|
"id": "RuleSetId",
|
@@ -24319,6 +24357,7 @@
|
|
24319
24357
|
},
|
24320
24358
|
{
|
24321
24359
|
"domain": "Security",
|
24360
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Security.pdl",
|
24322
24361
|
"types": [
|
24323
24362
|
{
|
24324
24363
|
"id": "CertificateId",
|
@@ -24744,6 +24783,7 @@
|
|
24744
24783
|
{
|
24745
24784
|
"domain": "ServiceWorker",
|
24746
24785
|
"experimental": true,
|
24786
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/ServiceWorker.pdl",
|
24747
24787
|
"dependencies": [
|
24748
24788
|
"Target"
|
24749
24789
|
],
|
@@ -25041,6 +25081,7 @@
|
|
25041
25081
|
{
|
25042
25082
|
"domain": "Storage",
|
25043
25083
|
"experimental": true,
|
25084
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Storage.pdl",
|
25044
25085
|
"dependencies": [
|
25045
25086
|
"Browser",
|
25046
25087
|
"Network"
|
@@ -27083,6 +27124,7 @@
|
|
27083
27124
|
"domain": "SystemInfo",
|
27084
27125
|
"description": "The SystemInfo domain defines methods and events for querying low-level system information.",
|
27085
27126
|
"experimental": true,
|
27127
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/SystemInfo.pdl",
|
27086
27128
|
"types": [
|
27087
27129
|
{
|
27088
27130
|
"id": "GPUDevice",
|
@@ -27392,6 +27434,7 @@
|
|
27392
27434
|
{
|
27393
27435
|
"domain": "Target",
|
27394
27436
|
"description": "Supports additional targets discovery and allows to attach to them.",
|
27437
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Target.pdl",
|
27395
27438
|
"types": [
|
27396
27439
|
{
|
27397
27440
|
"id": "TargetID",
|
@@ -27447,6 +27490,13 @@
|
|
27447
27490
|
"optional": true,
|
27448
27491
|
"$ref": "Page.FrameId"
|
27449
27492
|
},
|
27493
|
+
{
|
27494
|
+
"name": "parentFrameId",
|
27495
|
+
"description": "Id of the parent frame, only present for the \"iframe\" targets.",
|
27496
|
+
"experimental": true,
|
27497
|
+
"optional": true,
|
27498
|
+
"$ref": "Page.FrameId"
|
27499
|
+
},
|
27450
27500
|
{
|
27451
27501
|
"name": "browserContextId",
|
27452
27502
|
"experimental": true,
|
@@ -28072,6 +28122,7 @@
|
|
28072
28122
|
"domain": "Tethering",
|
28073
28123
|
"description": "The Tethering domain defines methods and events for browser port binding.",
|
28074
28124
|
"experimental": true,
|
28125
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Tethering.pdl",
|
28075
28126
|
"commands": [
|
28076
28127
|
{
|
28077
28128
|
"name": "bind",
|
@@ -28117,6 +28168,7 @@
|
|
28117
28168
|
},
|
28118
28169
|
{
|
28119
28170
|
"domain": "Tracing",
|
28171
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/Tracing.pdl",
|
28120
28172
|
"dependencies": [
|
28121
28173
|
"IO"
|
28122
28174
|
],
|
@@ -28461,6 +28513,7 @@
|
|
28461
28513
|
"domain": "WebAudio",
|
28462
28514
|
"description": "This domain allows inspection of Web Audio API.\nhttps://webaudio.github.io/web-audio-api/",
|
28463
28515
|
"experimental": true,
|
28516
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/WebAudio.pdl",
|
28464
28517
|
"types": [
|
28465
28518
|
{
|
28466
28519
|
"id": "GraphObjectId",
|
@@ -28926,6 +28979,7 @@
|
|
28926
28979
|
"domain": "WebAuthn",
|
28927
28980
|
"description": "This domain allows configuring virtual authenticators to test the WebAuthn\nAPI.",
|
28928
28981
|
"experimental": true,
|
28982
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/domains/WebAuthn.pdl",
|
28929
28983
|
"types": [
|
28930
28984
|
{
|
28931
28985
|
"id": "AuthenticatorId",
|
package/json/js_protocol.json
CHANGED
@@ -8,6 +8,7 @@
|
|
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",
|
11
12
|
"dependencies": [
|
12
13
|
"Runtime"
|
13
14
|
],
|
@@ -104,6 +105,7 @@
|
|
104
105
|
{
|
105
106
|
"domain": "Debugger",
|
106
107
|
"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",
|
107
109
|
"dependencies": [
|
108
110
|
"Runtime"
|
109
111
|
],
|
@@ -1535,6 +1537,7 @@
|
|
1535
1537
|
{
|
1536
1538
|
"domain": "HeapProfiler",
|
1537
1539
|
"experimental": true,
|
1540
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
1538
1541
|
"dependencies": [
|
1539
1542
|
"Runtime"
|
1540
1543
|
],
|
@@ -1854,6 +1857,7 @@
|
|
1854
1857
|
},
|
1855
1858
|
{
|
1856
1859
|
"domain": "Profiler",
|
1860
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
1857
1861
|
"dependencies": [
|
1858
1862
|
"Runtime",
|
1859
1863
|
"Debugger"
|
@@ -2215,6 +2219,7 @@
|
|
2215
2219
|
{
|
2216
2220
|
"domain": "Runtime",
|
2217
2221
|
"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",
|
2218
2223
|
"types": [
|
2219
2224
|
{
|
2220
2225
|
"id": "ScriptId",
|
@@ -3761,6 +3766,7 @@
|
|
3761
3766
|
"domain": "Schema",
|
3762
3767
|
"description": "This domain is deprecated.",
|
3763
3768
|
"deprecated": true,
|
3769
|
+
"source": "/home/runner/work/devtools-protocol/devtools-protocol/pdl/js_protocol.pdl",
|
3764
3770
|
"types": [
|
3765
3771
|
{
|
3766
3772
|
"id": "Domain",
|
package/package.json
CHANGED
package/pdl/domains/Target.pdl
CHANGED
@@ -27,6 +27,8 @@ domain Target
|
|
27
27
|
experimental boolean canAccessOpener
|
28
28
|
# Frame id of originating window (is only set if target has an opener).
|
29
29
|
experimental optional Page.FrameId openerFrameId
|
30
|
+
# Id of the parent frame, only present for the "iframe" targets.
|
31
|
+
experimental optional Page.FrameId parentFrameId
|
30
32
|
experimental optional Browser.BrowserContextID browserContextId
|
31
33
|
# Provides additional details for specific target types. For example, for
|
32
34
|
# the type of "page", this may be set to "prerender".
|