Window navigator.taintEnabled()
Definition and Usage
The taintEnabled() method was removed in JavaScript version 1.2.
It should be avoided to prevent RUN-TIME ERRORS in the future.
Syntax
navigator.taintEnabled()
Parameters
| NONE | 
Return Value
| Type | Description | 
| A boolean | trueif the browser has data tainting enabled,
otherwisefalse | 
 
 
