kornel@lemmyrs.orgtoProgramming@programming.dev•Google’s nightmare “Web Integrity API” wants a DRM gatekeeper for the webEnglish
1·
1 year agoYes, it’s Blink without the bits that Google doesn’t share (I wanted to be precise that nobody can compile actual Chrome from public sources, they can build Chromium which is almost but not quite the same)
I maintain a long-term Rust + Node.js project, and the Node side is the painful one.
Node makes backwards-incompatible changes, and doesn’t have anything like the editions to keep old packages working. I can end up with some dependencies working only up to Node vX, and some other deps needing at least Node v(X+1).