Bug 18359 - WebKit doesn't implement Date.now()
Summary: WebKit doesn't implement Date.now()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P4 Enhancement
Assignee: Nobody
URL: javascript:alert(Date.now())
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-04-08 03:48 PDT by Alexey Proskuryakov
Modified: 2008-05-14 04:01 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>.