You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I'm looking for an Embedded JS Script Executor in java. recently came across J2V8. i don't know where to look for the J2V8 Forum. so i will post my query here.
I have a use case , where user will write JS Script i need to run these scripts in Java.
Using J2V8 Callback / Java Binding method i'm able to provide our own functions for user to access the data.
But we want to limit user script features. like we want to restrict XHR, Async Events (settimeout,setinterval,etc..) ,unnecessary DOM related operations ( i hope j2v8 wont support DOM because it is running on server).
and detecting infinite loop. ( may be some kind of timeout ).
Can anyone share documents / procedures to achieve these?
Thanks
The text was updated successfully, but these errors were encountered:
Hi Team,
I'm looking for an Embedded JS Script Executor in java. recently came across J2V8. i don't know where to look for the J2V8 Forum. so i will post my query here.
I have a use case , where user will write JS Script i need to run these scripts in Java.
Using J2V8 Callback / Java Binding method i'm able to provide our own functions for user to access the data.
But we want to limit user script features. like we want to restrict XHR, Async Events (settimeout,setinterval,etc..) ,unnecessary DOM related operations ( i hope j2v8 wont support DOM because it is running on server).
and detecting infinite loop. ( may be some kind of timeout ).
Can anyone share documents / procedures to achieve these?
Thanks
The text was updated successfully, but these errors were encountered: