Feature detection (web development): Difference between revisions

Content deleted Content added
Stucox (talk | contribs)
No edit summary
Stucox (talk | contribs)
Line 24:
When undetectables are encountered, it is common to turn to [[User_agent#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 [httpshttp://github.com/Modernizr/Modernizr/wiki/Undetectables wiki].
 
==See also==