You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
feat(universal): Allow for configuring if preboot complete() is called automatically (immediatelly) or manually (asynchronously) (#552)
* feat(universal): Allow for configuring if preboot complete() is called automatically (immediatelly) or manually (asynchronously)
This is useful if you need to do anything asynchronous (e.g. fetch data) before preboot complete() is called.
* fix(universal): Resolve tsc error with createGlobalProxy return types
0 commit comments