aklinker1/webext-core

Messaging: Serialize and return the entire error to the sender

Closed this issue · 1 comments

Currently, when an error is thrown by a onMessage handler, only the error message is returned to the sender. We can use serialize-error to serialize and de-serialize the error so we send the full error (including the stacktrace) back to the sender.

Released in v1.4.0