issues
search
Bitcoin-com
/
bitbox-sdk
BITBOX SDK for Bitcoin Cash
https://developer.bitcoin.com/bitbox
MIT License
89
stars
62
forks
source link
Enhancement - Websocket Improvements
#130
Closed
SpicyPete
closed
5 years ago
SpicyPete
commented
5 years ago
Summary
Connect to websocket using
wss
endpoint
Setup socket.io to prefer
websocket
connections.
Drops support for IE 9 and below, but that is under 0.1% of users.
https://www.w3schools.com/browsers/browsers_explorer.asp
Refactor some const defaults slightly to match JS conventions -
UPPER_SNAKE
Moving some
@types
to
devDependencies
. new to TS, so they might be in regular
dependencies
for a reason I'm unaware of.
Summary
wss
endpointwebsocket
connections.UPPER_SNAKE
@types
todevDependencies
. new to TS, so they might be in regulardependencies
for a reason I'm unaware of.