Microsoft Cognitive Services
I've opened an issue with Microsoft to check if MS cognitive services SDK works with Workers.
https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/645
They've fixed/remove code that was giving me the
TypeError: globalThis.XMLHttpRequest is not a constructor
error.
But now it seems the sdk cannot connect to Azure's wss server.
I'm not sure why but I've read here that wrangler doesn't work with wss but only with ws. Is that right?GitHub
SDK with Cloudflare workers and Fetch API · Issue #645 · microsoft/...
When using this sdk with cloudflare workers I get this error: XMLHttpRequest is not defined I understand it's due ...
1 Reply
Can anyone provide some info about this? is it possible to use wss connections locally in wrangler?