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.