across-tabs
across-tabs copied to clipboard
Easy communication between cross-origin browser tabs. Simplified "CORS"ing!
Steps to replicate: 1) Create a button on parent window which can open a new child tab. 2) Ensure that 'data-tab-opener' isn't used on that button. 3) Click that button...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.14.1. Changelog Sourced from js-yaml's changelog. [3.14.1] - 2020-12-07 Security Fix possible code execution in (already unsafe) .load() (in &anchor). [3.14.0] - 2020-05-22 Changed Support...
I have been able to get the 2 tabs to communicate from Parent to Child, but using child.sendMessageToParent("Hey Parent- Done with my work."), is never received by the parent. I...
Hi, I'm not sure why my child tab is not displaying the correct info when `child.getTabInfo()` is called. I get this: but when i use `parent.getAllTabs()` i get the right...
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...
Is there any plan to add typescript support to this project?
I'm working with two web pages, all pages imported the across-tabs library. The problem is occurred in communication. It works in modern browser, but I tested in IE10~11, not working....
Is it possible to pass a custom id to the tab to be opened? Looking at the source code it looks like the `id `is always generated from scratch...I would...