(code, showIDE)
| 44 | //--------------------------------------------------------------------- |
| 45 | |
| 46 | export function init(code, showIDE) { |
| 47 | global["browser"] = true; |
| 48 | |
| 49 | responder = new WebworkerRuntimeClient(showIDE); |
| 50 | responder.load(code || "", "user"); |
| 51 | } |
| 52 | |
| 53 | //--------------------------------------------------------------------- |
| 54 | // Messages |