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

x/xhr/types.d.ts>XMLHttpRequest

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

type

{ prototype: XMLHttpRequest; readonly DONE: number; readonly HEADERS_RECEIVED: number; readonly LOADING: number; readonly OPENED: number; readonly UNSENT: number; new (): XMLHttpRequest; }