devtools-protocol 0.0.975498 → 0.0.975963
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.
@@ -999,7 +999,8 @@
|
|
999
999
|
"WarnSameSiteStrictCrossDowngradeStrict",
|
1000
1000
|
"WarnSameSiteStrictCrossDowngradeLax",
|
1001
1001
|
"WarnSameSiteLaxCrossDowngradeStrict",
|
1002
|
-
"WarnSameSiteLaxCrossDowngradeLax"
|
1002
|
+
"WarnSameSiteLaxCrossDowngradeLax",
|
1003
|
+
"WarnAttributeValueExceedsMaxSize"
|
1003
1004
|
]
|
1004
1005
|
},
|
1005
1006
|
{
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
@@ -3073,7 +3073,7 @@ export namespace Protocol {
|
|
3073
3073
|
|
3074
3074
|
export type CookieExclusionReason = ('ExcludeSameSiteUnspecifiedTreatedAsLax' | 'ExcludeSameSiteNoneInsecure' | 'ExcludeSameSiteLax' | 'ExcludeSameSiteStrict' | 'ExcludeInvalidSameParty' | 'ExcludeSamePartyCrossPartyContext');
|
3075
3075
|
|
3076
|
-
export type CookieWarningReason = ('WarnSameSiteUnspecifiedCrossSiteContext' | 'WarnSameSiteNoneInsecure' | 'WarnSameSiteUnspecifiedLaxAllowUnsafe' | 'WarnSameSiteStrictLaxDowngradeStrict' | 'WarnSameSiteStrictCrossDowngradeStrict' | 'WarnSameSiteStrictCrossDowngradeLax' | 'WarnSameSiteLaxCrossDowngradeStrict' | 'WarnSameSiteLaxCrossDowngradeLax');
|
3076
|
+
export type CookieWarningReason = ('WarnSameSiteUnspecifiedCrossSiteContext' | 'WarnSameSiteNoneInsecure' | 'WarnSameSiteUnspecifiedLaxAllowUnsafe' | 'WarnSameSiteStrictLaxDowngradeStrict' | 'WarnSameSiteStrictCrossDowngradeStrict' | 'WarnSameSiteStrictCrossDowngradeLax' | 'WarnSameSiteLaxCrossDowngradeStrict' | 'WarnSameSiteLaxCrossDowngradeLax' | 'WarnAttributeValueExceedsMaxSize');
|
3077
3077
|
|
3078
3078
|
export type CookieOperation = ('SetCookie' | 'ReadCookie');
|
3079
3079
|
|