- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Mon, 16 Mar 2015 22:26:47 -0400
- To: public-web-perf@w3.org
On 3/16/15 9:49 PM, Todd Reifsteck wrote: > performance.getEntriesByName('document') returns navigation timing. // IMPLEMENTED BY IE. MISSING IN CHROME/FIREFOX See thread starting <https://lists.w3.org/Archives/Public/public-web-perf/2014Jun/0015.html> from 9 months ago or so. Has something actually changed in the spec drafts since then to make them make sense around this stuff? > performance.getEntriesByName(<name>) returns all user timings with the name, <name>. // IMPLEMENTED BY CHROME/IE. Performance.mark MISSING IN FIREFOX User timing is implemented in Firefox 38, for what it's worth. > performance.getEntriesByType('navigation') returns navigation timing. // IMPLEMENTED BY IE. MISSING IN CHROME/FIREFOX This is the same issue as the "document" one above. -Boris
Received on Tuesday, 17 March 2015 02:27:17 UTC