This feature is experimental. It may be changed or removed in a future version.
Prevent Unpoly from booting automatically.
By default Unpoly automatically boots
on DOMContentLoaded
.
To prevent this, add an [up-boot="manual"]
attribute to the <script>
element
that loads Unpoly:
<script src="unpoly.js" up-boot="manual"></script>
You may then call up.boot()
to manually boot Unpoly at a later time.