Recent Docs Activity
View all activityPage | 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 |