Hello! Does SCI's JS API support reader tags passed in options?
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
@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
as it's a pain to keep it compatible
got it, thanks :thumbsup: