esamattis/underscore.string

Firefox Focus and Firefox Klar will cause global s variable to be redefined to 0

niftylettuce opened this issue · 0 comments

There is a core bug in all versions of Firefox Focus and Firefox Klar where the global variable s is redefined to 0. Therefore if you are using this library client-side, all usage will throw an error, e.g. if you call s.isBlank() the browser will throw isBlank is not a function.

mozilla-mobile/focus-android#4296
#415