From 9b97f9f4a1f580cbf582fb4bebabbccaab8e5dda Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 16 Dec 2021 00:52:08 +0000 Subject: [CRON] sync translated content --- files/de/_redirects.txt | 1 + files/de/_wikihistory.json | 8 +-- files/de/web/api/websocket/close_event/index.html | 46 +++++++++++++++++ files/de/web/api/websocket/onclose/index.html | 45 ---------------- files/es/_redirects.txt | 1 + files/es/_wikihistory.json | 2 +- files/es/web/api/websocket/error_event/index.html | 51 ++++++++++++++++++ files/es/web/api/websocket/onerror/index.html | 50 ------------------ files/fr/_redirects.txt | 4 ++ .../web/api/websocket/close_event/index.md | 29 +++++++++++ .../web/api/websocket/error_event/index.md | 37 +++++++++++++ .../web/api/websocket/message_event/index.md | 29 +++++++++++ .../web/api/websocket/open_event/index.md | 29 +++++++++++ files/fr/web/api/websocket/onclose/index.md | 28 ---------- files/fr/web/api/websocket/onerror/index.md | 36 ------------- files/fr/web/api/websocket/onmessage/index.md | 28 ---------- files/fr/web/api/websocket/onopen/index.md | 28 ---------- files/ja/_redirects.txt | 4 ++ files/ja/_wikihistory.json | 52 +++++++++---------- .../web/api/websocket/close_event/index.html | 38 ++++++++++++++ .../web/api/websocket/error_event/index.html | 60 ++++++++++++++++++++++ .../web/api/websocket/message_event/index.html | 49 ++++++++++++++++++ .../web/api/websocket/open_event/index.html | 49 ++++++++++++++++++ files/ja/web/api/websocket/onclose/index.html | 37 ------------- files/ja/web/api/websocket/onerror/index.html | 59 --------------------- files/ja/web/api/websocket/onmessage/index.html | 48 ----------------- files/ja/web/api/websocket/onopen/index.html | 48 ----------------- files/zh-cn/_redirects.txt | 4 ++ files/zh-cn/_wikihistory.json | 48 ++++++++--------- .../web/api/websocket/error_event/index.html | 46 +++++++++++++++++ .../web/api/websocket/message_event/index.html | 50 ++++++++++++++++++ .../zh-cn/web/api/websocket/close_event/index.html | 38 ++++++++++++++ files/zh-cn/web/api/websocket/onclose/index.html | 37 ------------- files/zh-cn/web/api/websocket/onerror/index.html | 45 ---------------- files/zh-cn/web/api/websocket/onmessage/index.html | 49 ------------------ files/zh-cn/web/api/websocket/onopen/index.html | 41 --------------- .../zh-cn/web/api/websocket/open_event/index.html | 42 +++++++++++++++ 37 files changed, 662 insertions(+), 634 deletions(-) create mode 100644 files/de/web/api/websocket/close_event/index.html delete mode 100644 files/de/web/api/websocket/onclose/index.html create mode 100644 files/es/web/api/websocket/error_event/index.html delete mode 100644 files/es/web/api/websocket/onerror/index.html create mode 100644 files/fr/conflicting/web/api/websocket/close_event/index.md create mode 100644 files/fr/conflicting/web/api/websocket/error_event/index.md create mode 100644 files/fr/conflicting/web/api/websocket/message_event/index.md create mode 100644 files/fr/conflicting/web/api/websocket/open_event/index.md delete mode 100644 files/fr/web/api/websocket/onclose/index.md delete mode 100644 files/fr/web/api/websocket/onerror/index.md delete mode 100644 files/fr/web/api/websocket/onmessage/index.md delete mode 100644 files/fr/web/api/websocket/onopen/index.md create mode 100644 files/ja/conflicting/web/api/websocket/close_event/index.html create mode 100644 files/ja/conflicting/web/api/websocket/error_event/index.html create mode 100644 files/ja/conflicting/web/api/websocket/message_event/index.html create mode 100644 files/ja/conflicting/web/api/websocket/open_event/index.html delete mode 100644 files/ja/web/api/websocket/onclose/index.html delete mode 100644 files/ja/web/api/websocket/onerror/index.html delete mode 100644 files/ja/web/api/websocket/onmessage/index.html delete mode 100644 files/ja/web/api/websocket/onopen/index.html create mode 100644 files/zh-cn/conflicting/web/api/websocket/error_event/index.html create mode 100644 files/zh-cn/conflicting/web/api/websocket/message_event/index.html create mode 100644 files/zh-cn/web/api/websocket/close_event/index.html delete mode 100644 files/zh-cn/web/api/websocket/onclose/index.html delete mode 100644 files/zh-cn/web/api/websocket/onerror/index.html delete mode 100644 files/zh-cn/web/api/websocket/onmessage/index.html delete mode 100644 files/zh-cn/web/api/websocket/onopen/index.html create mode 100644 files/zh-cn/web/api/websocket/open_event/index.html diff --git a/files/de/_redirects.txt b/files/de/_redirects.txt index 65df267510..c7f0e18eae 100644 --- a/files/de/_redirects.txt +++ b/files/de/_redirects.txt @@ -448,6 +448,7 @@ /de/docs/Web/API/WebGL_API/Tutorial/Hinzufügen_von_2D_Inhalten_in_einen_WebGL-Kontext /de/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context /de/docs/Web/API/WebGL_API/Tutorial/Objekte_mit_WebGL_animieren /de/docs/Web/API/WebGL_API/Tutorial/Animating_objects_with_WebGL /de/docs/Web/API/WebGL_API/Tutorial/Texturen_in_WebGL_verwenden /de/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL +/de/docs/Web/API/WebSocket/onclose /de/docs/Web/API/WebSocket/close_event /de/docs/Web/API/Window.alert /de/docs/Web/API/Window/alert /de/docs/Web/API/Window/performance /de/docs/Web/API/performance_property /de/docs/Web/API/Window/setTimeout /de/docs/Web/API/setTimeout diff --git a/files/de/_wikihistory.json b/files/de/_wikihistory.json index e57923c31e..815ea683ef 100644 --- a/files/de/_wikihistory.json +++ b/files/de/_wikihistory.json @@ -3898,14 +3898,14 @@ "axelrindle" ] }, - "Web/API/WebSocket/extensions": { - "modified": "2020-10-15T22:23:14.946Z", + "Web/API/WebSocket/close_event": { + "modified": "2019-10-02T19:24:05.254Z", "contributors": [ "axelrindle" ] }, - "Web/API/WebSocket/onclose": { - "modified": "2019-10-02T19:24:05.254Z", + "Web/API/WebSocket/extensions": { + "modified": "2020-10-15T22:23:14.946Z", "contributors": [ "axelrindle" ] diff --git a/files/de/web/api/websocket/close_event/index.html b/files/de/web/api/websocket/close_event/index.html new file mode 100644 index 0000000000..4efa91c56b --- /dev/null +++ b/files/de/web/api/websocket/close_event/index.html @@ -0,0 +1,46 @@ +--- +title: WebSocket.onclose +slug: Web/API/WebSocket/close_event +tags: + - API + - Eigenschaft + - Referenz + - Web API + - WebSocket +translation_of: Web/API/WebSocket/onclose +original_slug: Web/API/WebSocket/onclose +--- +

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

+ +

Die Eigenschaft WebSocket.onclose ist ein {{event("Event_handlers", "event handler")}}, der aufgerufen wird, wenn die Eigenschaft {{domxref("WebSocket.readyState","WebSocket.readyState")}} zu {{domxref("WebSocket.readyState","CLOSED")}} geändert bzw. die Verbindung geschlossen wird.

+ +

Als Parameter übergeben wird ein {{domxref("CloseEvent")}}.

+ +

Syntax

+ +
aWebSocket.onclose = function(event) {
+  console.log("WebSocket is closed now.");
+};
+ +

Wert

+ +

Ein {{domxref("EventListener")}}.

+ +

Spezifikationen

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onclose', 'WebSocket: onclose')}}{{Spec2('HTML WHATWG')}}Initial definition
diff --git a/files/de/web/api/websocket/onclose/index.html b/files/de/web/api/websocket/onclose/index.html deleted file mode 100644 index 9b7b11e057..0000000000 --- a/files/de/web/api/websocket/onclose/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: WebSocket.onclose -slug: Web/API/WebSocket/onclose -tags: - - API - - Eigenschaft - - Referenz - - Web API - - WebSocket -translation_of: Web/API/WebSocket/onclose ---- -

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

- -

Die Eigenschaft WebSocket.onclose ist ein {{event("Event_handlers", "event handler")}}, der aufgerufen wird, wenn die Eigenschaft {{domxref("WebSocket.readyState","WebSocket.readyState")}} zu {{domxref("WebSocket.readyState","CLOSED")}} geändert bzw. die Verbindung geschlossen wird.

- -

Als Parameter übergeben wird ein {{domxref("CloseEvent")}}.

- -

Syntax

- -
aWebSocket.onclose = function(event) {
-  console.log("WebSocket is closed now.");
-};
- -

Wert

- -

Ein {{domxref("EventListener")}}.

- -

Spezifikationen

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onclose', 'WebSocket: onclose')}}{{Spec2('HTML WHATWG')}}Initial definition
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index a6ec4b3ea8..d19e28e12d 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -1574,6 +1574,7 @@ /es/docs/Web/API/WebGL_API/Getting_started_with_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Objetos_3D_utilizando_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Creating_3D_objects_using_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Wtilizando_texturas_en_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL +/es/docs/Web/API/WebSocket/onerror /es/docs/Web/API/WebSocket/error_event /es/docs/Web/API/WebSockets_API/Escribiendo_servidor_WebSocket /es/docs/Web/API/WebSockets_API/Writing_WebSocket_server /es/docs/Web/API/WebSockets_API/Escribiendo_servidores_con_WebSocket /es/docs/Web/API/WebSockets_API/Writing_WebSocket_servers /es/docs/Web/API/Web_Speech_API/Uso_de_la_Web_Speech_API /es/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index 5e2edb6bb7..a7087ecadf 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -8585,7 +8585,7 @@ "FLAVIOALFA" ] }, - "Web/API/WebSocket/onerror": { + "Web/API/WebSocket/error_event": { "modified": "2020-10-15T22:13:54.439Z", "contributors": [ "Bumxu" diff --git a/files/es/web/api/websocket/error_event/index.html b/files/es/web/api/websocket/error_event/index.html new file mode 100644 index 0000000000..b3e68f3274 --- /dev/null +++ b/files/es/web/api/websocket/error_event/index.html @@ -0,0 +1,51 @@ +--- +title: WebSocket.onerror +slug: Web/API/WebSocket/error_event +tags: + - API + - Error + - Propiedad + - Referencia + - Web API + - WebSocket +translation_of: Web/API/WebSocket/onerror +original_slug: Web/API/WebSocket/onerror +--- +

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

+ +

La propiedad WebSocket.onerror, del tipo {{event("Event_handlers", "event handler")}}, será llamada cuando se dé un error. Esta llamada recibirá un tipo {{domxref("Event")}} como argumento.

+ +

Sintaxis

+ +
aWebSocket.onerror = function(event) {
+  console.error("Error en el WebSocket detectado:", event);
+};
+ +

Valor

+ +

Un {{domxref("EventListener")}}.

+ +

Especificaciones

+ + + + + + + + + + + + + + + + +
EspecificaciónEstadoComentarios
{{SpecName('HTML WHATWG', '#handler-websocket-onerror', 'WebSocket: onerror')}}{{Spec2('HTML WHATWG')}}Definición inicial.
+ +

Compatibilidad con navegadores

+ + + +

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

diff --git a/files/es/web/api/websocket/onerror/index.html b/files/es/web/api/websocket/onerror/index.html deleted file mode 100644 index e784dfc486..0000000000 --- a/files/es/web/api/websocket/onerror/index.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: WebSocket.onerror -slug: Web/API/WebSocket/onerror -tags: - - API - - Error - - Propiedad - - Referencia - - Web API - - WebSocket -translation_of: Web/API/WebSocket/onerror ---- -

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

- -

La propiedad WebSocket.onerror, del tipo {{event("Event_handlers", "event handler")}}, será llamada cuando se dé un error. Esta llamada recibirá un tipo {{domxref("Event")}} como argumento.

- -

Sintaxis

- -
aWebSocket.onerror = function(event) {
-  console.error("Error en el WebSocket detectado:", event);
-};
- -

Valor

- -

Un {{domxref("EventListener")}}.

- -

Especificaciones

- - - - - - - - - - - - - - - - -
EspecificaciónEstadoComentarios
{{SpecName('HTML WHATWG', '#handler-websocket-onerror', 'WebSocket: onerror')}}{{Spec2('HTML WHATWG')}}Definición inicial.
- -

Compatibilidad con navegadores

- - - -

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

diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index a38e761993..92dcc5b46c 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -3750,6 +3750,10 @@ /fr/docs/Web/API/WebGL_API/Tutorial/Creer_des_objets_3D_avec_WebGL /fr/docs/Web/API/WebGL_API/Tutorial/Creating_3D_objects_using_WebGL /fr/docs/Web/API/WebGL_API/Tutorial/Eclairage_en_WebGL /fr/docs/Web/API/WebGL_API/Tutorial/Lighting_in_WebGL /fr/docs/Web/API/WebGL_API/Tutorial/Utiliser_les_textures_avec_WebGL /fr/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL +/fr/docs/Web/API/WebSocket/onclose /fr/docs/conflicting/Web/API/WebSocket/close_event +/fr/docs/Web/API/WebSocket/onerror /fr/docs/conflicting/Web/API/WebSocket/error_event +/fr/docs/Web/API/WebSocket/onmessage /fr/docs/conflicting/Web/API/WebSocket/message_event +/fr/docs/Web/API/WebSocket/onopen /fr/docs/conflicting/Web/API/WebSocket/open_event /fr/docs/Web/API/WebVR_API/Utiliser_des_contrôleurs_de_realite_virtuelle_pour_du_WebVR /fr/docs/Web/API/WebVR_API/Using_VR_controllers_with_WebVR /fr/docs/Web/API/Web_Workers_API/Advanced_concepts_and_examples /fr/docs/conflicting/Web/API/Web_Workers_API/Using_web_workers /fr/docs/Web/API/Web_Workers_API/Utilisation_des_web_workers /fr/docs/Web/API/Web_Workers_API/Using_web_workers diff --git a/files/fr/conflicting/web/api/websocket/close_event/index.md b/files/fr/conflicting/web/api/websocket/close_event/index.md new file mode 100644 index 0000000000..1e33662e9e --- /dev/null +++ b/files/fr/conflicting/web/api/websocket/close_event/index.md @@ -0,0 +1,29 @@ +--- +title: WebSocket.onclose +slug: conflicting/Web/API/WebSocket/close_event +original_slug: Web/API/WebSocket/onclose +browser-compat: api.WebSocket.onclose +--- +{{APIRef("Web Sockets API")}} + +La propriété **`WebSocket.onclose`** est un [gestionnaire d'évènement](/fr/docs/Web/Events/Event_handlers) invoqué lorsque l'état [`readyState`](/fr/docs/Web/API/WebSocket/readyState) de la connexion WebSocket change de valeur pour passer à [`CLOSED`](/fr/docs/Web/API/WebSocket/readyState). Ce gestionnaire est appelé avec un paramètre [`CloseEvent`](/fr/docs/Web/API/CloseEvent). + +## Syntaxe + +```js +unWebSocket.onclose = function(event) { + console.log("La WebSocket est désormais fermée."); +}; +``` + +## Valeur + +Une fonction [`EventListener`](/fr/docs/Web/API/EventListener). + +## Spécifications + +{{Specifications}} + +## Compatibilité des navigateurs + +{{Compat}} diff --git a/files/fr/conflicting/web/api/websocket/error_event/index.md b/files/fr/conflicting/web/api/websocket/error_event/index.md new file mode 100644 index 0000000000..bdcdb1fda1 --- /dev/null +++ b/files/fr/conflicting/web/api/websocket/error_event/index.md @@ -0,0 +1,37 @@ +--- +title: WebSocket.onerror +slug: conflicting/Web/API/WebSocket/error_event +original_slug: Web/API/WebSocket/onerror +browser-compat: api.WebSocket.onerror +--- +{{APIRef("Web Sockets API")}} + +La propriété **`onerror`** de l'interface [`WebSocket`](/fr/docs/Web/API/WebSocket) est un gestionnaire d'évènement qui est appelé lorsqu'une erreur se produit sur la connexion WebSocket. + +Il est également possible d'ajouter un gestionnaire d'évènement `error` avec la méthode [`addEventListener()`](/fr/docs/Web/API/EventTarget/addEventListener). + +## Syntaxe + +```js +webSocket.onerror = eventHandler; +``` + +### Valeur + +Une fonction ou un [gestionnaire d'évènement](/fr/docs/Web/Events/Event_handlers) qui est exécuté lorsqu'un évènement `error` se produit sur la connexion WebSocket. + +## Exemple + +```js +webSocket.onerror = function(event) { + console.error("Erreur WebSocket observée :", event); +}; +``` + +## Spécifications + +{{Specifications}} + +## Compatibilité des navigateurs + +{{Compat}} diff --git a/files/fr/conflicting/web/api/websocket/message_event/index.md b/files/fr/conflicting/web/api/websocket/message_event/index.md new file mode 100644 index 0000000000..7db7fe70a1 --- /dev/null +++ b/files/fr/conflicting/web/api/websocket/message_event/index.md @@ -0,0 +1,29 @@ +--- +title: WebSocket.onmessage +slug: conflicting/Web/API/WebSocket/message_event +original_slug: Web/API/WebSocket/onmessage +browser-compat: api.WebSocket.onmessage +--- +{{APIRef("Web Sockets API")}} + +La propriété **`WebSocket.onmessage`** est un [gestionnaire d'évènement](/fr/docs/Web/Events/Event_handlers) qui est appelé lorsqu'un message est reçu depuis le serveur. Ce gestionnaire est appelé avec un évènement [`MessageEvent`](/fr/docs/Web/API/MessageEvent) en paramètre. + +## Syntaxe + +```js +unWebSocket.onmessage = function(event) { + console.debug("Message WebSocket reçu :", event); +}; +``` + +## Valeur + +Un objet [`EventListener`](/fr/docs/Web/API/EventListener). + +## Spécifications + +{{Specifications}} + +## Compatibilité des navigateurs + +{{Compat}} diff --git a/files/fr/conflicting/web/api/websocket/open_event/index.md b/files/fr/conflicting/web/api/websocket/open_event/index.md new file mode 100644 index 0000000000..51d386206a --- /dev/null +++ b/files/fr/conflicting/web/api/websocket/open_event/index.md @@ -0,0 +1,29 @@ +--- +title: WebSocket.onopen +slug: conflicting/Web/API/WebSocket/open_event +original_slug: Web/API/WebSocket/onopen +browser-compat: api.WebSocket.onopen +--- +{{APIRef("Web Sockets API")}} + +La propriété **`WebSocket.onopen`** est un [gestionnaire d'évènement](/fr/docs/Web/Events/Event_handlers) qui est appelé lorsque l'état ([`readyState`](/fr/docs/Web/API/WebSocket/readyState)) de la connexion [`WebSocket`](/fr/docs/Web/API/WebSocket) passe à `1`, indiquant que la connexion est prête pour l'envoi et la réception de données. Lorsqu'il est appelé, ce gestionnaire d'évènement reçoit un objet [`Event`](/fr/docs/Web/API/Event) en paramètre. + +## Syntaxe + +```js +uneWebSocket.onopen = function(event) { + console.log("La WebSocket est désormais ouverte."); +}; +``` + +## Valeur + +Un objet [`EventListener`](/fr/docs/Web/API/EventListener). + +## Spécifications + +{{Specifications}} + +## Compatibilité des navigateurs + +{{Compat}} diff --git a/files/fr/web/api/websocket/onclose/index.md b/files/fr/web/api/websocket/onclose/index.md deleted file mode 100644 index 6fa1d347a2..0000000000 --- a/files/fr/web/api/websocket/onclose/index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: WebSocket.onclose -slug: Web/API/WebSocket/onclose -browser-compat: api.WebSocket.onclose ---- -{{APIRef("Web Sockets API")}} - -La propriété **`WebSocket.onclose`** est un [gestionnaire d'évènement](/fr/docs/Web/Events/Event_handlers) invoqué lorsque l'état [`readyState`](/fr/docs/Web/API/WebSocket/readyState) de la connexion WebSocket change de valeur pour passer à [`CLOSED`](/fr/docs/Web/API/WebSocket/readyState). Ce gestionnaire est appelé avec un paramètre [`CloseEvent`](/fr/docs/Web/API/CloseEvent). - -## Syntaxe - -```js -unWebSocket.onclose = function(event) { - console.log("La WebSocket est désormais fermée."); -}; -``` - -## Valeur - -Une fonction [`EventListener`](/fr/docs/Web/API/EventListener). - -## Spécifications - -{{Specifications}} - -## Compatibilité des navigateurs - -{{Compat}} diff --git a/files/fr/web/api/websocket/onerror/index.md b/files/fr/web/api/websocket/onerror/index.md deleted file mode 100644 index d533a031db..0000000000 --- a/files/fr/web/api/websocket/onerror/index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: WebSocket.onerror -slug: Web/API/WebSocket/onerror -browser-compat: api.WebSocket.onerror ---- -{{APIRef("Web Sockets API")}} - -La propriété **`onerror`** de l'interface [`WebSocket`](/fr/docs/Web/API/WebSocket) est un gestionnaire d'évènement qui est appelé lorsqu'une erreur se produit sur la connexion WebSocket. - -Il est également possible d'ajouter un gestionnaire d'évènement `error` avec la méthode [`addEventListener()`](/fr/docs/Web/API/EventTarget/addEventListener). - -## Syntaxe - -```js -webSocket.onerror = eventHandler; -``` - -### Valeur - -Une fonction ou un [gestionnaire d'évènement](/fr/docs/Web/Events/Event_handlers) qui est exécuté lorsqu'un évènement `error` se produit sur la connexion WebSocket. - -## Exemple - -```js -webSocket.onerror = function(event) { - console.error("Erreur WebSocket observée :", event); -}; -``` - -## Spécifications - -{{Specifications}} - -## Compatibilité des navigateurs - -{{Compat}} diff --git a/files/fr/web/api/websocket/onmessage/index.md b/files/fr/web/api/websocket/onmessage/index.md deleted file mode 100644 index aa71dcccbf..0000000000 --- a/files/fr/web/api/websocket/onmessage/index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: WebSocket.onmessage -slug: Web/API/WebSocket/onmessage -browser-compat: api.WebSocket.onmessage ---- -{{APIRef("Web Sockets API")}} - -La propriété **`WebSocket.onmessage`** est un [gestionnaire d'évènement](/fr/docs/Web/Events/Event_handlers) qui est appelé lorsqu'un message est reçu depuis le serveur. Ce gestionnaire est appelé avec un évènement [`MessageEvent`](/fr/docs/Web/API/MessageEvent) en paramètre. - -## Syntaxe - -```js -unWebSocket.onmessage = function(event) { - console.debug("Message WebSocket reçu :", event); -}; -``` - -## Valeur - -Un objet [`EventListener`](/fr/docs/Web/API/EventListener). - -## Spécifications - -{{Specifications}} - -## Compatibilité des navigateurs - -{{Compat}} diff --git a/files/fr/web/api/websocket/onopen/index.md b/files/fr/web/api/websocket/onopen/index.md deleted file mode 100644 index 90acf4f1f1..0000000000 --- a/files/fr/web/api/websocket/onopen/index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: WebSocket.onopen -slug: Web/API/WebSocket/onopen -browser-compat: api.WebSocket.onopen ---- -{{APIRef("Web Sockets API")}} - -La propriété **`WebSocket.onopen`** est un [gestionnaire d'évènement](/fr/docs/Web/Events/Event_handlers) qui est appelé lorsque l'état ([`readyState`](/fr/docs/Web/API/WebSocket/readyState)) de la connexion [`WebSocket`](/fr/docs/Web/API/WebSocket) passe à `1`, indiquant que la connexion est prête pour l'envoi et la réception de données. Lorsqu'il est appelé, ce gestionnaire d'évènement reçoit un objet [`Event`](/fr/docs/Web/API/Event) en paramètre. - -## Syntaxe - -```js -uneWebSocket.onopen = function(event) { - console.log("La WebSocket est désormais ouverte."); -}; -``` - -## Valeur - -Un objet [`EventListener`](/fr/docs/Web/API/EventListener). - -## Spécifications - -{{Specifications}} - -## Compatibilité des navigateurs - -{{Compat}} diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index dc18833882..581c7efb46 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3291,6 +3291,10 @@ /ja/docs/Web/API/WebGL_API/Lighting_in_WebGL /ja/docs/Web/API/WebGL_API/Tutorial/Lighting_in_WebGL /ja/docs/Web/API/WebGL_API/Using_shaders_to_apply_color_in_WebGL /ja/docs/Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL /ja/docs/Web/API/WebGL_API/Using_textures_in_WebGL /ja/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL +/ja/docs/Web/API/WebSocket/onclose /ja/docs/conflicting/Web/API/WebSocket/close_event +/ja/docs/Web/API/WebSocket/onerror /ja/docs/conflicting/Web/API/WebSocket/error_event +/ja/docs/Web/API/WebSocket/onmessage /ja/docs/conflicting/Web/API/WebSocket/message_event +/ja/docs/Web/API/WebSocket/onopen /ja/docs/conflicting/Web/API/WebSocket/open_event /ja/docs/Web/API/WebSockets_API/WebSockets_reference /ja/docs/Web/API/WebSockets_API /ja/docs/Web/API/WebVR_API/WebVR_concepts /ja/docs/Web/API/WebVR_API/Concepts /ja/docs/Web/API/Web_Video_Text_Tracks_Format /ja/docs/Web/API/WebVTT_API diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index ce326e0fb9..07dd56eff5 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -23601,32 +23601,6 @@ "mfuji09" ] }, - "Web/API/WebSocket/onclose": { - "modified": "2020-09-25T11:45:51.374Z", - "contributors": [ - "maechabin" - ] - }, - "Web/API/WebSocket/onerror": { - "modified": "2020-10-15T22:27:10.724Z", - "contributors": [ - "mfuji09" - ] - }, - "Web/API/WebSocket/onmessage": { - "modified": "2020-10-15T22:27:03.005Z", - "contributors": [ - "maechabin", - "mfuji09" - ] - }, - "Web/API/WebSocket/onopen": { - "modified": "2020-10-15T22:27:03.150Z", - "contributors": [ - "Mr.Chenzm", - "mfuji09" - ] - }, "Web/API/WebSocket/open_event": { "modified": "2020-10-15T22:27:02.962Z", "contributors": [ @@ -48568,6 +48542,32 @@ "Wind1808" ] }, + "conflicting/Web/API/WebSocket/close_event": { + "modified": "2020-09-25T11:45:51.374Z", + "contributors": [ + "maechabin" + ] + }, + "conflicting/Web/API/WebSocket/error_event": { + "modified": "2020-10-15T22:27:10.724Z", + "contributors": [ + "mfuji09" + ] + }, + "conflicting/Web/API/WebSocket/message_event": { + "modified": "2020-10-15T22:27:03.005Z", + "contributors": [ + "maechabin", + "mfuji09" + ] + }, + "conflicting/Web/API/WebSocket/open_event": { + "modified": "2020-10-15T22:27:03.150Z", + "contributors": [ + "Mr.Chenzm", + "mfuji09" + ] + }, "conflicting/Web/API/Window/scroll": { "modified": "2020-10-15T22:32:16.096Z", "contributors": [ diff --git a/files/ja/conflicting/web/api/websocket/close_event/index.html b/files/ja/conflicting/web/api/websocket/close_event/index.html new file mode 100644 index 0000000000..79582e481c --- /dev/null +++ b/files/ja/conflicting/web/api/websocket/close_event/index.html @@ -0,0 +1,38 @@ +--- +title: WebSocket.onclose +slug: conflicting/Web/API/WebSocket/close_event +translation_of: Web/API/WebSocket/onclose +original_slug: Web/API/WebSocket/onclose +--- +

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

+ +

WebSocket.onclose プロパティは、WebSocket コネクションの {{domxref("WebSocket.readyState","readyState")}} が {{domxref("WebSocket.readyState","CLOSED")}} に変わったときに呼ばれる {{event("Event_handlers", "event handler")}} です。{{domxref("CloseEvent")}} と一緒に呼び出されます。

+ +

構文

+ +
aWebSocket.onclose = function(event) {
+  console.log("WebSocket is closed now.");
+};
+ +

+ +

{{domxref("EventListener")}}.

+ +

仕様書

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onclose', 'WebSocket: onclose')}}{{Spec2('HTML WHATWG')}}Initial definition
diff --git a/files/ja/conflicting/web/api/websocket/error_event/index.html b/files/ja/conflicting/web/api/websocket/error_event/index.html new file mode 100644 index 0000000000..d208a820c6 --- /dev/null +++ b/files/ja/conflicting/web/api/websocket/error_event/index.html @@ -0,0 +1,60 @@ +--- +title: WebSocket.onerror +slug: conflicting/Web/API/WebSocket/error_event +tags: + - API + - Connection + - Error + - Error Handler + - Networking + - Property + - Reference + - Web API + - WebSocket + - onerror + - プロパティ +translation_of: Web/API/WebSocket/onerror +original_slug: Web/API/WebSocket/onerror +--- +
{{APIRef("Web Sockets API")}}
+ +

{{domxref("WebSocket")}} インターフェイスの onerror イベントハンドラープロパティは、 WebSocket でエラーが発生したときに呼び出される関数です。

+ +

error イベントハンドラーは {{domxref("EventTarget.addEventListener", "addEventListener()")}} で追加することもできます。

+ +

構文

+ +
webSocket.onerror = eventHandler;
+ +

+ +

関数または {{event("Event_handlers", "event handler")}} で、 WebSocket コネクションで error イベントが発生するたびに呼び出されるものです。

+ +

+ +
webSocket.onerror = function(event) {
+  console.error("WebSocket error observed:", event);
+};
+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', '#handler-websocket-onerror', 'WebSocket: onerror')}}{{Spec2('HTML WHATWG')}}初回定義
+ +

ブラウザーの互換性

+ +

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

diff --git a/files/ja/conflicting/web/api/websocket/message_event/index.html b/files/ja/conflicting/web/api/websocket/message_event/index.html new file mode 100644 index 0000000000..e1888a6245 --- /dev/null +++ b/files/ja/conflicting/web/api/websocket/message_event/index.html @@ -0,0 +1,49 @@ +--- +title: WebSocket.onmessage +slug: conflicting/Web/API/WebSocket/message_event +tags: + - API + - Property + - Reference + - Web API + - WebSocket + - プロパティ +translation_of: Web/API/WebSocket/onmessage +original_slug: Web/API/WebSocket/onmessage +--- +
{{APIRef("Web Sockets API")}}
+ +

WebSocket.onmessage プロパティは、サーバーからメッセージが届いたときに呼び出されるイベントハンドラー ({{event("Event_handlers", "event handler")}}) です。これは {{domxref("MessageEvent")}} で呼び出されます。

+ +

構文

+ +
aWebSocket.onmessage = function(event) {
+  console.debug("WebSocket message received:", event);
+};
+ +

+ +

{{domxref("EventListener")}} です。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', '#handler-websocket-onmessage', 'WebSocket: onmessage')}}{{Spec2('HTML WHATWG')}}初回定義
+ +

ブラウザーの互換性

+ +

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

diff --git a/files/ja/conflicting/web/api/websocket/open_event/index.html b/files/ja/conflicting/web/api/websocket/open_event/index.html new file mode 100644 index 0000000000..451ad8d6b6 --- /dev/null +++ b/files/ja/conflicting/web/api/websocket/open_event/index.html @@ -0,0 +1,49 @@ +--- +title: WebSocket.onopen +slug: conflicting/Web/API/WebSocket/open_event +tags: + - API + - Property + - Reference + - Web API + - WebSocket + - プロパティ +translation_of: Web/API/WebSocket/onopen +original_slug: Web/API/WebSocket/onopen +--- +
{{APIRef("Web Sockets API")}}
+ +

WebSocket.onopen プロパティはイベントハンドラー ({{event("Event_handlers", "event handler")}}) で、 {{domxref("WebSocket")}} のコネクションの {{domxref("WebSocket.readyState","readyState")}} が {{domxref("WebSocket.readyState","1")}} に変化したときに呼び出されます。これは、コネクションでデータを送信したり受信したりする準備ができたことを示します。これは {{domxref("Event")}} を伴って呼び出されます。

+ +

構文

+ +
aWebSocket.onopen = function(event) {
+  console.log("WebSocket is open now.");
+};
+ +

+ +

{{domxref("EventListener")}} です。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', '#handler-websocket-onopen', 'WebSocket: onopen')}}{{Spec2('HTML WHATWG')}}初回定義
+ +

ブラウザーの互換性

+ +

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

diff --git a/files/ja/web/api/websocket/onclose/index.html b/files/ja/web/api/websocket/onclose/index.html deleted file mode 100644 index 4e029f4167..0000000000 --- a/files/ja/web/api/websocket/onclose/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: WebSocket.onclose -slug: Web/API/WebSocket/onclose -translation_of: Web/API/WebSocket/onclose ---- -

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

- -

WebSocket.onclose プロパティは、WebSocket コネクションの {{domxref("WebSocket.readyState","readyState")}} が {{domxref("WebSocket.readyState","CLOSED")}} に変わったときに呼ばれる {{event("Event_handlers", "event handler")}} です。{{domxref("CloseEvent")}} と一緒に呼び出されます。

- -

構文

- -
aWebSocket.onclose = function(event) {
-  console.log("WebSocket is closed now.");
-};
- -

- -

{{domxref("EventListener")}}.

- -

仕様書

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onclose', 'WebSocket: onclose')}}{{Spec2('HTML WHATWG')}}Initial definition
diff --git a/files/ja/web/api/websocket/onerror/index.html b/files/ja/web/api/websocket/onerror/index.html deleted file mode 100644 index 982851b486..0000000000 --- a/files/ja/web/api/websocket/onerror/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: WebSocket.onerror -slug: Web/API/WebSocket/onerror -tags: - - API - - Connection - - Error - - Error Handler - - Networking - - Property - - Reference - - Web API - - WebSocket - - onerror - - プロパティ -translation_of: Web/API/WebSocket/onerror ---- -
{{APIRef("Web Sockets API")}}
- -

{{domxref("WebSocket")}} インターフェイスの onerror イベントハンドラープロパティは、 WebSocket でエラーが発生したときに呼び出される関数です。

- -

error イベントハンドラーは {{domxref("EventTarget.addEventListener", "addEventListener()")}} で追加することもできます。

- -

構文

- -
webSocket.onerror = eventHandler;
- -

- -

関数または {{event("Event_handlers", "event handler")}} で、 WebSocket コネクションで error イベントが発生するたびに呼び出されるものです。

- -

- -
webSocket.onerror = function(event) {
-  console.error("WebSocket error observed:", event);
-};
- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('HTML WHATWG', '#handler-websocket-onerror', 'WebSocket: onerror')}}{{Spec2('HTML WHATWG')}}初回定義
- -

ブラウザーの互換性

- -

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

diff --git a/files/ja/web/api/websocket/onmessage/index.html b/files/ja/web/api/websocket/onmessage/index.html deleted file mode 100644 index f901d3f79f..0000000000 --- a/files/ja/web/api/websocket/onmessage/index.html +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: WebSocket.onmessage -slug: Web/API/WebSocket/onmessage -tags: - - API - - Property - - Reference - - Web API - - WebSocket - - プロパティ -translation_of: Web/API/WebSocket/onmessage ---- -
{{APIRef("Web Sockets API")}}
- -

WebSocket.onmessage プロパティは、サーバーからメッセージが届いたときに呼び出されるイベントハンドラー ({{event("Event_handlers", "event handler")}}) です。これは {{domxref("MessageEvent")}} で呼び出されます。

- -

構文

- -
aWebSocket.onmessage = function(event) {
-  console.debug("WebSocket message received:", event);
-};
- -

- -

{{domxref("EventListener")}} です。

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('HTML WHATWG', '#handler-websocket-onmessage', 'WebSocket: onmessage')}}{{Spec2('HTML WHATWG')}}初回定義
- -

ブラウザーの互換性

- -

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

diff --git a/files/ja/web/api/websocket/onopen/index.html b/files/ja/web/api/websocket/onopen/index.html deleted file mode 100644 index 79d4dcf2df..0000000000 --- a/files/ja/web/api/websocket/onopen/index.html +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: WebSocket.onopen -slug: Web/API/WebSocket/onopen -tags: - - API - - Property - - Reference - - Web API - - WebSocket - - プロパティ -translation_of: Web/API/WebSocket/onopen ---- -
{{APIRef("Web Sockets API")}}
- -

WebSocket.onopen プロパティはイベントハンドラー ({{event("Event_handlers", "event handler")}}) で、 {{domxref("WebSocket")}} のコネクションの {{domxref("WebSocket.readyState","readyState")}} が {{domxref("WebSocket.readyState","1")}} に変化したときに呼び出されます。これは、コネクションでデータを送信したり受信したりする準備ができたことを示します。これは {{domxref("Event")}} を伴って呼び出されます。

- -

構文

- -
aWebSocket.onopen = function(event) {
-  console.log("WebSocket is open now.");
-};
- -

- -

{{domxref("EventListener")}} です。

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('HTML WHATWG', '#handler-websocket-onopen', 'WebSocket: onopen')}}{{Spec2('HTML WHATWG')}}初回定義
- -

