inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

iOS: Add support for the throttling in Network tab #134

Open SuperPat45 opened 2 years ago

SuperPat45 commented 2 years ago

I notice the throttling option in the Network tab does not have any effects.

Would it be possible to make it work?

auchenberg commented 2 years ago

Thanks for filing this. I doubt it, as Webkit don't have such APIs per my understanding, but let's try to figure it out.

auchenberg commented 2 years ago

Looks like this is the way is to do it in iOS, https://nshipster.com/network-link-conditioner.

I wonder if there's any APIs available.