Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 446 Bytes

File metadata and controls

29 lines (17 loc) · 446 Bytes

Gets the value from the OnNext notification.

Returns

(Any): The value from the OnNext notification.

{% if book.isPdf %}

var notification = Rx.Notification.createOnNext(42);
console.log(notification.value);

// => 42

{% else %}

Example

{% endif %}

Location

  • rx.js