🏠 New in High Baseline Support: User agent sniffing

January 29, 2018

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