Interface GMXMLHttpRequestProgressResponse

Response object for onprogress event of {@link GM_xmlhttpRequest}.

Hierarchy

Index

Properties

Properties

public context: any

public finalUrl: string

public lengthComputable: boolean

public loaded: number

public readyState: number

public responseHeaders: string

public responseText: string

public status: number

public statusText: string

public total: number