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
What did you expect to see and what you saw instead?
I wanted to show a file open dialog using the "window.showOpenFilePicker()" method, but instead got the error message:
"Unhandled Promise Rejection: TypeError: windows.map is not a function. (In 'windows.map(window => [Number(window.index), new ApplicationWindow(window)])', 'windows.map' is undefined)"
the error originates from application.js:151
The error seems to happen with all application.js methods that should return a window (getCurrentWindow(),getWindow(),getWindows())
The text was updated successfully, but these errors were encountered:
What OS are you using (
uname -a
, or Windows version)?Linux nobara-mini 6.7.0-204.fsync.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC TKG Wed Jan 17 09:24:55 UTC 2024 x86_64 GNU/Linux
What version Socket Runtime are you using?
0.5.4 (f90ba12)
What did you expect to see and what you saw instead?
I wanted to show a file open dialog using the "
window.showOpenFilePicker()
" method, but instead got the error message:"
Unhandled Promise Rejection: TypeError: windows.map is not a function. (In 'windows.map(window => [Number(window.index), new ApplicationWindow(window)])', 'windows.map' is undefined)
"the error originates from application.js:151
The error seems to happen with all application.js methods that should return a window (getCurrentWindow(),getWindow(),getWindows())
The text was updated successfully, but these errors were encountered: