firebug / websocket-monitor

Not compatible with Firefox Quantum (57 and newer)
Other
146 stars 18 forks source link

Use proper encoding for displayed payload #39

Closed janodvarko closed 8 years ago

janodvarko commented 8 years ago

STR:

1) Load socket.io 2) Select the WebSocket panel 3) Wait for some messages (CONTINUATION) 4) Look at the Payload side panel 5) Some messages use wrong encoding.

Honza

encodind

janodvarko commented 8 years ago

I tried to convert the payload from unicode, bu no luck.

@fflorent @aliuk2012 any tips how to fix this?

Honza