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
In normal browser, this will display a dialog and wait for user's permission, but in NW it seems to be waiting without a dialog being displayed. I think NW should do the same behavior unconditionally as if choosing permission.
The text was updated successfully, but these errors were encountered:
NWJS Version : 28.3
Operating System : Windows 64
Unfortunately, the issue #4464 is automatically closed, but I still hope to resolve this issue.
promise returned from requestMIDIAccess() with {sysex:true} will not be resolved nor rejected.
The code below does not show "OK" nor "Error" alert.
In normal browser, this will display a dialog and wait for user's permission, but in NW it seems to be waiting without a dialog being displayed. I think NW should do the same behavior unconditionally as if choosing permission.
The text was updated successfully, but these errors were encountered: