---
title: load
framework: tvmljs
role: symbol
role_heading: Instance Property
path: tvmljs/xmlhttprequest/1627352-load
---

# load

An event signifying the request was successfully loaded.

## Declaration

```data
attribute  load;
```

## See Also

### Responding to Events

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