-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Make util.isArray() EOLΒ #58013
Copy link
Copy link
Closed
Labels
utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Metadata
Metadata
Assignees
Labels
utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Type
Fields
Give feedbackNo fields configured for issues without a type.
util.isArray()was the soleutil.is*type-checking method left over from #52744. The remainder are all EOL as of v23.0.0.It looks like the motivation for leaving this at the time was to allow for its use to be removed from the form-data library, which it has since been.
Is there another motivation for leaving this as-is, or can it now be made EOL?
cc: @marco-ippolito