You are here: Reference > JavaScript > client-side > browser > methods > doReadRequest (userProfile)
doReadRequest method (userProfile)
9 |
Executes all requests from the read-requests queue.
The entire userProfile object, and therefore the doReadRequest method as well, are deprecated and the support for them has been removed in Internet Explorer 9.
Syntax:
You can find the related objects in the Supported by objects section below.
Parameters:
Required. Integer that specifies the access type. One of the following values:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Optional. String that specifies an identifiable name (and URL) that the user recognizes as the source of the request. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Optional. String that specifies the domain of the server making the request. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Optional. String that specifies the path of the server document making the request. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Optional. Sets the date when the user's permission settings expire. Not used by Internet Explorer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Optional. Not used by Internet Explorer. |
Return value:
This method has no return value.
Supported by objects:
Related pages:
External links:
User Contributed Comments