Represents the parsed components of a data URL.
The base64 encoded data portion of the URL.
The size of the base64 encoded data in bytes.
The file extension extracted from the MIME type. e.g., "png". Can be null if no extension is found.
null
The MIME type of the data URL. e.g., "image/png".
Represents the parsed components of a data URL.