Is Socket supported in the PPro ExtendScript environment?
When I try to implement the example from the documentation: https://extendscript.docsforadobe.dev/external-communication/socket-object.html
I encounter the following error:
- Socket does not have a constructor
I know I can do this from the HTML/Javascript client side but since this was "advertised" in the documentation I was thinking it should be possible. Is there an ExternalObject library that I need to load to make it available?