| 10 | |
| 11 | // Polyfill ErrorEvent globally as it is used in both contexts |
| 12 | globalThis.ErrorEvent = class ErrorEvent extends Event { |
| 13 | public message: string; |
| 14 | public filename: string; |
| 15 | public lineno: number; |
nothing calls this directly
no outgoing calls
no test coverage detected