This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
AjaxHook.js - A simple utility library for intercepting Ajax calls. | |
This may be useful to inject simple interceptors to analyze pr capture Ajax traffic and may be even useful for automation tests to determine when an Ajax response returns. | |
To use : | |
1>Create a new AjaxHook object | |
var hook = new AjaxHook(); |