Skip to content

Commit cfee4dc

Browse files
committed
Update README.md
1 parent a72eec0 commit cfee4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ Example: `var myTracker = promiseTracker({ activationDelay: 500, minDuration: 75
9393

9494
* **`boolean` tracker.active()**
9595

96-
Returns whether this tracker is currently active. That is, whether any of the promises added to/created by this tracker are still pending, or the `activationDelay` has not been met yet.
96+
Returns whether this tracker is currently active. That is, whether any of the promises added to/created by this tracker are still pending. Note: if the `activationDelay` has not elapsed yet, this will return false.
9797

9898
* **`boolean` tracker.tracking()**
9999

100-
Returns whether this tracker is currently tracking a request. That is, whether any of the promises added to/created by this tracker are still pending, even if the `activationDelay` has not been met yet.
100+
Returns whether this tracker is currently tracking a request. That is, whether any of the promises added to/created by this tracker are still pending. This method has no regard for `activationDelay`.
101101

102102
* **`void` tracker.addPromise(promise)**
103103

0 commit comments

Comments
 (0)