[Webkit-unassigned] [Bug 225610] performance.now() does not tick during system sleep

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 15:50:23 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=225610

--- Comment #6 from Alex Christensen <achristensen at apple.com> ---
I was looking into something else and found something related to this problem: Performance::now calls MonotonicTime::now which calls mach_absolute_time.  If I understand correctly, this is a request for a timer that uses mach_continuous_time instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210521/952f48ec/attachment.htm>


More information about the webkit-unassigned mailing list