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
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Using https://github.com/mozilla/webextension-polyfill enables defining the external APIs directly with
Promise
s. This is nice because it doesn't break the ability to DI aChromePlatform
.We could also very easily use impure extension functions to achieve the result (https://github.com/JakeWharton/SdkSearch/compare/jakew/promise/2018-01-25), but it currently breaks the Kotlin JS compiler...
The text was updated successfully, but these errors were encountered: