DefinitelyTyped/types/node
Louis-Dominique Dubeau e425a450ce node: add the 3rd parameter to URLSearchParams.forEach (#27732)
The documentation for [URLSearchParams.forEach][1] shows that the
callback function will be called with 3 parameters. This has been true
since Node 6. This commit adds a definition for the 3rd parameter to
the definition files for Node 6, 7, 8, 9 and 10.

[1]: https://nodejs.org/api/url.html#url_urlsearchparams_foreach_fn_thisarg
2018-07-31 15:43:02 -07:00
..
scripts/generate-inspector
v0
v4
v6 node: add the 3rd parameter to URLSearchParams.forEach (#27732) 2018-07-31 15:43:02 -07:00
v7 node: add the 3rd parameter to URLSearchParams.forEach (#27732) 2018-07-31 15:43:02 -07:00
v8 node: add the 3rd parameter to URLSearchParams.forEach (#27732) 2018-07-31 15:43:02 -07:00
v9 node: add the 3rd parameter to URLSearchParams.forEach (#27732) 2018-07-31 15:43:02 -07:00
index.d.ts node: add the 3rd parameter to URLSearchParams.forEach (#27732) 2018-07-31 15:43:02 -07:00
inspector.d.ts
node-tests.ts node: add the 3rd parameter to URLSearchParams.forEach (#27732) 2018-07-31 15:43:02 -07:00
tsconfig.json
tslint.json