sim icon indicating copy to clipboard operation
sim copied to clipboard

Export data in blob URL instead of data URL

Open 89netraM opened this issue 4 years ago • 0 comments

Chromium no longer allows opening data URLs in the top frame, Microsoft Edge never allowed it, which interferes with exporting the data of models.

This PR instead uses blob URLs to achieve the same result. Blob URLs should work in all major and recent browsers according to Can I use, but I have only had the chance to test it in Microsoft Edge, Chrome, and Firefox.

89netraM avatar Mar 20 '21 16:03 89netraM