Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/xhr/mod.ts>XMLHttpRequestEventTarget

An XMLHttpRequest polyfill for Deno CLI and Deploy 🦕
Very Popular
Go to Latest
class XMLHttpRequestEventTarget
extends EventTarget
import { XMLHttpRequestEventTarget } from "https://deno.land/x/xhr@0.3.0/mod.ts";

Properties

onabort: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null
onerror: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null
onload: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null
onloadend: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null
onloadstart: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null
onprogress: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null
ontimeout: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null