Skip to content
New issue

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

Refactor JSONCookie function for clarity and compliance #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ayoub-Mabrouk
Copy link

  • Update JSDoc to clarify behavior and return types.
  • Replace str.substr(0, 2) with str.startsWith to check for the prefix 'j:'.
  • Simplify error handling by removing unused catch parameter.
  • Maintain functionality for parsing JSON cookies, returning undefined for invalid inputs.

- Update JSDoc to clarify behavior and return types.
- Replace str.substr(0, 2) with str.startsWith to check for the prefix 'j:'.
- Simplify error handling by removing unused catch parameter.
- Maintain functionality for parsing JSON cookies, returning undefined for invalid inputs.
@UlisesGascon
Copy link
Member

same as #119 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants