UNPKG

@o3r/apis-manager

Version:

This module provides services to help you communicate with your APIs. Its responsibility is to provide an API configuration to a service factory so that it could instantiate an API with the right configurations. It contains a default configuration and a m

7 lines 309 B
/** * Add a preconnect `<link>` element to the DOM * @param baseUrl the origin href * @param supportCrossOrigin add crossorigin attribute to the link element */ export declare function appendPreconnect(baseUrl: string, supportCrossOrigin?: boolean): void; //# sourceMappingURL=api-manager.helpers.d.ts.map