init(rawValue:)
Create a media type with an arbitrary value.
Declaration
init(rawValue: String)Parameters
- rawValue:
The raw value of the media type.
Discussion
Use the static type properties for the defined canonical CSS media type options.
Create a media type with an arbitrary value.
init(rawValue: String)The raw value of the media type.
Use the static type properties for the defined canonical CSS media type options.