Hello @kartik,
JS has two registered MIME types:
The obsolete text/javascript and the now official application/javascript.
Thus, use application/javascript. You can configure your server to always serve application/javascript in the HTTP headers; browsers that don't support it also pay no attention to the actual content-type.
Hope it helps!!
Thank You!!