I am attempting to track down an integration issue with IJSRuntime in Blazor (server-side). I do have the call I am making, with everything seeming to be configured properly, and no exceptions thrown. However, I want to see exactly what is being invoked in the browser so I can know for sure what is happening and can further copy/paste to the integration partner if needed.
Is there a way to:
I have spent some time searching this and nothing obvious has presented itself, so wanted to try my luck here to see if someone might assist in pointing me in the right direction.