David Junger
David Junger
I see. 1. To listen to server-sent events, use [*server-sent-events*](https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events). I mean literally. There is a built-in extension in JSSC to connect to an SSE stream, where all the default...
Yes, absolutely, you can do that with JSSC. Your server needs to emit those events, of course. Your spec is a little vague so I'm going to make assumptions. Please...
It's not, and markup languages don't have "statements". [The `` element](https://www.w3.org/TR/scxml/#invoke) must be a child of a `` or `` element. You can't just put it at the root of...
Hey. Can you provide a little context ? What does your State Chart look like ?
Thank you. I have reproduced the behaviour you describe in the JSSC debugger. It's been a while since I worked on JSSC (especially the states-to-enter tree builder), but I will...
Sorry, no. I have done some debugging and it won't be an easy bug to fix without breaking other parts of JSSC. I don't even remember why I made it...
I'm glad I didn't find this project last year. Wouldn't have implemented ZIP myself if I had, and learned wasm ;) CBC is "cypher block chaining", so you stream by...
Someone requested this feature for client-zip and I spent some time studying the APPNOTE, so I thought I'd leave my conclusions here too. First of all, implementers of what the...
Some feedback from implementing this in client-zip : the above article was helpful to some extent but not entirely appropriate for a streaming implementation. What seems to work is to...
Hi Noah. I'm not sure what to do with this issue. I suppose it can just stay here in case other people try to do the same thing you did....