Rank: Advanced Member Groups: Member
Joined: 10/4/2016 Posts: 104
|
Does EO.Web expose any API that would allow the app to get the same data shown in Network tab of the Chrome inspect mode?
Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
No. The only thing you can do is to use the built-in debug UI interface. The debug UI itself uses Chromium's remote debugging feature, so you might be able to hack into the remote debugging protocol and find out what you want there. However that obviously is not officially supported by us.
Thanks!
|