enhancement
A data URL data:<media-type>;base64,<data> contains the media type and Base64-encoded data. The base64Decode()-Function should also accept those data URL and automatically extract the content type.
See: https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Schemes/data