Microsoft/TypeScript

URLSearchParams needs size

Open

#54 466 ouverte le 31 mai 2023

Voir sur GitHub
 (3 commentaires) (8 réactions) (0 assignés)TypeScript (6 726 forks)batch import
BugDomain: lib.d.tsHelp Wanted

Métriques du dépôt

Stars
 (48 455 stars)
Métriques de merge PR
 (Merge moyen 6j 17h) (9 PRs mergées en 30 j)

Description

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.

Guide contributeur