mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:47:46 +00:00
chore(helpers) drop custom createDeferred() for Promise.withResolvers()
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
4e0001c9af
commit
5bb3ba71d0
@@ -27,11 +27,9 @@ export interface IProps {
|
||||
*/
|
||||
export class AbstractApp<P extends IProps = IProps> extends BaseApp<P> {
|
||||
/**
|
||||
* The deferred for the initialisation {{promise, resolve, reject}}.
|
||||
* The deferred for the initialization {{promise, resolve, reject}}.
|
||||
*/
|
||||
_init: {
|
||||
promise: Promise<any>;
|
||||
};
|
||||
_init: PromiseWithResolvers<any>;
|
||||
|
||||
/**
|
||||
* Initializes the app.
|
||||
|
||||
Reference in New Issue
Block a user