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
In our use case the server would want to know if a file is compressed or not so that it can serve the file in a way that the browser understands. One way of accomplishing this would be to add a outputSuffix parameter that, when set, would write the compressed version as filename+outputSuffix instead of overwriting the original file.
If this makes sense, I could create a PR once #11 is resolved somehow
The text was updated successfully, but these errors were encountered:
In our use case the server would want to know if a file is compressed or not so that it can serve the file in a way that the browser understands. One way of accomplishing this would be to add a
outputSuffix
parameter that, when set, would write the compressed version asfilename+outputSuffix
instead of overwriting the original file.If this makes sense, I could create a PR once #11 is resolved somehow
The text was updated successfully, but these errors were encountered: