Skip to content

Commit

Permalink
Add initiator type to Resource Timing data.
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Mar 13, 2014
1 parent 2e2f35f commit 1393216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/restiming.js
Expand Up @@ -40,8 +40,7 @@ impl = {
for(i = 0; i < r.length; ++i) {
data.restiming[i] = {
rt_name: r[i].name,
// reinstate this if entryType is ever something other than "resource"
//rt_type: r[i].entryType,
rt_type: r[i].initiatorType,
rt_st: r[i].startTime,
rt_dur: r[i].duration,
rt_fet_st: r[i].fetchStart,
Expand Down

0 comments on commit 1393216

Please sign in to comment.