Hacker News new | ask | show | jobs
by thirdhaf 663 days ago
Oxide makes a rack-scale computer called the Oxide Computer, here's the intro page: https://docs.oxide.computer/guides/introduction
1 comments

It's unfortunate that page briefly flashes some text and goes blank leaving an error in the browser console

   Uncaught ReferenceError: TextEncoderStream is not defined
    <anonymous> https://docs.oxide.computer/guides/introduction:18

   Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423
   for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    zh https://docs.oxide.computer/assets/components-BfA3Cgf2.js:40
I’d recommend updating your browser. TextEncoderStream has been in Firefox since 2022, in Chrome since 2018, and in Safari since 2021
Thanks for the bug report. We could stand to have a better catch-all error page for this case.

Looks like this browser API is used by Remix’s new Single Fetch feature, which coincidentally we just started using last week. Sorry we broke the site for you. We don’t have as clear of a browser support policy as we probably should, but if we did, I doubt we would be guaranteeing support for two year old browsers unless we had a customer request for it.

https://github.com/remix-run/remix/blame/cc65962b1a96d1e1343...

That's something on your side - I'm running a pretty strict tracker/ad blocker that inadvertently affects a lot of sites, and it works for me.