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
Not sure what the best way to do this is. Currently, a new blob download href is being generated every time the text changes, which is obviously not ideal. ChatGPT recommended something like adding an ephemeral tag to perform the download but I don't like that. See if there's a way to generate that blob URL on demand, or otherwise determine if blob url generation is cheap enough to ignore this.
The text was updated successfully, but these errors were encountered:
Not sure what the best way to do this is. Currently, a new blob download href is being generated every time the text changes, which is obviously not ideal. ChatGPT recommended something like adding an ephemeral tag to perform the download but I don't like that. See if there's a way to generate that blob URL on demand, or otherwise determine if blob url generation is cheap enough to ignore this.
The text was updated successfully, but these errors were encountered: