sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.58k stars 268 forks source link

Maybe a bug ? #101

Closed ghost closed 6 years ago

ghost commented 6 years ago

ret.Set("message", resp) // panic: runtime error: index out of range

pravic commented 6 years ago

Could I view a bit more code to reproduce?

ghost commented 6 years ago

@pravic

I passed a string conveted part-filled bytes as "message".

And I have built a small app with go-sciter, tried webview, without luck.

Thanks for your work.