Frontmatter
| id | 6138 |
| title | core.Base: timeout() => typo |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Dec 14, 2024, 1:53 PM |
| updatedAt | Dec 14, 2024, 1:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6138 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 14, 2024, 1:55 PM |
should obviously be:
while
indexOf()does have a 2nd optional paramfromIndex, the goal was to pass the1as a 2nd param to splice to remove the found item.