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

Frames: Abort prior requests during navigation #418

Merged

Commits on Oct 4, 2021

  1. Frames: Abort prior requests during navigation

    Closes hotwired#417
    
    ---
    
    If there is an unresolved `FetchRequest` in-flight when navigating a
    Turbo Frame, [abort][] its underlying [AbortController][] instance.
    
    [abort]: https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort
    [AbortController]: https://developer.mozilla.org/en-US/docs/Web/API/AbortController
    seanpdoyle committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    7a7d836 View commit details
    Browse the repository at this point in the history