Open jakirkham opened 6 years ago
In the docs, it says set is unsupported because JavaScript doesn't have one. Though it looks like Set was added to ES6 as noted in this SO answer. Not sure what version of JavaScript is being targeted by PScript, but maybe this is an option.
set
Set
ref: http://pscript.readthedocs.io/en/latest/intro.html#support
Oh browser compatibility seems really good. I was not aware of that! :)
In the docs, it says
set
is unsupported because JavaScript doesn't have one. Though it looks likeSet
was added to ES6 as noted in this SO answer. Not sure what version of JavaScript is being targeted by PScript, but maybe this is an option.ref: http://pscript.readthedocs.io/en/latest/intro.html#support