On Wed, May 20, 2015 at 1:16 PM, Andrea Marchesini <amarches...@mozilla.com>
wrote:

> Summary: user timing API in workers. We already have this API exposed to
> main-thread content but it's nice to have it also in workers, shared
> workers and service workers.
>
> Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1155761
> <https://bugzilla.mozilla.org/show_bug.cgi?id=1158032>
>
> Link to standard:  http://www.w3.org/TR/user-timing/


I think its important to note that User Timing on workers is not in the
current spec.  In particular, there is standard definition of the time
origin for workers, although we have our own definition thanks to our
performance.now() on worker extension.

If I remember correctly, I think you are also exposing navigationStart in
workers so that the script can inspect the current time origin in absolute
terms.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to