Websocket Closeevent Reason Length
WebSocket: reason argument
Per the w3 TR:
If reason is longer than 123 bytes, then throw a SyntaxError exception and abort these steps.
Good to know if you are implementing a WebSocket server.
Per the w3 TR:
If reason is longer than 123 bytes, then throw a SyntaxError exception and abort these steps.
Good to know if you are implementing a WebSocket server.