mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
e050506a05
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. |
||
---|---|---|
.. | ||
css | ||
favicons | ||
helpers | ||
i18n | ||
icons | ||
images | ||
lib | ||
services | ||
UI | ||
util | ||
browserconfig.xml | ||
definitions.js | ||
favicon.ico | ||
globals.js | ||
helpers.js | ||
index.js | ||
init_async.js | ||
init_sync.js | ||
initgui.js | ||
IPC.js | ||
manifest.json | ||
security.txt | ||
static-assets.js |