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
{{ message }}
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
It's more efficient to serve gzip files instead of plain text / binary files. In order to have the browser un gzip files correctly you need to adds custom header on your server for .gz files.
The alternative is to include the gunzip.min.js in your html files then osg will fallback to gunzip in js. This solution is less performant than the server header.