Loading Required JS Files
<!-- When hosted by Captivate -->
<script type="text/javascript" src="../common/js/qwebchannel.js"></script>
<script type="text/javascript" src="../common/js/servicehandler.js"></script><!-- Using our CDN -->
<script src="https://newbluefx.com/api/v3/common/js/qwebchannel.js" type="text/javascript"></script>
<script src="https://newbluefx.com/api/v3/common/js/servicehandler.js" type="text/javascript"></script><script type="module">
// When called as a module like this, the ServiceHandler module loads qwebchannel internally
import { ServiceHandler } from 'https://newbluefx.com/api/v3/common/mjs/servicehandler.js';
</script>Last updated