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 1
1
{
2
- "version" : " 0.34.10 " ,
2
+ "version" : " 0.34.11 " ,
3
3
"author" : " Joep Meindertsma" ,
4
4
"dependencies" : {
5
5
"@noble/ed25519" : " 1.6.0" ,
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export class Store {
167
167
// Use WebSocket if available, else use HTTP(S)
168
168
const ws = this . getWebSocketForSubject ( subject ) ;
169
169
170
- if ( ! opts . noWebSocket && ws ?. readyState === WebSocket . OPEN ) {
170
+ if ( ! opts . noWebSocket && WebSocket && ws ?. readyState === WebSocket . OPEN ) {
171
171
fetchWebSocket ( ws , subject ) ;
172
172
} else {
173
173
fetchResource (
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.34.10 " ,
2
+ "version" : " 0.34.11 " ,
3
3
"author" : " Joep Meindertsma" ,
4
4
"description" : " Atomic Data React library" ,
5
5
"dependencies" : {
You can’t perform that action at this time.
0 commit comments