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

Provide option to make loaded resources immutable #236

Open
eFrane opened this issue Jun 11, 2021 · 0 comments
Open

Provide option to make loaded resources immutable #236

eFrane opened this issue Jun 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@eFrane
Copy link
Owner

eFrane commented Jun 11, 2021

Sometimes, resources are only needed for data lookup and don't have to be mutable. It may be beneficial both to prevent users from making mistakes and for performance reasons to add an option to the actions to store the data in an immutable (Object.freeze()) way.

@eFrane eFrane added the enhancement New feature or request label Jun 11, 2021
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

No branches or pull requests

1 participant