admin管理员组

文章数量:1390204

According to the MDN the archaic navigator.productSub property returns the 'build number of the browser'. This probably worked in the nineties, but it's pretty useless now.

However, i'm interested in the numbers that some of the browsers return. Both Chrome and Safari always return the value 20030107, Firefox seems to return 20100101. What's the deal with these two numbers? Does 20030107 stand for July 1st, 2003? And what happened then that was so interesting?

Here's hoping someone can dig up a little web history.

According to the MDN the archaic navigator.productSub property returns the 'build number of the browser'. This probably worked in the nineties, but it's pretty useless now.

However, i'm interested in the numbers that some of the browsers return. Both Chrome and Safari always return the value 20030107, Firefox seems to return 20100101. What's the deal with these two numbers? Does 20030107 stand for July 1st, 2003? And what happened then that was so interesting?

Here's hoping someone can dig up a little web history.

Share Improve this question asked Dec 14, 2012 at 14:45 HuskyHusky 6,2263 gold badges50 silver badges43 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 6

First released as a public beta on January 7, 2003[2] on the pany's OS X operating system ...

https://en.wikipedia/wiki/Safari_(web_browser)

Chrome is based on WebKit

WebKit’s HTML and JavaScript code originally began as a fork of the KHTML and KJS libraries from KDE,[3] and has now been further developed by individuals from KDE, Apple Inc., Nokia, Google, Bitstream, RIM, Igalia, and others.[4] OS X, Windows, GNU/Linux, and some other Unix-like operating systems are supported by the project.[5]

https://en.wikipedia/wiki/WebKit

本文标签: javascriptWhy does navigatorproductSub always equals 392003010739 on Chrome and SafariStack Overflow