window.open return type #6418
Labels
Breaking Change
Would introduce errors in existing code
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fixed
A PR has been merged for this issue
Help Wanted
You can do this
Milestone
In the lib.d.ts I found, that the return type of the window.open method is declared as any. Shouldn't it be Window?
The text was updated successfully, but these errors were encountered: