Skip to content

Commit

Permalink
Clarify that getPending only refers to computed signals
Browse files Browse the repository at this point in the history
  • Loading branch information
prophile committed Aug 1, 2024
1 parent 1aca4a4 commit ac1f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ With [AsyncContext](https://github.com/tc39/proposal-async-context), the callbac
#### Method: `Signal.subtle.Watcher.prototype.getPending()`
1. Return an Array containing the subset of `signals` which are in the state `dirty` or `pending`.
1. Return an Array containing the subset of `signals` which are Computed Signals in the states `~dirty~` or `~pending~`.
### Method: `Signal.subtle.untrack(cb)`
Expand Down

0 comments on commit ac1f6bd

Please sign in to comment.