First Major Version
This release features some major changes including:
[REMOVED]
- Named pages have been completely removed
[CHANGED]
send
now uses a second argument with a property calledtabId
to send a message to a tab (this was previouslytarget
)useLine
was renamed togetMessage
[ADDED]
getMessage
returns a tuple with three elements: a message sender, a message Observable, and awaitFor
function that resolves on the first message received.