• Hi Robin, I think @user109470 has got the hang of the JS side of things.

    it recieves the sent data in evt, correct?

    Yes, evt.data is in ArrayBuffer, so you can do new Uint8Array(evt.data) to get an array you can easily access from it.

About

Avatar for Gordon @Gordon started