Skip to content

JavaScript ‐ Unleashed

Derek Jamison edited this page Feb 9, 2025 · 4 revisions

Overview

Unleashed firmware has almost all of the same support for JavaScript at Momentum JavaScript.

The difference is that Unleashed doesn't support "gui-textinput-illegalsymbols" since its keyboard doesn't have symbols. It also doesn't support "widget-addicon" since asset management is not done the same way (so icon names are unknown). Finally, it doesn't support "storage-virtual" or "usbdisk-createimage" (which means you can't create, mount, or manipulate virtual USB drives).

Please see the JavaScript - Momentum wiki page for additional details on programming JavaScript.

Clone this wiki locally