Save file to disk with HTML5 build

Is there any way of saving a table to disk when using a HTML5 build so it can be shared with other users/sent in an email, etc?

Hmm, not sure. How would you do it using pure Javascript? If there’s a way to do it using only Javascript then it’s possible to wrap that up in a native extension.

No idea, but now I know how to interface with Defold at least if I find out :joy:

In javascript you can use <a> tag with data url.

2 Likes