tshaddix / webext-redux

A set of utilities for building Redux applications in Web Extensions.
MIT License
1.22k stars 180 forks source link

Remove safetyHandler and safetyMessage #242

Closed zackzeyu closed 4 years ago

zackzeyu commented 4 years ago

Proxy store inside an iframe cannot access the appropriate Chrome APIs to handle non-port messages, thus we remove all safety messages to eliminate errors arising arising from this restriction.