Hmm, I don't think miniflare supports intentionally failing reads or writes, but with the new databa

Hmm, I don't think miniflare supports intentionally failing reads or writes, but with the new database system this could be something worth implementing, like
binding<R2>.failAllWrites({ prefix: '/test' })
binding<R2>.failAllReads({ prefix: '/test2' })


(@mrbbot)
Was this page helpful?