| 1283 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent) |
| 1284 | */ |
| 1285 | declare class ErrorEvent extends Event { |
| 1286 | constructor(type: string, init?: ErrorEventErrorEventInit); |
| 1287 | /** |
| 1288 | * The **`filename`** read-only property of the ErrorEvent interface returns a string containing the name of the script file in which the error occurred. |
nothing calls this directly
no outgoing calls
no test coverage detected