how to read and write to stdin/stdout of the XULRunner from javascript?

Discussions about the development and maturation of the platform code (UXP).
Warning: may contain highly-technical topics.

Moderators: trava90, athenian200

User avatar
derek_zhou
New to the forum
New to the forum
Posts: 1
Joined: 2024-10-05, 14:20

how to read and write to stdin/stdout of the XULRunner from javascript?

Unread post by derek_zhou » 2024-10-05, 14:26

Is it possible to read and write the stdin/stdout of the XULRunner process from within a javascript?

My intended use case is to drive a XUL GUI from external scripts.

Post Reply