UNPKG

timing-object

Version:

An implementation of the timing object specification.

10 lines (6 loc) 179 B
export interface ITimingObjectEventMap extends Record<string, Event> { change: Event; error: ErrorEvent; readystatechange: Event; // @todo timeupdate: Event; }