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
What is the easiest way to download a blob generated within the webview? In my case, it's a video.
A solution I can see is passing the blob as byterarray to command through a message, not sure if possible, then I would need to figure out how to save it to a folder ("Download"?), or maybe asking the user which one, with CocoaScript.
The text was updated successfully, but these errors were encountered:
What is the easiest way to download a blob generated within the webview? In my case, it's a video.
A solution I can see is passing the blob as byterarray to command through a message, not sure if possible, then I would need to figure out how to save it to a folder ("Download"?), or maybe asking the user which one, with CocoaScript.
The text was updated successfully, but these errors were encountered: