Andreas Dahlström

Results 15 comments of Andreas Dahlström

> @Rich-Harris It not only "for the sake of browsers that people just don't use any more". There's a big segment of embedded browsers, for example in Connected TVs, where...

> I've created [tvkit](https://github.com/bfanger/tvkit) a proxy server that transforms a vite dev server into something that can be processed by older browsers. > > Start your dev server normally and...

Did some more investigations. First, to my best knowledge the Tizen TV doesn't have an internal webserver, instead it accesses the assets through file:/// which is not normally allowed but...

Update I installed old Chrome versions om my dev machine and started it with same params as Tizen does. Could repeat the results! On M63 (Tizen 5) file:/// are loaded...

Have now experimented further and despite all the console errors my application seem to work fine (the original errors I had instead seem to come from a Firestore issue on...

Continuing Tizen investigation here. Took some time due to buggy/broken debugging tools. Findings: 1. The failure to load resources from relative URLs I reported earlier turned out to be an...

A new round of investigations: to get clearer results I decided to use the Sveltekit skelteton app (but removed sverdle since it didn't like static prerendering). Got good and bad...

I've managed to setup Chrome remote debugging now for Tizen 5 (and likely older) so we can get proper error messages and debugging tools. One of the stacktraces looks like...

Interesting. Will try and report results.

> tvkit 0.12+ has `--add` which allows adding a polyfill that the targetted browser normally doesn't need. > > `tvkit build --browser tizen5 --add es6-module` would enable the systemjs polyfill,...