flexx icon indicating copy to clipboard operation
flexx copied to clipboard

Support export to MHTML

Open almarklein opened this issue 9 years ago • 0 comments

Flexx now supports:

  • exporting to single HTML file (does not work when assets like images are needed)
  • exporting to HTML using + app.assets.export(dirname) to place all assets (also JS and CSS) in a directory.

We could include the option to export to MHTML, an archive format to store a web page including its resources. IE is supported, I think Chrome is too. Firefox needs an extension.

almarklein avatar Jun 08 '16 07:06 almarklein