jszip icon indicating copy to clipboard operation
jszip copied to clipboard

Create, read and edit .zip files with Javascript

Results 284 jszip issues
Sort by recently updated
recently updated
newest added

Hi @Stuk, I noticed that PR #940 (Upgrade Playwright to latest version) has been merged, which is great! This change is important for running tests on newer environments like Ubuntu...

Dear friends, The current version has been out for 2 years already. when is the approximate release schedule for the latest version of jszip?

Resolves #941. Node has `Blob` but not `FileReader`. Instead, we can convert a blob's contents to an `ArrayBuffer` using `Blob.prototype.arrayBuffer`. This approach should stick pretty closely to what the code...

## Problem The current implementation of isStream in nodejsUtils.js is as follows: ``` isStream : function (obj) { return obj && typeof obj.on === "function" && typeof obj.pause === "function"...

bug