🏠 New in Low Baseline Support: User agent sniffing

July 29, 2015

caniuse · mdn · spec

The navigator.userAgent read-only property returns the user agent string for the current browser. Selectively showing content based on the user agent string is unreliable. Consider using feature detection instead.

Source features