slint/docs/tutorial/node
Simon Hausmann 7576ea71f2 Node.js tutoria: Use await when calling run()
As it happens, the run() call is the last call in the app, so it also works without
await. But the moment somebody
adds code after run(), they'd be surprised
that it gets called
"before" run. So await for good measure.
2023-11-07 09:04:32 +01:00
..
src Node.js tutoria: Use await when calling run() 2023-11-07 09:04:32 +01:00
book.toml Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00