Open BenSpencer opened 9 years ago
2c3039cbdc adds synchronised AJAX callbacks to the manual and server modes. This would probably be useful for concolic mode as well. At the moment I think concolic mode captures all AJAX responses but never allows them to trigger.
Ideally, the whole async events system for timers and AJAX which we use in server mode would be enabled in concolic mode.
2c3039cbdc adds synchronised AJAX callbacks to the manual and server modes. This would probably be useful for concolic mode as well. At the moment I think concolic mode captures all AJAX responses but never allows them to trigger.