xhr.event.js

xhr event monitor

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/829696/xhreventjs.js

Aŭtoro
askmiw
Versio
0.0.1.20200723082356
Kreita
2020/06/01
Ĝisdatigita
2020/07/23
Size
2,02 kb
Licenco
N/A

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

});
```