From d6682b2035b17a2059f68c29fa6f7ba5c5b55bea Mon Sep 17 00:00:00 2001 From: Jake Hayes Date: Tue, 11 Nov 2025 13:51:46 -0500 Subject: [PATCH] chore: add options object to docstring so IDE's indicate it's available (#5999) Co-authored-by: Jay --- lib/core/InterceptorManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/InterceptorManager.js b/lib/core/InterceptorManager.js index ac1b61b..1dd6573 100644 --- a/lib/core/InterceptorManager.js +++ b/lib/core/InterceptorManager.js @@ -12,6 +12,7 @@ class InterceptorManager { * * @param {Function} fulfilled The function to handle `then` 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 */