synchronous
expected output: "request completed" then "other processing"
asynchronous
expected output: "other processing" then "request completed"
send and abort
expected output: "other processing" (and not "never called")
Clear