Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
GMXMLHttpRequestProgressResponse
Interface GMXMLHttpRequestProgressResponse
Response object for onprogress event of {@link GM_xmlhttpRequest}.
Hierarchy
GMXMLHttpRequestResponse
GMXMLHttpRequestProgressResponse
Index
Properties
context
finalUrl
lengthComputable
loaded
readyState
responseHeaders
responseText
status
statusText
total
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
Globals