You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API_TRANSITION_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The `Receiver` class has been removed.
15
15
16
16
#### Emitter
17
17
18
-
The `Emitter` class has been removed.
18
+
The `Emitter` class has been changed with the removal of `Emitter.send()` and the addition of `Emitter.emit()`. This change puts the responsibility for network transport on the developer. See the example below.
19
19
20
20
`Emit.send` should be transitioned to `HTTP.binary` for binary events and `HTTP.structured` for structured events
0 commit comments