Skip to main content

onInit

property PromiseHooks.onInit

The init hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.

(init: Init) => Function
Back to top