A JavaScript engine for Kotlin Multiplatform. Runs ES5.1 and most of ES2015 and later, including regular expressions, dates, typed arrays, promises, generators, Proxy and BigInt. The parser, the regular expression engine, the date arithmetic and the number formatting are all written in common Kotlin, so a script gives the same answer on Android, iOS, JVM, JavaScript, WebAssembly, Linux, macOS and Windows. Includes a reflection-free API for binding host functions and objects. No ES2015 classes, ...

Artifacts using KiteJS (2)
Sort by:Popular

The KiteJS JavaScript engine behind suspending functions. Awaits a JavaScript promise from Kotlin, hands a Deferred to a script as a promise, binds host functions that suspend, and cancels a running script when the calling coroutine is cancelled.
Last Release on Sep 14, 2026
Runs the JavaScript that PDF documents carry, on the KiteJS engine: document-level scripts and JavaScript actions, under an instruction budget so a script cannot hang the app. Every other KitePDF module stays free of any script engine.
Last Release on Sep 14, 2026
  • Prev
  • 1
  • Next