FCF 2.0 development in progress...
> > > >
[News] [Packages API] [Downloads] [Donate to the project] [Contacts]

"page_ready" global event

[Only available on a browser]

Event: page_ready

Package: fcf-framework-core

Available from version: 2.0.2

The event is called when the page is completely loaded.

Example: Application

fcf.getEventChannel().onmet("page_ready", ()=>{ console.log("Page loaded"); });