The WebSocket.url
read-only property returns the absolute URL of the WebSocket
as resolved by the constructor.
WebSocket.url
是一个只读属性,返回值为当构造函数创建WebSocket
实例对象时URL的绝对路径。
语法
var url = aWebSocket.url;
返回值
A DOMString
.
规范
Specification | Status | Comment |
---|---|---|
HTML Living Standard WebSocket: url |
Living Standard | Initial definition |
浏览器兼容性
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.