angular-post-message
angular-post-message copied to clipboard
Support specify recipient window explicitly
Support specify sender or use window.opener if exist
And i can‘t run the unit test, so i update karma to 4.0.0 And i think multiple test spec shared use the same window, make bind message confusion, So i change to create new window for each test spec.