specify a function to execute when the Device is fully loaded and ready
the function to be executed
// the modern equivalent is simply to await the Applicationconst app = new Application(640, 480, { parent: "screen" });await app.init(); Copy
// the modern equivalent is simply to await the Applicationconst app = new Application(640, 480, { parent: "screen" });await app.init();
since 18.3.0 — no longer needed when using Application as entry point.
specify a function to execute when the Device is fully loaded and ready