Skip to content

Possible Memory Leak: Detached <div> and MutationObservers Referenced in node-forge #1126

@last-Programmer

Description

@last-Programmer

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:

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions