Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphic should indicate fetchStart is a required field, not a parenthesized zeroed field #98

Closed
JosephPecoraro opened this issue Feb 14, 2017 · 1 comment

Comments

@JosephPecoraro
Copy link

The graphic description says:

Attributes in parenthesis indicate that they may not be available if the resource does not pass the timing allow check algorithm.

fetchStart is shown with parenthesis, but it should not be zeroed according to the timing allow check:

... these attributes of its PerformanceResourceTiming object must be set to zero: redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, requestStart, responseStart, secureConnectionStart, transferSize, encodedBodySize and decodedBodySize.

Likewise the description of fetchStart does not mention returning zero:

On getting, the fetchStart attribute must return as follows:

  • The time immediately before the user agent starts to fetch the final resource in the redirection, if there are HTTP redirects or equivalent.
  • The time immediately before the user agent starts to fetch the resource otherwise.

It seems "(fetchStart)" should be "fetchStart" in the graphic.

@plehegar
Copy link
Member

agreed. pull request to fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants