We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have you any idea how to decompress using php? is this standard protocol DEFLATE? i tried with http://php.net/manual/en/function.gzinflate.php but it doesnt work.
The text was updated successfully, but these errors were encountered:
JS: btoa(RawDeflate.deflate(encodeURIComponent(chunk))) PHP: urldecode(gzinflate(base64_decode($chunk)))
btoa(RawDeflate.deflate(encodeURIComponent(chunk)))
urldecode(gzinflate(base64_decode($chunk)))
It still returns errors on some specific cases but it mostly works.
Sorry, something went wrong.
No branches or pull requests
have you any idea how to decompress using php? is this standard protocol DEFLATE? i tried with http://php.net/manual/en/function.gzinflate.php but it doesnt work.
The text was updated successfully, but these errors were encountered: