4 ms·
Same here. Depending on the type of application being built, this can be a huge downside. E.g., if you want to store data locally using IndexedDB getting it to
by autoconfig 4y ago
Same here. Depending on the type of application being built, this can be a huge downside. E.g., if you want to store data locally using IndexedDB getting it to work properly on Safari (and to some extent Firefox) can be a soul destroying experience. See here for some examples: https://gist.github.com/pesterhazy/4de96193af89a6dd5ce682ce2adff49a https://gist.github.com/pesterhazy/4de96193af89a6dd5ce682ce2...
Unless I'm building an app that also needs to work on the web, I'm choosing Electron.
- alexvoda 4y agoAnd here you have proof for part of the reason Chrome dominates the web now. No matter the values and benefits, testing on another browser is to much of a hassle for most web devs.