skpm / sketch-dev-tools

See your plugin logs, inspect the state of Sketch documents, explore actions, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network tab

mathieudutour opened this issue · comments

  • need to modify sketch-polyfill-fetch to report what we need
  • what do we need?

What I had in mind was mainly the basic request and response information, so headers, body, duration of the request, maybe keeping track of treads...

I don't know how far this is possible, but it might be worth exploring if we can get this information by somehow listening to all NSTasks rather than having to send it manually in the polyfill