score:0

ajax.ascallback has type callback that should be executed by calling .runnow(). i believe, that your get query just works fine, because somewhere down the code you do this .runnow() for it, but you don't do it for your delete query.

here are both of your examples work just fine:

https://scastie.scala-lang.org/mikla/geclg2ojslwhjbcagaxz9g/10 (check browser console output)


Related Query