Plupload javascript files

is it absolutly nesassary to load all those plupload javascript files all together?

I mean, is not it better to check what it supports and load only the one which should work?

currently:
plupload.flash.js
plupload.html4.js
plupload.html5.js
plupload.js
plupload.silverlight.js

not a big issue but I’m currently working on my sites performance, so whant to have an idea what developers think regarding this topic.

thanks

Hi,
This has been done the WordPress way for now as it provides a fallback incase one of the scripts fail.