ofetch
ofetch copied to clipboard
😱 A better fetch API. Works on node, browser and workers.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.11.30` -> `^20.12.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.11.30/20.12.10) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.15.5` -> `9.1.0`](https://renovatebot.com/diffs/npm/pnpm/8.15.5/9.1.0) |...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking change...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/unjs/ofetch). ## PR Edited (Blocked) The following updates...
### Describe the change In the documentation it is advised to use `body` with a POST request to pass data. Though in my Symfony API the user and password property...
### 🔗 Linked issue https://github.com/unjs/ofetch/issues/295 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a...
### Environment node 21 ### Reproduction https://unpkg.com/[email protected]/dist/index.d.ts https://unpkg.com/[email protected]/dist/node.d.ts ### Describe the bug node.d.ts is missing type exports present in index.d.ts ### Additional context ```diff < export { C as CreateFetchOptions,...
Set cookies
### Describe the feature I have a login route that returns a session cookie but when sending subsequents requests the cookie is not set: ```ts const loginResponse = await ofetch.raw('/login',...
### Environment demo package.json ``` { "name": "demo", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "node src/index.js" }, "author": "", "license": "ISC", "dependencies": { "http-proxy-agent": "^7.0.2",...
### 🔗 Linked issue #379, #215, #316 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix...