2
0
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:
Jake Hayes
2025-11-11 13:51:46 -05:00
committed by GitHub
parent b89217e3e9
commit d6682b2035
+1
View File
@@ -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
*/ */