Unzip the gzip file through traditional JavaScript without using libraries
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.