mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
chore: add options object to docstring so IDE's indicate it's available (#5999)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@ class InterceptorManager {
|
|||||||
*
|
*
|
||||||
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
||||||
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
||||||
|
* @param {Object} options The options for the interceptor, synchronous and runWhen
|
||||||
*
|
*
|
||||||
* @return {Number} An ID used to remove interceptor later
|
* @return {Number} An ID used to remove interceptor later
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user