We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc9565 commit 3c4a982Copy full SHA for 3c4a982
napi/parser/raw-transfer/node-array.js
@@ -284,7 +284,6 @@ const PROXY_HANDLERS = {
284
285
// Get keys, including element indexes.
286
ownKeys(arr) {
287
- // `NodeArray`s which are slices don't have their own elements. Act as if they do.
288
const keys = [];
289
for (let i = 0; i < arr.length; i++) {
290
keys.push(i + '');
0 commit comments