File tree 2 files changed +11
-354
lines changed
2 files changed +11
-354
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,11 @@ Diagram code for future changes(mermaid format)
48
48
49
49
```
50
50
sequenceDiagram
51
- QtApplication->>Bundler: Generate single js file from all js sources
52
- Bundler-->>QtApplication: sends generated js file
53
- QtApplication->>ubuntuserver.js: execute single js file in sandbox
54
- ubuntuserver.js-->>ubuntuserver.js: executes js file
55
- ubuntuserver.js->> QtApplication: send JSON response (result of code execution)
51
+ QtApplication->>Bundler: requiest js sources
52
+ Bundler-->>Bundler: Generates single js file from all js sources
53
+ Bundler-->>QtApplication: returns js file
54
+ QtApplication->>jsexecutor.js: sends js for execution
55
+ jsexecutor.js-->>jsexecutor.js: executes js in a sandbox
56
+ jsexecutor.js->> QtApplication: send JSON response (result of code execution)
56
57
QtApplication-->> QtApplication: process JSON and instantiate UI components
57
58
```
You can’t perform that action at this time.
0 commit comments