Client object immutable? #463
Unanswered
steve-at-bluescape
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to cache the Client object (have just one for each Issuer type) to avoid excess object creation. Looking at the code, it appears to be immutable. (I'm using Object.freeze on it, but that won't prevent the #metadata, etc from changes.)
Can I assume that Client (and referenced Issuer) are indeed immutable?
Beta Was this translation helpful? Give feedback.
All reactions