.js vs .jsx vs .jsdbx in servicenow?

Artemis15
Kilo Guru

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

2 REPLIES 2

Deepak Ingale1
Mega Sage

It has to do something with caching I guess.


Jagmohan Kumar
Giga Contributor

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.