devtools-protocol 0.0.1653615 → 0.0.1654583
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/domains/Audits.pdl
CHANGED
|
@@ -743,6 +743,8 @@ experimental domain Audits
|
|
|
743
743
|
FontSizeTooSmall
|
|
744
744
|
FontSizeTooLarge
|
|
745
745
|
InvalidSizeValue
|
|
746
|
+
NonSecureContext
|
|
747
|
+
MissingTransientUserActivation
|
|
746
748
|
|
|
747
749
|
# This issue warns about improper usage of the <permission> element.
|
|
748
750
|
type PermissionElementIssueDetails extends object
|
package/types/protocol.d.ts
CHANGED
|
@@ -3974,7 +3974,7 @@ export namespace Protocol {
|
|
|
3974
3974
|
sourceCodeLocation?: SourceCodeLocation;
|
|
3975
3975
|
}
|
|
3976
3976
|
|
|
3977
|
-
export type PermissionElementIssueType = ('InvalidType' | 'FencedFrameDisallowed' | 'CspFrameAncestorsMissing' | 'PermissionsPolicyBlocked' | 'PaddingRightUnsupported' | 'PaddingBottomUnsupported' | 'InsetBoxShadowUnsupported' | 'RequestInProgress' | 'UntrustedEvent' | 'RegistrationFailed' | 'TypeNotSupported' | 'InvalidTypeActivation' | 'SecurityChecksFailed' | 'ActivationDisabled' | 'GeolocationDeprecated' | 'InvalidDisplayStyle' | 'NonOpaqueColor' | 'LowContrast' | 'FontSizeTooSmall' | 'FontSizeTooLarge' | 'InvalidSizeValue');
|
|
3977
|
+
export type PermissionElementIssueType = ('InvalidType' | 'FencedFrameDisallowed' | 'CspFrameAncestorsMissing' | 'PermissionsPolicyBlocked' | 'PaddingRightUnsupported' | 'PaddingBottomUnsupported' | 'InsetBoxShadowUnsupported' | 'RequestInProgress' | 'UntrustedEvent' | 'RegistrationFailed' | 'TypeNotSupported' | 'InvalidTypeActivation' | 'SecurityChecksFailed' | 'ActivationDisabled' | 'GeolocationDeprecated' | 'InvalidDisplayStyle' | 'NonOpaqueColor' | 'LowContrast' | 'FontSizeTooSmall' | 'FontSizeTooLarge' | 'InvalidSizeValue' | 'NonSecureContext' | 'MissingTransientUserActivation');
|
|
3978
3978
|
|
|
3979
3979
|
/**
|
|
3980
3980
|
* This issue warns about improper usage of the <permission> element.
|