IMFJS
IMFJS
I am also experiencing this issue. I am using the C++/WinRT projection of the WebView2 Core WinRT API. The SDK version is 1.0.1343.22. It seems that none of the [DownloadOperation](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2downloadoperation)...
@champnic I didn't mean to say that the issue is specific to WinRT. If anything, wouldn't this rather indicate that the issue is not specific to one platform, since this...
So I figured out why the StateChanged event did not fire in our case: After getting the DownloadOperation object from the DownloadStartingEventArgs to register the StateChanged event handler, you need...
Thanks for working on this. Unfortunately, even with the latest stable runtime 125.0.2535.92 the StateChanged event handler does not get called when the DownloadOperation reference is not preserved.
I also was not able to reproduce the issue in the Win32 sample app using the Win32 API. However, I did manage to reproduce the issue in this very [basic...
I have tried this before and got a memory leak. I just tried this again in the demo project and still get the memory leak. Capturing the download operation would...