Merge pull request #5239 from aparcar/seconds

This commit is contained in:
Jo-Philipp Wich 2021-08-11 18:57:20 +02:00 committed by GitHub
commit 6045f584ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -655,7 +655,7 @@
* Provides a password for HTTP basic authentication.
*
* @property {number} [timeout]
* Specifies the request timeout in seconds.
* Specifies the request timeout in milliseconds.
*
* @property {boolean} [credentials=false]
* Whether to include credentials such as cookies in the request.