W3cubDocs

/Web APIs

Navigator: productSub property

The Navigator.productSub read-only property that returns either the string "20030107", or the string "20100101".

Value

Either "20030107", or "20100101".

Examples

document.body.textContent = `productSub: ${navigator.productSub}`;

Notes

On IE, this property returns undefined.

On Apple Safari and Google Chrome this property always returns 20030107.

On Firefox, this property always returns 20100101.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
productSub
1Always returns 20030107.
12Always returns 20030107.
1
15Always returns 20030107.
1Always returns 20030107.
18Always returns 20030107.
4
14Always returns 20030107.
1Always returns 20030107.
1.0Always returns 20030107.
4.4Always returns 20030107.
1Always returns 20030107.

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/productSub