parse-data-url icon indicating copy to clipboard operation
parse-data-url copied to clipboard

Parse data URL

Results 5 parse-data-url issues
Sort by recently updated
recently updated
newest added

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`...

bug

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

This is one of the URLs listed on MDN: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs ``` data:text/html,alert('hi'); ``` And it just fails due to `

bug

Add reference to types/parse-data-url to docs

Would it be possible to add UMD or whatever thing is needed for just using it in browser? This would be really helpful for protoyping.