You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the "Save Button" just opens a new tab with the JSON output as text in Safari and possibly other browsers. We need to confirm the extent of of this problem and find a solution.
The text was updated successfully, but these errors were encountered:
Sadly, I haven't found a fix for this in Safari :( The current implementation uses the JS Blob API, which is supported by Chrome and Firefox, but not Safari. Perhaps there's a way to actually create a file with JS instead of a downloadable Blob?
Right now the "Save Button" just opens a new tab with the JSON output as text in Safari and possibly other browsers. We need to confirm the extent of of this problem and find a solution.
The text was updated successfully, but these errors were encountered: