UNPKG

endpointjs

Version:

Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre

6 lines 306 B
<script src="mapapi_ol2_only.min.js" type="text/javascript"></script> <script type="text/javascript"> // Register the mapApi with IMC window.endpoint.registerAdapter('mapapi', '1.0', window.mapapi); window.endpoint.registerAdapter('mapapi-factory', '1.0', window.mapapi.factory); </script>