Skip to content

Fix issues with API inconsistencies

Pre-release
Pre-release
Compare
Choose a tag to compare
@JetFault JetFault released this 22 Apr 18:37
· 6 commits to master since this release

Hermes send was actually sendMessage in code. The correct method is indeed, hermes.send()

Also, adds source and origin of message received.

hermes.on('message', function(data, cb, source, origin) { });