-
Actual implementation of `URLSearchParams.constructor` and `URLSearchParams.prototype.set` methods in the browsers will accept any value as value, including number or Integer.
TLDR:
`new URLSearch…
-
Steps to reproduce (v. 0.27.0, tested in Firefox 110.0.1):
**Variant A**
```
const k = ky.create({searchParams: { api: 123}})
k.get('', { searchParams: new URLSearchParams({_limit_: 1}) })
``…
-
### What problem are you trying to solve?
Effectively, for a URL object, setting the `searchParams` (and by extension `search`) to some URLSearchParams object.
Currently, the `searchParams` prop…
-
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams looks great but is not supported on IE. Once we drop IE support, this could clean up our parsing logic.
-
I'm having problems when trying to execute the request that gets the code value that is used to obtain the token to connect to the PlayStation API. I've tried everything and I can't understand what it…
-
Hello Kurt! You are so fast, thanks for the feature. I have some problems yet. The method `forEach` does not exist in the implementation. I saw the guide that you followed for the implem…
-
## Search Terms
library, dom
## Suggestion
Add readonly for all possible function parameter for `lib.dom.d.ts`
## Examples
Here is an example for add readonly props for constructo…
-
https://github.com/46elks/46elks-getting-started/blob/e800bfdb5d75018d702bbb59f407b07ac053413f/code-examples/Node/node-calls.js#L2
-
Hello,
As part of the Meteor framework, we used `core-js` to polyfill URLSearchParams and URL in legacy builds. This is essential for supporting older browsers and Cordova webviews. We have recentl…
-
## Search Terms
redeclare variable, re-declare variable, augment variable, merge variable declaration, declaration override
## Suggestion
define a `redeclare` keyword which allows re-declaratio…