Skip to content

Progress timer fix#10

Draft
piersoh wants to merge 6 commits into
smp-v4.7from
progress-timer-fix
Draft

Progress timer fix#10
piersoh wants to merge 6 commits into
smp-v4.7from
progress-timer-fix

Conversation

@piersoh

@piersoh piersoh commented Jul 10, 2026

Copy link
Copy Markdown

Correct Progress timer onabort() handling

- The original implementation was based around XMLRequest operation and
  fails to work correctly with the FetchLoader
- This change ensures that config.abort() is not called for XHR or Fetch
  (otherwise it results in another segment request which is not intended
  with the progresstimer - instead a configured number of retries for
  the same segment are made.

piersoh and others added 6 commits July 10, 2026 15:10
- The original implementation was based around XMLRequest operation and
  fails to work correctly with the FetchLoader
- This change ensures that config.abort() is not called for XHR or Fetch
  (otherwise it results in another segment request which is not intended
  with the progresstimer - instead a configured number of retries for
  the same segment are made.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants