what's the feature list supposed to be? I have something similar to this on my TODO list I think
what's the feature list supposed to be? I have something similar to this on my TODO list I think

unstable_dev just allows you to run wrangler dev without the CLI.wrangler dev locally for a proper preview environment
Trace: TypeError: Found invalid object in transferList when caching a response? The code I have is[NPXI] @miniflare/tre not available locally. Attempting to use npx to install temporarily.
[NPXI] Installing... (npx --prefer-offline -y -p @miniflare/tre@3.0.0-next.12)export default {
fetch(req) {
const username = "user";
const password = "passwd";
const b64 = btoa(`${username}:${password}`);
return fetch("https://httpbin.org/basic-auth/user/passwd", {
headers: {
Authorization: `Basic ${b64}`,
},
});
},
};Trace: TypeError: Found invalid object in transferListif (response.status !== 404) {
response.headers.set("cache-control", "max-age=3600")
c.executionCtx.waitUntil(cache.put(req, response.clone()))
}