| 1095 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent) |
| 1096 | */ |
| 1097 | declare class ErrorEvent extends Event { |
| 1098 | constructor(type: string, init?: ErrorEventErrorEventInit); |
| 1099 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */ |
| 1100 | get filename(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected