David Scales

Results 2 comments of David Scales

For example in **executable-fragment.js**, when calling `execute`, adding something like `if (onOutputReady) onOutputReady(); ` Once output is returned from the compiling server seems to work: ``` WebDemoApi.executeKotlinCode( this.getCode(), compilerVersion, targetPlatform,...

Hmm, I don't know that I necessarily need output in chunks (although that sounds like a good idea). What I really need is to know when the output (chunk or...