Lines Matching refs:pre
3 …nce. For example, when a tab page is implemented with a **Web** component, pre-creation of the **W…
7 Offline **Web** components can be used to optimize the pre-start rendering process and pre-renderin…
14 …pis-arkui-nodeController.md). To display a **Web** component that has been pre-rendered in the bac…
20 …sary. Such an offline **Web** component can be used in pre-starting the rendering process and pre-…
159 In the following example, a **Web** component is pre-created during **onWindowStageCreate** phase t…
274 // The rendering process has been pre-started.
310 To pre-render a web page, create an offline **Web** component in advance and activate it. The activ…
314 > 1. For a web page to be pre-rendered successfully, identify the resources to be loaded beforehand.
315 …, which converts it to the **active** state. Due to this activation, avoid pre-rendering pages tha…
316 …pre-rendered web page is continuously rendered. To prevent overheating and power consumption, you …
350 // Use the Boolean variable shouldInactive to stop rendering after the web page is pre-rendered in …
364 // Triggered when the pre-rendering is complete to stop rendering.