Microsoft/TypeScript

URLSearchParams needs size

Aperta

#54.466 aperta il 31 mag 2023

 (3 commenti) (8 reazioni) (0 assegnatari)TypeScript (13.395 fork)batch import
BugDomain: lib.d.tsHelp Wanted

Metriche repository

Star
 (108.860 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Bug Report

🔎 Search Terms

URLSearchParams

🕗 Version & Regression Information

TypeScript Version: typescript@4.9.5

  • This is a crash
  • This is the behavior in every version I tried, and I reviewed the FAQ for entries about URLSearchParams.size

⏯ Playground Link

Playground link with relevant code

💻 Code

console.log(new URLSearchParams().size)

🙁 Actual behavior

Property 'size' does not exist on type 'URLSearchParams'.ts(2339)

🙂 Expected behavior

No error

Related bug:

https://github.com/microsoft/TypeScript/issues/38139

Note: Adding { "lib": ["dom.iterable"] } to my compilerOptions does not help.

Guida contributor