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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Using promises is lovely, but envelope.reply appears to be a node-style callback.
I was actually bitten by this, I expected .reply to simply accept my data and ended up having to dig up where an error Firefox couldn't print was coming from.
I would recommend an alternative to .reply that simply accepts a value, paired with another that accepts an error.
The API is confusing.
Using promises is lovely, but
envelope.replyappears to be a node-style callback.I was actually bitten by this, I expected
.replyto simply accept my data and ended up having to dig up where an error Firefox couldn't print was coming from.I would recommend an alternative to
.replythat simply accepts a value, paired with another that accepts an error.