---
title: readystatechange
framework: tvmljs
role: symbol
role_heading: Instance Property
path: tvmljs/xmlhttprequest/1627304-readystatechange
---

# readystatechange

An event signifying that a state change has occurred.

## Declaration

```data
attribute  readystatechange;
```

## See Also

### Responding to Events

- [abort](tvmljs/xmlhttprequest/1627402-abort.md)
- [error](tvmljs/xmlhttprequest/1627326-error.md)
- [load](tvmljs/xmlhttprequest/1627352-load.md)
- [loadend](tvmljs/xmlhttprequest/1627393-loadend.md)
- [loadstart](tvmljs/xmlhttprequest/1627371-loadstart.md)
