Remove unnecessary TS suppression for `URLSearchParams.entries`
This method is available after including the `dom.iterable` typings. Also the use of `entries()` is unnecessary because the result is the same as directly iterating over the `URLSearchParams` instance. Also add an example for `stringify`.
Showing
Please register or sign in to comment