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

Re-do interrupted and aborted navigations #68

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Commits on Mar 11, 2021

  1. Re-do interrupted and aborted navigations

    Closes #38 by making it explicit that the stop button is meant to trigger the navigate event's AbortSignal.
    
    Closes #10 by getting rid of queued-up navigations, their associated event, and their associated callback variants to update() and push(). Instead, navigations during other navigations interrupt the ongoing one. As the new example tries to show, this seems to work pretty well.
    
    Closes #13 by canceling all pending navigations when another one starts, of which the case discussed there is one example.
    domenic committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2aaa061 View commit details
    Browse the repository at this point in the history