Skip to content
Eric edited this page Sep 25, 2022 · 10 revisions

Net is a static class that acts as a file loader. Net caches then the loaded file in Cache. It automatically preloads everything found in the preload node of your app.json.

To check out this page to learn to use the CLI to prepare your app and automatically add files to preload to your app.json config.

Methods

 OGX.Net.load(_FILEPATH_, _CALLBACK_, _PARAMS_);
Clone this wiki locally