Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Add afterAjaxError event #151

Closed bob2517 closed 3 years ago

bob2517 commented 3 years ago

Need this for a work project. Currently there are error events for specific error codes, but nothing for general errors when you want to catch all ajax errors.

Add a general afterAjaxError event which runs after specific error code events. That way vars could be set up in the specific events if needed and acted on in the afterAjaxError event.

Will be a 2 minute fix to add in the event, but may not get onto it until the weekend.

bob2517 commented 3 years ago

Back onto core work today. This is done offline and will commit shortly.

bob2517 commented 3 years ago

Live for 2.5.2 release - closing.