You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps I'm missing something, but it seems like your examples use a lot of functionality that is missing from your documentation. For example I don't see anything in the docs about createPromiseThrottle, promiseImplementation option, etc. Also your documentation describes requestsPerSecond as a function argument, not an option but your examples show the opposite.
Just confused here maybe...
The text was updated successfully, but these errors were encountered:
The auto generated documentation is missing some information that does exist in the README. Thus, it is better to check the README file for the time being.
/** * @constructor * @param {Object} options A set op options to pass to the throttle function * @param {number} options.requestsPerSecond The amount of requests per * second the library will limit to */
This might cause your documentation generator to give the intended result.
Perhaps I'm missing something, but it seems like your examples use a lot of functionality that is missing from your documentation. For example I don't see anything in the docs about
createPromiseThrottle
,promiseImplementation
option, etc. Also your documentation describesrequestsPerSecond
as a function argument, not an option but your examples show the opposite.Just confused here maybe...
The text was updated successfully, but these errors were encountered: