Currently, we are sending the request directly from the devtools UI using fetch, which sometimes can be inaccurate when the app has some client states like cookies etc. We should forward the arguments to the app client, sending the request from the app, and forward the return value to the devtools UI to present it.
Currently, we are sending the request directly from the devtools UI using
fetch, which sometimes can be inaccurate when the app has some client states like cookies etc. We should forward the arguments to the app client, sending the request from the app, and forward the return value to the devtools UI to present it.