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

feat: use integers instead of string for accessible enum #10

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

IvanIhnatsiuk
Copy link
Owner

📜 Description

Added using integers instead of string for Accessible enum, because integers take up less memory space in cpp and it's easier to send integers than long strings.

📢 Changelog

JS

  • modified ACCESSIBLE enum

🤔 How Has This Been Tested?

📝 Checklist

  • CI successfully passed

@IvanIhnatsiuk IvanIhnatsiuk self-assigned this Sep 23, 2024
@IvanIhnatsiuk IvanIhnatsiuk added the enhancement New feature or request label Sep 23, 2024
@IvanIhnatsiuk IvanIhnatsiuk merged commit 090b3ee into main Sep 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant