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://update.greasyfork.org/scripts/404457/829696/xhreventjs.js

Autor
askmiw
Verzija
0.0.1.20200723082356
Napravljeno
01. 06. 2020
Ažurirano
23. 07. 2020
Size
2,02 КБ
Licenca
Nije dostupno

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

});
```