beatgammit / gzip-js

GZIP implemented in pure JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When unzip buffer return an array of int

lichenhao opened this issue · comments

RT

When I unzip a buffer come from http request, this return an number list array.
so I must create an buffer and set all numbers to it.

Is my fault.