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
* You can specify any HTTP headers that should be sent when downloading files. For example, some servers may require you to set the `Accept` or `Referrer` header.
27
27
*/
28
-
headers?: HeadersInit|null;
28
+
headers?: RequestInit['headers']|null;
29
29
30
30
/**
31
31
* The amount of time (in milliseconds) to wait for a response from the server when downloading files. The default is 5 seconds.
0 commit comments