elm-detector

elm-detector

Detects Elm apps as you browse.

Total ratings for elm-detector
4.00 (Rating count: 2)
Merlin
See reviews for elm-detector on Chrome Web Store
Recent reviews for elm-detector
Recent rating average: 4.00
All time rating average: 4.00
Rating filters
5 star
50% (1)
4 star
0%
3 star
50% (1)
2 star
0%
1 star
0%
Date Author Rating Lang Comment
2016-09-07
Gabriel Robertson
Gabriel Robertson
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 not catch if it is not being loaded but only if elm was used in the build at all, but would be a good fallback.
2016-04-20
Matthew McFarland
Matthew McFarland
Works great!