godmodelabs / ejecta-v8

A port of @phoboslabs EjectaJS which uses v8 instead of JavaScriptCore.
http://godmodelabs.github.io/ejecta-v8/
84 stars 16 forks source link

Fix race condition: if success, error or always ajax cb calls abort()… #14

Closed unverbraucht closed 6 years ago

unverbraucht commented 6 years ago

… on the same request object, the callbacks would have been executed twice.