Closed m4thieulavoie closed 4 years ago
Thanks for the pr. Since we're here, I believe the
timeout
parameter should also be optional. Would you mind updating that as well? If not then I can do it after this is merged.
Looking at IdleRequestOptions
, I am not 100% certain timeout
can be optional.
interface IdleRequestOptions {
timeout: number;
}
Thoughts?
Hu. So the options
parameter is optional but the timeout
is required in it? Guess it can't be optional. Thanks for looking into it.
Just realized that the two last optional parameters are not optional anymore since the Typescript upgrade
Closes issue:
Reviewer checks
Required fields, to be filled out by PR reviewer(s)