-
Correct in `lib/node.js`
https://github.com/facebook/flow/blob/69aea46e6e0ba2335ce55313737e4b055f557337/lib/node.js#L1644
Incorrect in `lib/bom.js`
https://github.com/facebook/flow/blob/a9960468f…
-
**Bug Description**
When making a proxied xhr request with `application/x-www-form-urlencoded;charset=utf-8` data, the request body is not passed along to the real request.
**Expected Behavior**
…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: win32
Arc…
-
We currently use this template to run an application handling multiple stores. In an attempt to upgrade our @shopify/app-bridge-react module to v4 we have encountered a series of changes that have bro…
-
### Prerequisites
- [X] I have searched the repository’s issues and [Kinde community](https://thekindecommunity.slack.com/archives/C04K316BXEH) to ensure my issue isn’t a duplicate
- [X] I have check…
-
### Preliminary Checks
- [X] I have reviewed the documentation: https://unkey.com/docs
- [X] I have searched for existing issues: https://github.com/unkeyed/unkey/issues
- [X] This issue is not a q…
-
There're several dependencies unnecessary in this project, such as `echarts-for-react`, `query-string`, please do a refactoring to remove them
The native `echarts` is easy to use so the wrapper is …
-
https://github.com/socketio/engine.io-client/blob/9c79ba65f51fef44e860bbeea1626fa40c3f967c/lib/socket.js#L5-L6
How about replacing this two with just URL & URLSearchParams?
-
I have some code along the lines of
let params = new URLSearchParams(...);
let opts = {
method: "post",
body: params,
credential: "same-origin",
};
fetch(url…
-
### Describe the problem
Currently, if any elements on the page depend on `URLSearchParams` and/or cookies, they must be rendered every time, with every request from the user.
Even though they som…