Skip to main content

2 docs tagged with "xmlhttprequest"

View All Tags

Resumable File Uploads

Resumable File Uploads is used to upload large files in chunks. We may use XMLHttpRequest instead of fetch. Frontend Developer JavaScript Interview Questions

XMLHttpRequest

XMLHttpRequest is an older API that allows us to send and receive data from a server. XMLHttpRequest is a object that allows JavaScript to make HTTP requests.