From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/tr/web/api/websocket/url/index.html | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 files/tr/web/api/websocket/url/index.html (limited to 'files/tr/web/api/websocket/url') diff --git a/files/tr/web/api/websocket/url/index.html b/files/tr/web/api/websocket/url/index.html new file mode 100644 index 0000000000..b824519c09 --- /dev/null +++ b/files/tr/web/api/websocket/url/index.html @@ -0,0 +1,48 @@ +--- +title: WebSocket.url +slug: Web/API/WebSocket/url +tags: + - API + - Web API + - WebSocket + - Özellik +translation_of: Web/API/WebSocket/url +--- +

{{APIRef("Web Sockets API")}}

+ +

Salt-okunur WebSocket.url özelliği {{domxref("WebSocket")}} yapısının mutlak URL'sini verir.

+ +

Sözdizim

+ +
var url = aWebSocket.url;
+ +

 

+ +

Değer

+ +

Bir DOMString.

+ +

Belirtimler

+ + + + + + + + + + + + + + + + +
BelirtimDurumYorum
{{SpecName('HTML WHATWG', '#dom-websocket-url', 'WebSocket: url')}}{{Spec2('HTML WHATWG')}}İlk tanım
+ +

Tarayıcı desteği

+ + + +

{{Compat("api.WebSocket.url")}}

-- cgit v1.2.3-54-g00ecf