HaxeFoundation / hx3compat

Haxe 3 compatibility lib for Haxe 4
MIT License
16 stars 16 forks source link

js.XMLSocket is broken #15

Open andyli opened 4 years ago

andyli commented 4 years ago
std/js/XMLSocket.hx:49: characters 7-11 : haxe.remoting.ExternalConnection has no field sock
std/js/XMLSocket.hx:38: characters 20-23 : haxe.remoting.ExternalConnection has no field api
std/js/XMLSocket.hx:45: characters 7-11 : haxe.remoting.ExternalConnection has no field sock
std/js/XMLSocket.hx:45: characters 31-35 : Arrays of mixed types are only allowed if the type is forced to Array<Dynamic>
std/js/XMLSocket.hx:45: characters 31-35 : Int should be String
std/js/XMLSocket.hx:53: characters 7-11 : haxe.remoting.ExternalConnection has no field sock
std/js/XMLSocket.hx:54: characters 7-10 : haxe.remoting.ExternalConnection has no field api
blue112 commented 4 years ago

Same issue here.