devtools-protocol 0.0.1009745 → 0.0.1010282
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 +1 -1
- package/pdl/browser_protocol.pdl +1 -2
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -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/
|
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
|