Closed 2vl closed 3 years ago
Sciter.JS should work as is. Sciter.Tis should work as is. And, it seems, will be supported for a while and eventually dropped.
My tests found that sciter.js cannot be applied to golang. How does golang use sciter.js? Is there a corresponding example? Thank you very much.
Your tests are failing most likely due to #299.
Yes, it is. Our problem's solved. Thank you. It seems that sciter.js is not a standard javescript, basic : alert ("text") does not support, Vue.js or similar frameworks can't be used, right? I do not know what javescript standard functions sciter.js supports?
Better ask those questions on http://sciter.com/forums
In a few words, it is a standard JavaScript language. But the runtime library has some differences (e.g., a global alert()
function you mentioned).
So that means go-sciter doesn't support js?
Sorry, what do you mean?
I mean can I use js as script language with go-sciter?
Yes.
So that means go-sciter doesn't support js?
no, support js, need use sciter-api branche
Can sciter.js be used in the golang? Can only use sciter.tis?? Is there a plan to support it?