wingify / across-tabs

Easy communication between cross-origin browser tabs. Simplified "CORS"ing!

Home Page:https://engineering.wingify.com/across-tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can new child tab be opened using form post

manpreet-compro opened this issue · comments

I am working on a use case in which i need to post some data in a form and submit it in new tab. conventional method is to use target attribute on form.

To have more control over new tab - i would like to open the new tab using openTab method of parent tab.
Can you please let me know if this is possible. I wasn't able to figure out the way