What is error code 1000 when a websocket is closed?
I have a web app that communicates with a Javascript file using JSON RPC 2.0. If the Javascript cannot connect to the server or if the server is suddenly "turned off" I will get a close code 1000. What is the error or close code 1000 in Firefox? I can't seem to find a definite answer.
தீர்வு தேர்ந்தெடுக்கப்பட்டது
All Replies (2)
தீர்வு தேர்ந்தெடுக்கப்பட்டது
the-edmeister said
See if these help you: https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent https://tools.ietf.org/html/rfc6455#section-11.7
@the-edmeister, that gave me exactly what I needed. Thanks a bunch.
Programmer_Frank மூலமாக