WebView.canShowMimeType

Whether or not a MIME type can be displayed in @web_view.

class WebView
bool
canShowMimeType
(
string mimeType
)

Parameters

mimeType string

a MIME type

Return Value

Type: bool

%TRUE if the MIME type @mime_type can be displayed or %FALSE otherwise

Meta