currentBrowser method of core/src/support/Utils needs to be updated - currently, seems not to properly handle Safari browser feature detection adequately.
Minimally we should safely handle Chrome, Firefox, Safari, Opera, MS Edge.
Also, we should update the browser name conventions found in core/src/support/Browser enum with 'FIREFOX' instead of 'EXTENSIONS' in preparation for API wrapper updates....
Relates #146 etc.
currentBrowsermethod ofcore/src/support/Utilsneeds to be updated - currently, seems not to properly handle Safari browser feature detection adequately.Minimally we should safely handle Chrome, Firefox, Safari, Opera, MS Edge.
Also, we should update the browser name conventions found in
core/src/support/Browserenum with 'FIREFOX' instead of 'EXTENSIONS' in preparation for API wrapper updates....Relates #146 etc.