| ▲ | tliltocatl 6 hours ago | ||||||||||||||||
> Didn't they say they will continue with Manifest v2? Yes and that's a good thing > Wasn't NPAPI mostly replaced with HTML5? It's true that what NPAPI was used for 99% of the time is better served by HTML5. But it's not like NPAPI was limited to Flash and applets. Afair NPAPI plugins can access all native resources (which is the reason why the security sucked so much), HTML5 obviously can't. E. g. runtime code generation isn't particularly usable in WASM, so no JIT other than browser JIT for you. Then there are stuff like WebUSB/WebNFC/WebSerial that Mozilla killed. Not that they didn't have good reasons to do so, but having a native-exposing plugin system (with some friction, don't just install anything with a click) would have covered most of the use cases without being that much of a privacy problem. | |||||||||||||||||
| ▲ | PurpleRamen 4 hours ago | parent [-] | ||||||||||||||||
> Then there are stuff like WebUSB/WebNFC/WebSerial that Mozilla killed. Ah, true, Chrome has it, but Firefox not. Coincidental, some weeks ago I had to use this, worked well, and is another reason to always have an alternative browser around. Yes, Mozilla should work to at least fix that stuff. | |||||||||||||||||
| |||||||||||||||||