confirmWebWideTrackingException method
Indicates whether an exception exists for services from a given domain.
![]() |
Syntax
var retVal = navigator.confirmWebWideTrackingException(args);Parameters
- args [in]
-
Type: object
An object literal containing the following attribute:
Value Meaning - domain
Cookie-like string that identifies the service host that the exception belongs to.
- retVal [out, retval]
-
Type: boolean
Returns
truewhen the user has previously granted an exception for the service host identified in the domain attribute of the args object literal.falseotherwise.
Return value
Type: boolean
Returns true when the user has previously granted an exception for the service host identified in the domain attribute of the args object literal. false otherwise.
Remarks
Note This method is not supported for Windows Store apps
See also
Show:
