When reporting a timestamp from FETCH/HTML, the timestamp relies on a global object (for getting the time origin). However, at that point in time the global object is either the previous global object or not yet created as it is only created upon handling of the response.
Not sure exactly how to spec this Perhaps RT should have a way of adjusting the timeOrigin after the fact, or the new timeOrigin (which is already known) can somehow be passed to FETCH and used when retrieving current high resolution time?
When reporting a timestamp from FETCH/HTML, the timestamp relies on a global object (for getting the
time origin
). However, at that point in time the global object is either the previous global object or not yet created as it is only created upon handling of the response.Not sure exactly how to spec this Perhaps RT should have a way of adjusting the
timeOrigin
after the fact, or the newtimeOrigin
(which is already known) can somehow be passed to FETCH and used when retrievingcurrent high resolution time
?See also https://github.com/w3c/hr-time/issues/131