rxjs-poll 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ npm install rxjs-poll --save
|
|
|
28
28
|
|
|
29
29
|
## 🔄 How It Works
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
Operator waits for source to complete, before polling can begin according to your configuration. Depending on the type: `repeat` mode waits for source to complete before polling again, while `interval` mode polls at fixed intervals, canceling ongoing operations. Error handling respects retry settings and consecutive rules.
|
|
32
32
|
|
|
33
33
|
## 📚 Usage Examples
|
|
34
34
|
|