@@ -944,7 +944,7 @@ added: REPLACEME
944
944
945
945
The ` EventTarget ` and ` Event ` objects are a Node.js-specific implementation
946
946
of the [ ` EventTarget ` Web API] [ ] that are exposed by some Node.js core APIs.
947
- Neither the ` EventTarget ` nor ` Event ` classes are currently available for end
947
+ Neither the ` EventTarget ` nor ` Event ` classes are available for end
948
948
user code to create.
949
949
950
950
``` js
@@ -1099,15 +1099,15 @@ added: REPLACEME
1099
1099
-->
1100
1100
1101
1101
Returns an array containing the current ` EventTarget ` as the only entry or
1102
- empty if the event is not currently being dispatched. This is not used in
1102
+ empty if the event is not being dispatched. This is not used in
1103
1103
Node.js and is provided purely for completeness.
1104
1104
1105
1105
#### ` event.currentTarget `
1106
1106
<!-- YAML
1107
1107
added: REPLACEME
1108
1108
-->
1109
1109
1110
- * Type: {EventTarget} The ` EventTarget ` currently dispatching the event.
1110
+ * Type: {EventTarget} The ` EventTarget ` dispatching the event.
1111
1111
1112
1112
Alias for ` event.target ` .
1113
1113
@@ -1161,7 +1161,7 @@ This is not used in Node.js and is provided purely for completeness.
1161
1161
added: REPLACEME
1162
1162
-->
1163
1163
1164
- * Type: {EventTarget} The ` EventTarget ` currently dispatching the event.
1164
+ * Type: {EventTarget} The ` EventTarget ` dispatching the event.
1165
1165
1166
1166
Alias for ` event.target ` .
1167
1167
@@ -1184,7 +1184,7 @@ This is not used in Node.js and is provided purely for completeness.
1184
1184
added: REPLACEME
1185
1185
-->
1186
1186
1187
- * Type: {EventTarget} The ` EventTarget ` currently dispatching the event.
1187
+ * Type: {EventTarget} The ` EventTarget ` dispatching the event.
1188
1188
1189
1189
#### ` event.timeStamp `
1190
1190
<!-- YAML
@@ -1310,7 +1310,7 @@ added: REPLACEME
1310
1310
* Returns: {string[ ] }
1311
1311
1312
1312
Node.js-specific extension to the ` EventTarget ` class that returns an array
1313
- of event ` type ` names for which event listeners are currently registered.
1313
+ of event ` type ` names for which event listeners are registered.
1314
1314
1315
1315
#### ` nodeEventTarget.listenerCount(type) `
1316
1316
<!-- YAML
0 commit comments