Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. Navigator
  4. productSub

Navigator: productSub property

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

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

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp