开发者

What is an appropriate content-type header for JavaScript files?

开发者 https://www.devze.com 2023-01-21 21:04 出处:网络
I am delivering a JS response from开发者_JAVA百科 a PHP file. When setting the Content-Type header which value should I use, application/javascript or text/javascript?

I am delivering a JS response from开发者_JAVA百科 a PHP file. When setting the Content-Type header which value should I use, application/javascript or text/javascript?

What’s the difference between the two?


According to the IANA Registered MIME media type list, JS has two registered MIME types; the obsolete text/javascript and the now official application/javascript.

Thus, use application/javascript.


According to IANA, on 2022-05-10, text/javascript should be used.

Who knows what it'll be in a year!


From Wikipedia on Internet Media Types

application/javascript: JavaScript; Defined in RFC 4329 but not accepted in IE 8 or earlier

There is also the deprecated text/javascript (which IE will probably not choke on).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号