0
Planned
Javascript Methods
Damian Flynn 9 years ago
in iRidium Script / AV and Driver scripts
•
updated by Sergey (expert) 9 years ago •
10
I am currently converting a node.js program to be a driver in Iridium, and have some basic issues with Javascript functions not defined.
For example text.subscript and text.replace fail, but text.slice appears to work.
Where can i find the list of methods and functions which are supported in the Iridium implementation; as i am currently suck; or can i import/reference outside modules to add functions, and reuse work done?
thanks
Damian
For example text.subscript and text.replace fail, but text.slice appears to work.
Where can i find the list of methods and functions which are supported in the Iridium implementation; as i am currently suck; or can i import/reference outside modules to add functions, and reuse work done?
thanks
Damian
Customer support service by UserEcho
Damian, you are nice guy and going right way :)
I do think that this driver will be much better running on iRidium Server, as there would be much options for event triggers, which running on the UI panel will not make a lot of logic.
Thanks for the encouragement.
Very Cool
We've thinked about "adopt pure JavaScript TLS library for iRidium". But there are a lot of binary data processing.
And in the SEE (Simple Ecma Script) there are no Typed arrays support. It's really sad :(
Hello, iRidium, do you see this? =)
Please, announce the date: when you are planning to release typed array.
P.S.: please, implement it in a way, as closer to nodejs typed array, as you can :)