Skip to content

Commit

Permalink
docs: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 17, 2023
1 parent 4df7dd7 commit e5ec5f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rate-limit-util.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ const DUMMY_RESPONSE = { ok: false };
* @param {string|URL} url
* @param {Object} options
* @param {RequestReporter} options.reporter
* @param {Object} [options.cache]
* @param {number} [options.maxRetries]
* @param {string} [options.method]
* @param {Object} [options.headers]
* @param {string} [options.body]
* @param {Function} options.postprocess
* @param {Object} options.stateActions
* @return {Promise<Response>} from fetch
Expand Down

0 comments on commit e5ec5f8

Please sign in to comment.