puter/packages
KernelDeimos e050506a05 Add class registry (second pass)
ExportService gets removed and instead a global class registry is added.
The `init.js` file is split into `init_sync.js` and `init_async.js`
so that synchronous code that isn't dependent on imports is guarenteed
to run before initgui.js. The globalThis scope and service-script API
now expose `def`, a function for registering class definitions, and
`use`, a function for obtaining registered classes.
2024-05-28 19:06:00 -04:00
..
backend Add class registry (second pass) 2024-05-28 19:06:00 -04:00
phoenix updated the github links displayed in the Terminal welcome message 2024-05-19 11:52:26 +01:00
puter-js Reject invalid types for puter.fs.upload() items or .write() data 2024-05-17 14:39:31 +01:00
puter-js-common Rename workspace modules to avoid confusion 2024-04-23 04:06:15 -04:00
terminal fix(Terminal): Accept input from Chrome on Android 2024-05-14 16:10:30 +01:00