Post not yet marked as solved
Post marked as unsolved with 3 replies, 364 views
I have some code that relies on WebSocket to connect a device:
t = new WebSocket(this.getUrl());
But I get an error:
[JS Exception] ReferenceError: Can't find variable: WebSocket
The Logic Pro X Scripter documentation states:
The version of JavaScript used by the Scripter plug-in is determined by the JavaScriptCore framework version installed on your system.
How do I determine which version of JavaScript is being used by the JavascriptCore framework? Is there an alternative to WebSocket available in the Scripter javascript engine?