This feature is experimental. Please share your experiences so we know what to keep or change.
Manually boots the Unpoly framework.
It is not usually necessary to call up.boot()
yourself. When you load Unpoly's JavaScript file,
Unpoly will automatically boot on DOMContentLoaded
.
There are only two cases when you would boot manually:
<script async>
<script up-boot="manual">
.Before you manually boot, Unpoly should be configured and compilers should be registered. Booting will cause Unpoly to compile the initial page.
Unpoly will refuse to boot if the current browser is not supported. This leaves you with a classic server-side application on legacy browsers.