stylus/background
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
..
background.js sendMessage() 2017-11-25 18:00:38 +03:00
storage.js styleSectionsEqual() order of sections should be identical 2017-11-14 09:38:09 +03:00
style-via-api.js all actions must always return a Promise 2017-11-15 07:11:46 +03:00
update.js Revert: isSame/isEdited util 2017-11-09 14:11:25 +08:00
usercss-helper.js sendMessage() 2017-11-25 18:00:38 +03:00