open
dependency doesn't close the socket even after the app has closed on Mac and Linuxopen("https://google.com", { wait: true }).then(() => console.log('closed'))
The above doesn't close the socket and doesn't print "closed" on Mac and Linux OS. Works as expected on windows
When we use the newInstance
argument, it opens on a new browser tab on MacOS but closes the socket as expected. However, no such workaround is available for linux OS.
open("https://google.com", { newInstance: true, wait: true }).then(() => console.log('closed'))
cc: @mpodwysocki
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too