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
The new markers feature going to be super helpful.
I believe adding parsing and compilation markers (both in time and defer) to it could be super helpful to understand the real cause of long JS and main thread bottlenecks.
Its s available in chromium devtools so i guess that something achievable.
The text was updated successfully, but these errors were encountered:
Nothing that I can think of. Could you confirm those are dedicated to a single document and you won't be able to observe other documents this way? That would be my expectations, but I might be wrong.
Given that markers are already behind crossOriginIsolation, the documents of the page already "agreed" seeing their data to be potentially exposed to other documents of the page, via the Spectre vulnerability. So I guess, even if there was a risk of leaks, we could still argue this is not worse than the status-co in this case.
Still I would be more confident if one could say that this could not be used to observe others. I think it can't.
The new markers feature going to be super helpful.
I believe adding parsing and compilation markers (both in time and defer) to it could be super helpful to understand the real cause of long JS and main thread bottlenecks.
Its s available in chromium devtools so i guess that something achievable.
The text was updated successfully, but these errors were encountered: