devtools-protocol 0.0.1501221 → 0.0.1502260

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.
@@ -19876,6 +19876,11 @@ export namespace Protocol {
19876
19876
  * @experimental
19877
19877
  */
19878
19878
  openerFrameId?: Page.FrameId;
19879
+ /**
19880
+ * Id of the parent frame, only present for the "iframe" targets.
19881
+ * @experimental
19882
+ */
19883
+ parentFrameId?: Page.FrameId;
19879
19884
  /**
19880
19885
  * @experimental
19881
19886
  */