Skip to content

Commit ef1d74a

Browse files
lholmquistlance
andcommitted
squash: Update API_TRANSITION_GUIDE.md
Co-authored-by: Lance Ball <[email protected]> Signed-off-by: Lucas Holmquist <[email protected]>
1 parent 9298f2e commit ef1d74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API_TRANSITION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `Receiver` class has been removed.
1515

1616
#### Emitter
1717

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.
1919

2020
`Emit.send` should be transitioned to `HTTP.binary` for binary events and `HTTP.structured` for structured events
2121

0 commit comments

Comments
 (0)