WebSocket.url

The WebSocket.url read-only property returns the absolute URL of the WebSocket as resolved by the constructor.

Syntax

var url = aWebSocket.url;

Value

A DOMString.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
url
18
12
7
No
12.1
6
≤37
18
7
12.1
6
1.0

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/url