enum Protocol::Emulation::DisabledImageType

Overview

Enum of image types that can be disabled.

Defined in:

protocol/emulation.cr

Enum Members

Avif = 0
Jxl = 1
Webp = 2

Instance Method Summary

Class methods inherited from struct Enum

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

Instance Method Detail

def avif? #

[View source]
def jxl? #

[View source]
def webp? #

[View source]