devtools-protocol 0.0.937072 → 0.0.937139
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.
|
@@ -1496,6 +1496,7 @@
|
|
|
1496
1496
|
{
|
|
1497
1497
|
"name": "message",
|
|
1498
1498
|
"description": "The content of the deprecation issue (this won't be translated),\ne.g. \"window.inefficientLegacyStorageMethod will be removed in M97,\naround January 2022. Please use Web Storage or Indexed Database\ninstead. This standard was abandoned in January, 1970. See\nhttps://www.chromestatus.com/feature/5684870116278272 for more details.\"",
|
|
1499
|
+
"deprecated": true,
|
|
1499
1500
|
"optional": true,
|
|
1500
1501
|
"type": "string"
|
|
1501
1502
|
}
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
|
@@ -723,7 +723,7 @@ experimental domain Audits
|
|
|
723
723
|
# around January 2022. Please use Web Storage or Indexed Database
|
|
724
724
|
# instead. This standard was abandoned in January, 1970. See
|
|
725
725
|
# https://www.chromestatus.com/feature/5684870116278272 for more details."
|
|
726
|
-
optional string message
|
|
726
|
+
deprecated optional string message
|
|
727
727
|
|
|
728
728
|
# A unique identifier for the type of issue. Each type may use one of the
|
|
729
729
|
# optional fields in InspectorIssueDetails to convey more specific
|