Skip to main content
Latest
variable XMLHttpRequest
import { XMLHttpRequest } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

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