taintEnabled method
Returns whether data tainting is enabled.
Syntax
object.taintEnabled()Parameters
This method has no parameters.
Return value
Type: Boolean
Returns one of the following possible values:| Return value | Description |
|---|---|
|
Data tainting is supported. |
|
Data tainting is not supported. |
Standards information
There are no standards that apply here.
Remarks
Microsoft Internet Explorer 5 and earlier does not support data tainting and therefore always returns false.
See also
Show: