The onmessageerror
event handler of the WindowEventHandlers
interface is an EventListener
, called whenever an MessageEvent
of type messageerror
is fired on a window—that is, when it receives a message that cannot be deserialized.
Note: This feature is available in Web Workers
window.onmessageerror = function() { ... };
Specification |
---|
HTML Standard (HTML) # handler-window-onmessageerror |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
onmessageerror |
60 |
18 |
57 |
No |
47 |
No
See bug 171216.
|
60 |
60 |
57 |
44 |
No
See bug 171216.
|
8.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/WindowEventHandlers/onmessageerror