Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. ErrorEvent
  4. message

ErrorEvent: message property

Note: This feature is available inWeb Workers.

Themessage read-only property of theErrorEvent interface returns a string containing a human-readable error message describing the problem.

Value

A string.

Examples

js
window.addEventListener("error", (ev) => {  console.log(`The error message: ${ev.message}`);});

Specifications

Specification
HTML
# dom-errorevent-message

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp