MacGapProject/MacGap1

Reload window

Closed this issue · 3 comments

In node webkit I can do:

 require("nw.gui").Window.get().reload(3);

Anything like this for macgap?

For me this works:

window.location.reload()

Ha, nice one! @tschundeee thanks for saving me some time :)

I've documented this at https://github.com/maccman/macgap/wiki/JavaScript-developer-hints