You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: node.js/events.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -315,8 +315,7 @@ This is a convenience shortcut to [`msg.target.name`](#target).
315
315
316
316
### . params {.property}
317
317
318
-
Provides access to parameters in URL paths as an [*iterable*](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) with the contents matching the positional occurrence of parameters in the url path. In the case of compound parameters, the respective entry is the key value pairs as given in the URL.
319
-
<!-- If the respective resource has a single key predicate called `ID`, the value is returned directly. -->
318
+
Provides access to parameters in URL paths as an [*iterable*](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) with the contents matching the positional occurrence of parameters in the url path. The respective entry is the key value pair matching the entity definition.
320
319
321
320
For example, the parameters in an HTTP request like that:
322
321
@@ -328,7 +327,7 @@ The provided parameters can be accessed as follows:
0 commit comments