I’m receiving data in gzip format from one of our teams. So I need to unzip the file through traditional JavaScript and I will not be able to use any libraries.
I can’t use AJAX Or libraries.
Please mention your suggestions for this case.
When the gzip file is received it is in unreadable format since we are not able to unzip it. I changed the encoding method also but didn’t work.
Cant do anything without unzipping the file.
New contributor
Jagadeesan Subramanyam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.