Glossary coding Term Page

XMLHttpRequest

the older browser API that still offers granular upload control and progress events

xmlhttprequest #coding#svelte
Korean version

Related Concepts

Core Idea

XMLHttpRequest is the older browser API that still offers granular upload control and progress events. It usually makes the most sense alongside Multipart upload, Progress event, AbortController.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept