Hi,
I am currently investigating potential memory leaks in our application. During analysis in Chrome DevTools (Memory tab), I noticed a detached
node appearing in the “Detached Elements” section. Tracing the reference chain points to /lib/util.js:
I also observed that MutationObserver instances are referenced from util.js.
Could you please clarify whether it is expected for node-forge to have detached DOM nodes and active MutationObserver references, or if this may indicate an issue?
Thank you.