issues
search
mellowtel-inc
/
mellowtel-js
With Mellowtel, your users can share a fraction of their unused internet by using a transparent opt-in/out mechanism. Trusted partners access the internet through this network, and you get paid for it.
https://www.mellowtel.com/
GNU Lesser General Public License v3.0
49
stars
5
forks
source link
fix: incorrect control flow into else if branch
#27
Closed
stefanbielmeier
closed
3 weeks ago
stefanbielmeier
commented
3 weeks ago
current behavior:
checkHostPermissionsMV2_3 never resolves, although it should resolve with a boolean
that way, the program doesn't work propertly
further, the else condition is never met
the else condition is required to successfully check optional permissions for declarativeNetRequestWithHostAccess
the else if condition runs incorrect logic anyways, so it's not needed.
checkHostPermissionsMV2_3 can simply just resolve with resolve(false) every time
current behavior: