File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.34.10 " ,
2+ "version" : " 0.34.11 " ,
33 "author" : " Joep Meindertsma" ,
44 "dependencies" : {
55 "@noble/ed25519" : " 1.6.0" ,
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export class Store {
167167 // Use WebSocket if available, else use HTTP(S)
168168 const ws = this . getWebSocketForSubject ( subject ) ;
169169
170- if ( ! opts . noWebSocket && ws ?. readyState === WebSocket . OPEN ) {
170+ if ( ! opts . noWebSocket && WebSocket && ws ?. readyState === WebSocket . OPEN ) {
171171 fetchWebSocket ( ws , subject ) ;
172172 } else {
173173 fetchResource (
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.34.10 " ,
2+ "version" : " 0.34.11 " ,
33 "author" : " Joep Meindertsma" ,
44 "description" : " Atomic Data React library" ,
55 "dependencies" : {
You can’t perform that action at this time.
0 commit comments