4 out of 5

2 ratings

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
Review's profile picture

Gabriel RobertsonJul 18, 2016

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

Replier's profile picture
Ronn RossDeveloperOct 28, 2016

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!

Review's profile picture

Matthew McFarlandApr 20, 2016

Works great!

Google apps