Skip to content

Commit

Permalink
Include method in asset (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored May 29, 2021
1 parent 3ebdb63 commit 591ebe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/collect.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ module.exports = {
},
totalTime,
timings,
content
content,
method: entry.request.method
};

if (entry._renderBlocking) {
Expand Down

0 comments on commit 591ebe5

Please sign in to comment.