ShadowNode
ShadowNode copied to clipboard
net: TypedArray support on write
- Version: v0.11.x
- Platform: all
- Subsystem: net
Socket#write doesn't accept TypedArray.
var conn = net.createConnection('foo.sock')
conn.write(new UInt8Array(2)) // TypeError: invalid argument
Issue-Label Bot is automatically applying the label feature_request
to this issue, with a confidence of 0.70. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
UInt8Array -> Uint8Array
Removed the label "good first issue" it might be as some jobs that do:
- fix document and source code are inconsistent,
- improve the documents,
- improve the source code by env, include and more.