Javascript to get system double click interval?
There is no way in JavaScript to retrieve that type of system information.
You might be able to figure out some strange clicking test using onclick and onddblclick to get it, but I doubt it will be exact and would require user interaction.