Re: More on workerStart

On Thu, Jun 4, 2015 at 11:21 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> Hmm, not sure how to account for that. Any tips?
>>
>
> Did you read what
> http://www.w3.org/TR/navigation-timing/#dom-performancetiming-navigationstart
> says?


Are you referring to "If there is no previous document, this attribute must
return the same value as fetchStart"?

As ppi@ noted in his doc: "In fact, however, the HTML spec requires every
new browsing context to load the about:blank document at initialization,
therefore there is always a previous document and this particular condition
never applies." [1]

How is about:blank special, won't it trigger the same navigation algorithm?
[2]

Apologies if I'm missing your point here..

[1]
https://docs.google.com/document/d/1XjmlMpbPgQkBpj_sayrXyiyyImPiL0wyueWfiuD7bk0/edit?pli=1#
[2]
https://github.com/w3c/hr-time/commit/1a97ad7839123cafdc30cd85bf7e7f19b3901c8f#diff-eacf331f0ffc35d4b482f1d15a887d3bR295

Received on Thursday, 4 June 2015 19:40:10 UTC