Using Node js
Hi Guys,
I've the following node js code (see https://github.com/CassiaNetworks/CassiaSDKGuide/blob/master/node_exampl...) that I would like to use in one of my csp pages by including it in my
thanks
Product version: Caché 2014.1
CSP supports client-side javascript only. Node is server-side javascript.
Async / await and arrow functions are ES6 Javascript (relatively new, introduced in 2015) and I believe not supported in Cache.
nothing prevents you to load this script at runtime from server.
<script src="myscripts.js"></script>
from w3schools.com https://www.w3schools.com/tags/att_script_src.asp
So you are outside your Caché