Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can sciter.js be used in the golang? #302

Closed
2vl opened this issue May 10, 2021 · 10 comments
Closed

Can sciter.js be used in the golang? #302

2vl opened this issue May 10, 2021 · 10 comments

Comments

@2vl
Copy link

2vl commented May 10, 2021

Can sciter.js be used in the golang?
Can only use sciter.tis??
Is there a plan to support it?

@pravic
Copy link
Member

pravic commented May 10, 2021

Sciter.JS should work as is. Sciter.Tis should work as is. And, it seems, will be supported for a while and eventually dropped.

@2vl
Copy link
Author

2vl commented May 11, 2021

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.

@pravic
Copy link
Member

pravic commented May 11, 2021

Your tests are failing most likely due to #299.

@2vl
Copy link
Author

2vl commented May 11, 2021

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?

@pravic
Copy link
Member

pravic commented May 11, 2021

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).

@pravic pravic closed this as completed May 11, 2021
@dzcpy
Copy link

dzcpy commented May 16, 2021

So that means go-sciter doesn't support js?

@pravic
Copy link
Member

pravic commented May 17, 2021

Sorry, what do you mean?

@dzcpy
Copy link

dzcpy commented May 17, 2021

I mean can I use js as script language with go-sciter?

@pravic
Copy link
Member

pravic commented May 17, 2021

Yes.

@2vl
Copy link
Author

2vl commented May 17, 2021

So that means go-sciter doesn't support js?

no, support js, need use sciter-api branche

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants