You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you pls add support for time limit as it was possible with the request because this is important feature and wrapping every bent into a array of promises in order to include setTimeout requires quite a lot of lines of code and makes the code hard to read.
Eg. timeout for one second async request(url[, body=null, headers={}, timeout=1000])
The text was updated successfully, but these errors were encountered:
Could you pls add support for time limit as it was possible with the
request
because this is important feature and wrapping everybent
into a array of promises in order to includesetTimeout
requires quite a lot of lines of code and makes the code hard to read.Eg. timeout for one second
async request(url[, body=null, headers={}, timeout=1000])
The text was updated successfully, but these errors were encountered: