nodeca / pako

high speed zlib port to javascript, works in browser & node.js

Home Page:http://nodeca.github.io/pako/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs update: mention what `inflate` and `deflate` actually return

Pomax opened this issue · comments

commented

Right now folks have to guess (or console log) to find out what datatypes the inflate and deflate functions return, it would be excellent to have the readme say what they are so that there's no guessing required.