Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ErrorEvent

翻譯不完整。請協助 翻譯此英文文件

ErrorEvent 介面是用來提供程式碼或是檔案的錯誤訊息的事件。

Properties

此介面繼承了其父 Event 的 properties 。

ErrorEvent.message Read only
DOMString 提供具可讀性的關於問題的錯誤訊息。
ErrorEvent.filename Read only
DOMString ,為發生錯誤的程式碼檔案的檔名。
ErrorEvent.lineno Read only
一 整數 ,為發生問題的程式的行數。
ErrorEvent.colno Read only
整數 ,為發生問題的程式的欄數。
ErrorEvent.error Read only
一個參與該事件的 JavaScript Object 。

Constructor

ErrorEvent()
建立一 ErrorEvent 事件,其包含提供的參數。

Methods

此介面繼承了其父 Event 的 methods。

Specifications

Specification Status Comment
WHATWG HTML Living Standard
The definition of 'ErrorEvent' in that specification.
Living Standard 追加 error propriety 以及 constructor 的第5個the 5th 參數。
HTML5
The definition of 'ErrorEvent' in that specification.
Recommendation 初始定義。

瀏覽器支援度比較

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) (Yes) ? (Yes) (Yes)
colno property and 4th argument to constructor (Yes) (Yes) ? ? ?
error property and 5th argument to constructor (Yes) (Yes) Not supported Not supported Not supported
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) (Yes) ? (Yes) (Yes)
colno property and 4th argument to constructor ? Not supported ? ? ?
error property and 5th argument to constructor Not supported Not supported Not supported Not supported Not supported

延伸閱讀

文件標籤與貢獻者

 此頁面的貢獻者: Shiyou
 最近更新: Shiyou,