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
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
chuckdumont edited this page Oct 18, 2012
·
9 revisions
The loader extension JavaScript is a JavaScript module that contains the client side of the HTTP Transport for the Aggregator. Aggregator HTTP Transports are named and extend the com.ibm.servlets.amd.aggregator.httptransport extension point. A servlet specifies the name of the HTTP transport using the transportservlet init-param. If no transport init-param is specified, then the Aggregator provided default (named default) HTTP transport is used. This section pertains to the default HTTP transport that is provided with the Aggregator.
The loader extension Javascript resides in the module named combo/loaderExt. This module is loaded into the browser after the AMD loader config and the loader extension config is defined, but before the AMD loader is loaded. It can be loaded together with the AMD loader using the Aggregator as described in Using the Aggregator. The loader extension JavaScript is not an AMD module, and cannot be loaded by requiring it from AMD loader. It must be loaded before the AMD loader is loaded.