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

x/xhr/globals.d.ts>XMLHttpRequestUpload

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

Represents the upload process for a specific XMLHttpRequest. It is an opaque object that represents the underlying, runtime-dependent, upload process. It is an XMLHttpRequestEventTarget and can be obtained by calling XMLHttpRequest.upload.

type

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