You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datadog RUM tracks our WebView2-based application and for ~1% overall calls from web-side to native-side fails with Error: No parameters in result and it may crash the entire UI. We know the error message may come from v8(/third_party/blink/renderer/bindings/modules/v8/v8_post_remote_object_call_sync_results.cc), it provides little information for debugging purpose. As the reproduction rate is low, it's difficult for us to track the cause.
I find it's quite similar to #4497, is it related to the option ignoreMemberNotFoundError?
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
Evergreen
SDK Version
1.0.1418.22, 1.0.2365.46
Framework
WPF
Operating System
Windows 10, Windows 11
OS Version
No response
Repro steps
Create a native class, for example
using System.Runtime.InteropServices;namespaceFoo{[ClassInterface(ClassInterfaceType.None)][ComVisible(true)]publicsealedclassNetworkMonitor:EventListener{privatereadonlyINetworkMonitorService_networkMonitorService;publicNetworkMonitor(INetworkMonitorServicenetworkMonitorService){_networkMonitorService=networkMonitorService;
_networkMonitorService.NetworkChanged +=OnNetworkChanged;}privatevoidOnNetworkChanged(objectsender,strings){
DispatchEvent("NetworkChanged", s);}publicboolIsInternetAccess(){return _networkMonitorService.LastNetworkAvailable;}}}
Error: No parameters in result: {
"methodName": "",
"parameters": null,
"remoteObjectId": 0
}
at RemoteMessenger.postSyncRequestMessage @ <anonymous>:1:17256
at Function.applyHostFunction @ <anonymous>:1:38041
at Object.apply @ <anonymous>:1:26077
at Object.apply @ <anonymous>:540:58
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Don't know
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered:
What happened?
Datadog RUM tracks our WebView2-based application and for ~1% overall calls from web-side to native-side fails with
Error: No parameters in result
and it may crash the entire UI. We know the error message may come from v8(/third_party/blink/renderer/bindings/modules/v8/v8_post_remote_object_call_sync_results.cc), it provides little information for debugging purpose. As the reproduction rate is low, it's difficult for us to track the cause.I find it's quite similar to #4497, is it related to the option ignoreMemberNotFoundError?
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
Evergreen
SDK Version
1.0.1418.22, 1.0.2365.46
Framework
WPF
Operating System
Windows 10, Windows 11
OS Version
No response
Repro steps
AddHostObjectToScript
foo
right after the page is loaded in WebView2Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Don't know
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: