You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am investigating an idea to make use of the browsers built in gzip decompression facility by using the Blob API. It appears that the only obstacle is the ability to set Content-Encoding for the blob.
I hereby want to inform if anyone knows of a solution to use a javascript Blob to uncompress gzip data.
The code that I use to test via the browser console is the following. It will change the background of a page to green on success.
Hi!
I am investigating an idea to make use of the browsers built in gzip decompression facility by using the Blob API. It appears that the only obstacle is the ability to set Content-Encoding for the blob.
I hereby want to inform if anyone knows of a solution to use a javascript Blob to uncompress gzip data.
The code that I use to test via the browser console is the following. It will change the background of a page to green on success.
The text was updated successfully, but these errors were encountered: