Stefan Penner

Results 324 comments of Stefan Penner

Awesome. I am excited. I left some inline comments. One holistic thing i noticed, was that you build an namespace, depend on the namespace, and do lots of the stitching...

@Cyril-sf got a chance to rebase ?

@Cyril-sf thanks dude.

Cancellation being sync may have issues, but I don't have a good picture of what those problems might be (but I can imagine that some exists). My feeling is that...

Yes. My spike has this sort of adhoc register / deregulated stuff, largely feedback has been: I choose bad names that confuse people(follow, unfollow), dereg should likely be via cookie...

@zenparsing well I suppose (at-least) two approaches are possible 1. `unsubscribe(subscribe(cb, ))` – like `setTimeout` `clearTimeout` 2. `subscribe(cb).unsubscribe()`

Let me know if I understood the cloning stuff correctly. If so, I have some concerns. cloning promise that has not yet settled: - if it settles to a result...

Also, is it even possible to structure clone an Error? Last time I tried I am pretty sure, it fell into the category of non cloneable. If ^^ is correct,...

> If not, this is something fixable, probably along the lines you outline. Sounds good. I suspect one of the reasons is to prevent accidentally leaking information between realms. RE:...

Subclassing and constructor identity gets confusing quick as well. If each realm's constructors are unique, this will result in costly assimilation when using a foreign thenable.