I'd like to sign out user and close browser/tab using JS. i tried below similar code but it take no effect on the latest chrome.
window.open('','_parent','');
window.close();
can you help me?
I'd like to sign out user and close browser/tab using JS. i tried below similar code but it take no effect on the latest chrome.
window.open('','_parent','');
window.close();
can you help me?