goob
Registrato in data
Aggiornamenti alla documentazione
Mostra tutte le attivitàPagina | Data | Commento |
---|---|---|
Array.prototype.forEach() |
In the "short" Compatibility Patch, the `i in this` test is required to avoid errors on sparse arrays that work propertly with native implementations. | |
Array.prototype.forEach() |
Compatibility patch: A `.hasOwnProperty()` test is not an appropriate implementation of the `HasProperty` requirement. Changed it to an `in` test. | |
Array.prototype.forEach() |