翻譯不完整。請協助 翻譯此英文文件。
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 |
延伸閱讀
- Using web workers, most likely objects to raise such an event