Benjamin Gruenbaum
Benjamin Gruenbaum
> There is no way (and shouldn't be) to run different parts of a single async generator simultaneously. That's not true for arbitrary async iterators though
I would love to see an implementation of combineLatest with the semantics proposed by @awto though - I looked at all my implementations from when I gave a talk and...
@awto what cancellation proposal? :D
Maybe talk to the people from https://github.com/jamiemccrindle/axax @jamiemccrindle
@jswalden secure code can run in a [frozen realm](https://github.com/tc39/proposal-frozen-realms/) - see [confinement](https://github.com/tc39/proposal-frozen-realms/#confinement-examples) there. At least, having read Mark's papers about security critical APis and the previous work that is my...
@domenic Chip makes a good point of allowing bypassing the one way we have to secure code now (by overriding things like [here](https://ieeexplore.ieee.org/abstract/document/5958040/)) without shipping another way to secure the...
@domenic > Sites that are running untrusted code in the same realm cannot be "broken" by adding new features to the web, because they are already fatally insecure. I think...
> Can you elaborate? Does Mozilla have a different threat model in the post-Spectre world? That's a fair point as you are observing things that were not taken into account...
Thanks for the discussion everyone I've learned a lot. @erights would be great to put those updates in a place interested parties would have an easier time following them :)...
Note that it is already possible to get an original value in a lot of cases and indeed when I worked on SDKs we did this pretty much always. The...