proposal-signals
proposal-signals copied to clipboard
Details omitted in `Watcher.getPending()`
The specification for Signal.subtle.Watcher.prototype.getPending() specifies:
Return an Array containing the subset of
signalswhich are in the statedirtyorpending.
This should probably:
- Read
~dirty~and~pending~, - Specify the actual order these will be returned explicitly,
- Say something about callers mutating the return value, even if it's that the behaviour is explicitly undefined.