Tutorial: window.stopNavigation

window.stopNavigation

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();