imacrayon / alpine-ajax

An Alpine.js plugin for building server-powered frontends.
https://alpine-ajax.js.org
MIT License
666 stars 15 forks source link

Allow $ajax to recover from aborted requests #97

Closed imacrayon closed 1 month ago

imacrayon commented 1 month ago

The $ajax() method should just ignore aborted requests is the same way that <form> and <a> elements do.

Fixes #90