devtools-protocol 0.0.955313 → 0.0.955664
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
|
@@ -769,6 +769,7 @@ experimental domain Audits
|
|
|
769
769
|
# instead. This standard was abandoned in January, 1970. See
|
|
770
770
|
# https://www.chromestatus.com/feature/5684870116278272 for more details."
|
|
771
771
|
deprecated optional string message
|
|
772
|
+
string deprecationType
|
|
772
773
|
|
|
773
774
|
type ClientHintIssueReason extends string
|
|
774
775
|
enum
|
package/types/protocol.d.ts
CHANGED
|
@@ -3334,6 +3334,7 @@ export namespace Protocol {
|
|
|
3334
3334
|
* https://www.chromestatus.com/feature/5684870116278272 for more details."
|
|
3335
3335
|
*/
|
|
3336
3336
|
message?: string;
|
|
3337
|
+
deprecationType: string;
|
|
3337
3338
|
}
|
|
3338
3339
|
|
|
3339
3340
|
export type ClientHintIssueReason = ('MetaTagAllowListInvalidOrigin' | 'MetaTagModifiedHTML');
|