We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a2069 commit 0027a97Copy full SHA for 0027a97
1 file changed
spec.emu
@@ -49,8 +49,8 @@ copyright: false
49
1. If _windowSize_ is not an integral Number in the inclusive interval from *1*<sub>𝔽</sub> to 𝔽(2<sup>32</sup> - 1), then
50
1. Let _error_ be ThrowCompletion(a newly created *RangeError* object).
51
1. Return ? IteratorClose(_iterated_, _error_).
52
- 1. If _undersized_ is *undefined*, set _undersized_ to *"skip"*.
53
- 1. If _undersized_ is neither *"skip"* nor *"truncate"*, then
+ 1. If _undersized_ is *undefined*, set _undersized_ to *"discard"*.
+ 1. If _undersized_ is neither *"discard"* nor *"truncate"*, then
54
1. Let _error_ be ThrowCompletion(a newly created *TypeError* object).
55
56
1. Set _iterated_ to ? GetIteratorDirect(_O_).
0 commit comments