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
MY SETUP:
Win10 Home on a virtual machine
EdgeHTML feature
THE ISSUE:
I'm running Win10 Home on a virtual machine and for whatever reason window.external.invoke always returns undefined rather than a Promise I can wait on (which I need for my javascript logic). But the invoke call is still making a rust api call that is working fine besides this one issue.
Unfortunately after searching through the issues it looks like I'm the only person experiencing this problem. But if anyone else is having this issue or has any advice to fix this please let me know.
The text was updated successfully, but these errors were encountered:
randall-coding
changed the title
external.invoke returns undefined instead of promise on Windows 10 Home
external.invoke returns undefined instead of promise on Windows 10
Nov 17, 2022
i have same problem too. i did try to use window.external.invoke and external.invoke but its not working.
check it: https://github.com/Boscop/web-view/issues/289
My setup:
linux fedora 38.
MY SETUP:
Win10 Home on a virtual machine
EdgeHTML feature
THE ISSUE:
I'm running Win10 Home on a virtual machine and for whatever reason
window.external.invoke
always returnsundefined
rather than a Promise I can wait on (which I need for my javascript logic). But the invoke call is still making a rust api call that is working fine besides this one issue.Unfortunately after searching through the issues it looks like I'm the only person experiencing this problem. But if anyone else is having this issue or has any advice to fix this please let me know.
The text was updated successfully, but these errors were encountered: