request Method

Add a new request to this OneAtATimePromise. The request will only run when no other outstanding requests are active.

request(...args: any[]): Promise<T>

note Callers of this method must handle AbandonedError rejections.

Parameter Type Description
...args any[]  

Defined in

Last Updated: 08 January, 2020