Movatterモバイル変換


[0]ホーム

URL:


  1. Tecnología web para desarrolladores
  2. API web
  3. WebSocket
  4. WebSocket.onerror

Esta página ha sido traducida del inglés por la comunidad.Aprende más y únete a la comunidad de MDN Web Docs.

View in EnglishAlways switch to English

WebSocket.onerror

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨julio de 2015⁩.

La propiedadWebSocket.onerror, del tipoevent handler, será llamada cuando se dé un error. Esta llamada recibirá un tipoEvent como argumento.

Sintaxis

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

Valor

UnEventListener.

Especificaciones

Specification
WebSockets
# dom-websocket-onerror

Compatibilidad con navegadores

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp