jszip-utils icon indicating copy to clipboard operation
jszip-utils copied to clipboard

Results 27 jszip-utils issues
Sort by recently updated
recently updated
newest added

Hi @Stuk ! How do you feel about TypeScript? There seems to be no types for your package. Would you mind including type definitions in the npm package? I could...

Hi Stuk, Hope you're doing well. I'm using this library for one of the project and getting this error (please see below). This error occurred when the large zip file...

Is there a way to set/add request header to the call? I would need to add 'Cache-Control': "private, no-cache, no-store" . `` function urlToPromise(url) { return new Promise(function(resolve, reject) {...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

https://github.com/Stuk/jszip-utils/issues/34 what was done: * code rewritten to typescript * the assembly remained on browserify, because the umd generation works, and the concatenation of the license file also works, and...

The commit 3c17932ae4850f59cc00ab8c4eb40a2d6c40d75f replaced the isLocal check by a status check for 0. Local files return a status of 0, but same goes when there's a CORS error preventing a...

Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

this is not jszip-utils error just need update guide i am following the readme and get error https://github.com/Stuk/jszip-utils/blame/master/documentation/api/getbinarycontent.md#L53 ``` Uncaught Error: Error: The constructor with parameters has been removed in...

In Vue project, only files under public can be read locally. Can I read a folder in another directory?