miniflare icon indicating copy to clipboard operation
miniflare copied to clipboard

🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.

Results 134 miniflare issues
Sort by recently updated
recently updated
newest added

- Helpers to make releases easier! - We use changesets to make releases easier

Every other Miniflare package lists the minimum runtime as 16.7. Is there something about R2 that requires a new version? Reason I ran into this is that the official NodeJS...

Thanks for merging #309 :smile: I noticed when [trying to use it](https://github.com/nftstorage/nft.storage/pull/2159) that there's a small difference in behavior between the production env and miniflare when the filename of a...

question

This can be handled differently since we know what it is and should provide around 3x improved memory efficiency. https://github.com/cloudflare/miniflare/blob/5a4828522f37909008e8dfa2d45c3c33b404eeda/packages/core/src/standards/http.ts#L324

Fixes https://github.com/advisories/GHSA-3787-6prv-h9w3 Fixes https://github.com/cloudflare/miniflare/issues/759

Need to bump undici to fix https://github.com/advisories/GHSA-3787-6prv-h9w3

Hi Team - I believe I'm experiencing the same issue identified in [504](https://github.com/cloudflare/miniflare/issues/504) where I'm getting the following error when attempting to Insert into D1. I understand a new Miniflare...

needs clarification

Hi, I can't setup the service binding with miniflare 3, here is my test code: ```ts import { Miniflare } from "miniflare"; const mf = new Miniflare({ host: "0.0.0.0", port:...