Posts

Post not yet marked as solved
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?
Posted
by myk257365.
Last updated
.