
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference Between application/x-javascript and text/javascript Content Types
The text/javascript content type is obsolete. This was used in the early days of Html.
application/x-javascript was an experimental content type(hence the x-). You should not be using this in your application.
The correct content type to use in browsers is application/javascript. This helps browsers accept the content as js code.
Advertisements