ブラウザーの互換性

- -

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

diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 7450d3a190..70c0330c9b 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1515,6 +1515,10 @@ /zh-CN/docs/Web/API/WebGLRenderingContext/多边形偏移(polygonOffset) /zh-CN/docs/Web/API/WebGLRenderingContext/polygonOffset /zh-CN/docs/Web/API/WebGL_API/Adding_2D_content_to_a_WebGL_context /zh-CN/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context /zh-CN/docs/Web/API/WebGL_API/Getting_started_with_WebGL /zh-CN/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL +/zh-CN/docs/Web/API/WebSocket/onclose /zh-CN/docs/Web/API/WebSocket/close_event +/zh-CN/docs/Web/API/WebSocket/onerror /zh-CN/docs/conflicting/Web/API/WebSocket/error_event +/zh-CN/docs/Web/API/WebSocket/onmessage /zh-CN/docs/conflicting/Web/API/WebSocket/message_event +/zh-CN/docs/Web/API/WebSocket/onopen /zh-CN/docs/Web/API/WebSocket/open_event /zh-CN/docs/Web/API/WebSocket/二进制类型 /zh-CN/docs/Web/API/WebSocket/binaryType /zh-CN/docs/Web/API/WebVR_API/WebVR_concepts /zh-CN/docs/Web/API/WebVR_API/Concepts /zh-CN/docs/Web/API/Web_Audio_API/基于Web_Audio_API实现的音频可视化效果 /zh-CN/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 48f41f997c..5b817efe66 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -22192,6 +22192,13 @@ "en20" ] }, + "Web/API/WebSocket/close_event": { + "modified": "2019-08-17T08:15:18.133Z", + "contributors": [ + "lihuakkk", + "FlyingPig" + ] + }, "Web/API/WebSocket/error_event": { "modified": "2020-10-15T22:32:26.989Z", "contributors": [ @@ -22214,30 +22221,7 @@ "Firefox_mozilla" ] }, - "Web/API/WebSocket/onclose": { - "modified": "2019-08-17T08:15:18.133Z", - "contributors": [ - "lihuakkk", - "FlyingPig" - ] - }, - "Web/API/WebSocket/onerror": { - "modified": "2020-10-15T22:12:36.891Z", - "contributors": [ - "sntkwtjf", - "Firefox_mozilla", - "HIKALU-Z" - ] - }, - "Web/API/WebSocket/onmessage": { - "modified": "2020-10-15T22:11:41.439Z", - "contributors": [ - "hishark", - "caslt", - "Ray-Eldath" - ] - }, - "Web/API/WebSocket/onopen": { + "Web/API/WebSocket/open_event": { "modified": "2020-10-15T22:12:40.029Z", "contributors": [ "Mr.Chenzm", @@ -47276,6 +47260,22 @@ "alayasix" ] }, + "conflicting/Web/API/WebSocket/error_event": { + "modified": "2020-10-15T22:12:36.891Z", + "contributors": [ + "sntkwtjf", + "Firefox_mozilla", + "HIKALU-Z" + ] + }, + "conflicting/Web/API/WebSocket/message_event": { + "modified": "2020-10-15T22:11:41.439Z", + "contributors": [ + "hishark", + "caslt", + "Ray-Eldath" + ] + }, "conflicting/Web/API/Web_Storage_API": { "modified": "2019-03-24T00:14:59.754Z", "contributors": [ diff --git a/files/zh-cn/conflicting/web/api/websocket/error_event/index.html b/files/zh-cn/conflicting/web/api/websocket/error_event/index.html new file mode 100644 index 0000000000..8cf8d972f4 --- /dev/null +++ b/files/zh-cn/conflicting/web/api/websocket/error_event/index.html @@ -0,0 +1,46 @@ +--- +title: WebSocket.onerror +slug: conflicting/Web/API/WebSocket/error_event +translation_of: Web/API/WebSocket/onerror +original_slug: Web/API/WebSocket/onerror +--- +

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

+ +

The WebSocket.onerror property returns the event listener to be called when an error occurs. This is a simple event named "error".

+ +

WebSocket.onerror 属性中,你可以定义一个发生错误时执行的回调函数,此事件的事件名为"error"

+ +

语法

+ +
WebSocket.onerror = function(event) {
+  console.error("WebSocket error observed:", event);
+};
+ +

+ +

An {{domxref("EventListener")}}.

+ +

Specifications

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onerror', 'WebSocket: onerror')}}{{Spec2('HTML WHATWG')}}Initial definition
+ +

浏览器兼容性

+ + + +

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

diff --git a/files/zh-cn/conflicting/web/api/websocket/message_event/index.html b/files/zh-cn/conflicting/web/api/websocket/message_event/index.html new file mode 100644 index 0000000000..ae8fa9c3bd --- /dev/null +++ b/files/zh-cn/conflicting/web/api/websocket/message_event/index.html @@ -0,0 +1,50 @@ +--- +title: WebSocket.onmessage +slug: conflicting/Web/API/WebSocket/message_event +tags: + - API + - Web API + - WebSocket + - 参考 + - 属性 +translation_of: Web/API/WebSocket/onmessage +original_slug: Web/API/WebSocket/onmessage +--- +

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

+ +

WebSocket.onmessage 属性是一个当收到来自服务器的消息时被调用的 {{event("Event_handlers", "event handler")}}。它由一个{{domxref("MessageEvent")}}调用。

+ +

语法

+ +
aWebSocket.onmessage = function(event) {
+  console.debug("WebSocket message received:", event);
+};
+ +

+ +

一个 {{domxref("EventListener")}}.

+ +

规范

+ + + + + + + + + + + + + + + + +
规范状态注释
{{SpecName('HTML WHATWG', '#handler-websocket-onmessage', 'WebSocket: onmessage')}}{{Spec2('HTML WHATWG')}}初始定义
+ +

浏览器兼容性

+ + + +

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

diff --git a/files/zh-cn/web/api/websocket/close_event/index.html b/files/zh-cn/web/api/websocket/close_event/index.html new file mode 100644 index 0000000000..b168dace44 --- /dev/null +++ b/files/zh-cn/web/api/websocket/close_event/index.html @@ -0,0 +1,38 @@ +--- +title: WebSocket.onclose +slug: Web/API/WebSocket/close_event +translation_of: Web/API/WebSocket/onclose +original_slug: Web/API/WebSocket/onclose +--- +

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

+ +

WebSocket.onclose 属性返回一个事件监听器,这个事件监听器将在 WebSocket 连接的{{domxref("WebSocket.readyState","readyState")}} 变为 CLOSED时被调用,它接收一个名字为“close”的 {{domxref("CloseEvent")}} 事件。

+ +

语法

+ +
WebSocket.onclose = function(event) {
+  console.log("WebSocket is closed now.");
+};
+ +

+ +

一个{{domxref("EventListener")}}.

+ +

文档

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onclose', 'WebSocket: onclose')}}{{Spec2('HTML WHATWG')}}Initial definition
diff --git a/files/zh-cn/web/api/websocket/onclose/index.html b/files/zh-cn/web/api/websocket/onclose/index.html deleted file mode 100644 index 0ed1b7ffe1..0000000000 --- a/files/zh-cn/web/api/websocket/onclose/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: WebSocket.onclose -slug: Web/API/WebSocket/onclose -translation_of: Web/API/WebSocket/onclose ---- -

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

- -

WebSocket.onclose 属性返回一个事件监听器,这个事件监听器将在 WebSocket 连接的{{domxref("WebSocket.readyState","readyState")}} 变为 CLOSED时被调用,它接收一个名字为“close”的 {{domxref("CloseEvent")}} 事件。

- -

语法

- -
WebSocket.onclose = function(event) {
-  console.log("WebSocket is closed now.");
-};
- -

- -

一个{{domxref("EventListener")}}.

- -

文档

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onclose', 'WebSocket: onclose')}}{{Spec2('HTML WHATWG')}}Initial definition
diff --git a/files/zh-cn/web/api/websocket/onerror/index.html b/files/zh-cn/web/api/websocket/onerror/index.html deleted file mode 100644 index 996ad55472..0000000000 --- a/files/zh-cn/web/api/websocket/onerror/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: WebSocket.onerror -slug: Web/API/WebSocket/onerror -translation_of: Web/API/WebSocket/onerror ---- -

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

- -

The WebSocket.onerror property returns the event listener to be called when an error occurs. This is a simple event named "error".

- -

WebSocket.onerror 属性中,你可以定义一个发生错误时执行的回调函数,此事件的事件名为"error"

- -

语法

- -
WebSocket.onerror = function(event) {
-  console.error("WebSocket error observed:", event);
-};
- -

- -

An {{domxref("EventListener")}}.

- -

Specifications

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onerror', 'WebSocket: onerror')}}{{Spec2('HTML WHATWG')}}Initial definition
- -

浏览器兼容性

- - - -

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

diff --git a/files/zh-cn/web/api/websocket/onmessage/index.html b/files/zh-cn/web/api/websocket/onmessage/index.html deleted file mode 100644 index 4bdcb51039..0000000000 --- a/files/zh-cn/web/api/websocket/onmessage/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: WebSocket.onmessage -slug: Web/API/WebSocket/onmessage -tags: - - API - - Web API - - WebSocket - - 参考 - - 属性 -translation_of: Web/API/WebSocket/onmessage ---- -

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

- -

WebSocket.onmessage 属性是一个当收到来自服务器的消息时被调用的 {{event("Event_handlers", "event handler")}}。它由一个{{domxref("MessageEvent")}}调用。

- -

语法

- -
aWebSocket.onmessage = function(event) {
-  console.debug("WebSocket message received:", event);
-};
- -

- -

一个 {{domxref("EventListener")}}.

- -

规范

- - - - - - - - - - - - - - - - -
规范状态注释
{{SpecName('HTML WHATWG', '#handler-websocket-onmessage', 'WebSocket: onmessage')}}{{Spec2('HTML WHATWG')}}初始定义
- -

浏览器兼容性

- - - -

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

diff --git a/files/zh-cn/web/api/websocket/onopen/index.html b/files/zh-cn/web/api/websocket/onopen/index.html deleted file mode 100644 index 067c9057bc..0000000000 --- a/files/zh-cn/web/api/websocket/onopen/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: WebSocket.onopen -slug: Web/API/WebSocket/onopen -translation_of: Web/API/WebSocket/onopen ---- -

WebSocket.onopen属性定义一个事件处理程序,当{{domxref("WebSocket")}} 的连接状态{{domxref("WebSocket.readyState","readyState")}} 变为{{domxref("WebSocket.readyState","1")}}时调用;这意味着当前连接已经准备好发送和接受数据。这个事件处理程序通过 {{domxref("事件")}}(建立连接时)触发。

- -

语法

- -
aWebSocket.onopen = function(event) {
-  console.log("WebSocket is open now.");
-};
- -

返回值

- -

An {{domxref("EventListener")}}.

- -

规范

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onopen', 'WebSocket: onopen')}}{{Spec2('HTML WHATWG')}}Initial definition
- -

浏览器兼容性

- - - -

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

diff --git a/files/zh-cn/web/api/websocket/open_event/index.html b/files/zh-cn/web/api/websocket/open_event/index.html new file mode 100644 index 0000000000..a0d5e78dc7 --- /dev/null +++ b/files/zh-cn/web/api/websocket/open_event/index.html @@ -0,0 +1,42 @@ +--- +title: WebSocket.onopen +slug: Web/API/WebSocket/open_event +translation_of: Web/API/WebSocket/onopen +original_slug: Web/API/WebSocket/onopen +--- +

WebSocket.onopen属性定义一个事件处理程序,当{{domxref("WebSocket")}} 的连接状态{{domxref("WebSocket.readyState","readyState")}} 变为{{domxref("WebSocket.readyState","1")}}时调用;这意味着当前连接已经准备好发送和接受数据。这个事件处理程序通过 {{domxref("事件")}}(建立连接时)触发。

+ +

语法

+ +
aWebSocket.onopen = function(event) {
+  console.log("WebSocket is open now.");
+};
+ +

返回值

+ +

An {{domxref("EventListener")}}.

+ +

规范

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#handler-websocket-onopen', 'WebSocket: onopen')}}{{Spec2('HTML WHATWG')}}Initial definition
+ +

浏览器兼容性

+ + + +

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

-- cgit v1.2.3-54-g00ecf