You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connects an output port to an input port. After a connection is made, when a node emits a value on one of its connected output ports, the emitted value and tag will be used to invoke all connected input ports.
It's worth noting that input ports are simply functions, and therefore it's possible to 'connect' an output port to a function, eg. console.log.