dwyl / dwyl/learn-progressive-web-apps
Should we use Modernizr for Feature Detection?
Open
enhancement
help wanted
question
- Dominant language
- JavaScript
- Stars
- 20
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The _question_ is: how _many_ features are we going to want to detect...?
Can we _just_ do our own `if(featurex) { /* enhancement code */ }` ?
Do we _need_ a library to do it for us?
Loading the library from CDN:
https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js
taks 200ms on a 3G Connection:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.