archives

« Bugzilla Issues Index

#1730 — 15.11.5.2 Definition of RangeError does not match its use in ES6


The definition of RangeError currently states:

> Indicates a numeric value has exceeded the allowable range.

This does not match its use in `String.prototype.normalize`, where its thrown if a *string* value is not one of the enumerated valid arguments.




*** This bug has been marked as a duplicate of bug 224 ***