puter.ui.hideWindow()The hideWindow method allows you to hide the window of your application.
puter.ui.hideWindow()
None.
None.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ui.hideWindow();
</script>
</body>
</html>