Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

circular reference when JSON.stringify an element with attached event listener #705

@sod

Description

@sod

zone.js might break code where an object has an HTMLElement inside and another code tries to JSON.stringify it.

Without zone.js

HTMLElement is serialized to {} by JSON.stringify:
image

With zone.js 0.8.5 and an event attached to the element

image

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