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
if(options.headers&&typeofoptions.headers!=='object')thrownewError('downloadFile: Invalid value for property `headers`');
383
385
if(options.background&&typeofoptions.background!=='boolean')thrownewError('downloadFile: Invalid value for property `background`');
384
386
if(options.progressDivider&&typeofoptions.progressDivider!=='number')thrownewError('downloadFile: Invalid value for property `progressDivider`');
387
+
if(options.readTimeout&&typeofoptions.readTimeout!=='number')thrownewError('downloadFile: Invalid value for property `readTimeout`');
388
+
if(options.connectionTimeout&&typeofoptions.connectionTimeout!=='number')thrownewError('downloadFile: Invalid value for property `connectionTimeout`');
0 commit comments