fix(EventEmitter): resolve onError and onComplete asynchronously
closes #4443
This commit is contained in:

committed by
Alex Rickabaugh

parent
b4de41b74e
commit
019cb41dd8
@ -126,6 +126,8 @@ export function isDate(obj): boolean {
|
||||
return obj instanceof Date && !isNaN(obj.valueOf());
|
||||
}
|
||||
|
||||
export function noop() {}
|
||||
|
||||
export function stringify(token): string {
|
||||
if (typeof token === 'string') {
|
||||
return token;
|
||||
|
Reference in New Issue
Block a user