kinetex - v1.0.0-rc.1
    Preparing search index...

    Type Alias OnDownloadProgressHook

    OnDownloadProgressHook: (evt: ProgressEvent, ctx: HookContext) => void

    Called with download progress updates

    Type Declaration

      • (evt: ProgressEvent, ctx: HookContext): void
      • Parameters

        • evt: ProgressEvent
        • ctx: HookContext

        Returns void