setMIMETypesShownAsHTML(_:)
Sets the MIME types that WebKit attempts to render as HTML.
Declaration
class func setMIMETypesShownAsHTML(_ MIMETypes: [Any]!)Parameters
- MIMETypes:
An array of
NSStringobjects representing the MIME types. Typically, you create theMIMETypesarray by adding additional types to the array returned by the Mimetypesshownashtml() class method.