Skip to content

DOMContentLoaded is missing from autocomlete #20867

@TheColorRed

Description

@TheColorRed

TypeScript Version: 2.6.2

Code

document.addEventListener('DOMContentLoaded', () => { /* Do something */ })

Expected behavior:

When typing DOMContentLoaded into the string, it should be suggested in the intellisense

Actual behavior:

All other auto completion items are suggested (click, drag, drop, etc.) except for DOMContentLoaded

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions