Microsoft/TypeScript

window.opener should not be typed as any

Open

#49,415 建立於 2022年6月7日

在 GitHub 查看
 (0 留言) (8 反應) (0 負責人)TypeScript (6,726 fork)batch import
BugDomain: lib.d.tsHelp Wanted

倉庫指標

Star
 (48,455 star)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 9 個 PR)

描述

lib Update Request

Configuration Check

My compilation target is esnext and my lib is ["ESNext", "dom"].

Missing / Incorrect Definition

window.opener should not be typed as any. I might be missing something obvious, but this has already been reported and supposedly fixed at #42433 more than a year ago, but it still seems to be typed as any, both on my local version of Typescript (version 4.7.3) and at https://github.com/microsoft/TypeScript/blob/main/lib/lib.dom.d.ts#L17209

貢獻者指南