Navigator: taintEnabled() method
TheNavigator.taintEnabled() method always returnsfalse.
Tainting was a security method used by JavaScript 1.2. It has long been removed; thismethod only stays for maintaining compatibility with very old scripts.
In this article
Syntax
js
taintEnabled()Parameters
None.
Return value
Always returnsfalse.
Specifications
| Specification |
|---|
| HTML> # dom-navigator-taintenabled> |