Skip to content

lib: add space to class string of iterator objects and updated tests accordingly

Rodrigo Muino Tomonari requested to merge github/fork/haejinjo/master into master

Inserted a space in the string descriptor for URLSearchParamsIterator in the URL parser API so that it became URLSearchParams Iterator according to recent changes in the standards.

Sorry I didn't realize my commit message was bad until I read the guidelines.

Fixes: https://github.com/nodejs/node/issues/17540

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

lib

Merge request reports

Loading