svelte-websocket-store
svelte-websocket-store copied to clipboard
Support for Gzip
yes, gzip, please add support for gzip websocket messages
Are there any examples using gzip with WebSockets ?
Some servers send gzip message to client, so need check the message type and convert the gzip messages to string and then parser to json.
for example: https://api.huobi.pro/market/trade?symbol=btcusdt
Do You refer to this type of extension Compression Extensions for WebSocket ?
How to refer to this type of extension? options?