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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -