We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
callback
function destroy
noop
cb
So, hence, I think the readme's specification should make a mention that callback may not always be invocable as a JavaScript function.
The text was updated successfully, but these errors were encountered:
Add requirement about callback param
bca7607
- Fixes expressjs#898
Successfully merging a pull request may close this issue.
function destroy
's callback optional: check if cb is defined before calling in destroy attestate/better-sqlite3-session-store#10noop
as thecb
's default value in every function signature: https://github.com/tj/connect-redis/blob/a4770bd07f7a248beb902708b3c1d3914ddb5dc6/lib/connect-redis.js#L12So, hence, I think the readme's specification should make a mention that
callback
may not always be invocable as a JavaScript function.The text was updated successfully, but these errors were encountered: