MCPcopy Create free account
hub / github.com/W4G1/multithreading /

Class

src/node/polyfill.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11// Polyfill ErrorEvent globally as it is used in both contexts
12globalThis.ErrorEvent = class ErrorEvent extends Event {
13 public message: string;
14 public filename: string;
15 public lineno: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected