Skip to content

Missing secureConnectionStart on PerformanceTiming interface #9698

Closed
microsoft/TypeScript-DOM-lib-generator
#132
@euskadi31

Description

@euskadi31

See: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/secureConnectionStart

TypeScript Version: 1.6.1

Code

let timing: PerformanceTiming;
timing.secureConnectionStart = window.performance.timing.secureConnectionStart;

Expected behavior:

Everything typechecks.

Actual behavior:

Error TS2339: Property 'secureConnectionStart' does not exist on type 'PerformanceTiming'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions