How to access Websocket Response Headers in Javascript? -


i need access response header javascript websocket connection. there way access these response header? or @ least response code?

i have access event of onclose, onerror, onopen few (unusable - purposes) properties!

you can't. there no functionality @ moment. point of websockets not http communication. http used handshake.

https://developer.mozilla.org/en-us/docs/web/api/websocket


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -