makeDataUrl

Makes a data:// uri that can be used as links in most newer browsers (IE8+).

string
makeDataUrl
(
string mimeType
,
in void[] data
)
Suggestion Box / Bug Report