You are viewing a single comment's thread from:

RE: Bounty for completion of native JavaScript steem signer

in #steem9 years ago

The library uses a node web socket library for use in Node.js since there's no native websocket support there. But in browsers it will use the built in websocket but wrapped with ReconnectingWebsocket. Is that what you meant?