==[ Android Chrome ]==
Default View
This is the standard, underlying DOM. The DisplayManager is sitting invisibly
on top.
Keyboard Controls:
Alt + Right Arrow : Next Display
Alt + Left Arrow : Previous Display
(Or use the floating button in the bottom right corner for mobile)
DEV
JS REPL
Ready... Try typing: DisplayManager.list()
> console.log("Hello", { user: "Admin" })
[log] Hello {
"user": "Admin"
}
undefined
> console.error("Failed to load module")
[error] Failed to load module
undefined
> console.warn("High memory usage")
[warn] High memory usage
undefined
Enter JavaScript...
Run
==