-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Honestly I'm not 100% sure if these are valid, but I have encountered data URIs that look like this:
data:application/json;utf8,{"key":"some value"}
OR
data:application/json,{"key":"some value"}
Running parseDataUrl on these returns false, so I have to special case these in my code. Raising this issue in case these should be supported by the library, but I will defer to public opinion on if this is in line with the data url specification