sim
sim copied to clipboard
Export data in blob URL instead of data URL
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.