You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated version, added clarification on usage
Added release information for the ES5 transpiled version
Users need to import the script, as well as adding the module to their project. Added that to install guide
Improvement to executeAsyncFunction
Now it promisifies the chrome.runtime.onMessage so that it no longer needs to wait or timeout. Timeouts can still be passed but will be ignored.