ReactiveX/rxjs

WebSocketSubject may have different input and output types.

Open

#5,381 opened on 2020年4月6日

GitHub で見る
 (2 comments) (2 reactions) (0 assignees)TypeScript (31,024 stars) (3,007 forks)batch import
bughelp wanted

説明

Just what the title says... The AnonymousSubject (aka "frankensubject") probably also needs some typings love.

Basically, a nicer interface would be:

class WebSocketSubject<In, Out> extends Observable<Out> implements Observer<In> {
  // ...stuff
}

コントリビューターガイド