Feature detection (web development): Difference between revisions

Content deleted Content added
m Undetectables: clean up; HTTP→HTTPS for Github using AWB
Line 28:
When undetectables are encountered, it is common to turn to [[User agent#User agent sniffing|user agent sniffing]] as an alternative mechanism, or to employ [[defensive coding]] to minimise the impact if the feature turns out not to be supported.
 
The [[Modernizr]] project maintains a record of known undetectables on their [httphttps://github.com/Modernizr/Modernizr/wiki/Undetectables wiki].
 
==See also==