In debug mode it would be nice to have incoming and outgoing postMessage contents written into browser console. I could of course do this on the host page, but once you already have debug mode...
Another good candidate for easy hack. Interested one can grep for "console.log2" in the loleaflet/ code to find out how it's done for messages in existing debug mode. Debug mode is accessible with : ctrl + alt + shift + d
Hello, If i am not wrong incoming and outgoing message contents are already being logged. In socket.js: _onMessage and _doSend functions do the job i think? I can also see them on console. Best Regards.