I have tried to minimize web-browser using javascript.
According to the document related to the issue, there is no way to do it.
However, I finally found the following document.
https://developer.mozilla.org/en-US/docs/Web/API/Window/minimize
When I tried call the function, window.minimize(), error statement came up:
Uncaught TypeError: window.minimize is not a function(…)
Is there way to minimize web-browser using javascript?