You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fetch all network requests (get and post) for a webpage. I've created a class and extended the lighthouse Gatherer.
I read the DevtoolsLog and then get the records like this
await NetworkRecords.request(devtoolsLog, context)
I get network request records, but they're only get requests. Is there a way to fetch all request records (get and post)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi y'all,
I'm trying to fetch all network requests (get and post) for a webpage. I've created a class and extended the lighthouse Gatherer.
I read the DevtoolsLog and then get the records like this
await NetworkRecords.request(devtoolsLog, context)
I get network request records, but they're only get requests. Is there a way to fetch all request records (get and post)?
Thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions