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

x/xhr/globals.d.ts>XMLHttpRequestEventTarget

An XMLHttpRequest polyfill for Deno CLI and Deploy 🦕
Very Popular
Latest
variable XMLHttpRequestEventTarget
import { XMLHttpRequestEventTarget } from "https://deno.land/x/xhr@0.4.3/globals.d.ts";

The interface for event handlers for XMLHttpRequest and {@lincode XMLHttpRequestUpload}.

type

{ prototype: XMLHttpRequestEventTarget; new (): XMLHttpRequestEventTarget; }