Results 788 comments of Benjamin Gruenbaum

Any update on this? I feel like we're adding a third way to do something (with any) - and the first two are problematic and there is no safe userland...

So we should be recommending people always do `AbortSignal.any([signal]).addEventListener("abort"` when adding abort listeners?

@annevk should we maybe add a note in the specification suggesting it as a safe way to ensure a listener runs?

We (node) shipped (are shipping) our own helper to add a listener without the stopImmediatePropagation issue as since Node is a server runtime a resource leak is potentially catastrophic for...

@hansschenker interesting, so the main issue in Angular is that there is not enough RxJS?

@hansschenker do you think there are people "in the know" trying to prevent Angular from using more RxJS?

i see this is marked "completed" but i don't think you moved to RxJS. Then again it looks like Angular moved to mobx like signals away from zones and RxJS....

@mikesamuel couldn't code that relies on patching objects simply forbid code from calling getOriginals? (Especially as a standard library import). I might be wrong but code that establishes a sandbox...

I'm sorry, I don't understand any of that (maybe because English is not my first language). > If the mechanism chosen is unmitigable I'm asking if "don't allow imports from ...

@ljharb @mikesamuel > @benjamingr i can’t write a module or script that disallows that. All i can do is out prose in my readme telling them to add an entry...