Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(offline): Clean up orphaned segments on abort #4177

Merged
merged 2 commits into from Apr 30, 2022

Commits on Apr 29, 2022

  1. fix(offline): Clean up orphaned segments on abort

    If a storage operation is aborted (via API, not via closing the page),
    this will now be cleaned up from the database.  More work is needed to
    find and remove orphaned segments in the database.
    
    Related to shaka-project#4166 and follow-up to PR shaka-project#4176.
    joeyparrish committed Apr 29, 2022
    Copy the full SHA
    e5409cc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Update jsdoc

    joeyparrish committed Apr 30, 2022
    Copy the full SHA
    f7cff0c View commit details
    Browse the repository at this point in the history