Skip to content

UX: On OSX/Safari it seems lengthComputable is not set.#2324

Merged
monkeyiq merged 1 commit intofilesender:developmentfrom
monkeyiq:2025/july/osx-ux
Jul 11, 2025
Merged

UX: On OSX/Safari it seems lengthComputable is not set.#2324
monkeyiq merged 1 commit intofilesender:developmentfrom
monkeyiq:2025/july/osx-ux

Conversation

@monkeyiq
Copy link
Copy Markdown
Contributor

The evt.lengthComputable is false on osx/safari. This leads to the progressbar not being updated in the UI. The code doesn't actually need to use the total size from the evt message so if there is some indication of what is done we can update the progress anyway.

This should allow a nice download progress message on OSX/Safari.

Tested in an A/B on the current version of macos/safari as of today.

The evt.lengthComputable is false on osx/safari. This leads to the
progressbar not being updated in the UI. The code doesn't actually
need to use the total size from the evt message so if there is some
indication of what is done we can update the progress anyway.

This should allow a nice download progress message on OSX/Safari.

Tested in an A/B on the current version of macos/safari as of today.
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.

1 participant