Which browsers support data URIs (RFC 2397) and since which version?
You can use data URIs for all sorts of different file types, but they're most commonly used on the web for images (and sometimes fonts). A data URI follows a certain scheme (as shown below) that includes some information about the encoded file — such as the mime type — along with the encoded data itself.
A Data URL is a URI scheme that provides a way to inline data in a document, and it's commonly used to embed images in HTML and CSS.
Data URI support status for the five major browsers:
Additionally this trick can be used to detect data URI support.
It also appears to work on many mobile browsers now. This is the best list I've found.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With