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
Please add the ability to specify fractional values in polling_interval and delay. For example, 0.5. Currently, the function parseInt is used, which converts 0.5 to 0. It can be replaced with parseFloat or Number.