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
jQuery.trim was useful for IE <9 and later to workaround an old Android Browser issue but we don't support that browsers anymore on master. It also adds one niceity that it accepts a null value that it turns to an empty string but that's it. Should we deprecate it?
Description
jQuery.trimwas useful for IE <9 and later to workaround an old Android Browser issue but we don't support that browsers anymore onmaster. It also adds one niceity that it accepts anullvalue that it turns to an empty string but that's it. Should we deprecate it?Link to test case