stylus/popup
tophf 978e5ca9f0 sendMessage()
Promise mode [default]:
  - rejects on receiving {__ERROR__: message} created by
    background.js::onRuntimeMessage
  - suppresses chrome.runtime.lastError
    by browserAction.setText which lacks a callback param in chrome API

Callback mode:
  - enabled by passing a second param
  - doesn't suppress chrome.runtime.lastError
2017-11-25 18:00:38 +03:00
..
popup.css emphasize disableAll mode: make the label red and bold 2017-11-13 20:42:35 +03:00
popup.js sendMessage() 2017-11-25 18:00:38 +03:00