paulirish / devtools-timeline-model

Unsupported
Other
173 stars 35 forks source link

Add networkRequestModel #27

Closed mixed closed 7 years ago

mixed commented 7 years ago

I am easily making a performance analysis tool using devtools-timeline-model. devtools-timeline-model is a good tool, but unfortunately does not support networkReqestModel. So I added networkReqestModel.

paulirish commented 7 years ago

hey @mixed ! hmm couldn't we just pull it off the timelineModel? It's publicly exposed there, so it seems fair:

const networkRequests = model.timelineModel().networkRequests();

wdyt?

mixed commented 7 years ago

@paulirish Oh!! 😱 My mistake. Your right. :)

paulirish commented 7 years ago

all good! :)