Hi. Tell me how to enable logging and debugging in nativescript-socketio. Is it possible to print all debug info into console?
According to Socket.IO docs logging is turn on with localStorage.debug property in browser.
But how it can be done in Nativescript?
Hi. Tell me how to enable logging and debugging in nativescript-socketio. Is it possible to print all debug info into console? According to Socket.IO docs logging is turn on with
localStorage.debug
property in browser. But how it can be done in Nativescript?