Last updated 5 years ago
Was this helpful?
Gets the kind from the notification which denotes 'N' for OnNext, 'E' for OnError and 'C' for OnCompleted.
(String): The kind from the notification which denotes 'N' for OnNext, 'E' for OnError and 'C' for OnCompleted.
var notification = Rx.Notification.createOnCompleted(); console.log(notification.kind); // => C