Hello. I am trying to use a JavaScript Set in one ...
# suitescript
b
Hello. I am trying to use a JavaScript Set in one of our restlets and am getting the following error:
Copy code
var set = new Set();
org.mozilla.javascript.EcmaError: ReferenceError: "Set" is not defined.
Is Set not included in SuiteScript? If not, does anyone know of any alternatives?