4 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Gabriel RobertsonJul 18, 2016
- Report illegal content
- Copy link
Does not seem to catch sites that use Elm in embed mode, which is more common in my experience thus far. EDIT: It only detects elm when it exists on `window.Elm`, which is not done when it is compiled in ES6+ mode, which most sites do now. A better way would be to check that, and if it fails then iterate through the module list to see if (in the general case) any of the modules in `window.require.list()` (if window.require exists and window.require.list exists) end in ".elm". That would n... Show more
Gabriel. Thanks for the feedback. I added this as an issue at https://github.com/ronnross/elm-detector. I Really like your recommendation and will start working on an update. Thanks again!
- Report illegal content
- Copy link
Matthew McFarlandApr 20, 2016
- Report illegal content
- Copy link
Works great!