2
edits
Line 95: | Line 95: | ||
** Include a step-through javascript debugger (or possibly include this in the Javascript Console). | ** Include a step-through javascript debugger (or possibly include this in the Javascript Console). | ||
**Create a JavaScript Compiler (for developers) and decompiler (for the Interpreter), basically to allow small sizes for .js files (creating ''javascript compiled .jsc'' files), and maybe it could be a good method to speed up javascript code. | **Create a JavaScript Compiler (for developers) and decompiler (for the Interpreter), basically to allow small sizes for .js files (creating ''javascript compiled .jsc'' files), and maybe it could be a good method to speed up javascript code. | ||
** Real Multi-threading | ** Real Multi-threading ( make the thread manager available on DOM ) | ||
* Javascript Immediate Window | * Javascript Immediate Window |
edits