taintEnabled method
The Navigator.taintEnabled()
method always returns
false
.
Tainting was a security method used by JavaScript 1.2. It has long been removed; this method only stays for maintaining compatibility with very old scripts.
Implementation
external bool taintEnabled();