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

x/xhr/mod.ts>XMLHttpRequest#open

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

Parameters

method: string
url: string
optional
async = [UNSUPPORTED]
optional
username: string | null = [UNSUPPORTED]
optional
password: string | null = [UNSUPPORTED]