How to open a new tab without getting blocked by the browser using JavaScript?
Originally Published Here ๐!
To open a new tab without getting blocked by the browser, you need to use the window.open() method inside a click handler or any function which will be triggered by a user.
The browser will block all other invocation of ...
melvingeorge-me.hashnode.dev2 min read