You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: doc/operators/filereader.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
`Rx.DOM.fromReader(file, [progressObserver])`
2
-
[Ⓢ](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/src/fromreader.js"View in source")
2
+
[Ⓢ](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/src/dom/fromreader.js"View in source")
3
3
4
4
The FileReader object lets web applications asynchronously read the contents of files (or raw data buffers) stored on the user's computer, using File or Blob objects to specify the file or data to read as an observable sequence.
Copy file name to clipboardExpand all lines: doc/operators/fromeventsource.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
### `Rx.DOM.fromEventSource(url, [openObserver])`
2
-
[Ⓢ](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/src/eventsource.js"View in source")
2
+
[Ⓢ](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/src/dom/eventsource.js"View in source")
3
3
4
4
This method wraps an EventSource as an observable sequence which is used to send server-side events. Note that your browser must support EventSource objects.
5
5
@@ -16,7 +16,7 @@ This method wraps an EventSource as an observable sequence which is used to send
0 commit comments