WebView.toDataUri

Helper function to convert bytes to data uri to embed inside html

struct WebView
static
toDataUri
(
const ubyte[] bytes
,
string mimeType = "application/octet-stream"
)

See Also

Meta