message-bridge-js
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,5 @@ | ||
## 0.1.12 | ||
Add onClose | ||
## 0.1.11 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "message-bridge-js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/alfnielsen/MessageBridgeJS", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -29,3 +29,4 @@ # Message Bridge (JS) | ||
- createEventMessage | ||
- onError | ||
- onError // override to handle errors | ||
- onClose // override to handle close | ||
@@ -45,3 +46,3 @@ Protected commands | ||
// Commmand | ||
// Command | ||
const command: ICreateTodo = { name: "Remember to", priority: "low" } | ||
@@ -175,3 +176,3 @@ bridge.sendCommand({ | ||
Other implementation using other messageQues then SignalR | ||
and other backends like Java can be created in the future. | ||
and other backends like Javascript (typescript) or Java can be created in the future. | ||
@@ -178,0 +179,0 @@ ### Flow diagram |
127547
179