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.

How to ignore on properties with lazy loaded library #1137

Closed
@egaoneko

Description

@egaoneko

I lazily load some libraries. I set __Zone_disable_timer = true to ignore setTimeout and setInterval in the lazily loaded libraries and then set __zone_symbol__BLACK_LISTED_EVENTSto ignore custom events in the libraries like pointermove and mousemove. But I think it doesn't work well like under pictures.

  • Before settings on window
    image

  • After Settings on window
    image

  • Before settings on loaded libraries
    image

  • After settings on loaded libraries
    image

How to set ignore with lazily loaded libraries.

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