Judgment calls on what to bind, what not to bind, why and how.
Since Elm does not have support for binary, using the methods on Buffer is not currently useful or advisable. So limited support for interacting with Buffers has been included as a part of Chunk
. Complete
No plans to support this at the moment.
TODO this is useful
TODO this is useful
Logging is all wrappers on standards, so this should be written in pure Elm, based on Process.Streams
.
TODO this is useful
Theoretically no runtime errors will exist. This might be handy once Elm has source maps
TODO In progress
Deprecated, will not bind
Philosophical difference from Elm, no introducing new ways to throw and handle errors
This is a base class, helpers bindings are complete
Complete
Specific to Node, will not bind
TODO May be doable in pure Elm, but impractical. In progress
TODO Baking into Http under Http.TLS In progress
Specific to Node, will not bind
May or may not end up including Http
. Complete
Does not look particularly useful beyond overlap with Process
No need to bind, this can be written in pure Elm
Complete
Not sure if there is value here
No need to bind, this can be written in pure Elm
Weird, just weird
Specific to Node, will not bind
Complete
Overlaps with Chunk
, complete
Elm has this one covered
May or may not end up bound up in Network
,
low level is too cumbersome to be of value right now
Not useful enough
Not sure if there is value here
No need to bind, this can be written in pure Elm
Specific to Node, will not bind
Unstable
Basically eval, disallowed
Complete this is useful for so many reasons