Re: [whatwg] Archive API - proposal

2012-08-15 Thread Andrea Marchesini
Thanks for your feedback. When I was implementing the ArchiveAPI, my idea was to have a generic Archive API and not just a ZIP API. Of course the current implementation supports just ZIP but in the future we could have support for more formats. > This interface is problematic. Since ZIP files d

[whatwg] Archive API - proposal

2012-07-17 Thread Andrea Marchesini
Hi All, I would like to propose a new javascript/web API that provides the ability to read the content of an archive file through DOMFile objects. I have started to work on this API because it has been requested during some Mozilla Game Meeting by game developers who often use ZIP files as stora