.js vs .jsx vs .jsdbx in servicenow?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2015 10:26 PM
Hi,
When using external javascript files, most of the times we prefer to use .jsdbx extension.
But we can also use .js as well as .jsx instead of this.
So whats the difference between these 3 extensions?
--
Cheers.
AR
Labels:
- Labels:
-
User Interface (UI)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 10:26 PM
It has to do something with caching I guess.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2018 04:20 AM
Not sure about .jsx, however .jsdbx means that the script file is stored in database.
while saving to database the content of .js files are saved as .jsdbx. this is good from security perspective.