XDomainRequest property
Returns a reference to the constructor for objects derived from the XDomainRequest interface object.
![]() |
Syntax
HRESULT value = object.get_XDomainRequest(IDispatch** p);
Property values
Type: Object
Reference to the constructor of the interface object.
Remarks
This member supports the Document Object Model (DOM) infrastructure and is not intended to be used directly from your code. Use the constructor.prototype property of an object derived from the XDomainRequest interface object to manage the behavior of XDomainRequest objects. For more information, see Advanced Object Creation (JScript).
Show:
