devtools-protocol 0.0.1008748 → 0.0.1010249

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1008748",
3
+ "version": "0.0.1010249",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -702,7 +702,7 @@ experimental domain Audits
702
702
  InvalidHeader
703
703
 
704
704
  # Details for issues around "Attribution Reporting API" usage.
705
- # Explainer: https://github.com/WICG/conversion-measurement-api
705
+ # Explainer: https://github.com/WICG/attribution-reporting-api
706
706
  type AttributionReportingIssueDetails extends object
707
707
  properties
708
708
  AttributionReportingIssueType violationType
@@ -767,7 +767,6 @@ experimental domain Audits
767
767
  NotificationInsecureOrigin
768
768
  NotificationPermissionRequestedIframe
769
769
  ObsoleteWebRtcCipherSuite
770
- PaymentRequestBasicCard
771
770
  PictureSourceSrc
772
771
  PrefixedCancelAnimationFrame
773
772
  PrefixedRequestAnimationFrame
@@ -6312,9 +6311,10 @@ domain Network
6312
6311
  enum
6313
6312
  SameOrigin
6314
6313
  SameOriginAllowPopups
6314
+ RestrictProperties
6315
6315
  UnsafeNone
6316
6316
  SameOriginPlusCoep
6317
- SameOriginAllowPopupsPlusCoep
6317
+ RestrictPropertiesPlusCoep
6318
6318
 
6319
6319
  experimental type CrossOriginOpenerPolicyStatus extends object
6320
6320
  properties