You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assets including strings, and templates, can be pre-fetched shortly after the page loads to improve the perceived performance of the page when consuming those components.
7
+
8
+
```todo
9
+
Link to jsdocs here
10
+
```
11
+
12
+
```js title="Example of fetching a string and template"
13
+
importPrefetchfrom'core/prefetch';
14
+
15
+
// Prefetch the string 'discussion' from the 'mod_forum' component.
0 commit comments