// This is free and unencumbered software released into the public domain.
use crate::;
use DataUrl;
/// See: https://en.wikipedia.org/wiki/Data_URI_scheme
/// See: https://fetch.spec.whatwg.org/#data-urls
/// See: https://www.rfc-editor.org/rfc/rfc2397.html