You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some examples that are completely undefined right now, as far as I can tell:
If an iframe is navigated via changing the src attribute, does that load get added to resource timing? For which page?
If an iframe is navigated via setting its location.href, same questions.
If an iframe is navigated via meta refresh, same questions.
Similar questions for an <object> or <embed>, with the additional complication that for those you don't know up front whether the load is a navigation or not.
The text was updated successfully, but these errors were encountered:
Some examples that are completely undefined right now, as far as I can tell:
If an iframe is navigated via changing the src attribute, does that load get added to resource timing? For which page?
If an iframe is navigated via setting its location.href, same questions.
If an iframe is navigated via meta refresh, same questions.
Similar questions for an
<object>
or<embed>
, with the additional complication that for those you don't know up front whether the load is a navigation or not.The text was updated successfully, but these errors were encountered: