textlint-chrome-extension icon indicating copy to clipboard operation
textlint-chrome-extension copied to clipboard

Refactor entire app using SandboxSender/Receiver in chrome-util

Open io-monad opened this issue 8 years ago • 0 comments

By using SandboxSender and SandboxReceiver in @io-monad/chrome-util which is introduced in #34 , we can send messages to the sandbox without indirectly callbacks via returning event.source.postMessage.

This change would make the message flow in the extension much simpler, and reduces lots of codes. So we want to refactor the entire app by using chrome-util.

io-monad avatar Apr 24 '16 16:04 io-monad