Navigator: productSub property
TheNavigator.productSub read-only property that returns either the string "20030107", or the string "20100101".
In this article
Value
Either "20030107", or "20100101".
Examples
js
document.body.textContent = `productSub: ${navigator.productSub}`;Notes
On IE, this property returns undefined.
On Apple Safari and Google Chrome this property always returns20030107.
On Firefox, this property always returns20100101.
Specifications
| Specification |
|---|
| HTML> # dom-navigator-productsub-dev> |