JavaScript
Edit JavaScript and run it in Worktray's isolated console.
The JavaScript editor opens .js text files with syntax highlighting and code folding.
Run and stop
Section titled “Run and stop”Run executes the file in Worktray’s sandboxed runner and streams console output below the editor. Stop terminates a running script, and long-running scripts are limited by a timeout.
The runner has no DOM and cannot access Worktray’s local storage or IndexedDB.