Benjamin Gruenbaum
Benjamin Gruenbaum
This is awesome 👏. Would love to use it.
Any way I can help promote or push this?
That's tricky since I don't actually understand how to use it but once there are docs I would be happy to contribute some tests :)
This is because Chrome no longer allows access to cross-origin CSS through the DOM. This is - css-element-queries can't get access to those rules to parse. The CDN would need...
We're thinking about doing an official promises and async/await guide for Node.js - do you think that might help?
@justsml thanks, that issue is specifically about the user survey we want to send out - there is discussion at https://github.com/nodejs/promise-use-cases and https://github.com/nodejs/promises-debugging
> I think the first step would be to add a note [here](https://nodejs.org/api/buffer.html#buffer) about preferring Uint8Array for new code. Would that be acceptable? I don't believe we have consensus on...
Personal opinion (does not represent my employer): - +1 for corepack out of experimental to alleviate concerns - +1 for making it clear that npm is not owned by Node.js...
@ronag undici can use Node's (internal) weak event listeners which core uses for AbortSignals in some places to avoid leaks. It's not exposed to userland but like in the web...