Christof Meerwald <[email protected]> writes: > Hi, > > I am trying to use the TCPSocket API in a HTML5 app, but can't figure > out how to access it... Is there any magic to get the TCPSocket API > exposed in crosswalk? BTW, I am using the Linux deb package in case it > makes a difference.
I could swear we had documentation about this on the website, but, in any case, you can take a look at our TCPSocket tests to see what it takes to use them: https://github.com/crosswalk-project/crosswalk/blob/master/sysapps/raw_socket/raw_socket_api_browsertest.html https://github.com/crosswalk-project/crosswalk-test-suite/blob/master/usecase/usecase-webapi-xwalk-tests/samples/RawSockets/js/main.js You can also post your code in case you still can't get it to work. _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
