-
Add the attribute `searchParams` on [`Location`](https://html.spec.whatwg.org/multipage/history.html#the-location-interface) interface which returns a [`URLSearchParams`](https://url.spec.whatwg.org/#…
-
[URL instance supports `searchParams` member which is `URLSearchParams`.](https://url.spec.whatwg.org/#url-class) It will be great to support this here.
-
If you do something like http://localhost:3300/?target=http://localhost:3301?foo=123&bar=789
```js
const sp = new URLSearchParams(window.location.search)
console.log(sp.get("bar"))
```
Expects …
-
I would like to display 3DGS on the surface of the earth at earth-centered coordinates.
so the position (x,y,z) is too large.
then I faced two problems.
1) That model will have a lower resoluti…
-
It would be really useful to be able to link someone to a specific stat + gear setup.
This could be done by URL encoding the entire `config` object, either as `JSON -> base64 encoded string`, or vi…
-
Cannot GET/ message on http://localhost:3000/auth/login/. There must be an issue with the index.js file in the server.
```
const express = require('express')
const request = require('request');
…
-
https://svelte.dev/repl/0022cdbaabb24b9e808bfec397dba62b?version=3.42.1
`assert(meta.query.foo === '/bar')` fails
Compare this to https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams…
-
In DevTools code, it's not uncommon for us to reference Bug numbers in comments to indicate something can be done once the bug is fixed (for example: [devtools/client/shared/output-parser.js#1432](htt…
-
- use [URLSearchParams](https://github.com/cross-js/cross-js#dont-use-nodes-url-or-querystring) instead of `querystring`
- and `Object.assign` instead of the npm module `object-assign`
-
List of globals to add:
- [x] `console` (#7)
- [x] `crypto`
- [ ] Timers
- [ ] WebWorkers
- [x] `URL`
- [x] `URLSearchParams` (#7)