PythonMonkey   v1.0.0 (dev)
Loading...
Searching...
No Matches
XMLHttpRequest-internal.d.ts File Reference

TypeScript type declarations for the internal XMLHttpRequest helpers. More...

Variables

export declare interface XHRResponse
 
status __pad0__
 
statusText __pad1__
 
contentLength __pad2__
 

Detailed Description

TypeScript type declarations for the internal XMLHttpRequest helpers.

Author
Tom Tang xmade.nosp@m.r@di.nosp@m.strib.nosp@m.utiv.nosp@m.e.net.nosp@m.work
Date
August 2023

Variable Documentation

◆ __pad0__

status __pad0__

HTTP status

◆ __pad1__

statusText __pad1__

HTTP status message

◆ __pad2__

contentLength __pad2__

The Content-Type header value

◆ XHRResponse

export declare interface XHRResponse
Initial value:
{
url: string

processResponse callback's argument type