This is a work in progress, we shouldn't just enable it but instead make it configurable...
We could use the same infrastructure that we use for setting the default connection + asset_serving type:
https://github.com/SimonDanisch/JSServe.jl/blob/master/src/registry.jl#L154
So one can explicitly do Session(protocol=NoCompression()) or do force_protocol!(NoCompression()) to pick it up in the session that gets created inside show.
This is a work in progress, we shouldn't just enable it but instead make it configurable... We could use the same infrastructure that we use for setting the default connection + asset_serving type: https://github.com/SimonDanisch/JSServe.jl/blob/master/src/registry.jl#L154 So one can explicitly do
Session(protocol=NoCompression())
or doforce_protocol!(NoCompression())
to pick it up in the session that gets created insideshow
.