mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
14d45a27ed
Allows modules to register a listener to the 'install' event without creating a Module class. This changes how external modules are installed. External modules are now referred to as "extensions"; this commit does not update the term but does use 'extension' as the name of the global. |
||
---|---|---|
.. | ||
data | ||
gui | ||
CustomPuterService.js | ||
module.js | ||
package.json | ||
README.md | ||
ShareTestService.js |
Kernel Dev Mod
This mod makes testing and debugging easier.
Current Features:
- A service-script adds
reqex
to thewindow
object in the client, which contains a bunch of example requests to internal API endpoints.