Open Ephellon opened 4 years ago
Alright, f**k Firefox... I found the problems: the var ...
declarations that Firefox was whining about.
v4.1.2.0
→ let configuration...
Error: Redeclaration of configuration...
v4.1.2.1
→ var configuration...
OK
v4.1.2.2
→ var configuration...
← Up yours
Error: Message port does not exist
v4.1.2.3
→ let configuration...
← Why?
OK
Currently, it works as intended. let
+ init && init()
when re-initializing
Describe the error When enabling permissions for a site, Firefox does not update them asynchronously. I've tried adding waiting statements, but it does not like them.
To Reproduce Steps to reproduce the behavior:
Allow all permissions
buttonEstimated location
0U
0B
0P
Screenshots If applicable, add screenshots to help explain your problem.
Extension Information
4.1.2.2
store
GitHub
firefox
Additional comments Add any other comments about the problem here, such as how often the issue occurs, any new changes, etc.