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
Not sure if it's worth trading 2 characters with possibly performance losses in older browsers
Whoops, missed the point that you were talking about older browsers.
Anyway, JS is faster than network, and having two fewer bytes to transfer might be better in the end than being 10-20% faster in older Chromes and Firefoxes. (I haven’t tested though.)
...which is unoptimized in older browsers (https://github.com/nolanlawson/optimize-js). Not sure if it's worth trading 2 characters with possibly performance losses in older browsers.
UglifyJS needs those options to stay with (function(){}):
compress: { negate_iife: false, }, output: { wrap_iife: true, },
The text was updated successfully, but these errors were encountered: