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

Parent should have a callback when child sends a message

softvar opened this issue · comments

There should be a differentiation when a child sends a message.

  1. Whether it's a handshake message - onHandshakeCallback
  2. Or, it's a custom message - onChildCommunication

Fixed in v1.1.0

cc @m-hume