Hello, super usefull plugin, thanks very much.
1-would it be possible to add trigger support ?
What I mean is, the JS plugin would have a trigger called "on trigger" or "on event" with a tag. And then in my js script I can make that trigger fire with a tag.
Could be usefull for any asynchronous operations in my script.
Right now, I can just use compare + trigger once. But arent triggers more performant ?
2-In your landing page you said that "Javascript Plugin is slower than built-in Construct instructions and functions"
Do you mean that a chunk of code written in JS is slower that code written with construct's ACEs ?
3-Does your plugin uses any ecmascript 6 features that might not be supported in older browsers or mobile ?
Thanks.