Fork me on GitHub
#sci
<
2020-10-22
>
Roman Liutikov14:10:56

Hello! Does SCI's JS API support reader tags passed in options?

Roman Liutikov14:10:32

Looking at the code it seems like it's not, I'm curious if it's a limitation of JS API of just an oversight

borkdude14:10:16

@roman01la The JS API is fairly limited and I'm considering deprecating it altogether. I recommend just making a thin CLJS project around it and then compile it to JS. For example: https://github.com/babashka/xterm-sci

borkdude14:10:27

as it's a pain to keep it compatible

Roman Liutikov14:10:23

got it, thanks :thumbsup: