Stops any current navigation the window is performing.
Example
var win = fin.desktop.Window.wrap('uuid', 'name');
win.navigate('https://www.openfin.co/');
win.stopNavigation();
Stops any current navigation the window is performing.
var win = fin.desktop.Window.wrap('uuid', 'name');
win.navigate('https://www.openfin.co/');
win.stopNavigation();