Here is the errors I am getting when I attempt to create a blank project and include a Socket and try to compile for html5:
openfl.utils.ByteArray has no field __getBuffer (394 socket.hx)
Class<flash.utils.ByteArray> has no field __ofBuffer (370 socket.hx)
openfl.utils.ByteArray has no field readMultiByte (Suggestion: readFullBytes) (270 socket.hx)
Just noting it here if it is something that needs to be fixed or maybe finding out if I should be using a different class for html5. It isn’t blocking me any I was just toying around testing various targets.