enum Protocol::Audits::DeprecationIssueType

Defined in:

protocol/audits.cr

Enum Members

AuthorizationCoveredByWildcard = 0
CanRequestURLHTTPContainingNewline = 1
ChromeLoadTimesConnectionInfo = 2
ChromeLoadTimesFirstPaintAfterLoadTime = 3
ChromeLoadTimesWasAlternateProtocolAvailable = 4
CookieWithTruncatingChar = 5
CrossOriginAccessBasedOnDocumentDomain = 6
CrossOriginWindowAlert = 7
CrossOriginWindowConfirm = 8
CSSSelectorInternalMediaControlsOverlayCastButton = 9
DeprecationExample = 10
DocumentDomainSettingWithoutOriginAgentClusterHeader = 11
EventPath = 12
ExpectCTHeader = 13
GeolocationInsecureOrigin = 14
GeolocationInsecureOriginDeprecatedNotRemoved = 15
GetUserMediaInsecureOrigin = 16
HostCandidateAttributeGetter = 17
IdentityInCanMakePaymentEvent = 18
InsecurePrivateNetworkSubresourceRequest = 19
LocalCSSFileExtensionRejected = 20
MediaSourceAbortRemove = 21
MediaSourceDurationTruncatingBuffered = 22
NoSysexWebMIDIWithoutPermission = 23
NotificationInsecureOrigin = 24
NotificationPermissionRequestedIframe = 25
ObsoleteWebRtcCipherSuite = 26
OpenWebDatabaseInsecureContext = 27
OverflowVisibleOnReplacedElement = 28
PaymentInstruments = 29
PaymentRequestCSPViolation = 30
PersistentQuotaType = 31
PictureSourceSrc = 32
PrefixedCancelAnimationFrame = 33
PrefixedRequestAnimationFrame = 34
PrefixedStorageInfo = 35
PrefixedVideoDisplayingFullscreen = 36
PrefixedVideoEnterFullScreen = 37
PrefixedVideoExitFullScreen = 38
PrefixedVideoSupportsFullscreen = 39
RangeExpand = 40
RequestedSubresourceWithEmbeddedCredentials = 41
RTCConstraintEnableDtlsSrtpFalse = 42
RTCConstraintEnableDtlsSrtpTrue = 43
RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics = 44
RTCPeerConnectionSdpSemanticsPlanB = 45
RtcpMuxPolicyNegotiate = 46
SharedArrayBufferConstructedWithoutIsolation = 47
TextToSpeechDisallowedByAutoplay = 48
V8SharedArrayBufferConstructedInExtensionWithoutIsolation = 49
XHRJSONEncodingDetection = 50
XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 51
XRSupportsSession = 52

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def authorization_covered_by_wildcard? #

[View source]
def can_request_urlhttp_containing_newline? #

[View source]
def chrome_load_times_connection_info? #

[View source]
def chrome_load_times_first_paint_after_load_time? #

[View source]
def chrome_load_times_was_alternate_protocol_available? #

[View source]
def cookie_with_truncating_char? #

[View source]
def cross_origin_access_based_on_document_domain? #

[View source]
def cross_origin_window_alert? #

[View source]
def cross_origin_window_confirm? #

[View source]
def css_selector_internal_media_controls_overlay_cast_button? #

[View source]
def deprecation_example? #

[View source]
def document_domain_setting_without_origin_agent_cluster_header? #

[View source]
def event_path? #

[View source]
def expect_ct_header? #

[View source]
def geolocation_insecure_origin? #

[View source]
def geolocation_insecure_origin_deprecated_not_removed? #

[View source]
def get_user_media_insecure_origin? #

[View source]
def host_candidate_attribute_getter? #

[View source]
def identity_in_can_make_payment_event? #

[View source]
def insecure_private_network_subresource_request? #

[View source]
def local_css_file_extension_rejected? #

[View source]
def media_source_abort_remove? #

[View source]
def media_source_duration_truncating_buffered? #

[View source]
def no_sysex_web_midi_without_permission? #

[View source]
def notification_insecure_origin? #

[View source]
def notification_permission_requested_iframe? #

[View source]
def obsolete_web_rtc_cipher_suite? #

[View source]
def open_web_database_insecure_context? #

[View source]
def overflow_visible_on_replaced_element? #

[View source]
def payment_instruments? #

[View source]
def payment_request_csp_violation? #

[View source]
def persistent_quota_type? #

[View source]
def picture_source_src? #

[View source]
def prefixed_cancel_animation_frame? #

[View source]
def prefixed_request_animation_frame? #

[View source]
def prefixed_storage_info? #

[View source]
def prefixed_video_displaying_fullscreen? #

[View source]
def prefixed_video_enter_full_screen? #

[View source]
def prefixed_video_exit_full_screen? #

[View source]
def prefixed_video_supports_fullscreen? #

[View source]
def range_expand? #

[View source]
def requested_subresource_with_embedded_credentials? #

[View source]
def rtc_constraint_enable_dtls_srtp_false? #

[View source]
def rtc_constraint_enable_dtls_srtp_true? #

[View source]
def rtc_peer_connection_complex_plan_b_sdp_using_default_sdp_semantics? #

[View source]
def rtc_peer_connection_sdp_semantics_plan_b? #

[View source]
def rtcp_mux_policy_negotiate? #

[View source]
def shared_array_buffer_constructed_without_isolation? #

[View source]
def text_to_speech_disallowed_by_autoplay? #

[View source]
def v8_shared_array_buffer_constructed_in_extension_without_isolation? #

[View source]
def xhrjson_encoding_detection? #

[View source]
def xml_http_request_synchronous_in_non_worker_outside_before_unload? #

[View source]
def xr_supports_session? #

[View source]