Function data_url::decode_with_base64
source ยท pub(crate) fn decode_with_base64<F, E>(
encoded_body_plus_fragment: &str,
write_bytes: F,
) -> Result<Option<FragmentIdentifier<'_>>, DecodeError<E>>
Expand description
decode_without_base64()
composed with
https://infra.spec.whatwg.org/#isomorphic-decode composed with
https://infra.spec.whatwg.org/#forgiving-base64-decode.