mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
For back-compat, in case of an early abort, callbacks passed in the options are not called (while subsequent callbacks attached to the returned Promise are). For early abort triggered by returning false in beforeSend, statusText is "canceled".