This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Description
When I try to call your script by $.getScript() jQuery function.
$.getScript( 'https://transcribe-websockets.go-aws.com/dist/main.js' );
I've got this error in browser log:
index.js:4 Uncaught TypeError: tslib_1.__exportStar is not a function
at Object.8../EventStreamMarshaller (index.js:4)
at o (_prelude.js:1)
at _prelude.js:1
at Object. (main.js:4)
at Object.3../audioUtils (main.js:244)
at o (_prelude.js:1)
at r (_prelude.js:1)
at _prelude.js:1
Why it is happen? I have no this issue with
<script src="https://transcribe-websockets.go-aws.com/dist/main.js"></script>