| 1086 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent) |
| 1087 | */ |
| 1088 | declare class ErrorEvent extends Event { |
| 1089 | constructor(type: string, init?: ErrorEventErrorEventInit); |
| 1090 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */ |
| 1091 | get filename(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected