fix performance timing precision and navigation_start unit; add LoadEventStart and LoadEventEnd timing

This commit is contained in:
Zhen Zhang 2016-04-12 14:19:08 +08:00
parent ac062931e2
commit 7169a08a34
5 changed files with 43 additions and 20 deletions

View file

@ -27,6 +27,6 @@ interface PerformanceTiming {
readonly attribute unsigned long long domContentLoadedEventStart;
readonly attribute unsigned long long domContentLoadedEventEnd;
readonly attribute unsigned long long domComplete;
/* readonly attribute unsigned long long loadEventStart;
readonly attribute unsigned long long loadEventEnd; */
readonly attribute unsigned long long loadEventStart;
readonly attribute unsigned long long loadEventEnd;
};