kb.pub
Solução

Use Feature Detection

Médio
Employ feature detection libraries (like Modernizr) to ensure JavaScript functionality is only applied when supported by the browser.

Isso foi útil?