Joe Podwys

Results 23 comments of Joe Podwys

As of Feb 24 2021, [this is the status](https://groups.google.com/a/chromium.org/g/blink-dev/c/-2JIRNMWJ7s/m/fSR21hp0AQAJ) of Chrome freezing the UA string > No, the UA string will *not* be frozen in Chrome 89. We've yet to...

I can confirm that playing nearly silent audio is currently the best option--it prevents throttling (unless you're using requestAnimationFrame). Unfortunately, this only works in Chromium browsers (not in Firefox or...

Great idea! I think moving all of the express code to a separate file sounds great. Those tests are something I've been meaning to address. I'm aware of the intermittent...

Thanks! I haven't given much love to those tests recently.

Concerning your tests and the strange behavior you're seeing, I've encountered that sort of thing too. I wouldn't be surprised if my tests are setup poorly and this is a...

Please help me understand. Are you saying the tests fail intermittently, or are you saying the forceUpdate feature is not working?

I haven't touched this project in years, so I'm not as familiar as I once was. That said, I did notice a difference between your code snippet and the readme....

Oh thanks, you're right. I did notice that your code snippet doesn't call `res.end` as a function. Can you double check that you're calling `res.end();` with parenthesis?

I think you should call `res.end()` instead. There are some routes in the bottom half of [this demo file](https://github.com/jpodwys/express-stream-demo/blob/master/app.js) that might be helpful.

I think I can accomplish this by allowing users to add a prefix to the generated cache key via a chainable. However, this requires updates to all cache modules to...