[v3] Add Restore to JS runtime

This commit is contained in:
Lea Anthony
2023-06-12 10:44:05 +10:00
parent 2b2defb7c0
commit 1600bcb1d0
8 changed files with 26 additions and 6 deletions
@@ -57,6 +57,9 @@ func (m *MessageProcessor) processWindowMethod(method string, rw http.ResponseWr
case "UnMaximise":
window.UnMaximise()
m.ok(rw)
case "Restore":
window.Restore()
m.ok(rw)
case "Show":
window.Show()
m.ok(rw)