devtools-protocol 0.0.1122837 → 0.0.1124027
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
package/pdl/browser_protocol.pdl
CHANGED
@@ -765,6 +765,7 @@ experimental domain Audits
|
|
765
765
|
GenericIssueErrorType errorType
|
766
766
|
optional Page.FrameId frameId
|
767
767
|
optional DOM.BackendNodeId violatingNodeId
|
768
|
+
optional string violatingNodeAttribute
|
768
769
|
|
769
770
|
# This issue tracks information needed to print a deprecation message.
|
770
771
|
# https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md
|