Reload window
Closed this issue · 3 comments
Deleted user commented
In node webkit I can do:
require("nw.gui").Window.get().reload(3);
Anything like this for macgap?
jeff-h commented
Nothing right now. This should be trivial — I will add it over the weekend.
gobijan commented
For me this works:
window.location.reload()
jeff-h commented
Ha, nice one! @tschundeee thanks for saving me some time :)
I've documented this at https://github.com/maccman/macgap/wiki/JavaScript-developer-hints