Bulit-In JavaScript Libraries: Details
List of Available Libraries
To see the list of built-in libraries, visit Host -> Extensions, then expand the section labeled JavaScript Libraries. For each library, you'll see a description, verion and in-use indicator.
Benefits
Developers can access the centralized JavaScript libraries, rather than packaging them directly into extensions (e.g. modules and themes). This results in less code being present on pages, which leads to faster load times.
CDN Integration
Evoq permits JavaScript libraries to be served up by a CDN (Content Delivery Network). Evoq will fallback to the local version of the library if the CDN is down. Host users can toggle on/off the CDN capability.
Multiple Versions of a Library
Multiple versions of a JavaScript library can be installed, which means that different extensions can request different versions. However, if different extensions on the same page request different versions, the highest version is used.