Luis

Results 1 comments of Luis

> I managed to do it using [minizip-asm.js](https://github.com/rf00/minizip-asm.js): > > ```js > const mz = new Minizip(buffer); > data = mz.extract('file.xml', {password}); > ``` Though a solution, Minizip's latest version...