| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1333,7 +1333,7 @@ changes: | |||
| 1333 | 1333 | --> | |
| 1334 | 1334 | ||
| 1335 | 1335 | * `emitter` {EventEmitter} | |
| 1336 | - * `name` {string} | ||
| 1336 | + * `name` {string|symbol} | ||
| 1337 | 1337 | * `options` {Object} | |
| 1338 | 1338 | * `signal` {AbortSignal} Can be used to cancel waiting for the event. | |
| 1339 | 1339 | * Returns: {Promise} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -966,7 +966,7 @@ function getMaxListeners(emitterOrTarget) { | |||
| 966 | 966 | * Creates a `Promise` that is fulfilled when the emitter | |
| 967 | 967 | * emits the given event. | |
| 968 | 968 | * @param {EventEmitter} emitter | |
| 969 | - * @param {string} name | ||
| 969 | + * @param {string | symbol} name | ||
| 970 | 970 | * @param {{ signal: AbortSignal; }} [options] | |
| 971 | 971 | * @returns {Promise} | |
| 972 | 972 | */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments