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
JS errors also have a standard property .cause which is widely supported by various tooling. Would it make sense for TimeoutError to set this property in addition to (or even instead of) the .request? The value could be the whole Request or just its URL.
TimeoutError now includes the Request as
.request
property.JS errors also have a standard property
.cause
which is widely supported by various tooling. Would it make sense for TimeoutError to set this property in addition to (or even instead of) the.request
? The value could be the whole Request or just its URL.If not added into the core, this could be a use case for
beforeTimeout
hook.The text was updated successfully, but these errors were encountered: