Node updated. Some todos.
This commit is contained in:
1
Scripts/node_modules/chromium-bidi/lib/cjs/utils/Deferred.d.ts
generated
vendored
1
Scripts/node_modules/chromium-bidi/lib/cjs/utils/Deferred.d.ts
generated
vendored
@ -17,6 +17,7 @@
|
||||
export declare class Deferred<T> implements Promise<T> {
|
||||
#private;
|
||||
get isFinished(): boolean;
|
||||
get result(): T;
|
||||
constructor();
|
||||
then<TResult1 = T, TResult2 = never>(onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null, onRejected?: ((reason: unknown) => TResult2 | PromiseLike<TResult2>) | null): Promise<TResult1 | TResult2>;
|
||||
catch<TResult = never>(onRejected?: ((reason: unknown) => TResult | PromiseLike<TResult>) | null): Promise<T | TResult>;
|
||||
|
||||
Reference in New Issue
Block a user