-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
microsoft/TypeScript-DOM-lib-generator
#132Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this
Milestone
Description
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
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this