Unpoly
3.10
API Tutorial Demo Install Changes Community GitHub Twitter Menu
Menu
Edit this page

API Framework initialization
module up.framework

The up.framework module lets you customize Unpoly's initialization sequence.


Features

Essentials

up.boot()
JS

Manually boots the Unpoly framework.

[up-boot=manual]
HTML

Prevent Unpoly from booting automatically.

up.framework.isSupported()
JS

Returns whether Unpoly can boot in the current browser.

All features

JS
up.boot() experimental

Manually boots the Unpoly framework.

HTML
[up-boot=manual] experimental

Prevent Unpoly from booting automatically.

JS
up.framework.booted experimental

Whether Unpoly has finished booting.

JS
up:framework:booted experimental

This event is emitted after Unpoly has booted.

JS
up.framework.isSupported() stable

Returns whether Unpoly can boot in the current browser.

Made by Henning Koch
Imprint
Privacy policy