Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

max_overdrive

Member since
max_overdrive

Recent Docs Activity

View all activity
Page Date Comment

Date.now()


https://jsperf.com/date-now-vs-new-date-gettime/11 shows that new Date().getTime() is faster than +(new Date) in ie8 (primary target for this shim)

Using Web Workers


8 words added