I'm trying do define a series of very simple and low level Javascript "tests". The results should allow me to determine the level of Javascript support on a device and based on that to decide wether to load or not load any external javascript files at all (basically enable JS on my site).
Does anybody know about some research that has been done in this direction? I'm trying to determine which tests to run:
What is considered the smallest common denominator to be able to decide wether a device does or does not have "acceptable" Javascript support.
This question is a bit blurry — I know, apologies for that. I'm currently not sure where to even start and and any input would be highly appreciated.