DEV Community

Discussion on: Performance measuring

Collapse
 
jwp profile image
John Peters

Nice Victor thanks!

 const [entry] = performance.getEntriesByType("navigation");

Is performance a library?

Collapse
 
victormagarlamov profile image
Victor Magarlamov

Yes, I forgot to say it! Sorry! Performance is a property of the window object. developer.mozilla.org/en-US/docs/W...