Closed caffodian closed 8 years ago
The error handling for the AJAX request is going to need some work. Right now, if any request fails (timeout, intermittent 500, whatever), spellcheck will be broken on that page from then on, since it won't get to the render()
method and our _isBusy
check will always say that we're in the middle of a check.
Doing that in a separate PR would make sense to me.
This actually prevents two issues: