Open
Bug 1426896
Opened 7 years ago
Updated 2 years ago
Navigation Timing does not show return URL
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: s.h.h.n.j.k, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36
Steps to reproduce:
1. Go to https://www.audero.it/demo/navigation-timing-api-demo.html
2. Open dev console and type performance.getEntriesByType("navigation")[0].toJSON().name
Actual results:
It returns "document"
Expected results:
Spec (https://w3c.github.io/navigation-timing/#performanceentry) says:
"The name attribute MUST return the DOMString value of the address of the current document."
Updated•7 years ago
|
Component: Untriaged → DOM
Product: Firefox → Core
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•