Question:How can an Ajax request that has not yet received a response be canceled or aborted?
A xhr is an Ajax variable xhr.abort()
B xhr is an Ajax variable xhr.cancel()
C xhr is an Ajax variable xhr.die()
D xhr is an Ajax variable xhr.destroy()
+ AnswerA
+ Report