-
```
npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm warn deprecated querystring@0.2.0: The querystring API i…
-
The editor is working great. I do have a problem with the calls for delete, rename, etc.
deleteUrl seems to be declared from editor.html
> let deleteUrl = 'save.php?action=delete';
but from bu…
-
Hi All
Its given me some pain that this function doesnt return a URLSearchParams that can be passed back up the chain to location.
How about a PR for a set that returns t?
Thanks
Alex
-
Hey!
I opened this issues because I ran into a small hick.
`URLSearchParams` encodes the query string by default, so this:
`date=12/04/2018&other=1,2,3,4` Becomes this: `date=12%2F04%2F2018&…
-
the googleapis package can be found here:
https://github.com/googleapis/nodejs-googleapis-common
We should migrate to using `URLSearchParams` instead of using a package.
Similarly, we should be…
-
the twilio node package can be found here:
https://github.com/twilio/twilio-node
it depends on both of the following:
- `qs` (replace with native `URLSearchParams`)
- `url-parse` (replace with…
-
### Describe what's incorrect/missing in the documentation
It would be beneficial to mention in the docs whether user of react-router can mutate the previous searchParams or they should create a new …
-
I had a lot of issues getting this pack to work in linux in a docker container,
however after many hours of slow progress I finally got it to work. Here are the changes I needed to make:
1) Do…
-
You should be able to use `URLSearchParams.toString()` to get a "a query string suitable for use in a URL." (https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/toString).
Instead you ge…
-
## Component
__Affected feature__:
Foxx
## Steps to reproduce
1. Use a third-party module that expects `URL` to be defined, e.g. a recent version of `joi`.
__Problem__:
An error is throw…
pluma updated
2 years ago