-
### Affected URL(s)
https://nodejs.org/docs/latest/api/url.html
### Description of the problem
the history info of the two features doesn't mention these changes below
`URLSearchParams` co…
-
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…
-
The current name is a bit unfortunate for this, but it would be nice if this library was generic over both FormData and URLSearchParams so you could do this:
```ts
let url = new URL("https://examp…
-
this error not resolve this why
-
```js
export default {
async fetch(request, env, ctx) {
const r = new Request('https://example.com/', {
method: 'POST',
body: new URLSearchParams({ hello: 'wor…
-
# Bug Report
ERROR in ./node_modules/yahoo-finance2/dist/esm/src/env-node.js 5:2-17
export 'URLSearchParams' (imported as 'URLSearchParams') was not found in 'url' (possible exports: Url, format, pa…
-
## Bug report
### Describe the bug
I get this error on `src/modules/checkout/components/payment/index.tsx` file at `createQueryString` const.
> ts: Argument of type 'ReadonlyURLSearchParams…
-
此个issue来源于每日一题里面的https://github.com/Advanced-Frontend/Daily-Interview-Question/issues/177
```
https://www.xx.cn/api?keyword=&level1=&local_batch_id=&elective=&local_province_id=33
https://www.xx.cn…
-
Hi,
I was using [Expo](https://github.com/expo/expo/) and noticed that I was getting a different results when validating a URL on web, nodejs and in my react-native app with `whatwg-url-without-un…
-
### What problem are you trying to solve?
`FormData` objects can have multiple entries with the same key. [The `FormData` `has()` method](https://xhr.spec.whatwg.org/#dom-formdata-has) is useful ch…