KoAJAX
    Preparing search index...

    Variable polyfillProgressEvent

    polyfillProgressEvent: () => | (
        new (type: string, eventInitDict?: ProgressEventInit) => ProgressEvent
    )
    | typeof ProgressEvent

    Type Declaration

      • (): | (new (type: string, eventInitDict?: ProgressEventInit) => ProgressEvent)
        | typeof ProgressEvent
      • Returns
            | (
                new (type: string, eventInitDict?: ProgressEventInit) => ProgressEvent
            )
            | typeof ProgressEvent