HaxeFoundation / HaxeFoundation/hxnodejs
hxnodejs does not fully implement sys.net.Socket (needed for sys.Http)
Open
- Dominant language
- Haxe
- Stars
- 177
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
This could be noise (because haxe.Http exists), or it could be related to #59 ; I noticed that the sys.net.Socket implementation in hxnodejs does not implement the all of the variables and methods defined in https://api.haxe.org/sys/net/Socket.html which means trying to use sys.Http will result in compiler errors. Specifically, it looks like it is missing the `output` stream variable and the `setTimeout` and `shutdown` methods.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.