Bug 18359

Summary: WebKit doesn't implement Date.now()
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement Keywords: InRadar
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: javascript:alert(Date.now())

Description Alexey Proskuryakov 2008-04-08 03:48:36 PDT
Just saw this mentioned in a blog.

It doesn't seem to add any functionality over "new Date()", and is only available in Firefox - but it may still make sense to add it for compatibility.
Comment 1 Alexey Proskuryakov 2008-05-14 00:24:49 PDT
<rdar://problem/5933644>
Comment 2 Alexey Proskuryakov 2008-05-14 04:01:31 PDT
Fixed in <http://trac.webkit.org/changeset/33422>.