-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
One of the syntaxes adds a new method to Promise.prototype.
Lines 27 to 30 in 7ff2223
| //Promise type extension | |
| global.Promise.prototype.handle = function() { | |
| return on(this) | |
| } |
That is not recommended practice. It's worse when it's the default behavior of the package.
Metadata
Metadata
Assignees
Labels
No labels