Closed thomaseizinger closed 3 years ago
The big picture of this change is to treat content-script and background-script as "dumb" pipes that basically just pass through data.
This allows an error that is returned from the wallet to pop-out in the in-page script without further modification.
Tested e2e tests manually ✔
The big picture of this change is to treat content-script and background-script as "dumb" pipes that basically just pass through data.
This allows an error that is returned from the wallet to pop-out in the in-page script without further modification.