X Tutup
Skip to content

refactor(facade): change EventEmitter to match RxJS-Next Subject (and rename plz) #4149

@jeffbcross

Description

@jeffbcross

Since EventEmitter is essentially a subject (implements Observable and Observer), it should just alias to Subject for JS, and match the structure and semantics for Dart (note: it should be validated that Subject semantics can be mapped to Dart).

Also, we should rename EventEmitter, since it's often confused with node's EventEmitter. What about just calling it Subject?

CC: @robwormald @vsavkin @Blesh

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup