xhr.event.js

xhr event monitor

As of 2020-06-01. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://updategreasyfork.deno.dev/scripts/404457/811141/xhreventjs.js

نووسەر
askmiw
وەشان
0.0.1.20200601020906
Created
2020-06-01
Updated
2020-06-01
Size
1.68 KB
مۆڵەت
نییە

```javascript
window.addEventListener('ajaxReadyStateChange', function(e) {

});
```