Skip to content

Chrome's console value preview functionality spams the console commands #140

Description

@benjameep

Chrome recently added a value preview to their auto-completion.

So when typing the word help it auto-completes the word. And trying to preview the resulting value. Which calls the .toString method, spamming that function every-time you try to finish typing help

Is it possible detect who is calling the function, or use getters to only run the .toString function once enter is pressed?

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