123456789101112131415161718 |
- // This JS doesn't do anything, just want to have syntax highlight on my thoughts
- //
- //
- commChannel with two points
- obj1 <- channel -> obj2
- as obj2: channel.send('hello');
- obj1:
- // Seems like a 2 way event system
- channel.on('hello');
|