cancel
Showing results for 
Search instead for 
Did you mean: 

Using JSZip in XSJS

anirban-sap
Product and Topic Expert
Product and Topic Expert
0 Kudos

Does anyone have experience using JSZip in XS? The version we are trying to use is 2.2.0 which is different from what's mentioned in the License file for SAP UI5 page (https://openui5.hana.ondemand.com/LICENSE.txt)

We're getting over 50 errors with JSZip in JSLint. Could anyone please provide guidance on fixing the JSZip library and/or redirect us to an alternative zip library we could use?

Many thanks,

Anirban.

View Entire Topic
sreehari_vpillai
Active Contributor
0 Kudos

Hi Anirban,

As JSZip is purely JavaScript resource and executes in the browser(check browser compatibility JSZip: JavaScript zip class ), just try activating your UI5 project and load it in chrome or Mozilla. There you use the debugger and see what exception it is raising .

Sreehari