Intent to implement and ship PerformanceResourceTiming.workerStart
25 views
Skip to first unread message
Ben Kelly
unread,
Oct 5, 2017, 12:43:34 PM10/5/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
The PerformanceResourceTiming API has had a `workerStart` value specified
for a couple years now. Its defined to represent the time when we trigger
a service worker FetchEvent. It will be zero if service workers are not
involved.
But I don't think those need to block shipping the property. We can adjust
the values as the spec is clarified. Also, one of the reasons I am
implementing this now is so we can enable the WPT test. Our
PerformanceResourceTiming code is completely broken for SW in e10s right
now and we missed it because the test is not passing. (This will be fixed
in FF58 as well.)
The WPT test is here and is being expanded slightly with our implementation: