Skip to content

Type inference failing for window.onbeforeunload #39057

Closed
microsoft/TypeScript-DOM-lib-generator
#972
@amcasey

Description

@amcasey

TypeScript Version: playground nightly (2020-06-12)

Search Terms: window event inference any

Code

window.onbeforeunload = event => event;

Expected behavior: event has type BeforeUnloadEvent

Actual behavior: event has type any (resulting in an erro)

Playground Link: https://www.typescriptlang.org/play/?ts=4.0.0-dev.20200611#code/O4SwdgJg9sB0VgEYFMBmUBOyCuYA2UAhhAAQC8JyAbsmAC7kB8lN9A3EA

Related Issues:

Metadata

Metadata

Assignees

Labels

Needs InvestigationThis issue needs a team member to investigate its status.RescheduledThis issue was previously scheduled to an earlier milestone

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions