exteranto / framework

The Exteranto browser extension framework core packages.
https://exteranto.github.io
MIT License
5 stars 4 forks source link

[messaging] incorrect object key when passing payload #84

Closed kouks closed 5 years ago

kouks commented 5 years ago

Describe the bug Messaging API has a bug where payload is not being passed due to an incorrect key name.

To reproduce Steps to reproduce the behaviour:

  1. Send a message from the content script with any payload
  2. See that the payload is not passed

Expected behaviour Payload should be passed

kouks commented 5 years ago

closed by #85